USR-PPPLINK-MIB

File: USR-PPPLINK-MIB.mib (19208 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC USR-DEFINITIONS-MIB
USR-PPPML-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Integer32
Counter32 DisplayString common
usrPPPBundleInstance

Defined Types

UsrPPPLinkEntry  
SEQUENCE    
  usrPPPLinkInstance Integer32
  usrPPPLinkOperStatus INTEGER
  usrPPPLinkPhysicalIndex Integer32
  usrPPPLinkInterfaceName DisplayString
  usrPPPLinkLocalMRU Integer32
  usrPPPLinkRemoteMRU Integer32
  usrPPPLinkLocalToPeerACCMap OCTET STRING
  usrPPPLinkPeerToLocalACCMap OCTET STRING
  usrPPPLinkLocalToRemoteProtocolCompression INTEGER
  usrPPPLinkRemoteToLocalProtocolCompression INTEGER
  usrPPPLinkLocalToRemoteACCompression INTEGER
  usrPPPLinkRemoteToLocalACCompression INTEGER
  usrPPPLinkTxTotalFrames Counter32
  usrPPPLinkTxTotalBytes Counter32
  usrPPPLinkRxPacketTooLongs Counter32
  usrPPPLinkRxTotalFrames Counter32
  usrPPPLinkRxTotalBytes Counter32

UsrPPPAuthEntry  
SEQUENCE    
  usrPPPAuthOperStatus INTEGER
  usrPPPAuthLclToRemProtocol INTEGER
  usrPPPAuthRemToLclProtocol INTEGER

Defined Values

usrPPP 1.3.6.1.4.1.429.4.11
The commWorks enterprise defined MIB objects for PPP Link.
MODULE-IDENTITY    

usrPPPLk 1.3.6.1.4.1.429.4.11.3
OBJECT IDENTIFIER    

usrPPPLinkTable 1.3.6.1.4.1.429.4.11.3.1
Table containing the Link parameters and statistics for a local PPP entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrPPPLinkEntry

usrPPPLinkEntry 1.3.6.1.4.1.429.4.11.3.1.1
Status information for a PPP link.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrPPPLinkEntry  

usrPPPLinkInstance 1.3.6.1.4.1.429.4.11.3.1.1.1
The unique identifier of the instance of PPP link to which this entry corresponds.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrPPPLinkOperStatus 1.3.6.1.4.1.429.4.11.3.1.1.2
The operational status of the Link control protocol. If the value of this object is up then the finite state machine for the Link control protocol has reached the Opened state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER opened(1), not-opened(2)  

usrPPPLinkPhysicalIndex 1.3.6.1.4.1.429.4.11.3.1.1.3
The value of ifIndex that identifies the lower-level interface over which this PPP Link is operating. This interface would usually be an HDLC or RS-232 type of interface. If there is no lower-layer interface element, or there is no ifEntry for the element, or the element can not be identified, then the value of this object is 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

usrPPPLinkInterfaceName 1.3.6.1.4.1.429.4.11.3.1.1.4
The value of the Name that identifies the lower-level interface over which this PPP Link is operating. This interface would usually be an HDLC or RS-232 type of interface. If there is no lower-layer interface element, or there is no ifEntry for the element, or the element can not be identified, then the value of this object is NULL.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

usrPPPLinkLocalMRU 1.3.6.1.4.1.429.4.11.3.1.1.5
The current value of the MRU for the local PPP Entity. This value is the MRU that the remote entity is using when sending packets to the local PPP entity. The value of this object is meaningful only when the link has reached the open state (usrPPPLinkOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

usrPPPLinkRemoteMRU 1.3.6.1.4.1.429.4.11.3.1.1.6
The current value of the MRU for the remote PPP Entity. This value is the MRU that the local entity is using when sending packets to the remote PPP entity. The value of this object is meaningful only when the link has reached the open state (usrPPPLinkOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

usrPPPLinkLocalToPeerACCMap 1.3.6.1.4.1.429.4.11.3.1.1.7
The current value of the ACC Map used for sending packets from the local PPP entity to the remote PPP entity. The value of this object is meaningful only when the link has reached the open state (usrPPPLinkOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

usrPPPLinkPeerToLocalACCMap 1.3.6.1.4.1.429.4.11.3.1.1.8
The ACC Map used by the remote PPP entity when transmitting packets to the local PPP entity. The value of this object is meaningful only when the link has reached the open state (usrPPPLinkOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

usrPPPLinkLocalToRemoteProtocolCompression 1.3.6.1.4.1.429.4.11.3.1.1.9
Indicates whether the local PPP entity will use Protocol Compression when transmitting packets to the remote PPP entity. The value of this object is meaningful only when the link has reached the open state (usrPPPLinkOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

usrPPPLinkRemoteToLocalProtocolCompression 1.3.6.1.4.1.429.4.11.3.1.1.10
Indicates whether the remote PPP entity will use Protocol Compression when transmitting packets to the local PPP entity. The value of this object is meaningful only when the link has reached the open state (usrPPPLinkOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

usrPPPLinkLocalToRemoteACCompression 1.3.6.1.4.1.429.4.11.3.1.1.11
Indicates whether the local PPP entity will use Address and Control Compression when transmitting packets to the remote PPP entity. The value of this object is meaningful only when the link has reached the open state (usrPPPLinkOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

usrPPPLinkRemoteToLocalACCompression 1.3.6.1.4.1.429.4.11.3.1.1.12
Indicates whether the remote PPP entity will use Address and Control Compression when transmitting packets to the local PPP entity. The value of this object is meaningful only when the link has reached the open state (usrPPPLinkOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

usrPPPLinkTxTotalFrames 1.3.6.1.4.1.429.4.11.3.1.1.13
The total number of frames received from the PPP application for transmission over this link. The value of this object is meaningful only when the link has reached the open state (usrPPPLinkOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrPPPLinkTxTotalBytes 1.3.6.1.4.1.429.4.11.3.1.1.14
The total number of bytes received from the PPP application for transmission over this link. The value of this object is meaningful only when the link has reached the open state (usrPPPLinkOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrPPPLinkRxPacketTooLongs 1.3.6.1.4.1.429.4.11.3.1.1.15
The number of received packets that have been discarded because their length exceeded the MRU. NOTE, packets which are longer than the MRU but which are successfully received and processed are NOT included in this count.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrPPPLinkRxTotalFrames 1.3.6.1.4.1.429.4.11.3.1.1.16
The total number of frames received from a lower layer application over this link. The value of this object is meaningful only when the link has reached the open state (usrPPPLinkOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrPPPLinkRxTotalBytes 1.3.6.1.4.1.429.4.11.3.1.1.17
The total number of bytes received from a lower layer application over this link. The value of this object is meaningful only when the link has reached the open state (usrPPPLinkOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrPPPAuthTable 1.3.6.1.4.1.429.4.11.3.2
Table containing the Authentication status information for a local PPP entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrPPPAuthEntry

usrPPPAuthEntry 1.3.6.1.4.1.429.4.11.3.2.1
Authentication status information for a PPP link.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrPPPAuthEntry  

usrPPPAuthOperStatus 1.3.6.1.4.1.429.4.11.3.2.1.1
The operational status of the Authentication control protocol. If the value of this object is up then the finite state machine for the Authentication control protocol has reached the Opened state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER opened(1), not-opened(2)  

usrPPPAuthLclToRemProtocol 1.3.6.1.4.1.429.4.11.3.2.1.2
This is the authentication protocol that was used by the local PPP entity when it authenticated the local PPP entity to the remote PPP entity. The value of this object is meaningful only when the authentication has reached the open state (usrPPPAuthOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), pap(2), chap(3), any(4), eapMD5(5), msChap(6), encryptedOnly(7), radiusEapProxy(8)  

usrPPPAuthRemToLclProtocol 1.3.6.1.4.1.429.4.11.3.2.1.3
This is the authentication protocol that was used by the remote PPP entity when it authenticated the remote PPP entity to the local PPP entity. The value of this object is meaningful only when the authentication has reached the open state (usrPPPAuthOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), pap(2), chap(3), any(4), eapMD5(5), msChap(6), encryptedOnly(7), radiusEapProxy(8)