NBS-USER-SESSION-MIB

File: NBS-USER-SESSION-MIB.mib (5262 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC NBS-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY OBJECT-IDENTITY
Unsigned32 DisplayString RowStatus
nbs

Defined Types

NbsUserSessionEntry  
SEQUENCE    
  nbsUserSessionPID Unsigned32
  nbsUserSessionRowStatus RowStatus
  nbsUserSessionType INTEGER
  nbsUserSessionLine DisplayString
  nbsUserSessionId DisplayString
  nbsUserSessionUser DisplayString
  nbsUserSessionHost DisplayString
  nbsUserSessionConnectTime Unsigned32
  nbsUserSessionVia INTEGER

Defined Values

nbsUserSessionMib 1.3.6.1.4.1.629.218
MIB for representing MRV User Session information
MODULE-IDENTITY    

nbsUserSessionGrp 1.3.6.1.4.1.629.218.1
User Session MIB
Status: current Access: read-only
OBJECT-IDENTITY    

nbsUserSessionTableSize 1.3.6.1.4.1.629.218.1.1
The number of rows in the nbsUserSession table
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

nbsUserSessionTable 1.3.6.1.4.1.629.218.1.2
A table describing the user sessions
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NbsUserSessionEntry

nbsUserSessionEntry 1.3.6.1.4.1.629.218.1.2.1
Contains the information describing a UI Session
Status: current Access: not-accessible
OBJECT-TYPE    
  NbsUserSessionEntry  

nbsUserSessionPID 1.3.6.1.4.1.629.218.1.2.1.1
The process id of the task servicing this session.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

nbsUserSessionRowStatus 1.3.6.1.4.1.629.218.1.2.1.2
Writing destroy(6) to this object will destroy the session. It is only allowed when nbsUserSessionType is userProcess(7).
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

nbsUserSessionType 1.3.6.1.4.1.629.218.1.2.1.3
This object follows the ut_type entry in struct utmp.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER runLvl(1), bootTime(2), newTime(3), oldTime(4), initProcess(5), loginProcess(6), userProcess(7), deadProcess(8), accounting(9)  

nbsUserSessionLine 1.3.6.1.4.1.629.218.1.2.1.4
Device name of the tty being used by this session.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

nbsUserSessionId 1.3.6.1.4.1.629.218.1.2.1.5
This object follows the ut_type entry in struct utmp.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..4)  

nbsUserSessionUser 1.3.6.1.4.1.629.218.1.2.1.6
The name of the user using this session.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

nbsUserSessionHost 1.3.6.1.4.1.629.218.1.2.1.7
Hostname of the remote IP from which the user is originating.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

nbsUserSessionConnectTime 1.3.6.1.4.1.629.218.1.2.1.8
This object indicates the time the entry was created, in seconds, since the Epoch, 1970-01-01 00:00:00 (UTC). It will wrap around at 03:14:07 2038-01-19 (UTC).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

nbsUserSessionVia 1.3.6.1.4.1.629.218.1.2.1.9
This object indicates the type of session. Note that this field is decided by the system, and is not stored in the utmp file.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notSupported(0), console(1), ssh(2), telnet(3), api(4), snmp(5), gui(6)