zxDslDevSecAclEtherType
ZTE-DSL-DEV-SECURITY-ACL-MIB ·
.1.3.6.1.4.1.3902.1004.24.1.2.1.21
Object
column r/w
Enumeration
Ethernet type of the ACL rule.
any(1) means that the acl rule filters all packets that ethernet
type is ARP, IPv4 or IPv6.
arp(2) means that the acl rule filters all packets that ethernet
type is ARP.
ipv4(3) means that the acl rule filters all packets that ethernet
type is IPv4.
ipv6(4) means that the acl rule filters all packets that ethernet
type is IPv6.
Context
- MIB
- ZTE-DSL-DEV-SECURITY-ACL-MIB
- OID
.1.3.6.1.4.1.3902.1004.24.1.2.1.21- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- zxDslDevSecurityAclEntry
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 'ZTE-DSL-DEV-SECURITY-ACL-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-DSL-DEV-SECURITY-ACL-MIB::zxDslDevSecAclEtherType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZTE-DSL-DEV-SECURITY-ACL-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-DSL-DEV-SECURITY-ACL-MIB::zxDslDevSecAclEtherType.<zxDslDevSecAclIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZTE-DSL-DEV-SECURITY-ACL-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZTE-DSL-DEV-SECURITY-ACL-MIB::zxDslDevSecAclEtherType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | any |
2 | arp |
3 | ipv4 |
4 | ipv6 |