hh3cStackPortStatus
OBS ✓
HH3C-STACK-MIB ·
.1.3.6.1.4.1.25506.2.91.4.1.3
Object
column Enumeration
The link status of a stack port on the device.
up: A physical link is present on the stack port.
down: No physical link is present on the stack port.
silent: The link state of the stack port is up,
but the port can't transmit or receive traffic.
disabled: The stack port doesn't contain physical links.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Status
Explore Observium network monitoring
Context
- MIB
- HH3C-STACK-MIB
- OID
.1.3.6.1.4.1.25506.2.91.4.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hh3cStackPortInfoEntry
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 'HH3C-STACK-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HH3C-STACK-MIB::hh3cStackPortStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HH3C-STACK-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HH3C-STACK-MIB::hh3cStackPortStatus.<hh3cStackMemberID>.<hh3cStackPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HH3C-STACK-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HH3C-STACK-MIB::hh3cStackPortStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |
3 | silent |
4 | disabled |