apvMacFilterActivity
CTRON-AP3000-MIB ·
.1.3.6.1.4.1.52.4.13.2.4.1.3
Object
column r/w
Enumeration
This value indicates the Activity of the MAC table entry by the filter permission. If allow(1), the filter permission will be applied to the MAC address. If denied(2), the filter permission will not be applied to the MAC address. If delete_entry(3), the filter entry will be deleted.
Context
- MIB
- CTRON-AP3000-MIB
- OID
.1.3.6.1.4.1.52.4.13.2.4.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- apvMacFilterEntry
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 'CTRON-AP3000-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-AP3000-MIB::apvMacFilterActivity'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTRON-AP3000-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-AP3000-MIB::apvMacFilterActivity.<ifIndex>.<apvMacFilterIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTRON-AP3000-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTRON-AP3000-MIB::apvMacFilterActivity'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | allow |
2 | denied |
3 | deleteEntry |