All MIBs › Fore-Switch-MIB › hwPortLEDModel
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 OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.326 | fore | Fore-Common-MIB |
| 1.3.6.1.4.1.326.2 | systems | Fore-Common-MIB |
| 1.3.6.1.4.1.326.2.2 | atmSwitch | Fore-Common-MIB |
| 1.3.6.1.4.1.326.2.2.1 | hardware | Fore-Common-MIB |
| 1.3.6.1.4.1.326.2.2.1.1 | asx | Fore-Common-MIB |
| 1.3.6.1.4.1.326.2.2.1.1.2 | moduleGroup | Fore-Switch-MIB |
| 1.3.6.1.4.1.326.2.2.1.1.2.3 | hwPortTable | Fore-Switch-MIB |
| 1.3.6.1.4.1.326.2.2.1.1.2.3.1 | hwPortEntry | Fore-Switch-MIB |
| 1.3.6.1.4.1.326.2.2.1.1.2.3.1.16 | hwPortLEDModel | Fore-Switch-MIB |