stpPerPortInfoLinkType
Jetnet5010G ·
.1.3.6.1.4.1.24062.2.2.1.4.6.2.1.6
Object
column mandatory
Enumeration
Some of the rapid state transactions that are
possible within RSTP are dependent upon whether
the Port concerned can only be connected to
exactly one other Bridge(ie., it is served by a
point-to-point LAN segment), or can be connected
to two or more Bridges(i.e., it is served by a
shared medium LAN segment).
The adminPointToPointMAC allow the p2p status
of the link to be manipulated adminitratively.
STP does not support this function.
Context
- MIB
- Jetnet5010G
- OID
.1.3.6.1.4.1.24062.2.2.1.4.6.2.1.6- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- stpPerPortInfoEntry
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 'Jetnet5010G' -M '/opt/observium/mibs/korenix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Jetnet5010G::stpPerPortInfoLinkType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Jetnet5010G' -M '/opt/observium/mibs/korenix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Jetnet5010G::stpPerPortInfoLinkType.<stpPerPortInfoPortNum>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Jetnet5010G' -M '/opt/observium/mibs/korenix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Jetnet5010G::stpPerPortInfoLinkType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | auto |
2 | point2Point |
3 | shared |
4 | notSupport |