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