rmIfDirection
CISCO-ATM-RM-MIB ·
.1.3.6.1.4.1.9.10.10.1.3.4.1.1
Object
column Enumeration
Selects the traffic direction for which subsequent row parameters are read or written. In is received from the port(into the device), Out is transmitted to the port (from the device).
Context
- MIB
- CISCO-ATM-RM-MIB
- OID
.1.3.6.1.4.1.9.10.10.1.3.4.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- rmIfDirectionCfgEntry
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-RM-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ATM-RM-MIB::rmIfDirection'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-ATM-RM-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ATM-RM-MIB::rmIfDirection.<ifIndex>.<rmIfDirection>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-ATM-RM-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-ATM-RM-MIB::rmIfDirection'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | receive |
2 | transmit |