All MIBs › RAPID-CITY › rc2kBootConfigEnableAltLed
rc2kBootConfigEnableAltLed
Module: RAPID-CITY
OID (symbolic): RAPID-CITY::rc2kBootConfigEnableAltLed
OID (numeric): 1.3.6.1.4.1.2272.1.100.5.1.23
Node type: OBJECT-TYPE
Type: TruthValue
Access: read-write
Description:
Boot flag for enableing Alternate LED
What is rc2kBootConfigEnableAltLed?
This OID controls whether the device will use alternate LED patterns during startup for troubleshooting or configuration purposes. When enabled, different LED blink patterns help identify the device state or hardware version. A field technician would enable this when installing new switches to visually confirm the device is in the correct boot mode.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2272.1.100.5.1.23 snmpwalk -v2c -c public <target> RAPID-CITY::rc2kBootConfigEnableAltLed
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2272.1.100.5.1.23.1 snmpget -v2c -c public <target> RAPID-CITY::rc2kBootConfigEnableAltLed.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.2272.1.100.5.1.23.1 s <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> rc2kBootConfigEnableAltLed.1
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.2272 | rapidCity | RAPID-CITY |
| 1.3.6.1.4.1.2272.1 | rcMgmt | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.100 | rc2k | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.100.5 | rc2kBootConfigTable | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.100.5.1 | rc2kBootConfigEntry | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.100.5.1.23 | rc2kBootConfigEnableAltLed | RAPID-CITY |