PPP-IP-NCP-MIB: View SNMP OID List / Download MIB
VENDOR: INTERNET-STANDARD
Home | MIB: PPP-IP-NCP-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
pppIp | 1.3.6.1.2.1.10.23.3 | |||
pppIpTable | 1.3.6.1.2.1.10.23.3.1 | no-access |
Table containing the IP parameters and statistics for the local PPP entity. |
|
1.3.6.1.2.1.10.23.3.1.1 | no-access |
IPCP status information for a particular PPP link. |
||
pppIpOperStatus | 1.3.6.1.2.1.10.23.3.1.1.1 | integer | read-only |
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. Enumeration: 'opened': 1, 'not-opened': 2. |
pppIpLocalToRemoteCompressionProtocol | 1.3.6.1.2.1.10.23.3.1.1.2 | integer | read-only |
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). Enumeration: 'vj-tcp': 2, 'none': 1. |
pppIpRemoteToLocalCompressionProtocol | 1.3.6.1.2.1.10.23.3.1.1.3 | integer | read-only |
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). Enumeration: 'vj-tcp': 2, 'none': 1. |
pppIpRemoteMaxSlotId | 1.3.6.1.2.1.10.23.3.1.1.4 | integer | read-only |
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). |
pppIpLocalMaxSlotId | 1.3.6.1.2.1.10.23.3.1.1.5 | integer | read-only |
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). |
pppIpConfigTable | 1.3.6.1.2.1.10.23.3.2 | no-access |
Table containing configuration variables for the IPCP for the local PPP entity. |
|
1.3.6.1.2.1.10.23.3.2.1 | no-access |
IPCP information for a particular PPP link. |
||
pppIpConfigAdminStatus | 1.3.6.1.2.1.10.23.3.2.1.1 | integer | read-write |
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. Enumeration: 'close': 2, 'open': 1. |
pppIpConfigCompression | 1.3.6.1.2.1.10.23.3.2.1.2 | integer | read-write |
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. Enumeration: 'vj-tcp': 2, 'none': 1. |