SESSION-MIB: View SNMP OID List / Download MIB
VENDOR: SAGEMCOM SAS
Home | MIB: SESSION-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
session | 1.3.6.1.4.1.1038.201 |
Modification: Date: 20 12 1999 Description: modification of comments Name: sessionTrap Description: sessionTrap and sessionReason are no more used in SESSION-MIB. They have been replaced by a logTrap (see LOG-MIB) New Object: Date: 19 11 1999 Name: tInactivity Description: Name: sessionType Description: Add of tpiEmulated Creation: Description: This MIB module gives information about a way to handle access conflicts between several applications (SNMP, HTTP, CLI, vt100) that could try to modify the equipment configuration at the same time |
||
tLock | 1.3.6.1.4.1.1038.201.1 | integer | read-write |
Number of minutes for which a write session is active on the equipment. When the value of this variable is 0, the equipment is not locked. When a SNMP manager (iONOSANMSupervisor and Operator) start a write session, tLock can be set to a value by the manager (up to 30 minutes, so it has time to configure the equipment). Each time an action is done under the equipment tLock is set again to its value. tLock is a decremental counter; when the value of tLock return to 0, the write session is ended and the equipment is unlocked. The SNMP manager can choose to unlock the equipment by setting the value of tLock to 0 before it reach this value itself. |
sessionIp | 1.3.6.1.4.1.1038.201.2 | ipaddress | read-only |
IP address of the application that holds the session |
sessionType | 1.3.6.1.4.1.1038.201.3 | integer | read-only |
Type of the application protocol that holds the session Enumeration: 'none': 0, 'http': 2, 'snmp': 1, 'telnet': 3, 'vt100': 4, 'tpiEmulated': 5. |
tLockDefault | 1.3.6.1.4.1.1038.201.5 | integer | read-write |
tLockDefault is used to define initial value of tLock. tLockDefault can be changed only by iONOSANMSupervisor or by dIRECTACCESSsupervisor. The normal value is 10 minutes |
tInactivity | 1.3.6.1.4.1.1038.201.6 | integer | read-write |
The normal configuration is tInactivity > tLock; tInactivityDefault is about 30 min. The session with a manager is closed by the equipment if there is no activity during tInactivity min. It is not used with SNMP. This is used to protect the acces to the manager when the operator is not there during a long time. |
savePending | 1.3.6.1.4.1.1038.201.20 | sagemboolean | read-only |
Return TRUE if the write session is unlocked for more than 30 seconds |