swEgressACLEthernetMacAddrMaskState
EGRESSACL-MIB ·
.1.3.6.1.4.1.171.12.89.2.1.1.8
Object
column r/w
Enumeration
This object indicates the status of the MAC address mask.
other (1) - Neither source MAC address nor destination MAC address is masked.
dst-mac-addr (2) - Destination MAC addresses within received frames are
to be filtered when matched with the MAC address entry for the table.
src-mac-addr (3) - Source MAC addresses within received frames are to
be filtered when matched with the MAC address entry for the table.
dst-src-mac-addr (4) - Source or destination MAC addresses within received
frames are to be filtered when matched with the MAC address entry of the table.
Context
- MIB
- EGRESSACL-MIB
- OID
.1.3.6.1.4.1.171.12.89.2.1.1.8- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- swEgressACLEthernetEntry
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 'EGRESSACL-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EGRESSACL-MIB::swEgressACLEthernetMacAddrMaskState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EGRESSACL-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EGRESSACL-MIB::swEgressACLEthernetMacAddrMaskState.<swEgressACLEthernetProfileID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EGRESSACL-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EGRESSACL-MIB::swEgressACLEthernetMacAddrMaskState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | dst-mac-addr |
3 | src-mac-addr |
4 | dst-src-mac-addr |