hwAclUserFrameType
HUAWEI-DSLAM-ACL-MIB ·
.1.3.6.1.4.1.2011.5.1.1.8.1.12
Object
column r/w
Enumeration
Describes the type of a VLAN tag in the packet that matches the user-defined ACL rule.
Options:
1. ipoe(0) -indicates that IP packets carrying no VLAN tags and
IP packets that carrying one VLAN tag are matched
2. nonIpoe(1) -indicates that other packets, including non-IP packets
carrying one VLAN tag are matched
3. ipv6oe(2) -indicates that IPv6 packets carrying no VLAN tags and
IPv6 packets that carrying one VLAN tag are matched
Currently, two types are supported.
If this leaf is not specified, the default value is ipoe(0).
Context
- MIB
- HUAWEI-DSLAM-ACL-MIB
- OID
.1.3.6.1.4.1.2011.5.1.1.8.1.12- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hwAclUserEntry
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::hwAclUserFrameType'
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::hwAclUserFrameType.<hwAclUserAclNum>.<hwAclUserSubitem>'
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::hwAclUserFrameType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | ipoe |
1 | nonIpoe |
2 | ipv6oe |