NBS-USER-SESSION-MIB: View SNMP OID List / Download MIB
VENDOR: NBASE SWITCH COMMUNICATION
Home | MIB: NBS-USER-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 |
nbsUserSessionMib | 1.3.6.1.4.1.629.218 |
MIB for representing MRV User Session information |
||
nbsUserSessionGrp | 1.3.6.1.4.1.629.218.1 |
User Session MIB |
||
nbsUserSessionTableSize | 1.3.6.1.4.1.629.218.1.1 | integer | read-only |
The number of rows in the nbsUserSession table |
nbsUserSessionTable | 1.3.6.1.4.1.629.218.1.2 | no-access |
A table describing the user sessions |
|
1.3.6.1.4.1.629.218.1.2.1 | no-access |
Contains the information describing a UI Session |
||
nbsUserSessionPID | 1.3.6.1.4.1.629.218.1.2.1.1 | unsigned32 | no-access |
The process id of the task servicing this session. |
nbsUserSessionRowStatus | 1.3.6.1.4.1.629.218.1.2.1.2 | rowstatus | read-write |
This table's RowStatus object to delete the rows. |
nbsUserSessionType | 1.3.6.1.4.1.629.218.1.2.1.3 | integer | read-only |
This object follows the ut_type entry in struct utmp. Enumeration: 'deadProcess': 8, 'loginProcess': 6, 'runLvl': 1, 'bootTime': 2, 'userProcess': 7, 'accounting': 9, 'oldTime': 4, 'newTime': 3, 'initProcess': 5. |
nbsUserSessionLine | 1.3.6.1.4.1.629.218.1.2.1.4 | displaystring | read-only |
Device name of the tty being used by this session. |
nbsUserSessionId | 1.3.6.1.4.1.629.218.1.2.1.5 | displaystring | read-only |
This object follows the ut_type entry in struct utmp. |
nbsUserSessionUser | 1.3.6.1.4.1.629.218.1.2.1.6 | displaystring | read-only |
The name of the user using this session. |
nbsUserSessionHost | 1.3.6.1.4.1.629.218.1.2.1.7 | displaystring | read-only |
Hostname of the remote IP from which the user is originating. |
nbsUserSessionConnectTime | 1.3.6.1.4.1.629.218.1.2.1.8 | unsigned32 | read-only |
This object indicates the time the entry was created. |
nbsUserSessionVia | 1.3.6.1.4.1.629.218.1.2.1.9 | integer | read-only |
This object indicates the type of session. Note that this field is decided by the system, and is not stored in the utmp file. Enumeration: 'console': 1, 'gui': 6, 'snmp': 5, 'telnet': 3, 'api': 4, 'ssh': 2. |