Fore-Switch-MIB :: hwPortLEDModel

MIB Reference — IPNetwork Monitor

All MIBsFore-Switch-MIBhwPortLEDModel

hwPortLEDModel

Module: Fore-Switch-MIB

OID (symbolic): Fore-Switch-MIB::hwPortLEDModel

OID (numeric): 1.3.6.1.4.1.326.2.2.1.1.2.3.1.16

Node type: OBJECT-TYPE

Type: INTEGER

Access: read-write

Description:

The LED model to use for setting the colors of the
LEDs on each port.  LAN models typically blink the
LEDs when data is transmitted or received on the port.
WAN models typically keep the LEDs green unless an
error condition exists on the port.

With SONET netmods the LED models use the following
algorithms:

LAN (3 states):

        if (LOS || LOF || AIS_L || LOP_P ||
            UNEQ_P || PLM_P || LCD) {
                rxLED = RED
        }
        else if (RDI_L) {
                rxLED = YELLOW
        }
        else {
                rxLED = AUTO
        }
        txLED = AUTO

WAN (3 states):

        if (LOS || LOF || AIS_L || LOP_P ||
            UNEQ_P || PLM_P || LCD) {
                rxLED = RED
        }
        else if (RDI_L) {
                rxLED = YELLOW
        }
        else {
                rxLED = GREEN
        }
        txLED = GREEN

With LAN and WAN models: RED means fault in receive
direction, YELLOW means fault in transmit direction
(RDI_L defect), AUTO/GREEN means no fault.  Only the
receive LED color is changed.  These models show only
three states and do not reflect the status of the
AIS_P and RDI_P defects.
Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.4.1.326.2.2.1.1.2.3.1.16
snmpwalk -v2c -c public <target> Fore-Switch-MIB::hwPortLEDModel

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.4.1.326.2.2.1.1.2.3.1.16.1
snmpget -v2c -c public <target> Fore-Switch-MIB::hwPortLEDModel.1

Set instance 1 (SNMPv2c):

snmpset -v2c -c private <target> 1.3.6.1.4.1.326.2.2.1.1.2.3.1.16.1 i <value>

OID Breakdown

Numeric OIDNameModule
1isoLANART-AGENT
1.3orgBIANCA-BRICK-PPP-MIB
1.3.6dodBIANCA-BRICK-PPP-MIB
1.3.6.1internetBIANCA-BRICK-PPP-MIB
1.3.6.1.4privateBIANCA-BRICK-PPP-MIB
1.3.6.1.4.1enterprisesANIROOT-MIB
1.3.6.1.4.1.326foreFore-Common-MIB
1.3.6.1.4.1.326.2systemsFore-Common-MIB
1.3.6.1.4.1.326.2.2atmSwitchFore-Common-MIB
1.3.6.1.4.1.326.2.2.1hardwareFore-Common-MIB
1.3.6.1.4.1.326.2.2.1.1asxFore-Common-MIB
1.3.6.1.4.1.326.2.2.1.1.2moduleGroupFore-Switch-MIB
1.3.6.1.4.1.326.2.2.1.1.2.3hwPortTableFore-Switch-MIB
1.3.6.1.4.1.326.2.2.1.1.2.3.1hwPortEntryFore-Switch-MIB
1.3.6.1.4.1.326.2.2.1.1.2.3.1.16hwPortLEDModelFore-Switch-MIB