ciscoAtmSnoopVpState
CISCO-ATM-CONN-MIB ·
.1.3.6.1.4.1.9.10.13.1.6.1.1.4
Object
column ConnState
The connection state of this Snooping connection .
Context
- MIB
- CISCO-ATM-CONN-MIB
- OID
.1.3.6.1.4.1.9.10.13.1.6.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ciscoAtmSnoopVpEntry
- Groups
- 2
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::ciscoAtmSnoopVpState'
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::ciscoAtmSnoopVpState.<ifIndex>.<atmVplVpi>'
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::ciscoAtmSnoopVpState'
Values & Constraints
Type Values
1 | setup |
2 | release |
3 | notInstalled |
4 | down |
5 | up |