ciscoAtmSvcDirection
CISCO-ATM-CONN-MIB ·
.1.3.6.1.4.1.9.10.13.1.4.1.1.4
Object
column Direction
Indicate whether this VCL is calling side, called side, root or leaf for this address.
Context
- MIB
- CISCO-ATM-CONN-MIB
- OID
.1.3.6.1.4.1.9.10.13.1.4.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ciscoAtmSvcAddrEntry
- 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::ciscoAtmSvcDirection'
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::ciscoAtmSvcDirection.<ifIndex>.<ciscoAtmSvcAddr>.<ciscoAtmSvcVpi>.<ciscoAtmSvcVci>'
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::ciscoAtmSvcDirection'
Values & Constraints
Type Values
1 | unknown |
2 | p2pCallingSide |
3 | p2pCalledSide |
4 | p2mpRoot |
5 | p2mpLeaf |