All MIBs › PRVT-MST-MIB › mSTPortAdminLinkType
mSTPortAdminLinkType
Module: PRVT-MST-MIB
OID (symbolic): PRVT-MST-MIB::mSTPortAdminLinkType
OID (numeric): 1.3.6.1.4.1.738.1.5.107.1.4.1.1.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Indicates the administrative link type configuration of a bridge port for the MST protocol.
pointToPoint -- the port is administratively configured to be connected to a point-to-point link.
shared -- the port is administratively configured to be connected to a shared medium.
auto -- the administrative configuration of the port's link type depends on the duplex mode of the port's link. If the port's link is full-duplex, the administrative link type configuration on this port will be taken as pointTopoint(1). If the port link is half-duplex, the administrative link type configuration on this port will be taken as shared(2).
This configuration of this object only takes effect when the stpxSpanningTreeType is mst(4).
What is mSTPortAdminLinkType?
This read-write INTEGER sets a port's administrative link type for MST: pointToPoint(1) forces point-to-point BPDU handling, shared(2) forces shared-medium handling, and auto(3) derives it from the port's duplex mode (full-duplex acts as point-to-point, half-duplex as shared); it only takes effect when the device's spanning tree mode is set to MST.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.738.1.5.107.1.4.1.1.1 snmpwalk -v2c -c public <target> PRVT-MST-MIB::mSTPortAdminLinkType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.738.1.5.107.1.4.1.1.1.1 snmpget -v2c -c public <target> PRVT-MST-MIB::mSTPortAdminLinkType.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.738.1.5.107.1.4.1.1.1.1 i <value>
Start monitoring BATM Advanced Communication switches (802.1s MSTP) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the PRVT-MST-MIB::mSTPortAdminLinkType OID value, configure state conditions and alerts, and monitor any BATM Advanced Communication switches (802.1s MSTP) from a single console.
OID Breakdown
Upper-level ancestors (9 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.738 | privateVendorOID | PRIV-VENDORDEF-MIB |
| 1.3.6.1.4.1.738.1 | prvt_products | PRVT-SWITCH-MIB |
| 1.3.6.1.4.1.738.1.5 | switch | PRVT-SWITCH-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.738.1.5.107 | prvtMSTMib | PRVT-MST-MIB |
| 1.3.6.1.4.1.738.1.5.107.1 | prvtMSTObjects | PRVT-MST-MIB |
| 1.3.6.1.4.1.738.1.5.107.1.4 | mSTPort | PRVT-MST-MIB |
| 1.3.6.1.4.1.738.1.5.107.1.4.1 | mSTPortTable | PRVT-MST-MIB |
| 1.3.6.1.4.1.738.1.5.107.1.4.1.1 | mSTPortEntry | PRVT-MST-MIB |
| 1.3.6.1.4.1.738.1.5.107.1.4.1.1.1 | mSTPortAdminLinkType | PRVT-MST-MIB |