dot5PhysMgmtPortCommonRingOutEnable
DOT5-PHYS-MIB ·
.1.3.6.1.4.1.52.4.1.1.6.1.3.1.1.1.8
Object
column mandatory
r/w
Enumeration
This object, when written, permits the port to function as either a ring out port or a station port, if available and if the MIM board on which this station port is resident lies within the domain of the device. If this selection is not supported by this port, or if the MIM falls outside of the domain of the device, the SNMP error BadValue will be returned. When read, this object will return the state of the port with respect to this mode of operation. The default state of this object, if available, is disabled; otherwise it is notAvailable.
Context
- MIB
- DOT5-PHYS-MIB
- OID
.1.3.6.1.4.1.52.4.1.1.6.1.3.1.1.1.8- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- dot5PhysMgmtPortCommonEntry
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 'DOT5-PHYS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOT5-PHYS-MIB::dot5PhysMgmtPortCommonRingOutEnable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DOT5-PHYS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOT5-PHYS-MIB::dot5PhysMgmtPortCommonRingOutEnable.<dot5PhysMgmtPortCommonBoardId>.<dot5PhysMgmtPortCommonPortId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DOT5-PHYS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DOT5-PHYS-MIB::dot5PhysMgmtPortCommonRingOutEnable'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notAvailable |
2 | disable |
3 | enable |