CISCO-METRO-PHY-MIB

File: CISCO-METRO-PHY-MIB.mib (56464 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB CISCO-SMI

Imported symbols

Integer32 Counter32 Unsigned32
Counter64 MODULE-IDENTITY OBJECT-TYPE
TEXTUAL-CONVENTION TruthValue MODULE-COMPLIANCE
OBJECT-GROUP ifIndex ciscoExperiment

Defined Types

TransmissionType  
An integer value that identifies the physical layer medium used across an interface. The value 'unknown' indicates the physical layer medium is not known. The value 'copper' indicates the physical layer medium is copper. The value 'optical' indicates the physical layer medium is optical.
TEXTUAL-CONVENTION    
  INTEGER unknown(1), copper(2), optical(3)  

ProtocolType  
An integer value that identifies the protocol used across an interface. The value 'e1' indicates an interface that implements the physical layer of E1. The value 't1' indicates an interface that implements the physical layer of T1. The value 'e3' indicates an interface that implements the physical layer of E3. The value 't3' indicates an interface that implements the physical layer of T3. The value 'dvb' indicates an interface that implements the physical layer of DVB. The value 'sdi' indicates an interface that implements the physical layer of SDI. The value 'its' indicates an interface that implements the physical layer of ITS.
TEXTUAL-CONVENTION    
  INTEGER other(1), unknown(2), gigabitEthernet(3), tenGigabitEthernet(4), fibreChannel(5), ficon(6), escon(7), sonet(8), sdh(9), sysplexIscCompatibility(10), sysplexIscPeer(11), sysplexTimerEtr(12), sysplexTimerClo(13), fastEthernet(14), fddi(15), e1(16), t1(17), e3(18), t3(19), dvb(20), sdi(21), its(22)  

TriValue  
A three codepoint value.
TEXTUAL-CONVENTION    
  INTEGER true(1), false(2), notApplicable(3)  

CmRateType  
An integer value that identifies the rate of the interface. The value 'unknown' indicates the rate of the interface is not known. The value 'auto' indicates the rate of the interface is auto. The client interface will automatically negotiates its speed with its peer. The value 'oneGbps' indicates the rate of the interface is 1 Gigabits/sec. The value 'twoGbps' indicates the rate of the interface is 2 Gigabits/sec. The value 'fourGbps' indicates the rate of the interface is 4 Gigabits/sec. The value 'tenGbps' indicates the rate of the interface is 10 Gigabits/sec.
TEXTUAL-CONVENTION    
  INTEGER unknown(1), auto(2), oneGbps(3), twoGbps(4), fourGbps(5), tenGbps(6)  

CmNegotiatedRateType  
An integer value that identifies the current rate of the interface after the auto negotiation. The value 'notApplicable' indicates this object is not applicable for the interface. The value 'negotiating' indicates the interface is in the process of negotiating its speed with its peer. The value 'oneGbps' indicates the rate of the interface is 1 Gigabits/sec after auto negotiation. The value 'twoGbps' indicates the rate of the interface is 2 Gigabits/sec after auto negotiation. The value 'fourGbps' indicates the rate of the interface is 4 Gigabits/sec after auto negotiation. The value 'tenGbps' indicates the rate of the interface is 10 Gigabits/sec after auto negotiation.
TEXTUAL-CONVENTION    
  INTEGER notApplicable(1), negotiating(2), oneGbps(3), twoGbps(4), fourGbps(5), tenGbps(6)  

CmPhyIfEntry  
SEQUENCE    
  cmPhyIfMode INTEGER
  cmPhyIfProtocol ProtocolType
  cmPhyIfClockRate Integer32
  cmPhyIfMonitor TruthValue
  cmPhyIfLoopback INTEGER
  cmPhyIfOFC TruthValue
  cmPhyIfLaserSafetyControl TruthValue
  cmPhyIfForwardLaserControl TruthValue
  cmPhyIfTxBufferSize Unsigned32
  cmPhyIfAutoNegotiation TriValue
  cmPhyIfTransType TransmissionType
  cmPhyIfRate CmRateType
  cmPhyIfNegotiatedRate CmNegotiatedRateType
  cmPhyIfOverSubscription TriValue
  cmPhyIfClientSubrate Unsigned32
  cmPhyIfClientSubrateLock TruthValue

CmPhyStatisticsEntry  
SEQUENCE    
  cmPhyRxPower Integer32
  cmPhyRxCVRD Counter32
  cmPhyRxCVRDOverflow Counter32
  cmPhyHCRxCVRD Counter64
  cmPhyRxHEC Counter32
  cmPhyRxHECOverflow Counter32
  cmPhyHCRxHEC Counter64
  cmPhyRxCRC Counter32
  cmPhyRxCRCOverflow Counter32
  cmPhyHCRxCRC Counter64
  cmPhyTxEncapFarEndPktErrors Counter32
  cmPhyTxEncapFarEndPktErrOverflow Counter32
  cmPhyHCTxEncapFarEndPktErrors Counter64

CmPhySonetSectionTraceEntry  
SEQUENCE    
  cmPhySonetSectionTraceReceived OCTET STRING
  cmPhySonetSectionTraceExpected OCTET STRING

Defined Values

ciscoMetroPhyMIB 1.3.6.1.4.1.9.10.69
This MIB module defines the managed objects for physical layer related interface configurations and objects for the protocol specific error counters for DWDM optical switches. This MIB contains three groups. The first group, cmPhyIf group, handles the physical layer related interface configurations. The cmPhyIfTable has objects for configuring protocol, rate, error monitoring, loopback mode and safety features like OFC (Open Fibre Control), laser safety control and forward laser control. The second group, cmPhyStatistics group, represents the counters that collect error statistics on the received data traffic for all protocols except SONET. The error statistics for SONET are covered in the SONET-MIB. The third group, cmPhySonetSectionTrace group, provides objects for section trace monitoring on SONET/SDH interfaces.
MODULE-IDENTITY    

ciscoMetroPhyMIBObjects 1.3.6.1.4.1.9.10.69.1
OBJECT IDENTIFIER    

cmPhyIf 1.3.6.1.4.1.9.10.69.1.1
OBJECT IDENTIFIER    

cmPhyStatistics 1.3.6.1.4.1.9.10.69.1.2
OBJECT IDENTIFIER    

cmPhySonetSectionTrace 1.3.6.1.4.1.9.10.69.1.3
OBJECT IDENTIFIER    

cmPhyIfTable 1.3.6.1.4.1.9.10.69.1.1.1
This table allows physical layer related interface configurations on an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CmPhyIfEntry

cmPhyIfEntry 1.3.6.1.4.1.9.10.69.1.1.1.1
A collection of objects for configuration on an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CmPhyIfEntry  

cmPhyIfMode 1.3.6.1.4.1.9.10.69.1.1.1.1.1
This object allows the management client to configure the mode of operation for the client interface modules. When in 2R mode, there is no protocol type, clock rate or monitoring to be configured i.e. the next three objects would be read-only. When in 3R mode, monitoring can be enabled or disabled and the clock rate and protocol should be configured.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER mode2R(1), mode3R(2)  

cmPhyIfProtocol 1.3.6.1.4.1.9.10.69.1.1.1.1.2
This object is used to specify the protocol of the data carried over the client side interface. This object applies to linecards which support a variety of protocols and allow dynamic configuration of the specific protocol to be monitored on the interface. The ifType value for such interfaces remains fixed. The agent may use this object to identify the protocol to be monitored (see the cmPhyIfMonitor object), to set the clock rate for the interface (see the cmPhyIfClockRate object), or to enable or disable functionality related to the protocol, for example OFC (see the cmPhyIfOFC object). The value of this object cannot be modified when the cmPhyIfMonitor object is set to 'true' for that interface. Also, this object does not apply to the trunk side interfaces.
Status: current Access: read-write
OBJECT-TYPE    
  ProtocolType  

cmPhyIfClockRate 1.3.6.1.4.1.9.10.69.1.1.1.1.3
This object allows the management client to set the clock rate across the client side interface. Due to hardware limitations, all values may not be supported. The default value of this object depends on the value of the cmPhyIfProtocol object. When the value of the cmPhyIfProtocol object is reset, the value of this object will be automatically set to the default for that protocol. In case of protocols that support multiple rates, the default value of this object will be the lowest rate possible for that protocol. For example, if the value of cmPhyIfProtocol is set to 'sonet', the default value of cmPhyIfClockRate is set to the OC-3 rate of 155520 kHz. If a non-default value is desired, then this object must be set after the cmPhyIfProtocol object has been reset. This object must be set to a supported clock rate when setting cmPhyIfProtocol to 'unknown'. In 2R mode of operation, this object is not applicable and will have a default value of 0. The value of this object cannot be modified when the cmPhyIfMonitor object is set to 'true' for that interface. Also, this object is not applicable to trunk side interfaces.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..10312000  

cmPhyIfMonitor 1.3.6.1.4.1.9.10.69.1.1.1.1.4
This object allows the management client to enable monitoring of the error counters on an interface, by writing a value of 'true' to this object. To bypass the monitoring hardware, a value of 'false' must be written to this object. Monitoring does not apply when the value of cmPhyIfProtocol is 'unknown'.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cmPhyIfLoopback 1.3.6.1.4.1.9.10.69.1.1.1.1.5
This object allows the management client to configure loopback for the client side or trunk side interfaces. 'noLoop' - No Loopback present. 'diagnosticLoop' - This is an internal loopback, where the data stream is looped from the transmit to receive section. It is used for hardware debug, bring-up and diagnostics. 'lineLoop' - In this mode, the receive data stream is looped back to the transmit side. 'otherLoop' - This indicates loopbacks not defined here. The default value of this object will be 'noLoop'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noLoop(1), diagnosticLoop(2), lineLoop(3), otherLoop(4)  

cmPhyIfOFC 1.3.6.1.4.1.9.10.69.1.1.1.1.6
This object allows the management client to enable OFC(Open Fibre Control) safety protocol for the client side interfaces, by writing a 'true' value to this object. A 'false' value would disable OFC. The default value of this object varies depending on the value of cmPhyIfProtocol and cmPhyIfClockRate. When cmPhyIfProtocol or cmPhyIfClockRate is reset, then the value of this object is automatically reset to the default value for that protocol or rate. If non-default OFC behavior is desired, then this object should be set after cmPhyIfProtocol or cmPhyIfClockRate has been reset. This object is not applicable to trunk side interfaces.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cmPhyIfLaserSafetyControl 1.3.6.1.4.1.9.10.69.1.1.1.1.7
This object allows the management client to enable laser safety control feature on the trunk side interfaces by writing a true value to this object. If laser safety control is enabled, the transmit laser on the trunk side is shut when the receive signal is not available on the fiber. A 'false' value disables this feature and is the default value assigned to this object. Laser safety control would not apply in case of splitter protection on the optical switch.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

cmPhyIfForwardLaserControl 1.3.6.1.4.1.9.10.69.1.1.1.1.8
This object allows the management client to enable forward laser control on the client or trunk side interfaces by writing a true value to this object. If forward laser control is enabled, the transmit laser is shut when the cross-connect receive port on the switch is in alarm condition. A 'false' value disables this feature and is the default value assigned to this object.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

cmPhyIfTxBufferSize 1.3.6.1.4.1.9.10.69.1.1.1.1.9
This object applies when circuit emulation of the client protocol is used. It allows the management client to configure the size of the transmit buffer on the client port. A value of 0 implies that this object does not apply to this interface. Controlling the size of the transmit buffer on a client port may be essential in scenarios where packet streams from various client ports are aggregated onto a single trunk port. The latency associated with an elementary stream received on a client port, from the trunk port is influenced by the nature of other elementary streams in the aggregate. For example, a giant packet in one stream will increase latency in processing packets in other elementary streams. The size of the transmit buffer on the client port must be configured proportional to this expected latency. Increasing the buffer size when latency is higher helps in reassembly of fragmented packets before transmitting them to the client device. Note that increasing the buffer size results in higher latency even when the elementary packet stream is not subject to high jitters. Refer to the platform specific documentation for guidelines on configuring this buffer size.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65536  

cmPhyIfAutoNegotiation 1.3.6.1.4.1.9.10.69.1.1.1.1.10
This object allows the management client to enable auto negotiation signaling on the client side interface, by writing a 'true' value to this object. A 'false' value would disable auto negotiation. Setting the value 'notApplicable' to this object will not change the existing value in this object. Auto negotiation is applicable only for a few client protocols such as gigabitEthernet. If the client interface does not support 'auto negotiation' feature, then this object has the value of 'notApplicable' and the value will not be changed via a set operation.
Status: current Access: read-write
OBJECT-TYPE    
  TriValue  

cmPhyIfTransType 1.3.6.1.4.1.9.10.69.1.1.1.1.11
This object is used to identify the physical layer medium used for carrying data. For non-relevant interfaces, this value is 'unknown'.
Status: current Access: read-only
OBJECT-TYPE    
  TransmissionType  

cmPhyIfRate 1.3.6.1.4.1.9.10.69.1.1.1.1.12
This object is used to specify the rate of the interface. The value of 'unknown' implies that this object does not apply to this interface.
Status: current Access: read-write
OBJECT-TYPE    
  CmRateType  

cmPhyIfNegotiatedRate 1.3.6.1.4.1.9.10.69.1.1.1.1.13
This object is used to identify the current rate of the interface after the auto negotation. This object is valid only if the object cmPhyIfRate is configured as 'auto'.
Status: current Access: read-only
OBJECT-TYPE    
  CmNegotiatedRateType  

cmPhyIfOverSubscription 1.3.6.1.4.1.9.10.69.1.1.1.1.14
Oversubscription allows the user to carry multiple clients over the trunk to efficiently utilize the trunk bandwidth. This object allows the management client to enable over subscription on an interface by setting a value of 'true' to this object. A 'false' value would disable over subscription. Setting the value 'notApplicable' to this object is not allowed. The value of 'notApplicable' implies that this object does not apply to this interface.
Status: current Access: read-write
OBJECT-TYPE    
  TriValue  

cmPhyIfClientSubrate 1.3.6.1.4.1.9.10.69.1.1.1.1.15
This object allows the management client to specify the subrate bandwidth of the oversubscribed trunk which carries this client. A value of 0 implies that this object does not apply to this interface.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..4240  

cmPhyIfClientSubrateLock 1.3.6.1.4.1.9.10.69.1.1.1.1.16
This object allows the management client to lock the subrate bandwidth on an interface, by writing a value of 'true' to this object. A 'false' value would disable the bandwidth lock. If the clients bandwidth is locked then this client will not share its bandwidth with the other clients on the same oversubscribed trunk. SubrateLock does not apply when the value of cmPhyIfClientSubrate is zero.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cmPhyStatisticsTable 1.3.6.1.4.1.9.10.69.1.2.1
This table contains the cumulative error statistics being collected for the different medium types, except SONET, on the client side and an object for the optical power level on the trunk side. The error statistics for SONET are covered by the sonetSectionCurrentTable and the sonetSectionIntervalTable in the RFC1595-MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CmPhyStatisticsEntry

cmPhyStatisticsEntry 1.3.6.1.4.1.9.10.69.1.2.1.1
An entry in the cmPhyStatisticsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CmPhyStatisticsEntry  

cmPhyRxPower 1.3.6.1.4.1.9.10.69.1.2.1.1.1
This object gives the optical power level received on the trunk side interface. The actual value of the power level received on the interface is the value of this object divided by 100. This object is not applicable to client side interfaces. This object has been deprecated since a similar object has been defined in the CISCO-OPTICAL-MONITOR-MIB.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32 -4000..0  

cmPhyRxCVRD 1.3.6.1.4.1.9.10.69.1.2.1.1.2
This object represents the lower word value of the counter associated with the number of code violations and running disparity errors encountered, in the receive direction. NOTE: The object cmPhyRxCVRDOverflow contains the higher 32 bits of this counter value. SNMP v2c or v3 managers can use the cmPhyHCRxCVRD object directly which is a 64 bit counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmPhyRxCVRDOverflow 1.3.6.1.4.1.9.10.69.1.2.1.1.3
This object represents the high word value of the counter associated with the number of code violations and running disparity errors encountered, in the receive direction. NOTE: The object cmPhyRxCVRD contains the lower 32 bits of this counter value. If the error count is greater than 4,294,967,295 the higher word value will be stored in this object. SNMP v2c or v3 managers can use the cmPhyHCRxCVRD object directly which is a 64 bit counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmPhyHCRxCVRD 1.3.6.1.4.1.9.10.69.1.2.1.1.4
This object represents the counter associated with the number of code violations and running disparity errors encountered, in the receive direction. This is a High Capacity (64 bit) version of the cmPhyRxCVRD counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cmPhyRxHEC 1.3.6.1.4.1.9.10.69.1.2.1.1.5
This object represents the lower word value of the counter associated with the number of CDL HEC errors encountered, in the receive direction. This object has a valid value only if the protocol type is gigabitEthernet/ tenGigabitEthernet. For all other protocols, this object is not applicable. NOTE: The object cmPhyRxHECOverflow contains the higher 32 bits of this counter value. SNMP v2c or v3 managers can use the cmPhyHCRxHEC object directly which is a 64 bit counter. This object has been deprecated since a similar object has been defined in the CISCO-CDL-MIB.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

cmPhyRxHECOverflow 1.3.6.1.4.1.9.10.69.1.2.1.1.6
This object represents the high word value of the counter associated with the number of CDL HEC errors encountered, in the receive direction. This object has a valid value only if the protocol type is gigabitEthernet/ tenGigabitEthernet. For all other protocols, this object is not applicable. NOTE: The object cmPhyRxHEC contains the lower 32 bits of this counter value. If the error count is greater than 4,294,967,295 the higher word value will be stored in this object. SNMP v2c or v3 managers can use the cmPhyHCRxHEC object directly which is a 64 bit counter. This object has been deprecated since a similar object has been defined in the CISCO-CDL-MIB.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

cmPhyHCRxHEC 1.3.6.1.4.1.9.10.69.1.2.1.1.7
This object represents the counter associated with the number of CDL HEC errors encountered, in the receive direction. This object has a valid value only if the medium type is gigabitEthernet/ tenGigabitEthernet. For all other media, this object is not applicable. This is a High Capacity (64 bit) version of the cmPhyRxHEC counter. This object has been deprecated since a similar object has been defined in the CISCO-CDL-MIB.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter64  

cmPhyRxCRC 1.3.6.1.4.1.9.10.69.1.2.1.1.8
This object represents the lower word value of the counter associated with CRC errors. This object has a valid value only for interfaces that provide CRC error monitoring. NOTE: The object cmPhyRxCRCOverflow contains the higher 32 bits of this counter value. SNMP v2c or v3 managers can use the cmPhyHCRxCRC object directly which is a 64 bit counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmPhyRxCRCOverflow 1.3.6.1.4.1.9.10.69.1.2.1.1.9
This object represents the higher word value of the counter associated with CRC errors. This object has a valid value only for interfaces that provide CRC error monitoring. NOTE: The object cmPhyRxCRC contains the lower 32 bits of this counter value. If the error count is greater than 4,294,967,295 the higher word value will be stored in this object. SNMP v2c or v3 managers can use the cmPhyHCRxCRC object directly which is a 64 bit counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmPhyHCRxCRC 1.3.6.1.4.1.9.10.69.1.2.1.1.10
This object represents the counter associated with CRC errors. This object has a valid value only for interfaces that provide CRC error monitoring. This is a High Capacity (64 bit) version of the cmPhyRxCRC counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cmPhyTxEncapFarEndPktErrors 1.3.6.1.4.1.9.10.69.1.2.1.1.11
This object represents the lower word value of the counter associated with ingress error indications from the far end of an Ethernet network, where an ESCON stream is encapsulated in Ethernet packets. This counter is incremented whenever an ESCON packet or control character has 8b/10b code violations or running disparity errors in the ingress direction at the far end of the Ethernet network. This object has a valid value only for ESCON interfaces where Ethernet encapsulation is performed. NOTE: The object cmPhyTxEncapFarEndPktErrOverflow contains the higher 32 bits of this counter value. SNMP v2c or v3 managers can use the cmPhyHCTxEsconPktInd object directly which is a 64 bit counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmPhyTxEncapFarEndPktErrOverflow 1.3.6.1.4.1.9.10.69.1.2.1.1.12
This object represents the higher word value of the counter associated with ingress error indications from the far end of an Ethernet network, where an ESCON stream is encapsulated in Ethernet packets. This counter is incremented whenever an ESCON packet or control character has 8b/10b code violations or running disparity errors in the ingress direction at the far end of the Ethernet network. This object has a valid value only for ESCON interfaces where Ethernet encapsulation is performed. NOTE: The object cmPhyTxEncapFarEndPktErrors contains the lower 32 bits of this counter value. SNMP v2c or v3 managers can use the cmPhyHCTxEsconPktInd object directly which is a 64 bit counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmPhyHCTxEncapFarEndPktErrors 1.3.6.1.4.1.9.10.69.1.2.1.1.13
This object represents the counter associated with ESCON ingress error indications from the far end of an Ethernet network, where an ESCON stream is encapsulated in Ethernet packets. This counter is incremented whenever an ESCON packet or control character has 8b/10b code violations or running disparity errors in the ingress direction at the far end of the Ethernet network. This object has a valid value only for ESCON interfaces where Ethernet encapsulation is performed. This is a High Capacity (64 bit) version of the cmPhyTxEncapFarEndPktErrors counter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cmPhySonetSectionTraceTable 1.3.6.1.4.1.9.10.69.1.3.1
This table provides objects for monitoring the J0 bytes of a SONET or SDH section.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CmPhySonetSectionTraceEntry

cmPhySonetSectionTraceEntry 1.3.6.1.4.1.9.10.69.1.3.1.1
An entry in the cmPhySonetSectionTraceTable is created when the value of the cmPhyIfProtocol object is set to 'sonet' and the value of cmPhyIfMonitor is set to 'true'.
Status: current Access: not-accessible
OBJECT-TYPE    
  CmPhySonetSectionTraceEntry  

cmPhySonetSectionTraceReceived 1.3.6.1.4.1.9.10.69.1.3.1.1.1
This object displays the SONET or SDH section trace bytes received at the interface.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0|16|64)  

cmPhySonetSectionTraceExpected 1.3.6.1.4.1.9.10.69.1.3.1.1.2
This object defines the SONET or SDH section trace bytes to be expected at the interface. The default value of this object will be a zero length string.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0|16|64)  

ciscoMetroPhyMIBConformance 1.3.6.1.4.1.9.10.69.3
OBJECT IDENTIFIER    

ciscoMetroPhyMIBCompliances 1.3.6.1.4.1.9.10.69.3.1
OBJECT IDENTIFIER    

ciscoMetroPhyMIBGroups 1.3.6.1.4.1.9.10.69.3.2
OBJECT IDENTIFIER    

cmPhyMIBCompliance 1.3.6.1.4.1.9.10.69.3.1.1
The compliance statement for platforms that monitor the operating status with respect to error counters, for the physical layer.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

cmPhyMIBCompliance2 1.3.6.1.4.1.9.10.69.3.1.2
The compliance statement for platforms that monitor the operating status with respect to error counters, for the physical layer.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

cmPhyMIBCompliance3 1.3.6.1.4.1.9.10.69.3.1.3
The compliance statement for platforms that monitor the operating status with respect to error counters, for the physical layer.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

cmPhyMIBComplianceRev4 1.3.6.1.4.1.9.10.69.3.1.4
The compliance statement for platforms that monitor the operating status with respect to error counters, for the physical layer.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

cmPhyMIBComplianceRev5 1.3.6.1.4.1.9.10.69.3.1.5
The compliance statement for platforms that monitor the operating status with respect to error counters, for the physical layer.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

cmPhyMIBComplianceRev6 1.3.6.1.4.1.9.10.69.3.1.6
The compliance statement for platforms that monitor the operating status with respect to error counters, for the physical layer.
Status: current Access: read-only
MODULE-COMPLIANCE    

cmPhyIfGroup 1.3.6.1.4.1.9.10.69.3.2.1
The collection of objects to allow configurations and give information related to the physical layer characteristics of an interface.
Status: deprecated Access: read-only
OBJECT-GROUP    

cmPhyStatisticsGroup 1.3.6.1.4.1.9.10.69.3.2.2
The collection of objects used to monitor the protocol error counters on the client side and the power level received on the trunk side.
Status: deprecated Access: read-only
OBJECT-GROUP    

cmPhySonetSectionTraceGroup 1.3.6.1.4.1.9.10.69.3.2.3
The objects used for monitoring the SONET section trace bytes.
Status: current Access: read-only
OBJECT-GROUP    

cmPhyIf2Group 1.3.6.1.4.1.9.10.69.3.2.4
The collection of objects to allow configurations and give information related to the physical layer characteristics of an interface.
Status: current Access: read-only
OBJECT-GROUP    

cmPhyCVRDErrorsGroup 1.3.6.1.4.1.9.10.69.3.2.5
The collection of objects used to monitor the code violation and running disparity error counters.
Status: current Access: read-only
OBJECT-GROUP    

cmPhyCRCErrorsGroup 1.3.6.1.4.1.9.10.69.3.2.6
The collection of objects used to monitor CRC error counters.
Status: current Access: read-only
OBJECT-GROUP    

cmPhyEncapFarEndPktErrorsGroup 1.3.6.1.4.1.9.10.69.3.2.7
The collection of objects used to monitor the far end ingress error indication counters for Ethernet- encapsulated ESCON streams.
Status: current Access: read-only
OBJECT-GROUP    

cmPhyIfTxBufferSizeGroup 1.3.6.1.4.1.9.10.69.3.2.8
The collection of objects used to control size of transmit buffer.
Status: current Access: read-only
OBJECT-GROUP    

cmPhyIfAutoNegGroup 1.3.6.1.4.1.9.10.69.3.2.9
The collection of objects used to control auto negotiation behavior.
Status: current Access: read-only
OBJECT-GROUP    

cmPhyIfGroupSup1 1.3.6.1.4.1.9.10.69.3.2.10
The object that gives information related to transmission types on the client interface.
Status: current Access: read-only
OBJECT-GROUP    

cmPhyIfRateGroup 1.3.6.1.4.1.9.10.69.3.2.11
The collection of objects that are used to retrieve and configure the various interface rates.
Status: current Access: read-only
OBJECT-GROUP    

cmPhyIfClientOvsGroup 1.3.6.1.4.1.9.10.69.3.2.12
The collection of objects to allow the oversubscription configurations on an interface.
Status: current Access: read-only
OBJECT-GROUP    

cmPhyIfClientSubrateGroup 1.3.6.1.4.1.9.10.69.3.2.13
The collection of objects to allow the configurations related to the subrating on an interface.
Status: current Access: read-only
OBJECT-GROUP