INTEL-PPP-MIB: View SNMP OID List / Download MIB
VENDOR: INTEL CORPORATION
Home | MIB: INTEL-PPP-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 |
ppp | 1.3.6.1.4.1.343.6.23 | |||
pppLink | 1.3.6.1.4.1.343.6.23.1 | |||
pppLinkProtoStateTable | 1.3.6.1.4.1.343.6.23.1.1 | no-access |
Table containing protocol states and link type (standard, multilink slave or multilink master). |
|
1.3.6.1.4.1.343.6.23.1.1.1 | no-access | |||
pppLinkProtoStateIfIndex | 1.3.6.1.4.1.343.6.23.1.1.1.1 | integer | read-only |
Interface index. |
pppLinkProtoStatePppLinkType | 1.3.6.1.4.1.343.6.23.1.1.1.2 | integer | read-only |
PPP Link type. Enumeration: 'multilinkmaster': 2, 'multilinkslave': 3, 'standard': 1. |
pppLinkProtoStateLcpState | 1.3.6.1.4.1.343.6.23.1.1.1.3 | pppprotocolstate | read-only |
LCP (Link Control Protocol) state. |
pppLinkProtoStateIpcpState | 1.3.6.1.4.1.343.6.23.1.1.1.4 | pppprotocolstate | read-only |
IPCP (Ip Control Protocol) state. Not used for multilink slave links (pppLinkProtoStatePppLinkType = multilinkslave). |
pppLinkProtoStateIpxcpState | 1.3.6.1.4.1.343.6.23.1.1.1.5 | pppprotocolstate | read-only |
IPXCP (Ipx Control Protocol) state. Not used for multilink slave links (pppLinkProtoStatePppLinkType = multilinkslave). |
pppLinkProtoStateBcpState | 1.3.6.1.4.1.343.6.23.1.1.1.6 | pppprotocolstate | read-only |
BCP (Bridging Control Protocol) state. Not used for multilink slave links (pppLinkProtoStatePppLinkType = multilinkslave). |
pppLinkProtoStateCcpState | 1.3.6.1.4.1.343.6.23.1.1.1.7 | pppprotocolstate | read-only |
CCP (Compression Control Protocol) state. Not used for multilink slave links (pppLinkProtoStatePppLinkType = multilinkslave). |
pppLinkProtoStateEcpState | 1.3.6.1.4.1.343.6.23.1.1.1.8 | pppprotocolstate | read-only |
ECP (Encryption Control Protocol) state. Not used for multilink slave links (pppLinkProtoStatePppLinkType = multilinkslave). |
pppLinkProtoStateBacpState | 1.3.6.1.4.1.343.6.23.1.1.1.9 | pppprotocolstate | read-only |
BACP (Bandwidth Allocation Control Protocol) state. Only used for multilink master links (pppLinkProtoStatePppLinkType = multilinkmaster). |
pppLinkLcpTable | 1.3.6.1.4.1.343.6.23.1.2 | no-access |
LCP (Link Control Protocol) information table. Values are first valid when protocol has state OPENED. Not used for multilink master links (pppLinkProtoStatePppLinkType = multilinkmaster). |
|
1.3.6.1.4.1.343.6.23.1.2.1 | no-access | |||
pppLinkLcpIfIndex | 1.3.6.1.4.1.343.6.23.1.2.1.1 | integer | read-only |
Interface index |
pppLinkLcpMRUInc | 1.3.6.1.4.1.343.6.23.1.2.1.2 | integer | read-only |
Local Maximum Receive Unit |
pppLinkLcpMRUOut | 1.3.6.1.4.1.343.6.23.1.2.1.3 | integer | read-only |
Remote Maximum Receive Unit |
pppLinkLcpACCMapInc | 1.3.6.1.4.1.343.6.23.1.2.1.4 | integer | read-only |
Local to peer ACCM map |
pppLinkLcpACCMapOut | 1.3.6.1.4.1.343.6.23.1.2.1.5 | integer | read-only |
Peer to local ACCM map |
pppLinkProtocolCompressionInc | 1.3.6.1.4.1.343.6.23.1.2.1.6 | integer | read-only |
Local to remote protocol field compression Enumeration: 'disabled': 1, 'enabled': 2. |
pppLinkProtocolCompressionOut | 1.3.6.1.4.1.343.6.23.1.2.1.7 | integer | read-only |
Remote to local protocol field compression Enumeration: 'disabled': 1, 'enabled': 2. |
pppLinkACCompressionInc | 1.3.6.1.4.1.343.6.23.1.2.1.8 | integer | read-only |
Local to remote address and control field compression Enumeration: 'disabled': 1, 'enabled': 2. |
pppLinkACCompressionOut | 1.3.6.1.4.1.343.6.23.1.2.1.9 | integer | read-only |
Remote to local address and control field compression Enumeration: 'disabled': 1, 'enabled': 2. |
pppLinkMagicNumberInc | 1.3.6.1.4.1.343.6.23.1.2.1.10 | integer | read-only |
Local magic number |
pppLinkMagicNumberOut | 1.3.6.1.4.1.343.6.23.1.2.1.11 | integer | read-only |
Remote magic number |
pppLinkLinkDiscriminatorInc | 1.3.6.1.4.1.343.6.23.1.2.1.12 | integer | read-only |
Local link discriminator |
pppLinkLinkDiscriminatorOut | 1.3.6.1.4.1.343.6.23.1.2.1.13 | integer | read-only |
Remote link discriminator |
pppLinkBcpTable | 1.3.6.1.4.1.343.6.23.1.3 | no-access |
BCP (Bridging Control Protocol) information table. Values are first valid when protocol has state OPENED. Not used for multilink slave links (pppLinkProtoStatePppLinkType = multilinkslave). |
|
1.3.6.1.4.1.343.6.23.1.3.1 | no-access | |||
pppLinkBcpIfIndex | 1.3.6.1.4.1.343.6.23.1.3.1.1 | integer | read-only |
Interface index |
pppLinkBcpMACTypeInc | 1.3.6.1.4.1.343.6.23.1.3.1.2 | integer | read-only |
Frame type (incoming) Enumeration: 'ethernet': 2, 'notnegotiated': 1. |
pppLinkBcpMACTypeOut | 1.3.6.1.4.1.343.6.23.1.3.1.3 | integer | read-only |
Frame type (outgoing) Enumeration: 'ethernet': 2, 'notnegotiated': 1. |
pppLinkBcpBridgingProtInc | 1.3.6.1.4.1.343.6.23.1.3.1.4 | integer | read-only |
Bridging protocol used (incoming). Enumeration: 'spanningtree': 2, 'notnegotiated': 1. |
pppLinkBcpBridgingProtOut | 1.3.6.1.4.1.343.6.23.1.3.1.5 | integer | read-only |
Bridging protocol used (outgoing). Enumeration: 'spanningtree': 2, 'notnegotiated': 1. |
pppLinkCcpTable | 1.3.6.1.4.1.343.6.23.1.4 | no-access |
CCP (Compression Control Protocol) information table. Not used for multilink slave links (pppLinkProtoStatePppLinkType = multilinkslave). |
|
1.3.6.1.4.1.343.6.23.1.4.1 | no-access | |||
pppLinkCcpIfIndex | 1.3.6.1.4.1.343.6.23.1.4.1.1 | integer | read-only |
Interface index. |
pppLinkCcpHistorySizeIncoming | 1.3.6.1.4.1.343.6.23.1.4.1.2 | integer | read-only |
Number of compression histories (incoming). |
pppLinkCcpHistorySizeOutgoing | 1.3.6.1.4.1.343.6.23.1.4.1.3 | integer | read-only |
Number of compression histories (outgoing). |
pppLinkCcpCheckTypeIncoming | 1.3.6.1.4.1.343.6.23.1.4.1.4 | integer | read-only |
How compression history synchronization is handled (incoming). Enumeration: 'extms': 3, 'none': 1, 'sequenceno': 2. |
pppLinkCcpCheckTypeOutgoing | 1.3.6.1.4.1.343.6.23.1.4.1.5 | integer | read-only |
How compression history synchronization is handled. Enumeration: 'extms': 3, 'none': 1, 'sequenceno': 2. |
pppLinkEcpTable | 1.3.6.1.4.1.343.6.23.1.5 | no-access |
ECP (Encryption Control Protocol) information table. Not used for multilink slave links (pppLinkProtoStatePppLinkType = multilinkslave). |
|
1.3.6.1.4.1.343.6.23.1.5.1 | no-access | |||
pppLinkEcpIfIndex | 1.3.6.1.4.1.343.6.23.1.5.1.1 | integer | read-only |
Interface index |
pppLinkEcpResetRequestsRx | 1.3.6.1.4.1.343.6.23.1.5.1.2 | counter | read-only |
Number of encryption history reset requests received. |
pppLinkEcpResetRequestsTx | 1.3.6.1.4.1.343.6.23.1.5.1.3 | counter | read-only |
Number of encryption history reset requests sent. |
pppLinkEcpResetAcksRx | 1.3.6.1.4.1.343.6.23.1.5.1.4 | counter | read-only |
Number of encryption history reset acknowledgments received. |
pppLinkEcpResetAcksTx | 1.3.6.1.4.1.343.6.23.1.5.1.5 | counter | read-only |
Number of encryption history reset acknowledgments sent. |
pppLinkEcpRxDiscarded | 1.3.6.1.4.1.343.6.23.1.5.1.6 | counter | read-only |
Number of packets discarded due to lack of synchronization, buffer lacks or packet errors. |
pppLinkEcpTxDiscarded | 1.3.6.1.4.1.343.6.23.1.5.1.7 | counter | read-only |
Number of packets discarded due to buffer lacks or transmit queue overflows |
pppLinkEcpReceiverState | 1.3.6.1.4.1.343.6.23.1.5.1.8 | integer | read-only |
State of receiver. Error state means waiting for reset acknowledgment Enumeration: 'ok': 1, 'error': 2. |
pppLinkCompTable | 1.3.6.1.4.1.343.6.23.1.6 | no-access |
Compression information table. Not used for multilink slave links (pppLinkProtoStatePppLinkType = multilinkslave). |
|
1.3.6.1.4.1.343.6.23.1.6.1 | no-access | |||
pppLinkCompIfIndex | 1.3.6.1.4.1.343.6.23.1.6.1.1 | integer | read-only |
Interface index. |
pppLinkCompDecoderBytesIn | 1.3.6.1.4.1.343.6.23.1.6.1.2 | counter | read-only |
Total number of bytes received by the decoder (lower 32 bits). |
pppLinkCompDecoderDecompBytesOut | 1.3.6.1.4.1.343.6.23.1.6.1.3 | counter | read-only |
Decompressed bytes from the decoder (lower 32 bits). |
pppLinkCompDecoderUncompBytesOut | 1.3.6.1.4.1.343.6.23.1.6.1.4 | counter | read-only |
Uncompressed bytes received by the decoder (lower 32 bits). |
pppLinkCompDecoderCompPacketsIn | 1.3.6.1.4.1.343.6.23.1.6.1.5 | counter | read-only |
Compressed packets received by the decoder. |
pppLinkCompDecoderUncompPacketsIn | 1.3.6.1.4.1.343.6.23.1.6.1.6 | counter | read-only |
Uncompressed packets received by the decoder. |
pppLinkCompDecoderDecompQueueLength | 1.3.6.1.4.1.343.6.23.1.6.1.7 | counter | read-only |
Number of packets waiting to be decompressed. |
pppLinkCompDecoderCompressionRatio | 1.3.6.1.4.1.343.6.23.1.6.1.8 | counter | read-only |
Receive compression ratio (multiplied by 100). |
pppLinkCompDecoderResetRequestTx | 1.3.6.1.4.1.343.6.23.1.6.1.9 | counter | read-only |
The number of times the decoder requested re-initialization og the compression history. |
pppLinkCompDecoderResetAcksRx | 1.3.6.1.4.1.343.6.23.1.6.1.10 | counter | read-only |
The number of acknowledgments to reset requests received by the router. |
pppLinkCompDecoderRxDiscarded | 1.3.6.1.4.1.343.6.23.1.6.1.11 | counter | read-only |
Number of packets discarded by the decoder due to buffer lacks or synchronization problems. |
pppLinkCompDecoderState | 1.3.6.1.4.1.343.6.23.1.6.1.12 | integer | read-only |
State of decoder. Error state means waiting for reset acknowledgment Enumeration: 'ok': 1, 'error': 2. |
pppLinkCompEncoderBytesIn | 1.3.6.1.4.1.343.6.23.1.6.1.13 | counter | read-only |
Total number of bytes received by the encoder (lower 32 bits). |
pppLinkCompEncoderCompBytesOut | 1.3.6.1.4.1.343.6.23.1.6.1.14 | counter | read-only |
Number of compressed bytes leaving the encoder (lower 32 bits). |
pppLinkCompEncoderUncompBytesOut | 1.3.6.1.4.1.343.6.23.1.6.1.15 | counter | read-only |
Number of uncompressed bytes leaving the encoder (lower 32 bits). |
pppLinkCompEncoderCompPacketsOut | 1.3.6.1.4.1.343.6.23.1.6.1.16 | counter | read-only |
Number of compressed packets leaving the encoder. |
pppLinkCompEncoderUncompPacketsOut | 1.3.6.1.4.1.343.6.23.1.6.1.17 | counter | read-only |
Number of uncompressed packets leaving the encoder. |
pppLinkCompEncoderCompQueueLength | 1.3.6.1.4.1.343.6.23.1.6.1.18 | counter | read-only |
Number of packets waiting to be compressed. |
pppLinkCompEncoderCompressionRation | 1.3.6.1.4.1.343.6.23.1.6.1.19 | counter | read-only |
Transmit compression ratio (multiplied by 100). |
pppLinkCompEncoderResetRequestRx | 1.3.6.1.4.1.343.6.23.1.6.1.20 | counter | read-only |
The number of times the remote end requested re-initialization og the compression history. |
pppLinkCompEncoderResetAckTx | 1.3.6.1.4.1.343.6.23.1.6.1.21 | counter | read-only |
The number of acknowledgments to reset requests transmitted by the router. |
pppLinkCompEncoderTxDiscarded | 1.3.6.1.4.1.343.6.23.1.6.1.22 | counter | read-only |
Number of packets discarded by the encoder due to buffer lacks or transmit queue overflows. |
pppLinkCompDecoderBytesInUpper | 1.3.6.1.4.1.343.6.23.1.6.1.23 | counter | read-only |
Total number of bytes received by the decoder (upper 32 bits). |
pppLinkCompDecoderDecompBytesOutUpper | 1.3.6.1.4.1.343.6.23.1.6.1.24 | counter | read-only |
Decompressed bytes from the decoder (upper 32 bits). |
pppLinkCompDecoderUncompBytesOutUpper | 1.3.6.1.4.1.343.6.23.1.6.1.25 | counter | read-only |
Uncompressed bytes received by the decoder (upper 32 bits). |
pppLinkCompEncoderBytesInUpper | 1.3.6.1.4.1.343.6.23.1.6.1.26 | counter | read-only |
Total number of bytes received by the encoder (upper 32 bits). |
pppLinkCompEncoderCompBytesOutUpper | 1.3.6.1.4.1.343.6.23.1.6.1.27 | counter | read-only |
Number of compressed bytes leaving the encoder (upper 32 bits). |
pppLinkCompEncoderUncompBytesOutUpper | 1.3.6.1.4.1.343.6.23.1.6.1.28 | counter | read-only |
Number of uncompressed bytes leaving the encoder (upper 32 bits). |
pppLinkChapTable | 1.3.6.1.4.1.343.6.23.1.7 | no-access |
Table containing CHAP information. Not used for multilink master links (pppLinkProtoStatePppLinkType = multilinkmaster). |
|
1.3.6.1.4.1.343.6.23.1.7.1 | no-access | |||
pppLinkChapIfIndex | 1.3.6.1.4.1.343.6.23.1.7.1.1 | integer | read-only |
Interface index. |
pppLinkChapIncoming | 1.3.6.1.4.1.343.6.23.1.7.1.2 | integer | read-only |
Is this router authenticated by the remote end using CHAP. Enumeration: 'yes': 2, 'notnegotiated': 1. |
pppLinkChapOutgoing | 1.3.6.1.4.1.343.6.23.1.7.1.3 | integer | read-only |
Is the remote router authenticated using CHAP. Enumeration: 'yes': 2, 'notnegotiated': 1. |
pppLinkChapChallengeRx | 1.3.6.1.4.1.343.6.23.1.7.1.4 | counter | read-only |
Authentication challenges received from remote end |
pppLinkChapChallengeTx | 1.3.6.1.4.1.343.6.23.1.7.1.5 | counter | read-only |
Authentication challenges transmitted to remote end |
pppLinkChapResponseRx | 1.3.6.1.4.1.343.6.23.1.7.1.6 | counter | read-only |
Authentication responses received from remote end. |
pppLinkChapResponseTx | 1.3.6.1.4.1.343.6.23.1.7.1.7 | counter | read-only |
Authentication responses transmitted to remote end. |
pppLinkChapSuccesRx | 1.3.6.1.4.1.343.6.23.1.7.1.8 | counter | read-only |
Number of authentication succes replies received from remote end. |
pppLinkChapSuccesTx | 1.3.6.1.4.1.343.6.23.1.7.1.9 | counter | read-only |
Number of authentication succes replies transmitted to remote end. |
pppLinkChapFailureRx | 1.3.6.1.4.1.343.6.23.1.7.1.10 | counter | read-only |
Number of authentication failure replies received from remote end. |
pppLinkChapFailureTx | 1.3.6.1.4.1.343.6.23.1.7.1.11 | counter | read-only |
Number of authentication failure replies transmitted to remote end. |
pppLinkPapTable | 1.3.6.1.4.1.343.6.23.1.8 | no-access |
Table containing CHAP information. Not used for multilink master links (pppLinkProtoStatePppLinkType = multilinkmaster). |
|
1.3.6.1.4.1.343.6.23.1.8.1 | no-access | |||
pppLinkPapIfIndex | 1.3.6.1.4.1.343.6.23.1.8.1.1 | integer | read-only |
Interface index. |
pppLinkPapIncoming | 1.3.6.1.4.1.343.6.23.1.8.1.2 | integer | read-only |
Is this router authenticated by the remote end using PAP. Enumeration: 'yes': 2, 'notnegotiated': 1. |
pppLinkPapOutgoing | 1.3.6.1.4.1.343.6.23.1.8.1.3 | integer | read-only |
Is the remote router authenticated using PAP. Enumeration: 'yes': 2, 'notnegotiated': 1. |
pppLinkPapAuthReqRx | 1.3.6.1.4.1.343.6.23.1.8.1.4 | counter | read-only |
Number of authentication requests received from remote end. |
pppLinkPapAuthReqTx | 1.3.6.1.4.1.343.6.23.1.8.1.5 | counter | read-only |
Number of authentication requests transmitted to remote end. |
pppLinkPapAuthAckRx | 1.3.6.1.4.1.343.6.23.1.8.1.6 | counter | read-only |
Number of authentication succes replies received from remote end. |
pppLinkPapAuthAckTx | 1.3.6.1.4.1.343.6.23.1.8.1.7 | counter | read-only |
Number of authentication succes replies transmitted to remote end. |
pppLinkPapAuthNackRx | 1.3.6.1.4.1.343.6.23.1.8.1.8 | counter | read-only |
Number of authentication succes replies transmitted to remote end. |
pppLinkPapAuthNackTx | 1.3.6.1.4.1.343.6.23.1.8.1.9 | counter | read-only |
Number of authentication failure replies received from remote end. |
pppLinkMlMasterTable | 1.3.6.1.4.1.343.6.23.1.9 | no-access |
Table containing multilink master information. Only used when pppLinkProtoStatePppLinkType = multilinkmaster. |
|
1.3.6.1.4.1.343.6.23.1.9.1 | no-access | |||
pppLinkMlMasterIfIndex | 1.3.6.1.4.1.343.6.23.1.9.1.1 | integer | read-only |
Interface index. |
pppLinkMlMasterSlaveCount | 1.3.6.1.4.1.343.6.23.1.9.1.2 | counter | read-only |
Number of slave links in multilink bundle. |
pppLinkMlMasterTxUtilization | 1.3.6.1.4.1.343.6.23.1.9.1.3 | counter | read-only |
Transmit utilization of current bundle measured in percent. |
pppLinkMlMasterRxUtilization | 1.3.6.1.4.1.343.6.23.1.9.1.4 | counter | read-only |
Receive utilization of current bundle measured in percent. |
pppLinkMlMasterSlavesForwarding | 1.3.6.1.4.1.343.6.23.1.9.1.5 | counter | read-only |
Number of forwarding slave links in bundle. |
pppLinkMlMasterLinkAddThreshold | 1.3.6.1.4.1.343.6.23.1.9.1.6 | counter | read-only |
Link Add Threshold (in percent) |
pppLinkMlMasterSamplingTime | 1.3.6.1.4.1.343.6.23.1.9.1.7 | counter | read-only |
Sampling time for utilization calculation. |
pppLinkMlMasterSlavesWithBOD | 1.3.6.1.4.1.343.6.23.1.9.1.8 | integer | read-only |
Slaves with BOD in bundle Enumeration: 'yes': 2, 'no': 1. |
pppLinkMlMasterMeasuringMode | 1.3.6.1.4.1.343.6.23.1.9.1.9 | integer | read-only |
Utilization measurings mode Enumeration: 'none': 1, 'rx': 2, 'all': 4, 'tx': 3. |
pppLinkMlSlaveTable | 1.3.6.1.4.1.343.6.23.1.10 | no-access |
Table containing multilink slave information. Only used when pppLinkProtoStatePppLinkType = multilinkslave. |
|
1.3.6.1.4.1.343.6.23.1.10.1 | no-access | |||
pppLinkMlSlaveIfIndex | 1.3.6.1.4.1.343.6.23.1.10.1.1 | integer | read-only |
Interface index. |
pppLinkMlSlaveBodEnabled | 1.3.6.1.4.1.343.6.23.1.10.1.2 | integer | read-only |
Bandwidth on demand enabled for this slave link. Enumeration: 'false': 2, 'true': 1. |
pppLinkMlSlaveMasterIfIndex | 1.3.6.1.4.1.343.6.23.1.10.1.3 | integer | read-only |
Interface index of the corresponding master link. |
pppLinkBacpTable | 1.3.6.1.4.1.343.6.23.1.11 | no-access |
Table containing BACP/BAP information. Only used when pppLinkProtoStatePppLinkType = multilinkmaster and BACP has been opened. |
|
1.3.6.1.4.1.343.6.23.1.11.1 | no-access | |||
pppLinkBacpIfIndex | 1.3.6.1.4.1.343.6.23.1.11.1.1 | integer | read-only |
Interface index. |
pppLinkBacpMagicInc | 1.3.6.1.4.1.343.6.23.1.11.1.2 | integer | read-only |
Local BACP magic number |
pppLinkBacpMagicOut | 1.3.6.1.4.1.343.6.23.1.11.1.3 | integer | read-only |
Remote BACP magic number |
pppLinkBacpCallReqTx | 1.3.6.1.4.1.343.6.23.1.11.1.4 | counter | read-only |
Number of BAP call requests transmitted. |
pppLinkBacpCallReqRx | 1.3.6.1.4.1.343.6.23.1.11.1.5 | counter | read-only |
Number of BAP call requests received. |
pppLinkBacpCallRespTx | 1.3.6.1.4.1.343.6.23.1.11.1.6 | counter | read-only |
Number of BAP call responses transmitted. |
pppLinkBacpCallRespRx | 1.3.6.1.4.1.343.6.23.1.11.1.7 | counter | read-only |
Number of BAP call responses received. |
pppLinkBacpCallbackReqTx | 1.3.6.1.4.1.343.6.23.1.11.1.8 | counter | read-only |
Number of BAP call-back requests transmitted. |
pppLinkBacpCallbackReqRx | 1.3.6.1.4.1.343.6.23.1.11.1.9 | counter | read-only |
Number of BAP call-back requests received. |
pppLinkBacpCallbackRespTx | 1.3.6.1.4.1.343.6.23.1.11.1.10 | counter | read-only |
Number of BAP call-back responses transmitted. |
pppLinkBacpCallbackRespRx | 1.3.6.1.4.1.343.6.23.1.11.1.11 | counter | read-only |
Number of BAP call-back responses received. |
pppLinkBacpLinkDropReqTx | 1.3.6.1.4.1.343.6.23.1.11.1.12 | counter | read-only |
Number of BAP link drop requests transmitted. |
pppLinkBacpLinkDropReqRx | 1.3.6.1.4.1.343.6.23.1.11.1.13 | counter | read-only |
Number of BAP link drop requests received. |
pppLinkBacpLinkDropRespTx | 1.3.6.1.4.1.343.6.23.1.11.1.14 | counter | read-only |
Number of BAP link drop responses transmitted. |
pppLinkBacpLinkDropRespRx | 1.3.6.1.4.1.343.6.23.1.11.1.15 | counter | read-only |
Number of BAP link drop responses received. |
pppLinkBacpCallStatusIndTx | 1.3.6.1.4.1.343.6.23.1.11.1.16 | counter | read-only |
Number of BAP call status indications transmitted. |
pppLinkBacpCallStatusIndRx | 1.3.6.1.4.1.343.6.23.1.11.1.17 | counter | read-only |
Number of BAP call status indications received. |
pppLinkBacpCallStatusRespTx | 1.3.6.1.4.1.343.6.23.1.11.1.18 | counter | read-only |
Number of BAP call status responses transmitted. |
pppLinkBacpCallStatusRespRx | 1.3.6.1.4.1.343.6.23.1.11.1.19 | counter | read-only |
Number of BAP call status responses received. |
pppLinkBacpNoFreeSlavesFound | 1.3.6.1.4.1.343.6.23.1.11.1.20 | counter | read-only |
No free slave links found to handle BAP request. |
pppLinkBacpMaxBundleSizeRejects | 1.3.6.1.4.1.343.6.23.1.11.1.21 | counter | read-only |
Not possible to handle BAP request for more bandwidth due to max bundle size has been reached. |
pppLinkBacpChannelLackDisconnects | 1.3.6.1.4.1.343.6.23.1.11.1.22 | counter | read-only |
Disconnects due to lack of channels. |
pppLinkBacpOldProtocolIdsUsed | 1.3.6.1.4.1.343.6.23.1.11.1.23 | integer | read-only |
Using old BACP id's to support remote device. Enumeration: 'disabled': 1, 'enabled': 2. |
pppLinkIpcpTable | 1.3.6.1.4.1.343.6.23.1.12 | no-access |
IPCP (IP Control Protocol) information table. Values are first valid when protocol has state OPENED. Not used for multilink slave links (pppLinkProtoStatePppLinkType = multilinkslave). |
|
1.3.6.1.4.1.343.6.23.1.12.1 | no-access | |||
pppLinkIpcpIfIndex | 1.3.6.1.4.1.343.6.23.1.12.1.1 | integer | read-only |
Interface index |
pppLinkIpcpIpAddressLocal | 1.3.6.1.4.1.343.6.23.1.12.1.2 | ipaddress | read-only |
Local IP address. |
pppLinkIpcpIpAddressRemote | 1.3.6.1.4.1.343.6.23.1.12.1.3 | ipaddress | read-only |
Remote IP Address |