Turn on suggestions
![]() Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
|
01-23-2012 07:07 AM
It seems that querying various Brocade switch and firmware combos with SNMP reports ifAdminStatus incorrectly (1.3.6.1.2.1.2.2.1.7).
If a port is enabled, but has no cable attached, it is described as being "down". Surely in this case the port is administratively up, but operationally down.
Is there any way around this or is a fix likely to be in the pipeline?
01-23-2012 09:38 AM
Yes you should use the appropriate mibs for Brocade.
You choices are (among others)
.1.3.6.1.4.1.1588.2.1.1.1.6.2.1.3 >> swFCPortPhyStatus
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.
unknown(255) unknown.
.1.3.6.1.4.1.1588.2.1.1.1.6.2.1.4 >> swFCPortOpStatus
This object identifies the operational status of
the port. The online(1) state indicates that user frames
can be passed. The unknown(0) state indicates that likely
the port module is physically absent (see swFCPortPhyState).
.1.3.6.1.4.1.1588.2.1.1.1.6.2.1.5 >> swFCPortAdmStatus
The desired state of the port. A management station
may place the port in a desired state by setting this
object accordingly. The testing(3) state indicates that
no user frames can be passed. As the result of
either explicit management action or per configuration
information accessible by the switch, swFCPortAdmStatus is
then changed to either the online(1) or testing(3)
states, or remains in the offline(2) state.
01-24-2012 03:46 AM
Thanks for looking at this.
Unfortunately swFCPortOpStatus and swFCPortAdmStatus work exactly the same as the ones I was using before and swFCPortPhyStatus still can't differentiate between a disabled port and an enabled port that's been disconnected.
All I'm trying to achieve is to use SNMP to establish if a port is enabled and working, or if it's disabled, or if it's enabled but has no link. But from everything I've seen this is impossible with Brocade switches.