CISCO-ATM-EXT-MIB: View SNMP OID List / Download MIB
VENDOR: CISCO
Home | MIB: CISCO-ATM-EXT-MIB | |||
---|---|---|---|---|
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).
|
|||
Object Name | OID | Type | Access | Info |
ciscoAtmExtMIB | 1.3.6.1.4.1.9.9.88 |
An extension to the Cisco ATM MIB module for managing ATM implementations. Acronyms and terms used in the MIB module: AAL5 -- ATM adaptation layer 5. AIS -- Alarm Indication Signal. CC -- Continuity Check. End-to-end -- End-to-end continuity checking. Monitoring occurs on the entire VC between two ATM end stations. F5 OAM -- OAM information flow between network elements (NEs) used within virtual connections to report degraded virtual channel performance. OAM -- Operations, Administration and Maintenance. RDI -- Remote Detection Indication. Segment -- Segment continuity checking. Monitoring occurs on a VC segment between a router and a first-hop ATM switch. VC -- Virtual Channel. VCC -- Virtual Channel Connection. VCL -- Virtual Channel Link. |
||
ciscoAtmExtMIBObjects | 1.3.6.1.4.1.9.9.88.1 | |||
cAal5VccExtMIBObjects | 1.3.6.1.4.1.9.9.88.1.1 | |||
cAal5VccExtTable | 1.3.6.1.4.1.9.9.88.1.1.1 | no-access |
This table contains AAL5 VCC performance parameters beyond that provided by cAal5VccEntry. |
|
1.3.6.1.4.1.9.9.88.1.1.1.1 | no-access |
This list contains the additinal AAL5 VCC performance parameters beyond that provided by cAal5VccEntry. |
||
cAal5VccExtCompEnabled | 1.3.6.1.4.1.9.9.88.1.1.1.1.1 | truthvalue | read-only |
Boolean, if compression enabled for VCC. |
cAal5VccExtVoice | 1.3.6.1.4.1.9.9.88.1.1.1.1.2 | truthvalue | read-only |
Boolean, TRUE if VCC is used to carry voice. |
cAal5VccExtInF5OamCells | 1.3.6.1.4.1.9.9.88.1.1.1.1.3 | counter32 | read-only |
Number of OAM F5 end to end loopback cells received through the VCC. |
cAal5VccExtOutF5OamCells | 1.3.6.1.4.1.9.9.88.1.1.1.1.4 | counter32 | read-only |
Number of OAM F5 end to end loopback cells sent through the VCC. |
catmxVcl | 1.3.6.1.4.1.9.9.88.1.2 | |||
catmxVclOamTable | 1.3.6.1.4.1.9.9.88.1.2.1 | no-access |
This table contains Virtual Channel Link (VCL) Oam configuration and state information. This table augments the atmVclTable. |
|
1.3.6.1.4.1.9.9.88.1.2.1.1 | no-access |
This list contains Virtual Channel Link (VCL) configuration and state information beyond that provided by atmVclEntry. |
||
catmxVclOamLoopbackFreq | 1.3.6.1.4.1.9.9.88.1.2.1.1.1 | unsigned32 | read-write |
Specifies OAM loopback frequency. |
catmxVclOamRetryFreq | 1.3.6.1.4.1.9.9.88.1.2.1.1.2 | unsigned32 | read-write |
Specifies OAM retry polling frequency. |
catmxVclOamUpRetryCount | 1.3.6.1.4.1.9.9.88.1.2.1.1.3 | unsigned32 | read-write |
Specifies OAM retry count before declaring a VC is up. |
catmxVclOamDownRetryCount | 1.3.6.1.4.1.9.9.88.1.2.1.1.4 | unsigned32 | read-write |
Specifies OAM retry count before declaring a VC is down. |
catmxVclOamEndCCActCount | 1.3.6.1.4.1.9.9.88.1.2.1.1.5 | unsigned32 | read-write |
Specifies OAM End-to-end Continuity check (CC) Activation retry count. |
catmxVclOamEndCCDeActCount | 1.3.6.1.4.1.9.9.88.1.2.1.1.6 | unsigned32 | read-write |
Specifies OAM End-to-end Continuity check (CC) Deactivation retry count. |
catmxVclOamEndCCRetryFreq | 1.3.6.1.4.1.9.9.88.1.2.1.1.7 | unsigned32 | read-write |
Specifies OAM End-to-end Continuity check (CC) Activation/Deactivation retry frequency. |
catmxVclOamSegCCActCount | 1.3.6.1.4.1.9.9.88.1.2.1.1.8 | unsigned32 | read-write |
Specifies OAM Segment Continuity check (CC) Activation retry count. |
catmxVclOamSegCCDeActCount | 1.3.6.1.4.1.9.9.88.1.2.1.1.9 | unsigned32 | read-write |
Specifies OAM Segment Continuity check (CC) Deactivation retry count. |
catmxVclOamSegCCRetryFreq | 1.3.6.1.4.1.9.9.88.1.2.1.1.10 | unsigned32 | read-write |
Specifies OAM Segment Continuity check (CC) Activation/Deactivation retry frequency. |
catmxVclOamManage | 1.3.6.1.4.1.9.9.88.1.2.1.1.11 | truthvalue | read-write |
Specifies OAM Enable/Disable on the VC. true(1) indicates that OAM is enabled on the VC. false(2) indicates that OAM is disabled on the VC. |
catmxVclOamLoopBkStatus | 1.3.6.1.4.1.9.9.88.1.2.1.1.12 | integer | read-only |
Indicates OAM loopback status of the VC. disabled(1) -- No OAMs on this VC. sent(2) -- OAM sent, waiting for echo. received(3) -- OAM received from target. failed(4) -- Last OAM did not return. Enumeration: 'disabled': 1, 'received': 3, 'sent': 2, 'failed': 4. |
catmxVclOamVcState | 1.3.6.1.4.1.9.9.88.1.2.1.1.13 | integer | read-only |
Indicates the state of VC OAM. downRetry(1) -- Loopback failed. Retry sending loopbacks with retry frequency. VC is up. verified(2) -- Loopback is successful. notVerified(3) -- Not verified by loopback, AIS/RDI conditions are cleared. upRetry(4) -- Retry successive loopbacks. VC is down. aisRDI(5) -- Received AIS/RDI. Loopback are not sent in this state. aisOut(6) -- Sending AIS. Loopback and reply are not sent in this state. notManaged(7) -- VC is not managed by OAM. Enumeration: 'verified': 2, 'notManaged': 7, 'upRetry': 4, 'aisOut': 6, 'notVerified': 3, 'downRetry': 1, 'aisRDI': 5. |
catmxVclOamEndCCStatus | 1.3.6.1.4.1.9.9.88.1.2.1.1.14 | oamccstatus | read-only |
Indicates OAM End-to-end Continuity check (CC) status. |
catmxVclOamSegCCStatus | 1.3.6.1.4.1.9.9.88.1.2.1.1.15 | oamccstatus | read-only |
Indicates OAM Segment Continuity check (CC) status. |
catmxVclOamEndCCVcState | 1.3.6.1.4.1.9.9.88.1.2.1.1.16 | oamccvcstate | read-only |
Indicates OAM End-to-end Continuity check (CC) VC state. |
catmxVclOamSegCCVcState | 1.3.6.1.4.1.9.9.88.1.2.1.1.17 | oamccvcstate | read-only |
Indicates OAM Segment Continuity check (CC) VC state. |
catmxVclOamCellsReceived | 1.3.6.1.4.1.9.9.88.1.2.1.1.18 | counter32 | read-only |
Indicates the number of OAM cells received on this VC. |
catmxVclOamCellsSent | 1.3.6.1.4.1.9.9.88.1.2.1.1.19 | counter32 | read-only |
Indicates the number of OAM cells sent on this VC. |
catmxVclOamCellsDropped | 1.3.6.1.4.1.9.9.88.1.2.1.1.20 | counter32 | read-only |
Indicates the number of OAM cells dropped on this VC. |
catmxVclOamInF5ais | 1.3.6.1.4.1.9.9.88.1.2.1.1.21 | counter32 | read-only |
Indicates the number of received OAM F5 Alarm Indication Signal (AIS) cells from the VC. |
catmxVclOamOutF5ais | 1.3.6.1.4.1.9.9.88.1.2.1.1.22 | counter32 | read-only |
Indicates the number of transmitted OAM F5 Alarm Indication Signal (AIS) cells to the VC. |
catmxVclOamInF5rdi | 1.3.6.1.4.1.9.9.88.1.2.1.1.23 | counter32 | read-only |
Indicates the number of received OAM F5 Remote Detection Indication (RDI) cells from the VC. |
catmxVclOamOutF5rdi | 1.3.6.1.4.1.9.9.88.1.2.1.1.24 | counter32 | read-only |
Indicates the number of transmitted OAM F5 Remote Detection Indication (RDI) cells to the VC. |
ciscoAal5ExtMIBConformance | 1.3.6.1.4.1.9.9.88.2 | |||
ciscoAal5ExtMIBCompliances | 1.3.6.1.4.1.9.9.88.2.1 | |||
ciscoAal5ExtMIBCompliance | 1.3.6.1.4.1.9.9.88.2.1.1 |
This compliance is deprecated in favour of ciscoAal5ExtMIBComplianceRev1. The compliance statement for entities which implement this Cisco AAL5 Extention MIB and support data compression or voice features. |
||
ciscoAal5ExtMIBComplianceRev1 | 1.3.6.1.4.1.9.9.88.2.1.2 |
The compliance statement for entities which implement CISCO-ATM-EXT-MIB. |
||
ciscoAal5ExtMIBGroups | 1.3.6.1.4.1.9.9.88.2.2 | |||
ciscoAal5ExtMIBGroup | 1.3.6.1.4.1.9.9.88.2.2.1 |
A collection of objects providing AAL5 related parameters. |
||
ciscoAtmExtVclOamGroup | 1.3.6.1.4.1.9.9.88.2.2.2 |
A collection of objects providing Virtual Channel Link (VCL) OAM configuration and state information. |