Cisco 3800 Mobile Express commands

Post Reply
zemerdon
Site Admin
Posts: 358
Joined: Mon Jan 23, 2023 8:13 pm

Cisco 3800 Mobile Express commands

Post by zemerdon »

set management ip

Code: Select all

(Cisco Controller) config>interface address management 192.168.2.4 255.255.255.0 192.168.2.1
show WLANs

Code: Select all

(Cisco Controller) >show wlan summary

Number of WLANs.................................. 1

WLAN ID  WLAN Profile Name / SSID                                                  Status    Interface Name
-------  -------------------------------------                                    --------  --------------------
1        QRC Drift / QRC Drift                                                    Disabled  management            
disable WLAN

Code: Select all

(Cisco Controller) >config wlan disable 1

Request failed - already in the requested state.
extremely verbose report on WLAN ID

Code: Select all

show wlan 1
Post Reply