s5EnMsTopPortState
S5-ETH-MULTISEG-TOPOLOGY-MIB ·
.1.3.6.1.4.1.45.1.6.13.5.1.1.2
Object
column r/w
Enumeration
Indicates if the agent is participating in multi-segment topology on this port. The values are: topActive(1)....topology mode is active topPassthru(2)...topology mode is passive (transparent) When the value is topActive, the agent sends out topology packets and also interprets any topology packets received and updates the topology table accordingly. When the value is topPassthru(2) the unit does not generate and send out topology packets and forwards whatever topology packets it receives.
Context
- MIB
- S5-ETH-MULTISEG-TOPOLOGY-MIB
- OID
.1.3.6.1.4.1.45.1.6.13.5.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- s5EnMsTopPortEntry
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 'S5-ETH-MULTISEG-TOPOLOGY-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'S5-ETH-MULTISEG-TOPOLOGY-MIB::s5EnMsTopPortState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'S5-ETH-MULTISEG-TOPOLOGY-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'S5-ETH-MULTISEG-TOPOLOGY-MIB::s5EnMsTopPortState.<s5EnMsTopPortIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'S5-ETH-MULTISEG-TOPOLOGY-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'S5-ETH-MULTISEG-TOPOLOGY-MIB::s5EnMsTopPortState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | topActive |
2 | topPassthru |