- Table of Contents
- Related Documents
-
Title | Size | Download |
---|---|---|
06-PPP-LCP-MIB | 99.26 KB |
Contents
PPP-LCP-MIB
About this MIB
Use this MIB to configure and get PPP LCP negotiation information, and configure and get LQR packet information.
MIB file name
rfc1471-ppp-lcp.mib
Root object
iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).transmission(10).ppp(23)
Tabular objects
pppLinkStatusTable
About this table
This table gets the PPP LCP negotiation information.
Support for operations
Create:Not supported
Edit/Modify:Not supported
Delete:Not supported
Read:Supported
Columns
The table index is ifIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
pppLinkStatusPhysicalIndex (1.3.6.1.2.1.10.23.1.1.1.1.1) |
read-only |
Integer32 |
Integer32 (0..2147483647) |
Interface index. |
As per the MIB. |
pppLinkStatusBadAddresses (1.3.6.1.2.1.10.23.1.1.1.1.2) |
read-only |
Counter |
Standard MIB values. |
Number of packets with wrong addresses. |
As per the MIB. |
pppLinkStatusBadControls (1.3.6.1.2.1.10.23.1.1.1.1.3) |
read-only |
Counter |
Standard MIB values. |
Number of packets with wrong control fields. |
As per the MIB. |
pppLinkStatusPacketTooLongs (1.3.6.1.2.1.10.23.1.1.1.1.4) |
read-only |
Counter |
Standard MIB values. |
Number of too long packets. |
As per the MIB. |
pppLinkStatusLocalMRU (1.3.6.1.2.1.10.23.1.1.1.1.6) |
read-only |
Integer32 |
Integer32 (1..2147483648) |
Local MRU. |
If the connection is disconnected, the value is 255. |
pppLinkStatusRemoteMRU (1.3.6.1.2.1.10.23.1.1.1.1.7) |
read-only |
Integer32 |
Integer32 (1..2147483648) |
Remote MRU. |
If the connection is disconnected, the value is 255. If no MRU is negotiated, the value is 1500. |
pppLinkStatusLocalToPeerACCMap (1.3.6.1.2.1.10.23.1.1.1.1.8) |
read-only |
OCTET STRING |
OCTET STRING (4) |
Local ACCM value. |
If the connection is disconnected, the value is 0xffffffff. |
pppLinkStatusPeerToLocalACCMap (1.3.6.1.2.1.10.23.1.1.1.1.9) |
read-only |
OCTET STRING |
OCTET STRING (4) |
Remote ACCM value. |
If the connection is disconnected or the ACCM does not needs to be negotiated, the value is 0xffffffff. |
pppLinkStatusLocalToRemoteProtoComp (1.3.6.1.2.1.10.23.1.1.1.1.10) |
read-only |
INTEGER |
enabled(1) disabled(2) |
Local PFC status. |
As per the MIB. |
pppLinkStatusRemoteToLocalProtoComp (1.3.6.1.2.1.10.23.1.1.1.1.11) |
read-only |
INTEGER |
enabled(1) disabled(2) |
Remote PFC status. |
As per the MIB. |
pppLinkStatusLocalToRemoteACCompression (1.3.6.1.2.1.10.23.1.1.1.1.12) |
read-only |
INTEGER |
enabled(1) disabled(2) |
Local ACFC status. |
As per the MIB. |
pppLinkStatusRemoteToLocalACCompression (1.3.6.1.2.1.10.23.1.1.1.1.13) |
read-only |
INTEGER |
enabled(1) disabled(2) |
Remote ACFC status. |
As per the MIB. |
pppLinkStatusTransmitFcsSize (1.3.6.1.2.1.10.23.1.1.1.1.14) |
read-only |
Integer32 |
Integer32 (0..128) |
Local FCS size. |
If the connection is disconnected or the packets do not need to be processed in software, the value is 0. |
pppLinkStatusReceiveFcsSize (1.3.6.1.2.1.10.23.1.1.1.1.15) |
read-only |
Integer32 |
Integer32 (0..128) |
Remote FCS size. |
If the connection is disconnected or the packets do not need to be processed in software, the value is 0. |
pppLinkConfigTable
About this table
This table configures PPP LCP negotiation.
Support for operations
Create:Not supported
Edit/Modify:Supported
Delete:Not supported
Read:Supported
Columns
The table index is ifIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
pppLinkConfigInitialMRU (1.3.6.1.2.1.10.23.1.1.2.1.1) |
read-write |
Integer32 |
Integer32 (0..2147483647) |
Initial MRU value. |
Supports only the read operation. |
pppLinkConfigReceiveACCMap (1.3.6.1.2.1.10.23.1.1.2.1.2) |
read-write |
OCTET STRING |
OCTET STRING (4) |
Receive ACCM. |
Supports only the read operation. The default value is 0xffffffff. |
pppLinkConfigTransmitACCMap (1.3.6.1.2.1.10.23.1.1.2.1.3) |
read-write |
OCTET STRING |
OCTET STRING (4) |
Transmit ACCM. |
Supports only the read operation. |
pppLinkConfigMagicNumber (1.3.6.1.2.1.10.23.1.1.2.1.4) |
read-write |
INTEGER |
false (1) true (2) |
Magic-Number check enable status. |
Supports only the read operation. |
pppLinkConfigFcsSize (1.3.6.1.2.1.10.23.1.1.2.1.5) |
read-write |
Integer32 |
Integer32 (0..128) |
FCS size. |
Supports only the read operation. The default value is 0. |
pppLqrTable
About this table
This table gets information about PPP LQR packets.
Support for operations
Create:Not supported
Edit/Modify:Not supported
Delete:Not supported
Read:Supported
Columns
The table index is ifIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
pppLqrQuality (1.3.6.1.2.1.10.23.1.2.1.1.1) |
read-only |
INTEGER |
good(1) bad(2) not-determined(3) |
Link quality. |
As per the MIB. |
pppLqrlnGoodOctets (1.3.6.1.2.1.10.23.1.2.1.1.2) |
read-only |
Counter |
Standard MIB values. |
Number of packets sent by PPP to the upper layer. |
As per the MIB. |
pppLqrLocalPeriod (1.3.6.1.2.1.10.23.1.2.1.1.3) |
read-only |
Integer32 |
Integer32 (1..2147483648) |
Interval for the local interface to send LQR packets on the local end. |
As per the MIB. |
pppLqrRemotePeriod (1.3.6.1.2.1.10.23.1.2.1.1.4) |
read-only |
Integer32 |
Integer32 (1..2147483648) |
Interval for the remote interface to send LQR packets on the local end. |
As per the MIB. |
pppLqrOutQRs (1.3.6.1.2.1.10.23.1.2.1.1.5) |
read-only |
Counter |
Standard MIB values. |
Number of incoming LQR packets. |
As per the MIB. |
pppLqrlnLQRs (1.3.6.1.2.1.10.23.1.2.1.1.6) |
read-only |
Counter |
Standard MIB values. |
Number of outgoing LQR packets. |
As per the MIB. |
pppLqrConfigTable
About this table
This table configures the PPP LQR parameters.
Support for operations
Create:Not supported
Edit/Modify:Supported
Delete:Not supported
Read:Supported
Columns
The table index is ifIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
pppLqrConfigPeriod (1.3.6.1.2.1.10.23.1.2.2.1.1) |
read-write |
Integer32 |
Integer32 (0..2147483647) |
Interval for sending LQR packets. |
The maximum value is 3276700, and the minimum value 0 cannot set through MIB. If you set this parameter to 0 through the CLI, MIB will reads the value as 2147483647. |
pppLqrConfigStatus (1.3.6.1.2.1.10.23.1.2.2.1.2) |
read-write |
INTEGER |
disabled (1) enabled (2) |
PPP LQM enable status. |
Supports only the read operation. |
pppLqrExtnsTable
About this table
This table gets extended information about PPP LQR packets.
Support for operations
Create:Not supported
Edit/Modify:Not supported
Delete:Not supported
Read:Supported
Columns
The table index is ifIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
pppLqrExtnsLastReceivedLqrPacket (1.3.6.1.2.1.10.23.1.2.3.1.1) |
read-only |
OCTET STRING |
OCTET STRING (68) |
LQR packet last received. |
As per the MIB. |