ipxAccessControlOperation
CROUTE-MIB ·
.1.3.6.1.4.1.81.31.2.5.1.4
Object
column r/w
Enumeration
How to operate the IPX ACCESS CONTROL statement, on the receiving packet. Forwards the packet, Block (Discard) the packet or block (Discard) the packet and report to the user by sending trap.
Context
- MIB
- CROUTE-MIB
- OID
.1.3.6.1.4.1.81.31.2.5.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipxAccessControlEntry
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 'CROUTE-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CROUTE-MIB::ipxAccessControlOperation'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CROUTE-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CROUTE-MIB::ipxAccessControlOperation.<ipxAccessControlIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CROUTE-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CROUTE-MIB::ipxAccessControlOperation'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | forward |
2 | block |
3 | blockAndReport |