eSWPortCtrlSTP
ASANTE-SWITCH-MIB ·
.1.3.6.1.4.1.298.1.5.1.3.1.1.6
Object
column mandatory
Enumeration
If this function is enable(1) and eSWPortCtrlState is also enable(1), that means this port will join the Spanning Tree Algorithm (STP) caculation. Asante 6016/6024 switches do not support individual port STP participation enable/disable, therefore this object will have the same value for all ports.
Context
- MIB
- ASANTE-SWITCH-MIB
- OID
.1.3.6.1.4.1.298.1.5.1.3.1.1.6- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- eSWPortCtrlEntry
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 'ASANTE-SWITCH-MIB' -M '/opt/observium/mibs/asante:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASANTE-SWITCH-MIB::eSWPortCtrlSTP'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ASANTE-SWITCH-MIB' -M '/opt/observium/mibs/asante:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASANTE-SWITCH-MIB::eSWPortCtrlSTP.<eSWGrpPtCtrlIndex>.<eSWPortCtrlIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ASANTE-SWITCH-MIB' -M '/opt/observium/mibs/asante:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ASANTE-SWITCH-MIB::eSWPortCtrlSTP'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | enable |
3 | disable |