PPP-IP-NCP-MIB

File: PPP-IP-NCP-MIB.mib (6776 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212
PPP-LCP-MIB

Imported symbols

Counter ifIndex OBJECT-TYPE
ppp

Defined Types

PppIpEntry  
SEQUENCE    
  pppIpOperStatus INTEGER
  pppIpLocalToRemoteCompressionProtocol INTEGER
  pppIpRemoteToLocalCompressionProtocol INTEGER
  pppIpRemoteMaxSlotId INTEGER
  pppIpLocalMaxSlotId INTEGER

PppIpConfigEntry  
SEQUENCE    
  pppIpConfigAdminStatus INTEGER
  pppIpConfigCompression INTEGER

Defined Values

pppIp 1.3.6.1.2.1.10.23.3
OBJECT IDENTIFIER    

pppIpTable 1.3.6.1.2.1.10.23.3.1
Table containing the IP parameters and statistics for the local PPP entity.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PppIpEntry

pppIpEntry 1.3.6.1.2.1.10.23.3.1.1
IPCP status information for a particular PPP link.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PppIpEntry  

pppIpOperStatus 1.3.6.1.2.1.10.23.3.1.1.1
The operational status of the IP network protocol. If the value of this object is up then the finite state machine for the IP network protocol has reached the Opened state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER opened(1), not-opened(2)  

pppIpLocalToRemoteCompressionProtocol 1.3.6.1.2.1.10.23.3.1.1.2
The IP compression protocol that the local PPP-IP entity uses when sending packets to the remote PPP-IP entity. The value of this object is meaningful only when the link has reached the open state (pppIpOperStatus is opened).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), vj-tcp(2)  

pppIpRemoteToLocalCompressionProtocol 1.3.6.1.2.1.10.23.3.1.1.3
The IP compression protocol that the remote PPP-IP entity uses when sending packets to the local PPP-IP entity. The value of this object is meaningful only when the link has reached the open state (pppIpOperStatus is opened).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), vj-tcp(2)  

pppIpRemoteMaxSlotId 1.3.6.1.2.1.10.23.3.1.1.4
The Max-Slot-Id parameter that the remote node has advertised and that is in use on the link. If vj-tcp header compression is not in use on the link then the value of this object shall be 0. The value of this object is meaningful only when the link has reached the open state (pppIpOperStatus is opened).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

pppIpLocalMaxSlotId 1.3.6.1.2.1.10.23.3.1.1.5
The Max-Slot-Id parameter that the local node has advertised and that is in use on the link. If vj-tcp header compression is not in use on the link then the value of this object shall be 0. The value of this object is meaningful only when the link has reached the open state (pppIpOperStatus is opened).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

pppIpConfigTable 1.3.6.1.2.1.10.23.3.2
Table containing configuration variables for the IPCP for the local PPP entity.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PppIpConfigEntry

pppIpConfigEntry 1.3.6.1.2.1.10.23.3.2.1
IPCP information for a particular PPP link.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PppIpConfigEntry  

pppIpConfigAdminStatus 1.3.6.1.2.1.10.23.3.2.1.1
The immediate desired status of the IP network protocol. Setting this object to open will inject an administrative open event into the IP network protocol's finite state machine. Setting this object to close will inject an administrative close event into the IP network protocol's finite state machine.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER open(1), close(2)  

pppIpConfigCompression 1.3.6.1.2.1.10.23.3.2.1.2
If none(1) then the local node will not attempt to negotiate any IP Compression option. Otherwise, the local node will attempt to negotiate compression mode indicated by the enumerated value. Changing this object will have effect when the link is next restarted.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), vj-tcp(2)