rlBcmAclPortsDirection
BROADCOM-MIB ·
.1.3.6.1.4.1.89.68.6.5.1.2
Object
column r/w
Enumeration
The direction of ACL applying.
Context
- MIB
- BROADCOM-MIB
- OID
.1.3.6.1.4.1.89.68.6.5.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rlBcmACLPortsEntry
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 'BROADCOM-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BROADCOM-MIB::rlBcmAclPortsDirection'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BROADCOM-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BROADCOM-MIB::rlBcmAclPortsDirection.<rlBcmAclPortsIfIndex>.<rlBcmAclPortsDirection>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BROADCOM-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BROADCOM-MIB::rlBcmAclPortsDirection'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ingress |
2 | egress |
3 | both |