CISCO-P2P-IF-MIB
19 objects
The Point to Point Interface MIB module. This MIB manages the generic objects for Serial link or SONET/SDH like point to point network interfaces with the encapsulations of PPP (Point to Point Protocol), HDLC (High Level Data Link Control) or cHDLC (CIsco extension to High Level Data Link Control) framing. Acronyms and terms: FCS - Frame Check Sequence. The frame check sequence is used to ensure that the data received is actually the data sent. CRC - Cyclic Redundancy Check. The transmitting system processes the frame check sequence portion of the frame through an algorithm called a CRC (Cyclic Redundancy Check). One of the usages of CRC is in the following PPP/HLDC over SONET/SDH example. + | PPP| FCS Bit SONET/SDH |HDLC|=> Generation => Stuffing => Scrambling => Framing + REVISION
Imported Objects
| CISCO-SMI | ciscoMgmt |
| IF-MIB | ifIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE OBJECT-GROUP |
| SNMPv2-SMI | Counter32 MODULE-IDENTITY OBJECT-TYPE Unsigned32 |
| SNMPv2-TC | TEXTUAL-CONVENTION |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.9.9.668 | IdentityciscoP2PIfMIB | The Point to Point Interface MIB module. This MIB manages the generic objects for Serial link or SONET/SDH like point to point network interfaces with the enca… | ||
| 1.3.6.1.4.1.9.9.668.0 | NodeciscoP2PIfMIBNotifs | |||
| 1.3.6.1.4.1.9.9.668.1 | NodeciscoP2PIfMIBObjects | |||
| 1.3.6.1.4.1.9.9.668.1.1 | Nodecp2pIfGeneralObjects | |||
| 1.3.6.1.4.1.9.9.668.1.1.1 | Tablecp2pIfCfgTable | not-accessible | current | The Point to Point generic Configuration Table. It contains the standard configuration information of the Point to Point interface. |
| 1.3.6.1.4.1.9.9.668.1.1.1.1 | Rowcp2pIfCfgEntry | not-accessible | current | An entry in the configuration table for each Point to Point interface. The entry is created when the Point to Point related interface is created in ifTable. Th… |
| 1.3.6.1.4.1.9.9.668.1.1.1.1.1 | Columncp2pIfCfgCrcMode | read-write | current | Specifies the CRC mode for the FCS generation of a packet sending via the Point to point interface. |
| 1.3.6.1.4.1.9.9.668.1.1.1.1.2 | Columncp2pIfCfgScramblingMode | read-write | current | Specifies the scrambling encryption mode of the point to point interface. |
| 1.3.6.1.4.1.9.9.668.1.1.1.1.3 | Columncp2pIfCfgTransmitDelay | read-write | current | Specified the minimum delay after sending a packet via the point to point interface. The value of '0' indicates the transmit delay of packet is disabled. |
| 1.3.6.1.4.1.9.9.668.1.1.2 | Tablecp2pIfStatsTable | not-accessible | current | The Point to Point Interface Statistics Table. It contains statistics information of a Point to Point interface including the error statistics. |
| 1.3.6.1.4.1.9.9.668.1.1.2.1 | Rowcp2pIfStatsEntry | not-accessible | current | An entry in the statistics table for each Point to Point interface. |
| 1.3.6.1.4.1.9.9.668.1.1.2.1.1 | Columncp2pIfStatsInCrcErrors | read-only | current | Accumulated number of CRC errors that are detected on the received packets via the Point to Point interface since system startup. |
| 1.3.6.1.4.1.9.9.668.3 | NodeciscoP2PIfMIBConformance | |||
| 1.3.6.1.4.1.9.9.668.3.1 | NodeciscoP2PIfMIBCompliances | |||
| 1.3.6.1.4.1.9.9.668.3.1.1 | ComplianceciscoP2PIfMIBCompliance | read-only | current | The compliance statement for entities which implement the Cisco Point to Point interface MIB |
| 1.3.6.1.4.1.9.9.668.3.2 | NodeciscoP2PIfMIBGroups | |||
| 1.3.6.1.4.1.9.9.668.3.2.1 | GroupciscoP2PIfMIBGeneralGroup | current | The collection of objects providing general information about the Cisco Point to Point interfaces. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| Cp2pIfCrcMode | INTEGER { crc16(1), crc32(2) } | current | Specifies the CRC mode of Cyclic Redundancy Check. crc16 - 16-bit CRC. crc32 - 32-bit CRC. |
| Cp2pIfScramblingMode | INTEGER { on(1), off(2) } | current | An enumerated value of the Scrambling encryption mode of an interface. on - scrambling encryption enabled. off - scrambling encryption disabled. |