>> MIB - Management Information Base
|
>> Table: wlcWTPMaintenanceTable - (.1.3.6.1.4.1.272.4.61.1.4.1) Description: This table delivers maintenance/debugging actions executed on the WTP |
wlcWTPMaintenanceTable | OID | Name | Type | Access | .1 | Index | INTEGER | RW |
.2 | State | ENUM | D |
.3 | Command | ENUM | RW |
.4 | URL | DisplayString | RW |
Index | Index of WTP to be addressed with maintenance command. |
State | This variable displays the current maintenance state of each WTP: idle: idle state start: start maintenance event (get state file or do update) running: maintenance event is running rebooting: WTP is rebooting with new image, done: maintenance event successfully finished error: an error occured, stopped: WTP already has the image version delete: delete maintenance event. Enumerations: - idle (1)
- start (2)
- running (3)
- done (4)
- error (5)
- stopped (6)
- rebooting (7)
- delete (32)
|
Command | Type of action performed on WTP software: software update state: get state file Enumerations: |
URL | Contains URL of the http or tftp server. Depending on wlcWTPMaintenanceCommand it serves for either destination (command state) or source (command software). Length: 0 to 255 |
|