dot1sStpPortAdminPointToPoint
MSTP-MIB ·
qtech variant
·
.1.3.6.1.2.1.17.8.1.1.11.1.3
Object
column r/w
Enumeration
The administrative point-to-point status of the LAN segment attached to this port. A value of forceTrue(1) indicates that this port should always be treated as if it is connected to a point-to-point link. A value of forceFalse(2) indicates that this port should be treated as having a shared media connection. A value of auto(3) indicates that this port is considered to have a point-to-point link if it is an Aggregator and all of its members are aggregatable, or if the MAC entity is configured for full duplex operation, either through auto-negotiation or by management means.
Context
- MIB
- MSTP-MIB
- OID
.1.3.6.1.2.1.17.8.1.1.11.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- dot1sStpPortEntry
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 'MSTP-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MSTP-MIB::dot1sStpPortAdminPointToPoint'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MSTP-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MSTP-MIB::dot1sStpPortAdminPointToPoint.<dot1sStpPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MSTP-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MSTP-MIB::dot1sStpPortAdminPointToPoint'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | forceTrue |
2 | forceFalse |
3 | auto |