fcQxPortPhysOperStatus
QLOGIC-MIB ·
.1.3.6.1.4.1.1663.1.3.10.1.1.4
Object
column Enumeration
The current operational status of the QxPort. The testing(3) indicates that no operational frames can be passed. If fcQxPortPhysAdminStatus is offline(2) then fcQxPortPhysOperStatus should be offline(2). If fcQxPortPhysAdminStatus is changed to online(1) then fcQxPortPhysOperStatus should change to online(1) if the QxPort is ready to accept Fabric Login request from the attached NxPort; it should proceed and remain in the link- failure(4) state if and only if there is a fault that prevents it from going to the online(1) state.
Context
- MIB
- QLOGIC-MIB
- OID
.1.3.6.1.4.1.1663.1.3.10.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- fcQxPortPhysEntry
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 'QLOGIC-MIB' -M '/opt/observium/mibs/marvell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QLOGIC-MIB::fcQxPortPhysOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'QLOGIC-MIB' -M '/opt/observium/mibs/marvell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QLOGIC-MIB::fcQxPortPhysOperStatus.<fcQxPortPhysModule>.<fcQxPortPhysIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'QLOGIC-MIB' -M '/opt/observium/mibs/marvell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'QLOGIC-MIB::fcQxPortPhysOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | online |
2 | offline |
3 | testing |
4 | linkFailure |