portLinkFaultStatus

CISCO-STACK-MIB · .1.3.6.1.4.1.9.5.1.4.1.1.22

Object

column Enumeration
Specifies additional link fault status on a
gigabit link.
              
noFault:
        Link is up and operational.
nearEndFault:
        The port is enabled but there is no GBIC
        present or the local port cannot
        synchronize with the remote end.
nearEndConfigFail:
        The local port has detected a
        configuration mismatch with the remote
        end.
farEndDisable:
        The far end is in the disabled state.
farEndFault:
        The remote port is cannot synchronize.
farEndConfigFail:
        The remote port has detected a
        configuration mismatch with the local end.
notApplicable:
        Link fault status is not applicable on
        this port.

Context

MIB
CISCO-STACK-MIB
OID
.1.3.6.1.4.1.9.5.1.4.1.1.22
Type
column
Access
readonly
Status
current
Parent
portEntry
Groups
2

Walk 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-STACK-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-STACK-MIB::portLinkFaultStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-STACK-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-STACK-MIB::portLinkFaultStatus.<portModuleIndex>.<portIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-STACK-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-STACK-MIB::portLinkFaultStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1noFault
2nearEndFault
3nearEndConfigFail
4farEndDisable
5farEndFault
6farEndConfigFail
7notApplicable

Conformance