SHIVA-TPPP-MIB

File: SHIVA-TPPP-MIB.mib (2230 bytes)

Imported modules

RFC-1212 SHIVA-MIB

Imported symbols

OBJECT-TYPE tPPP

Defined Types

TpppPortEntry  
SEQUENCE    
  tpppPortIndex INTEGER
  tpppPortRestartTimer INTEGER
  tpppCompTypes INTEGER
  tpppCompStacPerf INTEGER
  tpppPortStatus INTEGER

Defined Values

tpppPortTable 1.3.6.1.4.1.166.4.10.1
Table of PPP port initialization parameters and status. Instantiated only for dedicated serial ports where PPP configuration is done by unit number.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TpppPortEntry

tpppPortEntry 1.3.6.1.4.1.166.4.10.1.1
Initialization parameters and status for a PPP port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  TpppPortEntry  

tpppPortIndex 1.3.6.1.4.1.166.4.10.1.1.1
Serial port number which corresponds to an instance of rs232PortIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tpppPortRestartTimer 1.3.6.1.4.1.166.4.10.1.1.2
The PPP Restart Timer for this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tpppCompTypes 1.3.6.1.4.1.166.4.10.1.1.3
The PPP compression protocols that are available to be negotiated for this port, represented as a bitmask: 0x00000001 - Stac LZS 0x00000002 - Microsoft PPC.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tpppCompStacPerf 1.3.6.1.4.1.166.4.10.1.1.4
The compression effectiveness ratio configured for the Stac LZS compression engine for this port. Applies to Stac LZS compression only.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

tpppPortStatus 1.3.6.1.4.1.166.4.10.1.1.5
PPP port status.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)