swFCPortPhyState
BROCADE-SYSTEM-MIB ·
.1.3.6.1.4.1.1588.2.1.1.1.6.2.1.3
Object
column Enumeration
This object identifies the physical state of
the port:
noCard(1) no card present in this switch slot;
noTransceiver(2) no Transceiver module in this port.
noGbic(2) was used previously. Transceiver
is the generic name for GBIC, SFP etc.;
laserFault(3) the module is signaling a laser fault
(defective Transceiver);
noLight(4) the module is not receiving light;
noSync(5) the module is receiving light but is
out of sync;
inSync(6) the module is receiving light and is
in sync;
portFault(7) the port is marked faulty (defective
Transceiver, cable or device);
diagFault(8) the port failed diagnostics (defective
G_Port or FL_Port card or motherboard);
lockRef(9) the port is locking to the reference
signal.
validating(10) Validation is in progress
invalidModule(11) Invalid SFP
unknown(255) unknown.
Context
- MIB
- BROCADE-SYSTEM-MIB
- OID
.1.3.6.1.4.1.1588.2.1.1.1.6.2.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- swFCPortEntry
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 'BROCADE-SYSTEM-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BROCADE-SYSTEM-MIB::swFCPortPhyState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BROCADE-SYSTEM-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BROCADE-SYSTEM-MIB::swFCPortPhyState.<swFCPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BROCADE-SYSTEM-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BROCADE-SYSTEM-MIB::swFCPortPhyState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noCard |
2 | noTransceiver |
3 | laserFault |
4 | noLight |
5 | noSync |
6 | inSync |
7 | portFault |
8 | diagFault |
9 | lockRef |
10 | validating |
11 | invalidModule |
255 | unknown |