Nortel-MsCarrier-MscPassport-OamEthernetMIB: View SNMP OID List / Download MIB

VENDOR: NORTHERN TELECOM


 Home MIB: Nortel-MsCarrier-MscPassport-OamEthernetMIB
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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
       mscLpOamEnet 1.3.6.1.4.1.562.36.2.1.12.27
             mscLpOamEnetRowStatusTable 1.3.6.1.4.1.562.36.2.1.12.27.1 no-access
This entry controls the addition and deletion of mscLpOamEnet components.
                 mscLpOamEnetRowStatusEntry 1.3.6.1.4.1.562.36.2.1.12.27.1.1 no-access
A single entry in the table represents a single mscLpOamEnet component.
                     mscLpOamEnetRowStatus 1.3.6.1.4.1.562.36.2.1.12.27.1.1.1 rowstatus read-write
This variable is used as the basis for SNMP naming of mscLpOamEnet components. These components can be added and deleted.
                     mscLpOamEnetComponentName 1.3.6.1.4.1.562.36.2.1.12.27.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                     mscLpOamEnetStorageType 1.3.6.1.4.1.562.36.2.1.12.27.1.1.4 storagetype read-only
This variable represents the storage type value for the mscLpOamEnet tables.
                     mscLpOamEnetIndex 1.3.6.1.4.1.562.36.2.1.12.27.1.1.10 integer32 no-access
This variable represents the index for the mscLpOamEnet tables.
             mscLpOamEnetTest 1.3.6.1.4.1.562.36.2.1.12.27.2
                 mscLpOamEnetTestRowStatusTable 1.3.6.1.4.1.562.36.2.1.12.27.2.1 no-access
This entry controls the addition and deletion of mscLpOamEnetTest components.
                     mscLpOamEnetTestRowStatusEntry 1.3.6.1.4.1.562.36.2.1.12.27.2.1.1 no-access
A single entry in the table represents a single mscLpOamEnetTest component.
                         mscLpOamEnetTestRowStatus 1.3.6.1.4.1.562.36.2.1.12.27.2.1.1.1 rowstatus read-only
This variable is used as the basis for SNMP naming of mscLpOamEnetTest components. These components cannot be added nor deleted.
                         mscLpOamEnetTestComponentName 1.3.6.1.4.1.562.36.2.1.12.27.2.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                         mscLpOamEnetTestStorageType 1.3.6.1.4.1.562.36.2.1.12.27.2.1.1.4 storagetype read-only
This variable represents the storage type value for the mscLpOamEnetTest tables.
                         mscLpOamEnetTestIndex 1.3.6.1.4.1.562.36.2.1.12.27.2.1.1.10 nonreplicated no-access
This variable represents the index for the mscLpOamEnetTest tables.
                 mscLpOamEnetTestOperTable 1.3.6.1.4.1.562.36.2.1.12.27.2.10 no-access
This group contains the operational data for the Test component.
                       mscLpOamEnetTestOperEntry 1.3.6.1.4.1.562.36.2.1.12.27.2.10.1 no-access
An entry in the mscLpOamEnetTestOperTable.
                           mscLpOamEnetTestType 1.3.6.1.4.1.562.36.2.1.12.27.2.10.1.1 integer read-write
This attribute is the type of test to be run. The four types of tests available are: the port hardware logic test, the configure and dump memory registers test, the memory mapping test and the Time Domain Reflectometry (TDR) test. The possible values of this attribute are: hardwareLogic: this test checks the port hardware controller for logic errors in some of the on-chip counters and shift registers. configuration: this test configures the memory registers of the hardware controller in a predetermined way and then dumps the registers and checks their contents for errors. memoryMap: this test does an extensive test of the memory structures used by the OAM Ethernet port to verify that they are configured correctly and are error-free. tdr: this test is used to detect and locate cable faults caused by either a short or an open circuit on the coaxial cable. Enumeration: 'memoryMap': 2, 'tdr': 3, 'configuration': 1, 'hardwareLogic': 0.
                 mscLpOamEnetTestResultsTable 1.3.6.1.4.1.562.36.2.1.12.27.2.11 no-access
This group contains all the statistics related attributes of the Test component.
                       mscLpOamEnetTestResultsEntry 1.3.6.1.4.1.562.36.2.1.12.27.2.11.1 no-access
An entry in the mscLpOamEnetTestResultsTable.
                           mscLpOamEnetTestCauseOfTermination 1.3.6.1.4.1.562.36.2.1.12.27.2.11.1.1 integer read-only
This attribute records the reason why the test terminated. The possible values of this attribute are: testTimeExpired: this value indicates the time allotted for the test to run has expired which caused the test terminate. If the port is locked without the forever option then it will remain locked for only five minutes before being automatically unlocked. If the port unlocks itself after five minutes while the test is running then this attribute will be set to testTimeExpired. If the forever option is used then the test will run until completion, failure, or a Stop command. stoppedByOperator: this value indicates that the test was terminated when an operator issued a Stop command. unknown: this value indicates that the test terminated for an unknown reason. neverStarted: this value indicates that the test never started because the port could not be locked or because there is a hardware failure preventing the tests from running. testRunning: this value indicates that the test is currently running. testComplete: this value indicates that the test completed normally. Enumeration: 'unknown': 2, 'neverStarted': 3, 'testComplete': 5, 'stoppedByOperator': 1, 'testTimeExpired': 0, 'testRunning': 4.
                           mscLpOamEnetTestTestResult 1.3.6.1.4.1.562.36.2.1.12.27.2.11.1.2 integer read-only
This attribute records the result of last port test executed on the OAM Ethernet port. The result can be one of the following values. pass: the test passed fail: the test failed neverRun: the test has not been run running: the test is running Enumeration: 'fail': 1, 'neverRun': 0, 'running': 3, 'pass': 2.
             mscLpOamEnetCidDataTable 1.3.6.1.4.1.562.36.2.1.12.27.10 no-access
This group contains the attribute for a component's Customer Identifier (CID). Refer to the attribute description for a detailed explanation of CIDs.
                   mscLpOamEnetCidDataEntry 1.3.6.1.4.1.562.36.2.1.12.27.10.1 no-access
An entry in the mscLpOamEnetCidDataTable.
                       mscLpOamEnetCustomerIdentifier 1.3.6.1.4.1.562.36.2.1.12.27.10.1.1 unsigned32 read-write
This attribute holds the Customer Identifier (CID). Every component has a CID. If a component has a cid attribute, the component's CID is the provisioned value of that attribute; otherwise the component inherits the CID of its parent. The top- level component has a CID of 0. Every operator session also has a CID, which is the CID provisioned for the operator's user ID. An operator will see only the stream data for components having a matching CID. Also, the operator will be allowed to issue commands for only those components which have a matching CID. An operator CID of 0 is used to identify the Network Manager (referred to as 'NetMan' in DPN). This CID matches the CID of any component. Values 1 to 8191 inclusive (equivalent to 'basic CIDs' in DPN) may be assigned to specific customers.
             mscLpOamEnetIfEntryTable 1.3.6.1.4.1.562.36.2.1.12.27.11 no-access
This group contains the provisionable attributes for the ifEntry.
                   mscLpOamEnetIfEntryEntry 1.3.6.1.4.1.562.36.2.1.12.27.11.1 no-access
An entry in the mscLpOamEnetIfEntryTable.
                       mscLpOamEnetIfAdminStatus 1.3.6.1.4.1.562.36.2.1.12.27.11.1.1 integer read-write
The desired state of the interface. The up state indicates the interface is operational. The down state indicates the interface is not operational. The testing state indicates that no operational packets can be passed. Enumeration: 'down': 2, 'testing': 3, 'up': 1.
                       mscLpOamEnetIfIndex 1.3.6.1.4.1.562.36.2.1.12.27.11.1.2 interfaceindex read-only
This is the index for the IfEntry. Its value is automatically initialized during the provisioning process.
             mscLpOamEnetProvTable 1.3.6.1.4.1.562.36.2.1.12.27.12 no-access
This group contains provisioned attributes for the OamEthernet component.
                   mscLpOamEnetProvEntry 1.3.6.1.4.1.562.36.2.1.12.27.12.1 no-access
An entry in the mscLpOamEnetProvTable.
                       mscLpOamEnetApplicationFramerName 1.3.6.1.4.1.562.36.2.1.12.27.12.1.1 link read-write
This attribute specifies which Lan Application is running on this port.
                       mscLpOamEnetSwitchoverOnFailure 1.3.6.1.4.1.562.36.2.1.12.27.12.1.3 integer read-write
This attribute specifies if a CP switchover event should occur if a port or link failure is detected by the initial test process or if a steady state link failure is observed. This attribute can be set to one of the following values: enabled: This value indicates that a switchover will take place if a port or link failure is detected. disabled: This value indicates that a switchover will not take place if a port or link failure is detected. Enumeration: 'disabled': 2, 'enabled': 1.
                       mscLpOamEnetExtendedStatistics 1.3.6.1.4.1.562.36.2.1.12.27.12.1.4 integer read-write
This attribute specifies if extended statistics are to be collected for the OamEthernet component. The extended statistics include: singleCollisionFrames, multipleCollisionFrames, lateCollisions, excessiveCollisions, carrierSenseErrors, and clearToSendSignalLoss. These statistics all require extra processing to gather and store which may have a negative impact on the overall performance of the OAM Ethernet port. If extendedStatistics is set to disabled, then these particular statistical attributes will be suppressed from display operations. Enumeration: 'disabled': 2, 'enabled': 1.
             mscLpOamEnetAdminInfoTable 1.3.6.1.4.1.562.36.2.1.12.27.13 no-access
This group contains the attributes pertaining to the vendor of the equipment.
                   mscLpOamEnetAdminInfoEntry 1.3.6.1.4.1.562.36.2.1.12.27.13.1 no-access
An entry in the mscLpOamEnetAdminInfoTable.
                       mscLpOamEnetVendor 1.3.6.1.4.1.562.36.2.1.12.27.13.1.1 asciistring read-write
This is the name of the vendor supplying the facility.
                       mscLpOamEnetCommentText 1.3.6.1.4.1.562.36.2.1.12.27.13.1.2 asciistring read-write
Any miscellaneous text about the facility.
             mscLpOamEnetStateTable 1.3.6.1.4.1.562.36.2.1.12.27.15 no-access
This group contains the three OSI State attributes. The descriptions generically indicate what each state attribute implies about the component. Note that not all the values and state combinations described here are supported by every component which uses this group. For component-specific information and the valid state combinations, refer to NTP 241-7001-150, Passport Operations and Maintenance Guide.
                   mscLpOamEnetStateEntry 1.3.6.1.4.1.562.36.2.1.12.27.15.1 no-access
An entry in the mscLpOamEnetStateTable.
                       mscLpOamEnetAdminState 1.3.6.1.4.1.562.36.2.1.12.27.15.1.1 integer read-only
This attribute indicates the OSI Administrative State of the component. The value locked indicates that the component is administratively prohibited from providing services for its users. A Lock or Lock - force command has been previously issued for this component. When the value is locked, the value of usageState must be idle. The value shuttingDown indicates that the component is administratively permitted to provide service to its existing users only. A Lock command was issued against the component and it is in the process of shutting down. The value unlocked indicates that the component is administratively permitted to provide services for its users. To enter this state, issue an Unlock command to this component. Enumeration: 'locked': 0, 'shuttingDown': 2, 'unlocked': 1.
                       mscLpOamEnetOperationalState 1.3.6.1.4.1.562.36.2.1.12.27.15.1.2 integer read-only
This attribute indicates the OSI Operational State of the component. The value enabled indicates that the component is available for operation. Note that if adminState is locked, it would still not be providing service. The value disabled indicates that the component is not available for operation. For example, something is wrong with the component itself, or with another component on which this one depends. If the value is disabled, the usageState must be idle. Enumeration: 'disabled': 0, 'enabled': 1.
                       mscLpOamEnetUsageState 1.3.6.1.4.1.562.36.2.1.12.27.15.1.3 integer read-only
This attribute indicates the OSI Usage State of the component. The value idle indicates that the component is not currently in use. The value active indicates that the component is in use and has spare capacity to provide for additional users. The value busy indicates that the component is in use and has no spare operating capacity for additional users at this time. Enumeration: 'active': 1, 'idle': 0, 'busy': 2.
             mscLpOamEnetOperStatusTable 1.3.6.1.4.1.562.36.2.1.12.27.16 no-access
This group includes the Operational Status attribute. This attribute defines the current operational state of this component.
                   mscLpOamEnetOperStatusEntry 1.3.6.1.4.1.562.36.2.1.12.27.16.1 no-access
An entry in the mscLpOamEnetOperStatusTable.
                       mscLpOamEnetSnmpOperStatus 1.3.6.1.4.1.562.36.2.1.12.27.16.1.1 integer read-only
The current state of the interface. The up state indicates the interface is operational and capable of forwarding packets. The down state indicates the interface is not operational, thus unable to forward packets. testing state indicates that no operational packets can be passed. Enumeration: 'down': 2, 'testing': 3, 'up': 1.
             mscLpOamEnetOperTable 1.3.6.1.4.1.562.36.2.1.12.27.17 no-access
This group contains the operational attributes of the OamEthernet component.
                   mscLpOamEnetOperEntry 1.3.6.1.4.1.562.36.2.1.12.27.17.1 no-access
An entry in the mscLpOamEnetOperTable.
                       mscLpOamEnetMacAddress 1.3.6.1.4.1.562.36.2.1.12.27.17.1.1 macaddress read-only
This attribute indicates the medium access controller (MAC) address automatically assigned to the OAM Ethernet port by the system. The MAC address is displayed in canonical format.
                       mscLpOamEnetActiveStatus 1.3.6.1.4.1.562.36.2.1.12.27.17.1.2 integer read-only
This attribute indicates the status of the Oam Ethernet port on the active CP. Enumeration: 'available': 1, 'notAvailable': 2.
                       mscLpOamEnetStandbyStatus 1.3.6.1.4.1.562.36.2.1.12.27.17.1.3 integer read-only
This attribute indicates the status of the Oam Ethernet port on the standby CP. Enumeration: 'available': 1, 'notAvailable': 2.
             mscLpOamEnetOamEnetStatsTable 1.3.6.1.4.1.562.36.2.1.12.27.18 no-access
This group contains statistical attributes for the OamEthernet component.
                   mscLpOamEnetOamEnetStatsEntry 1.3.6.1.4.1.562.36.2.1.12.27.18.1 no-access
An entry in the mscLpOamEnetOamEnetStatsTable.
                       mscLpOamEnetClearToSendSignalLoss 1.3.6.1.4.1.562.36.2.1.12.27.18.1.14 counter32 read-only
This attribute indicates the number of times that the clear to send signal was lost when attempting to transmit a frame. This counter wraps to zero when it exceeds its maximum value. This attribute is only active if the extendedStatistics attribute is enabled.
                       mscLpOamEnetFrameTooShort 1.3.6.1.4.1.562.36.2.1.12.27.18.1.15 counter32 read-only
This attribute indicates the number of frames received whose length is less than the allowed minimum frame length. This counter wraps to zero when it exceeds its maximum value.
                       mscLpOamEnetNumberOfRxCollisions 1.3.6.1.4.1.562.36.2.1.12.27.18.1.17 counter32 read-only
This attribute indicates the number of collisions detected during reception. This counter wraps to zero when it exceeds its maximum value.
                       mscLpOamEnetLackOfResourcesDiscards 1.3.6.1.4.1.562.36.2.1.12.27.18.1.18 counter32 read-only
This attribute indicates the number of good frames discarded because of a lack of resources available to contain them on the system. This counter wraps to zero when it exceeds its maximum value.
                       mscLpOamEnetOverrunErrors 1.3.6.1.4.1.562.36.2.1.12.27.18.1.19 counter32 read-only
This attribute indicates the number of frames known to be lost because the local system bus was not available. This counter wraps to zero when it exceeds its maximum value.
             mscLpOamEnetStatsTable 1.3.6.1.4.1.562.36.2.1.12.27.19 no-access
This group contains statistical attributes for the Ethernet component.
                   mscLpOamEnetStatsEntry 1.3.6.1.4.1.562.36.2.1.12.27.19.1 no-access
An entry in the mscLpOamEnetStatsTable.
                       mscLpOamEnetAlignmentErrors 1.3.6.1.4.1.562.36.2.1.12.27.19.1.2 counter32 read-only
The alignmentErrors counter indicates the number of frames received which were not an integral number of octets in length. Frames will be checked for alignmentErrors before they are checked for Frame Check Sequence (FCS) errors. If there is an alignment error, the error will only be counted here and not in fcsErrors. This counter wraps around after it exceeds its maximum value.
                       mscLpOamEnetFcsErrors 1.3.6.1.4.1.562.36.2.1.12.27.19.1.3 counter32 read-only
The fcsErrors, Frame Check Sequence (FCS) error, counter indicates the number of frames received which were an integral number of octets in length and did not pass the FCS check. This counter wraps around after it exceeds its maximum value.
                       mscLpOamEnetSingleCollisionFrames 1.3.6.1.4.1.562.36.2.1.12.27.19.1.4 counter32 read-only
The singleCollisionFrames counter indicates the number of frames successfully transmitted which experienced exactly one collision. This counter wraps around after it exceeds its maximum value.
                       mscLpOamEnetMultipleCollisionFrames 1.3.6.1.4.1.562.36.2.1.12.27.19.1.5 counter32 read-only
The multipleCollisionFrames counter indicates the number of frames successfully transmitted which experienced more than one collision. This counter wraps around after it exceeds its maximum value.
                       mscLpOamEnetSqeTestErrors 1.3.6.1.4.1.562.36.2.1.12.27.19.1.6 counter32 read-only
The sqeTestErrors, Signal Quality Error (SQE) Test errors, counter indicates the number of times the 'SQE Test Error' message has been generated for the station. This counter wraps around after it exceeds its maximum value.
                       mscLpOamEnetDeferredTransmissions 1.3.6.1.4.1.562.36.2.1.12.27.19.1.7 counter32 read-only
The deferredTransmissions counter indicates the number of frames which experienced a transmission delay because the medium was busy. This counter wraps around after it exceeds its maximum value.
                       mscLpOamEnetLateCollisions 1.3.6.1.4.1.562.36.2.1.12.27.19.1.8 counter32 read-only
The lateCollisions counter indicates the number of times a collision was detected later than 512 bit-times into the transmission of a packet. This counter wraps around after it exceeds its maximum value.
                       mscLpOamEnetExcessiveCollisions 1.3.6.1.4.1.562.36.2.1.12.27.19.1.9 counter32 read-only
The excessiveCollisions counter indicates the number of frames which failed to get transmitted due to excessive collisions. This counter wraps around after it exceeds its maximum value.
                       mscLpOamEnetMacTransmitErrors 1.3.6.1.4.1.562.36.2.1.12.27.19.1.10 counter32 read-only
The Medium Access Controller (MAC) transmit error counter indicates the number of times that a transmission failed due to internal MAC transmit errors. This counter wraps around after it exceeds its maximum value.
                       mscLpOamEnetCarrierSenseErrors 1.3.6.1.4.1.562.36.2.1.12.27.19.1.11 counter32 read-only
The carrier sense error counter indicates the number of times that the carrier sense condition was lost or never asserted when attempting to transmit a frame. This counter wraps around after it exceeds its maximum value.
                       mscLpOamEnetFrameTooLongs 1.3.6.1.4.1.562.36.2.1.12.27.19.1.12 counter32 read-only
The frame too long counter indicates the number of frames received which exceeded the maximum frame size. This counter wraps around after it exceeds its maximum value.
                       mscLpOamEnetMacReceiveErrors 1.3.6.1.4.1.562.36.2.1.12.27.19.1.13 counter32 read-only
The Medium Access Controller (MAC) receive error counter indicates the number of times a receive failed due to internal MAC receive errors. This counter wraps around after it exceeds its maximum value.
 oamEthernetMIB 1.3.6.1.4.1.562.36.2.2.79
       oamEthernetGroup 1.3.6.1.4.1.562.36.2.2.79.1
           oamEthernetGroupCA 1.3.6.1.4.1.562.36.2.2.79.1.1
               oamEthernetGroupCA02 1.3.6.1.4.1.562.36.2.2.79.1.1.3
                   oamEthernetGroupCA02A 1.3.6.1.4.1.562.36.2.2.79.1.1.3.2
       oamEthernetCapabilities 1.3.6.1.4.1.562.36.2.2.79.3
           oamEthernetCapabilitiesCA 1.3.6.1.4.1.562.36.2.2.79.3.1
               oamEthernetCapabilitiesCA02 1.3.6.1.4.1.562.36.2.2.79.3.1.3
                   oamEthernetCapabilitiesCA02A 1.3.6.1.4.1.562.36.2.2.79.3.1.3.2