MIB Viewer

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-SMIciscoMgmt
IF-MIBifIndex
SNMPv2-CONFMODULE-COMPLIANCE OBJECT-GROUP
SNMPv2-SMICounter32 MODULE-IDENTITY OBJECT-TYPE Unsigned32
SNMPv2-TCTEXTUAL-CONVENTION
OIDNameAccessStatusDescription
1.3.6.1.4.1.9.9.668IdentityciscoP2PIfMIBThe 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.0NodeciscoP2PIfMIBNotifs
1.3.6.1.4.1.9.9.668.1NodeciscoP2PIfMIBObjects
1.3.6.1.4.1.9.9.668.1.1Nodecp2pIfGeneralObjects
1.3.6.1.4.1.9.9.668.1.1.1Tablecp2pIfCfgTablenot-accessiblecurrentThe 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.1Rowcp2pIfCfgEntrynot-accessiblecurrentAn 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.1Columncp2pIfCfgCrcModeread-writecurrentSpecifies 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.2Columncp2pIfCfgScramblingModeread-writecurrentSpecifies the scrambling encryption mode of the point to point interface.
1.3.6.1.4.1.9.9.668.1.1.1.1.3Columncp2pIfCfgTransmitDelayread-writecurrentSpecified 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.2Tablecp2pIfStatsTablenot-accessiblecurrentThe 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.1Rowcp2pIfStatsEntrynot-accessiblecurrentAn entry in the statistics table for each Point to Point interface.
1.3.6.1.4.1.9.9.668.1.1.2.1.1Columncp2pIfStatsInCrcErrorsread-onlycurrentAccumulated 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.3NodeciscoP2PIfMIBConformance
1.3.6.1.4.1.9.9.668.3.1NodeciscoP2PIfMIBCompliances
1.3.6.1.4.1.9.9.668.3.1.1ComplianceciscoP2PIfMIBComplianceread-onlycurrentThe compliance statement for entities which implement the Cisco Point to Point interface MIB
1.3.6.1.4.1.9.9.668.3.2NodeciscoP2PIfMIBGroups
1.3.6.1.4.1.9.9.668.3.2.1GroupciscoP2PIfMIBGeneralGroupcurrentThe collection of objects providing general information about the Cisco Point to Point interfaces.
Type Definitions
NameSyntaxStatusDescription
Cp2pIfCrcModeINTEGER { crc16(1), crc32(2) }currentSpecifies the CRC mode of Cyclic Redundancy Check. crc16 - 16-bit CRC. crc32 - 32-bit CRC.
Cp2pIfScramblingModeINTEGER { on(1), off(2) }currentAn enumerated value of the Scrambling encryption mode of an interface. on - scrambling encryption enabled. off - scrambling encryption disabled.