genPortFunctionalStatus
CONFIG-MIB ·
avaya variant
·
.1.3.6.1.4.1.81.9.1.1.17
Object
column mandatory
Enumeration
The functional status of the port: ok(1) - fully functional port, transmitting and receiving packets. rld(2) - receive link down condition on the port - Indicates a cable or connector failure detected by the port H/W. rxJabber(3) - partition(8) - the port is in partition state. RemoteFault(10) -
Context
- MIB
- CONFIG-MIB
- OID
.1.3.6.1.4.1.81.9.1.1.17- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- genPortEntry
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 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::genPortFunctionalStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::genPortFunctionalStatus.<genPortGroupId>.<genPortId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CONFIG-MIB::genPortFunctionalStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ok |
2 | rld |
3 | rxJabber |
8 | partition |
10 | remoteFault |
255 | notSupported |