ethFwdSpanningTree
NETI-ETH-MIB ·
.1.3.6.1.4.1.2928.2.2.1.2.2.1.9
Object
column r/w
Enumeration
auto(1). If the device does not implement the spanning-tree
protocol, or if exactly two interfaces are connected to the
forwarding function, then it will act as if `forward(2)' has
been specified. Otherwise, it will act as if `process(4)' has
been specified.
forward(2). Received spanning-tree messages are broadcasted
to all interfaces except the interface where the message was
received. No further processing is done.
drop(3). Received spanning-tree messages are dropped without
any further processing.
process(4). Received spanning-tree messages are processed
according to the spanning-tree protocol.
Context
- MIB
- NETI-ETH-MIB
- OID
.1.3.6.1.4.1.2928.2.2.1.2.2.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ethFwdFuncEntry
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 'NETI-ETH-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETI-ETH-MIB::ethFwdSpanningTree'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETI-ETH-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETI-ETH-MIB::ethFwdSpanningTree.<ethDevIndex>.<ethFwdIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETI-ETH-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETI-ETH-MIB::ethFwdSpanningTree'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | auto |
2 | forward |
3 | drop |
4 | process |