All MIBs › SW-MIB › swAdmStatus
swAdmStatus
Module: SW-MIB
OID (symbolic): SW-MIB::swAdmStatus
OID (numeric): 1.3.6.1.4.1.1588.2.1.1.1.1.8
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
The desired administrative status of the switch. A management station may place the switch in a desired state by setting this object accordingly. The states are as follow: o online(1) means set the switch to be accessible by an external Fibre Channel port; o offline(2) means set the switch to be inaccessible; o testing(3) means set the switch to run the built-in test; o faulty(4) means set the switch to a 'soft' faulty condition; o reboot(5) means set the switch to reboot in 1 second. o fastboot(6) means set the switch to fastboot in 1 second. Fastboot would cause the switch to boot but skip over the POST.
When the switch is in faulty state, only two states can be set: faulty and reboot/fastboot.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1588.2.1.1.1.1.8 snmpwalk -v2c -c public <target> SW-MIB::swAdmStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1588.2.1.1.1.1.8.1 snmpget -v2c -c public <target> SW-MIB::swAdmStatus.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.1588.2.1.1.1.1.8.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.1588 | bcsi | Brocade-REG-MIB |
| 1.3.6.1.4.1.1588.2 | commDev | Brocade-REG-MIB |
| 1.3.6.1.4.1.1588.2.1 | fibrechannel | Brocade-REG-MIB |
| 1.3.6.1.4.1.1588.2.1.1 | fcSwitch | Brocade-REG-MIB |
| 1.3.6.1.4.1.1588.2.1.1.1 | sw | SW-MIB |
| 1.3.6.1.4.1.1588.2.1.1.1.1 | swSystem | BROCADE-SYSTEM-MIB |
| 1.3.6.1.4.1.1588.2.1.1.1.1.8 | swAdmStatus | SW-MIB |