fdbState

BLADETYPE2-PHYSICAL-MIB · .1.3.6.1.4.1.11.2.3.7.11.33.1.2.2.3.2.2.1.4

Object

column Enumeration
The state of the FDB entry. The meanings of the values are :
unknown(1) : the MAC address has not yet been learned by the switch
             but has only been seen as a destination address
forward(3) : the MAC address has been learned by the switch
flood(4)   : the MAC address is a multicast destination address 
trunk(6)   : frames with this MAC address are forwarded to trunk
             group
vir(7)     : frames with this MAC address are forwarded for L3 
             processing

Context

MIB
BLADETYPE2-PHYSICAL-MIB
OID
.1.3.6.1.4.1.11.2.3.7.11.33.1.2.2.3.2.2.1.4
Type
column
Access
readonly
Status
current
Parent
fdbEntry

Walk 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 'BLADETYPE2-PHYSICAL-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLADETYPE2-PHYSICAL-MIB::fdbState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BLADETYPE2-PHYSICAL-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLADETYPE2-PHYSICAL-MIB::fdbState.<fdbMacAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BLADETYPE2-PHYSICAL-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BLADETYPE2-PHYSICAL-MIB::fdbState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1unknown
2ignore
3forward
4flood
5ffd
6trunk
7vir
8vsr
9vpr
10other