All MIBs › CHASSIS-MIB › chasModuleAdminStatus
chasModuleAdminStatus
Module: CHASSIS-MIB
OID (symbolic): CHASSIS-MIB::chasModuleAdminStatus
OID (numeric): 1.3.6.1.4.1.800.2.1.2.1.1.13
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
Provides desired (and actual) state of the given module. Notice that not all values may be supported by a specified physical module. In this case an SNMP error returned when a set is attempted.
All modules (even empty slots) are in an unknown(1) state when the chassis first powers up.
The invalid state is for non-existant modules, and hence is never seen. Neither of the unknown(1) or invalid(2) status values can be written.
A physical module can be activated by writing a value of enable(3).
A physical module may be de-activated by writing a value of disable(4). In a disabled state, the module is present in the chassis, but is benign. A disabled module is availible for subsequent activation.
Writing a value of reset(5), disables the module AND initiates a reset sequence.
Writing a value of load(6), disables the module AND initiates a software load sequence.
Writing a value of test(7), disables the module AND initiates selftest within the module.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.800.2.1.2.1.1.13 snmpwalk -v2c -c public <target> CHASSIS-MIB::chasModuleAdminStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.800.2.1.2.1.1.13.1 snmpget -v2c -c public <target> CHASSIS-MIB::chasModuleAdminStatus.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.800.2.1.2.1.1.13.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.800 | xylan | XYLAN-BASE-MIB |
| 1.3.6.1.4.1.800.2 | xylanArch | XYLAN-BASE-MIB |
| 1.3.6.1.4.1.800.2.1 | xylanChassis | XYLAN-BASE-MIB |
| 1.3.6.1.4.1.800.2.1.2 | chasPhysical | CHASSIS-MIB |
| 1.3.6.1.4.1.800.2.1.2.1 | chasModuleTable | CHASSIS-MIB |
| 1.3.6.1.4.1.800.2.1.2.1.1 | chasModuleEntry | CHASSIS-MIB |
| 1.3.6.1.4.1.800.2.1.2.1.1.13 | chasModuleAdminStatus | CHASSIS-MIB |