SHIVA-LTL-MIB

File: SHIVA-LTL-MIB.mib (4129 bytes)

Imported modules

RFC-1212 RFC1213-MIB SHIVA-MIB

Imported symbols

OBJECT-TYPE DisplayString lanToLAN

Defined Types

LtlSessionEntry  
SEQUENCE    
  ltlSessionInitiation INTEGER
  ltlSessionState INTEGER
  ltlSessionPersistent INTEGER
  ltlSessionLinkType INTEGER
  ltlSessionPhoneNumber DisplayString

Defined Values

ltlSessionTable 1.3.6.1.4.1.166.1.15.1
A table of current LAN-to-LAN connections in the box.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LtlSessionEntry

ltlSessionEntry 1.3.6.1.4.1.166.1.15.1.1
A description of a LAN-to-LAN connection in the box.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LtlSessionEntry  

ltlSessionInitiation 1.3.6.1.4.1.166.1.15.1.1.1
A description of how the connection was initiated: remote - Another box initiated the connection. user - A user on the local box initiated the connection via a command to the local box. timed - A timed connection on the local box initiated the connection. startup - The local box initiated the connection during box initialization.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER remote(1), user(2), timed(3), startup(4)  

ltlSessionState 1.3.6.1.4.1.166.1.15.1.1.2
A description of the state of the connection: idle - The connection has just been torn down. asking - A user is attempting to bring up a connection but has entered an incorrect username or password. The box is waiting for the user to enter a new password. trying - The local box is attempting to establish a connection with a remote box. manual - A physical connection, but not a link layer connection, has been established with a remote box. The user may now enter commands that will be sent directly to the modem on the local box. (Not yet implemented.) disconnecting - The local box is in the process of tearing down the connection to the remote box. up - The connection is active.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), asking(2), trying(3), manual(4), disconnecting(5), up(6)  

ltlSessionPersistent 1.3.6.1.4.1.166.1.15.1.1.3
A description of persistency of the connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2)  

ltlSessionLinkType 1.3.6.1.4.1.166.1.15.1.1.4
A description of the link level protocol used by the connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), ppp(2), aalap(3)  

ltlSessionPhoneNumber 1.3.6.1.4.1.166.1.15.1.1.5
The outgoing phone number used by the connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString