c2900PortLinkbeatStatus
CISCO-C2900-MIB ·
.1.3.6.1.4.1.9.9.87.1.4.1.1.18
Object
column Enumeration
This object depends on the physical layer in use and indicates the current port linkbeat status: if the physical link between two devices is properly connected or not. If the value is linkbeat(1), there is linkbeat. If the value is nolinkbeat(2), there is no linkbeat. If the value is unknown(3), the information is not available.
Context
- MIB
- CISCO-C2900-MIB
- OID
.1.3.6.1.4.1.9.9.87.1.4.1.1.18- Type
- column
- Access
- readonly
- Status
- current
- Parent
- c2900PortEntry
- Groups
- 6
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 'CISCO-C2900-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-C2900-MIB::c2900PortLinkbeatStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-C2900-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-C2900-MIB::c2900PortLinkbeatStatus.<c2900PortModuleIndex>.<c2900PortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-C2900-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-C2900-MIB::c2900PortLinkbeatStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | linkbeat |
3 | nolinkbeat |