|
Port status LED ON means:
1. Port is operational (that is, not management disabled or disabled
due to security vialation) (rptrPortOperStatus) *AND*
2. Port is not auto-partitioned (rptrPortAutoPartitionState) *AND*
3. Port's media is available (erptrMauMediaAvailable)
Port status LED OFF means:
1. Port is auto-partitioned. (rptrPortAutoPartitionState) *OR*
2. Port's media is unavailable. (erptrMauMediaAvailable)
The goal of the erptrMauMediaAvailable MIB object is to indicate if
there is a media fault. In the case of link type MAUs (e.g. 10Base-T,
10Base-FL), this is equivalent to the status of the link test function.
For an AUI or coax interface, this is equivalent to a loopback error
(that is, whether or not the transmit data is looped back to the receive
data path). Note that this case requires that data be transmitted out a
repeater port in order to detect if there is a media fault. If such a
repeater port is placed in a group or virtual LAN that has no traffic,
then the repeater can never really know if there is a media fault or
not on that port.
The rptrPortAutoPartitionState MIB object reports whether or not a port
is auto-partitioned. A non-terminated 10Base-2 repeater port will
auto-partition due to excessive number of consecutive transmit
collisions. This requires that data be tranmitted out such a port in
order to detect the fault and auto-partition the port. Again, such a
repeater port connected to a completely quiet group/virtual lan will
never transmit a packet and never auto-partition. This auto-partition
algorithm is defined by IEEE 802.3, and the media available status
indication is consistent with the IETF MAU MIB (RFC 1515)
It appears we have a dilemma here. A 10Base-2 repeater port that has
never transmitted data cannot know if a media fault (such as improper
termination) exists...until of course it does transmit. We can always
come up with a scenario for incorrect LED status whether we initialize
a port status LED to ON or OFF. If we initialize the LED to OFF, then
a properly terminated 10Base-2 repeater port's status LED will falsly
report a fault when it is moved to a quiet group/vlan.
|