All MIBs › BASIS-GENERIC-MIB
Category: Cisco Devices
Description:
Defines generic shelf management objects for Cisco MGX/Catalyst voice switch platforms.
Imported Objects
From BASIS-MIB
| cardGeneric | OBJECT-IDENTITY |
From RFC-1212
| OBJECT-TYPE |
From RFC1155-SMI
| Counter |
From RFC1213-MIB
| DisplayString |
What Is BASIS-GENERIC-MIB?
BASIS-GENERIC-MIB is a Cisco proprietary MIB (from the acquired Stratacom/BASIS platform lineage) that complements BASIS-SHELF-MIB by defining generic card/module management objects for the Cisco MGX/Catalyst voice switching platform. It exposes per-module hardware inventory such as module type, description, serial number, hardware and firmware revision, operational state, and reset reason, for both function modules and line modules, plus card interface and self-test information. It is explicitly useful for monitoring hardware and software status: functionModuleState and functionModuleResetReason reveal whether a card is healthy or has recently failed and why, functionModuleFWRev/functionModuleHWRev track firmware and hardware versions for compliance, and cardSelfTest exposes built-in diagnostic results for the card. It is a companion module dependent in practice on BASIS-SHELF-MIB's shelf/slot indexing for locating a given card within the chassis. It is deployed on Cisco MGX/BASIS voice switching chassis in carrier/service-provider voice networks alongside the shelf-level MIB, where BASIS-GENERIC-MIB SNMP monitoring is typically run continuously so a card reset or failure is flagged as soon as it occurs.
IPNetwork Monitor allows you to monitor SNMP objects defined in BASIS-GENERIC-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- function/line module operational state
- function/line module reset reason
- hardware revision
- firmware revision
- card self-test result
- module serial number
Supported Devices
- Cisco MGX/BASIS voice switching chassis
Monitoring Examples
An operator would poll functionModuleState and functionModuleResetReason keyed by moduleSlotNumber to determine whether a card reset was due to a fault, and check functionModuleFWRev/functionModuleHWRev against the fleet baseline for firmware compliance. cardSelfTest results and lineModuleType/lineModuleSerialNum give a per-line-module health and inventory view, so a module reporting a failed cardSelfTest or an unexpected functionModuleResetReason (e.g. watchdog) would flag a card needing replacement.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| cardInformation | 1.3.6.1.4.1.351.110.2.1 | |||
| INT moduleSlotNumber | 1.3.6.1.4.1.351.110.2.1.1 | INTEGER | read-only | Slot number this card is present |
| INT functionModuleType | 1.3.6.1.4.1.351.110.2.1.2 | INTEGER | read-only | This object holds the type of the card. The card can type is for Processor module as well as service module. |
| STR functionModuleDescription | 1.3.6.1.4.1.351.110.2.1.3 | DisplayString | read-only | Describes the card |
| STR functionModuleSerialNum | 1.3.6.1.4.1.351.110.2.1.4 | DisplayString | read-only | Serial number of the function Module. |
| STR functionModuleHWRev | 1.3.6.1.4.1.351.110.2.1.5 | DisplayString | read-only | Hardware revision number for function Module. |
| STR functionModuleFWRev | 1.3.6.1.4.1.351.110.2.1.6 | DisplayString | read-only | Firmware revision number of the function Module. |
| INT functionModuleState | 1.3.6.1.4.1.351.110.2.1.7 | INTEGER | read-only | This object holds the status of a card in a particular shelf-slot. The possible values are : nocard(1) : card not present. standby(2) : card in standby state. The card is in ready state and will be ready to take over the service if the corresponding active card(redundant) fails. active(3) : card in active state. The card is providing the service. failed(4) : card in failed state. The card can come out of this state only after user intervention (Reset or running some CLI commands). selfTest(5) : online diagnostics is being run in card. heldInReset(6) : The card configuration is being cleared. No requests can be serviced. boot(7) : card in boot state. mismatch(8) : card is not compatible with the current configuration. Card was correctly provisioned earlier, however the card was replaced by an incompatible card. This state can be resolved by clearing the configuration, or replacing with the appropriate card. unknown(9) : could not determine the state coreCardMisMatch(10) : Controller Card(PXM/ASC etc) and SRM(Service Resource Module) combination does not match. blocked(11) : In case of 1:N redundancy configuration the secondary card(backup card) is covering one of the primary card and can not cover any other card in the group if there is a failure. Redundancy is blocked. hold(13) : The standby controller card assumes the hold state during PXM upgrades. In this state, the standby PXM will be running a different software but will be receiving all standby updates(BRAM and Database). This state is applicable only for MGX8250 Platform. notResponding(14): Response from the Service Module has become slow probably due to overloading of CPU. No recovery action is required on user part. At present, this state is applicable only for Router Blade(RPM). cardinit(17) : When the physical presence of card has been detected but the communication hasn't yet been established between the controller card (PXM) and Service Module. |
| INT functionModuleResetReason | 1.3.6.1.4.1.351.110.2.1.8 | INTEGER | read-only | Last reason for card to reset. The possible values are : powerUp(1) : power up parityError(2) : parity error watchDog(3) : watchdog resourceOverflow (4) : resource overflow clrAllCnf (5) : configuration of the shelf is cleared. missingTask (6) : task is missing pxmLowVoltage(7): low voltage detected on PXM resetByEventLogTask(8): resetFromShell(9): command is run from command shell unknown(10) : resetFromPXM(11) : Controller Card(PXM) reset the card. resetSys(12) : due to resetsys CLI Command. switchCC(13) : due to switch over CLI command. sCacheError(14) : swError(15) : software error. upgrade(16) : upgrade restoreAllCnf(17): restore configuration. driverError(18) : driver error. Valid values for VISM: powerUp, watchDog, resetFromShell and resetFromPXM. |
| INT lineModuleType | 1.3.6.1.4.1.351.110.2.1.9 | INTEGER | read-only | This object contains the Line Module(back card) type. Physically it is behind the backplane, normally with connectors for physical devices. These are specific to the front or functional modules. |
| STR lineModuleDescription | 1.3.6.1.4.1.351.110.2.1.10 | DisplayString | read-only | This object contains description of the line module. |
| STR lineModuleSerialNum | 1.3.6.1.4.1.351.110.2.1.11 | DisplayString | read-only | This object contains Serial number of the line module. |
| STR lineModuleHWRev | 1.3.6.1.4.1.351.110.2.1.12 | DisplayString | read-only | This object contains Hardware revision for line module. |
| STR lineModuleFWRev | 1.3.6.1.4.1.351.110.2.1.13 | DisplayString | read-only | Firmware revision for line module. The current version does not have any firmware, hence will always contains zero length octet string. |
| INT lineModuleState | 1.3.6.1.4.1.351.110.2.1.14 | INTEGER | read-only | line module status. |
| INT moduleTrapAlarmSeverity | 1.3.6.1.4.1.351.110.2.1.15 | INTEGER | read-only | This object is sent to managers as part of all Trap PDUs, to determine the module alarm severity. An implementation may not support all the possible values. The Possible values are : major (1) : Major Service has been impacted minor (2) : Minor Service has been lost dontCare (3) : severity is not applicable critical (4) : affects existing data traffic error (5) : error has occurred warning (6) : a threshold has been reached notice (7) : a normal but significant event has occurred info (8) : informational |
| INT mibVersionNumber | 1.3.6.1.4.1.351.110.2.1.16 | INTEGER | read-only | MIB version number. Updated when any part of the MIB changes. |
| INT configChangeTypeBitMap | 1.3.6.1.4.1.351.110.2.1.17 | INTEGER | read-only | Configuration change Type BitMap bit 0 set = Card Configuration Change bit 1 set = Line Configuration Change bit 2 set = Port Configuration Change bit 3 set = Chan Configuration Change bit 4 set = STUN protocol group configuration Change bit 5 set = STUN port configuration Change bit 6 set = STUN route configuration Change bit 7 set = BSTUN protocol configuration Change bit 8 set = BSTUN port configuration Change bit 9 set = BSTUN route configuration Change bit 10 set = FRASBNN route configuration Change bit 11 set = FRASBAN route configuration Change bit 12 set = SDLC port configuration Change bit 13 set = SDLC LS configuration Change bit 14 set = BSC port configuration Change bit 15 set = LLC port configuration Change bit 16 set = card LCN partition change (controller based only) bit 17 set = port resource partition change (under any partition type) bit 18 set = VISM Endpoint Configuration Change bit 19 set = Egress Q configuration change default value is 0, no change This object makes sense only in traps. A GET on this may not return a Useful result. Bit 19 is not applicable for MGX 8850 Release 1.x.x and MGX 8220 |
| INT configChangeObjectIndex | 1.3.6.1.4.1.351.110.2.1.18 | INTEGER | read-only | Configuration change object index, could be line number or port number or channel number depends on the type bitmap, for port resouce partition change (bit 17), this index is actually constructed by (portNum << 16 | controller) because the table has two indices. When the 'Line Configuration Change' bit is set, the configChangeObjectIndex has the following special meanings in IMATM and FRSM-2CT3 cards: IMATM - configChangeObjectIndex range between 1..8 indicates that the configuration change refers to the DS1 line index. A value of 9 indicates that the configuration change refers to the DS3 line index. FRSM-2CT3 - configChangeObjectIndex range between 1..56 indicates that the configuration change refers to the DS1 line index. A value of (128 + n) refers to DS3 line index numbered 'n'. This object makes sense only in traps. A GET on this may not return a Useful result. |
| INT configChangeStatus | 1.3.6.1.4.1.351.110.2.1.19 | INTEGER | read-only | This object is applicable only for traps. The SNMP operation may not be meaningful. The value contained in this object is same as the value of the other objects which are used for adding/deleting/modifying the row. The possible values are 0 - No meaning and is not applicable. 1 - add [ Row added ] 2 - delete [ Row deleted ] 3 - mod [ Row modified ] This value and value contained in configChangeTypeBitMap represent the configuration change operation. The default value is 0 and it does not represent any status. |
| INT cardIntegratedAlarmBitMap | 1.3.6.1.4.1.351.110.2.1.20 | INTEGER | read-only | Bit position represents the different types of alarm for ASC: bit 0: ShelfFunctionModuleState (BNM only) (failed/boot/mismatch/heldinReset) bit 1: LineModuleState (BNM only) (notPresent/invalid) bit 2: ASMPhysicalAlarmState (BNM only) bit 3: ATMLMIFailure (ASC only) bit 4: LineAlarmState (BNM only) bit 5: LineStatisticalAlarmState (BNM only) bit 6: PLCPAlarmState (BNM only) bit 7: PLCPStatisticalAlarmState (BNM only) bit 8: SmConnectionFailureAlarm for SM: bit 0: ShelfFunctionModuleState (failed/boot/mismatch/heldinReset) bit 1: LineModuleState (notPresent/invalid) bit 2: PortLMIFailure bit 3: LineAlarmState bit 4: LineStatisticalAlarmState bit 5: FrameRelayPortState (RemoteLoopback/ FailedDueToLine/ FailedDueToSig) bit 6: ChannelState for PXM/SRM Only (MGX8850 Platfrom): Only those marked with SRM are valid for both PXM/SRM. The rest are valid only for PXM. bit 0 : ShelfFunctionModuleState bit 1 : Backcard Line Module (SRM/PXM) This Alarm is generated when the Line Module (Trunk Backcard) is removed or goes to a mismatch state(or backcard type is unknown). bit 2 : Backcard UIModule This Alarm is generated when the UI backcard is removed or goes to a mismatch state (or backcard type is unknown). bit 3 : ASM Physical Alarm This specifies whether any of the environmental monitoring components like Temperature, Voltage Supply, Fan Speed have gone into alarm. bit 4 : ATM LMI Failure bit 5 : Line Alarm (SRM/PXM) bit 6 : Line Statistical Alarm (SRM/PXM) bit 7 : Lines Alarm (SRM/PXM) bit 8 : PLCP Alarm bit 9 : PLCP Statistical Alarm bit 10 : Connections exist on removed SM bit 11 : Disk related Failure on first PXM slot bit 12 : Disk related Failure on second PXM slot The Disk Alarms are generated when any of the file operations on Disk like open,read,write, lseek etc fail. VSM Alarms bit 13 : Port LMI Failure bit 14 : Port State Alarm bit 15 : Channel Shelf Alarm bit 16 : Taskmon Task Suspended bit 17 : Excess Power Consumption bit 30 : bit set(1) major alarm, else (0) minor alarm |
| STR cleiCode | 1.3.6.1.4.1.351.110.2.1.21 | DisplayString | read-only | Common Language Equipment(CLEI) Code. |
| STR macAddress | 1.3.6.1.4.1.351.110.2.1.22 | DisplayString | read-only | Ethernet address (base address) stored in NVRAM, entered by manfacturing. |
| INT macAddrBlkSize | 1.3.6.1.4.1.351.110.2.1.23 | INTEGER | read-only | The MAC address block size, entered by manufacturing. |
| STR finalTestTechnician | 1.3.6.1.4.1.351.110.2.1.24 | DisplayString | read-only | The Final Test Technician Employee Identification Number. |
| INT hwFailures | 1.3.6.1.4.1.351.110.2.1.25 | INTEGER | read-only | Hardware failure code. |
| INT hwHistory | 1.3.6.1.4.1.351.110.2.1.26 | INTEGER | read-only | RMA Test History - RMA Failure Code. |
| INT secLineModuleType | 1.3.6.1.4.1.351.110.2.1.27 | INTEGER | read-only | This object contains the type of secondary line module(back card). Physically it is the bottom card behind the backplane. Normally with connectors for physical devices. These are specific to the front or function modules. This Object is applicable only to selected MGX switches. |
| STR secLineModuleDescription | 1.3.6.1.4.1.351.110.2.1.28 | DisplayString | read-only | Description of the Secondary line module. This Object is applicable only to selected MGX switches. |
| STR secLineModuleSerialNum | 1.3.6.1.4.1.351.110.2.1.29 | DisplayString | read-only | Serial number of the secondary(bottom) line module. This object is applicable only to selected MGX switches. |
| STR secLineModuleHWRev | 1.3.6.1.4.1.351.110.2.1.30 | DisplayString | read-only | Hardware revision for secondary (bottom) line module This object is applicable only to selected MGX switches. |
| STR secLineModuleFWRev | 1.3.6.1.4.1.351.110.2.1.31 | DisplayString | read-only | Firmware revision for Secondary line module This object is applicable only to selected MGX switches. If there is no Firmware revision, then this object returns 0. |
| INT secLineModuleState | 1.3.6.1.4.1.351.110.2.1.32 | INTEGER | read-only | line module status of secondary (bottom) back card. This object is applicable only to selected MGX switches. |
| INT configChangeParentObjectIndex | 1.3.6.1.4.1.351.110.2.1.33 | INTEGER | read-only | Parent object index, could be - line index - port index This object will indicate the index of the immediate higher level object (line or port) of configChangeObjectIndex. This object is applicable only when configChangeObjectIndex represents a channel, port, egress Q or resource partition index. Following specifies the mapping between the configChangeObjectIndex and its corresponding configChangeParentObjectIndex. configChangeObjectIndex configChangeParentObjectIndex ----------------------- ----------------------------- Port Index Line Index Egress Q Index Port Index Resource Partition Index Port Index Channel Index Port Index When the 'Port Configuration Change' bit is set, the configChangeParentObjectIndex will represent a 'Line Index' which in turn has the following special meaning in FRSM-2CT3 cards. - configChangeParentObjectIndex range between 1..56 indicates that the configuration change refers to the DS1 line index. A value of (128 + n) refers to DS3 line index numbered 'n'. This object object is applicable only in traps. A GET on this may not return a useful result. This object Object is not applicable to MGX 8850 Release 1.x.x and MGX8220 |
| INT configChangeGrandParentObjectIndex | 1.3.6.1.4.1.351.110.2.1.34 | INTEGER | read-only | Grand Parent object index, could be - line index This object will indicate the index of the immediate higher level object (line) of configChangeParentObjectIndex. This object is applicable only when configChangeParentObjectIndex represents a port index. Following specifies the mapping between the configChangeParentObjectIndex and its corresponding configChangeGrandParentObjectIndex. When the 'Port Configuration Change' bit is set the configChangeGrandParentObjectIndex will represent a 'Line Index' which in turn has the following special meaning in FRSM-2CT3 cards. - configChangeParentObjectIndex range between 1..56 indicates that the configuration change refers to the DS1 line index. A value of (128 + n) refers to DS3 line index numbered 'n'. This object is applicable only in traps. A GET on this may not return a useful result. This object is not applicable to MGX 8850 release 1.x.x and MGX8220. |
| INT configChangeSMSpecificObject | 1.3.6.1.4.1.351.110.2.1.35 | INTEGER | read-only | configChangeSMSpecificObject is a generic object which is Service Module Specific. It can be used for different purposes in different cards. The usage of the same with regard to very card type is listed below. FRSM-8T1E1 - used to store portDs0ConfigBitMap FRSM-VHS - used to store portDs0ConfigBitMap CESM-8T1E1 - used to store cesPortDs0ConfigBitMap CESM-T3E3 - not used AUSM-8T1E1 - not used This object is not applicable to MGX 8850 Release 1.x.x and MGX8220. |
| INT transId | 1.3.6.1.4.1.351.110.2.1.36 | INTEGER | read-only | Per card transaction ID. This object is used to keep track of configuration change on the card. The transId will be incremented by one for every configuration change on the card. |
| cardInterface | 1.3.6.1.4.1.351.110.2.2 | |||
| interfaceLineTable | 1.3.6.1.4.1.351.110.2.2.1 | not-accessible | This table has list of the physical interfaces and the services available on this module. | |
| interfaceLineEntry | 1.3.6.1.4.1.351.110.2.2.1.1 | not-accessible | An entry for physical interface | |
| INT interfaceLineNum | 1.3.6.1.4.1.351.110.2.2.1.1.1 | INTEGER | read-only | An index to uniquely indentify the physical interface and service. Indices 1..8 are used for VISM-8T1/E1. |
| INT interfaceLineType | 1.3.6.1.4.1.351.110.2.2.1.1.2 | INTEGER | read-only | This object indicates the type of interfaces provided by this Module. These numbers are from RFC1700. |
| INT interfaceNumOfPortsPerLine | 1.3.6.1.4.1.351.110.2.2.1.1.3 | INTEGER | read-only | The number of physical ports of the line type. VISM has a port, but is not linked to these physical lines, hence value=0 is returned. |
| INT interfaceServiceType | 1.3.6.1.4.1.351.110.2.2.1.1.4 | INTEGER | read-only | The services available on the interfaceLineType object |
| INT interfaceNumOfPVC | 1.3.6.1.4.1.351.110.2.2.1.1.5 | INTEGER | read-only | The Max number of Permanent Virtual Channels available per physical line (line as defined in interfaceLineType). VISM has a PVC but is not linked to the lines, hence value=0 is returned. |
| INT interfaceNumOfEgressQueue | 1.3.6.1.4.1.351.110.2.2.1.1.6 | INTEGER | read-only | The Max number of Queues per port. Value=0 is returned for VISM card. |
| INT interfaceNumOfValidEntries | 1.3.6.1.4.1.351.110.2.2.2 | INTEGER | read-only | Number of rows in interface Table The number represents the physcial interfaces the module has. |
| cardSelfTest | 1.3.6.1.4.1.351.110.2.3 | |||
| INT selfTestEnable | 1.3.6.1.4.1.351.110.2.3.1 | INTEGER | read-write | This object indicates the self test state 1 ==> self test enabled 2 ==> self test disabled |
| INT selfTestPeriod | 1.3.6.1.4.1.351.110.2.3.2 | INTEGER | read-write | Interval (in minutes) for self test. |
| INT selfTestState | 1.3.6.1.4.1.351.110.2.3.3 | INTEGER | read-only | Self test results for the module. |
| STR selfTestResultDescription | 1.3.6.1.4.1.351.110.2.3.4 | DisplayString | read-only | Self test Result description |
| INT selfTestClrResultButton | 1.3.6.1.4.1.351.110.2.3.5 | INTEGER | read-write | This object is used for clearing the result of an online diagnostics(or other self tests). |
| controlMsgCounter | 1.3.6.1.4.1.351.110.2.4 | |||
| CTR riscXmtCtrlMsg | 1.3.6.1.4.1.351.110.2.4.1 | Counter | read-only | The number of control Frames transmitted to SAR (from RISC) maintained by RISC |
| CTR riscRcvCtrlMsg | 1.3.6.1.4.1.351.110.2.4.2 | Counter | read-only | The number of control Frames received from SAR (to RISC) maintained by RISC |
| CTR sarXmtCtrlMsg | 1.3.6.1.4.1.351.110.2.4.3 | Counter | read-only | The number of control Frames transmitted to RISC from SAR maintained by SAR (should be equal to (riscRcvCtrlMsg) |
| CTR sarRcvCtrlMsg | 1.3.6.1.4.1.351.110.2.4.4 | Counter | read-only | The number of control Frames received to SAR from RISC maintained by SAR (should be equal to (riscXmtCtrlMsg) |
| CTR sarCtrlMsgDiscLenErr | 1.3.6.1.4.1.351.110.2.4.5 | Counter | read-only | Total control (management) frames (for MGX8800) or cells(for MGX8220) discarded due to illegal length error |
| CTR sarCtrlMsgDiscCRCErr | 1.3.6.1.4.1.351.110.2.4.6 | Counter | read-only | Total control (management) frames (MGX8800) or cells(MGX8220) discard due to illegal CRC error. |
| CTR sarCtrlMsgDiscUnknownChan | 1.3.6.1.4.1.351.110.2.4.7 | Counter | read-only | Count of discarded control message due to unknown channel error. |
| INT sarCtrlMsgLastUnkownChan | 1.3.6.1.4.1.351.110.2.4.8 | INTEGER | read-only | The control cell header Rcvd of the last unknown channel. |
| INT ctrlMsgClrButton | 1.3.6.1.4.1.351.110.2.4.9 | INTEGER | read-write | This object is used for clearing the messages in controlMsgCounter group. |
| sarChannelCounter | 1.3.6.1.4.1.351.110.2.5 | |||
| sarChannelCounterTable | 1.3.6.1.4.1.351.110.2.5.1 | not-accessible | The table is for logical channels This table contains the counters for cells transmitted on each channel. | |
| sarChannelCounterEntry | 1.3.6.1.4.1.351.110.2.5.1.1 | not-accessible | An entry for logical channel | |
| INT sarShelfNum | 1.3.6.1.4.1.351.110.2.5.1.1.1 | INTEGER | read-only | Shelf number |
| INT sarSlotNum | 1.3.6.1.4.1.351.110.2.5.1.1.2 | INTEGER | read-only | Slot number, the slot and shelf info is required here because BSC sends the OAM cells for the FRSM cards that have failed BSC could have upto 4000 connections in this table. |
| INT sarChanNum | 1.3.6.1.4.1.351.110.2.5.1.1.3 | INTEGER | read-only | BSC could have upto 4000 connections in this table |
| CTR xmtCells | 1.3.6.1.4.1.351.110.2.5.1.1.4 | Counter | read-only | The number of cells transmitted on this channel. |
| CTR xmtCellsCLP | 1.3.6.1.4.1.351.110.2.5.1.1.5 | Counter | read-only | The total number of CLP cells that were transmitted on this channel. |
| CTR xmtCellsAIS | 1.3.6.1.4.1.351.110.2.5.1.1.6 | Counter | read-only | The number of AIS cells that were transmitted on this channel. |
| CTR xmtCellsFERF | 1.3.6.1.4.1.351.110.2.5.1.1.7 | Counter | read-only | The number of FERF cells that were transmitted on this channel. |
| CTR xmtCellsBCM | 1.3.6.1.4.1.351.110.2.5.1.1.8 | Counter | read-only | The number of BCM cells that were transmitted on this channel. |
| CTR xmtCellsEnd2EndLpBk | 1.3.6.1.4.1.351.110.2.5.1.1.9 | Counter | read-only | The number of End2End loop cells that were transmitted on this channel. |
| CTR xmtCellsSegmentLpBk | 1.3.6.1.4.1.351.110.2.5.1.1.10 | Counter | read-only | The number of segment loop cells that were transmitted on this channel. |
| CTR xmtCellsDiscShelfAlarm | 1.3.6.1.4.1.351.110.2.5.1.1.11 | Counter | read-only | The number of cells discard due to Shelfalarm on this channel. |
| CTR rcvCells | 1.3.6.1.4.1.351.110.2.5.1.1.12 | Counter | read-only | The number of cells that were received on this channel. |
| CTR rcvCellsCLP | 1.3.6.1.4.1.351.110.2.5.1.1.13 | Counter | read-only | The number of CLP cells that were received on this channel. |
| CTR rcvCellsAIS | 1.3.6.1.4.1.351.110.2.5.1.1.14 | Counter | read-only | The number of AIS cells that were received on this channel. |
| CTR rcvCellsFERF | 1.3.6.1.4.1.351.110.2.5.1.1.15 | Counter | read-only | The number of FERF cells that were received on this channel. |
| CTR rcvCellsBCM | 1.3.6.1.4.1.351.110.2.5.1.1.16 | Counter | read-only | The number of BCM cells that were received on this channel. |
| CTR rcvCellsEnd2EndLpBk | 1.3.6.1.4.1.351.110.2.5.1.1.17 | Counter | read-only | The number of End2End loop cells that were received on this channel. |
| CTR rcvCellsSegmentLpBk | 1.3.6.1.4.1.351.110.2.5.1.1.18 | Counter | read-only | The number of segment loop cells that were received on this channel. |
| CTR rcvCellsDiscOAM | 1.3.6.1.4.1.351.110.2.5.1.1.19 | Counter | read-only | The number of cells that had CRC error on OAM cells |
| INT sarClrButton | 1.3.6.1.4.1.351.110.2.5.1.1.20 | INTEGER | read-write | clear the counters in the table |
| INT chanNumOfValidEntries | 1.3.6.1.4.1.351.110.2.5.2 | INTEGER | read-only | Number of entries in the sar channel table |
RFC description
Basis Communications vendor-private MIB defining generic managed objects for their equipment.
Start monitoring Cisco MGX/BASIS voice and ATM switching chassis (legacy) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.