aclVlanDirection
DNOS-QOS-ACL-MIB ·
.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.10.1.4
Object
column Enumeration
The Vlan direction to which this ACL instance applies.Presently, only the inbound direction is supported.
Context
- MIB
- DNOS-QOS-ACL-MIB
- OID
.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.10.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- aclVlanEntry
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 'DNOS-QOS-ACL-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DNOS-QOS-ACL-MIB::aclVlanDirection'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DNOS-QOS-ACL-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DNOS-QOS-ACL-MIB::aclVlanDirection.<aclVlanIndex>.<aclVlanDirection>.<aclVlanSequence>.<aclVlanAclType>.<aclVlanAclId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DNOS-QOS-ACL-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DNOS-QOS-ACL-MIB::aclVlanDirection'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | inbound |
2 | outbound |