rstpPerPortInfoAdminP2P
Jetnet4508V2 ·
.1.3.6.1.4.1.24062.2.2.17.4.3.2.1.4
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
- Jetnet4508V2
- OID
.1.3.6.1.4.1.24062.2.2.17.4.3.2.1.4- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- rstpPerPortInfoEntry
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 'Jetnet4508V2' -M '/opt/observium/mibs/korenix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Jetnet4508V2::rstpPerPortInfoAdminP2P'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Jetnet4508V2' -M '/opt/observium/mibs/korenix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Jetnet4508V2::rstpPerPortInfoAdminP2P.<rstpPerPortInfoPortNum>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Jetnet4508V2' -M '/opt/observium/mibs/korenix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Jetnet4508V2::rstpPerPortInfoAdminP2P'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | auto |
2 | point2Point |
3 | shared |
4 | notSupport |