tpFdbVlanSecurityRowStatus
TPLINK-L2BRIDGE-MIB ·
.1.3.6.1.4.1.11863.6.10.1.4.1.1.3
Object
The status column has four defined values:
- 'disable(0)', this entry is exist but invalid;
- 'drop(1)', packets with other source mac will be drop
when exceed max learned mac;
- 'forward(2)', packets with other source mac can be forwarded
when exceed max learned mac;
- 'createRequest(3)', which is supplied by a management
station wishing to create a new instance of a
conceptual row and to have its status automatically set
to forward(1), making it available for using by the managed
device;
- 'destory(4)', which is supplied by a management station
wishing to delete all of the instances associated with
an existing conceptual row.
Context
- MIB
- TPLINK-L2BRIDGE-MIB
- OID
.1.3.6.1.4.1.11863.6.10.1.4.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tpl2BridgeManagevlanSecEntry
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 'TPLINK-L2BRIDGE-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPLINK-L2BRIDGE-MIB::tpFdbVlanSecurityRowStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TPLINK-L2BRIDGE-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPLINK-L2BRIDGE-MIB::tpFdbVlanSecurityRowStatus.<tpFdbVlanSecurityVid>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TPLINK-L2BRIDGE-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TPLINK-L2BRIDGE-MIB::tpFdbVlanSecurityRowStatus'
Syntax
- Source
- VlanSecEntryStatus
- Base type
Enumeration
Values & Constraints
Type Values
0 | disable |
1 | drop |
2 | forward |
3 | createRequest |
4 | destroy |