ciscoAtmVclConnState
CISCO-ATM-CONN-MIB ·
.1.3.6.1.4.1.9.10.13.1.2.1.1.6
Object
The connection state of this VCL.
Context
- MIB
- CISCO-ATM-CONN-MIB
- OID
.1.3.6.1.4.1.9.10.13.1.2.1.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ciscoAtmVclEntry
- Groups
- 3
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-ATM-CONN-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ATM-CONN-MIB::ciscoAtmVclConnState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-ATM-CONN-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ATM-CONN-MIB::ciscoAtmVclConnState.<ifIndex>.<atmVclVpi>.<atmVclVci>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-ATM-CONN-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-ATM-CONN-MIB::ciscoAtmVclConnState'
Values & Constraints
Type Values
1 | setup |
2 | release |
3 | notInstalled |
4 | down |
5 | up |