mstpPortAdminNonStp
FORCE10-MSTP-MIB ·
.1.3.6.1.4.1.6027.20.2.11.1.13
Object
Ports with this object set to true(1) do not participate in any STP computation; they are always in Forwarding state, do not send BPDU and all received on these Ports BPDU must be discarded. Such Ports are used to define the STP termination point of the LAN.
Context
- MIB
- FORCE10-MSTP-MIB
- OID
.1.3.6.1.4.1.6027.20.2.11.1.13- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mstpPortEntry
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 'FORCE10-MSTP-MIB' -M '/opt/observium/mibs/force10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FORCE10-MSTP-MIB::mstpPortAdminNonStp'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FORCE10-MSTP-MIB' -M '/opt/observium/mibs/force10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FORCE10-MSTP-MIB::mstpPortAdminNonStp.<mstpPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FORCE10-MSTP-MIB' -M '/opt/observium/mibs/force10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FORCE10-MSTP-MIB::mstpPortAdminNonStp'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |