hwAclLinkVlanPri
HUAWEI-DSLAM-ACL-MIB ·
.1.3.6.1.4.1.2011.5.1.1.7.1.7
Object
column r/w
Enumeration
Describes the 802.1p priority of data frames that an L2 ACL rule needs to match. Options: 1. bestEffort(0) -indicates best-effort priority 2. background(1) -indicates background priority 3. spare(2) -indicates spare priority 4. excellentEffort(3) -indicates excellent-effort priority 5. controlledLoad(4) -indicates controlled-load priority 6. video(5) -indicates video priority 7. voice(6) -indicates voice priority 8. networkManagement(7) -indicates network-management priority 9. invalid(255) -indicates invalid priority If the value of an L2 ACL rule is not specified, the invalid value 255 is obtained in the query operation.
Context
- MIB
- HUAWEI-DSLAM-ACL-MIB
- OID
.1.3.6.1.4.1.2011.5.1.1.7.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hwAclLinkEntry
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 'HUAWEI-DSLAM-ACL-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-DSLAM-ACL-MIB::hwAclLinkVlanPri'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-DSLAM-ACL-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-DSLAM-ACL-MIB::hwAclLinkVlanPri.<hwAclLinkAclNum>.<hwAclLinkSubitem>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-DSLAM-ACL-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-DSLAM-ACL-MIB::hwAclLinkVlanPri'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | bestEffort |
1 | background |
2 | spare |
3 | excellentEffort |
4 | controlledLoad |
5 | video |
6 | voice |
7 | networkManagement |
255 | invalid |