08-18-2021 12:51 PM - edited 08-18-2021 01:04 PM
Hi wireless management interface is assigned to vlan10. How can we change it to vlan 20? just create vlan 20 and assign the same ip address? Maybe we need to something else. Thank you
08-18-2021 05:23 PM
Ensure layer 2 vlan configured on 9800 & upstream switch. If you are changing just vlan, need to ensure switch side you shut down old vlan & reconfigure that under SVI vlan 20 as gateway.
On the 9800, define SVI for vlan 20 and configure the new IP. If you have default-route configured for old subnet gateway, you have to change it to new gateway IP address
HTH
Rasika
*** Pls rate all useful responses ***
08-19-2021 12:23 AM
Are you sure you can use same IP address in VLAN 10 and VLAN 20?
vlan 20 name management ! interface Vlan20 description management ip address 10.0.0.1 255.255.255.0 ! wireless management interface Vlan20
If you change the IP address/network you also need to adjust the gateway/default route, as already stated by Rasika.
08-19-2021 07:46 PM
Thank you for your reply. After the change, the original message disappear under Configuration ----> Interface ----> Wireless.
06-01-2023 08:10 PM
I think my head is going to explode. I have a lab controller problem. 192.168.1.208 is my c9800. I want to create vlan 100 and have it be 192.168.100.x, and specifically, 192.168.1.208. Problem is, how to I tell the WLC that the latter is the management IP address for the access points to join? I trunked and can ping from the switch to both x.208 IP addresses. But when I put an AP on vlan 100 with a dhcp segment, it gets an ip from the switch, but never joins the controller. Almost as if the controller doesn't know that the vlan 100 ip address is the one I want it to use for the APs. I'm totally confused here - I cannot figure out how to configure the controller to use a specific IP address as the AP management interface. It is easy on all the old controllers, obviously. What am I missing?
06-02-2023 02:50 AM
Hi
Run the command "wireless management interface vlan 100"
06-02-2023 11:10 PM - edited 06-02-2023 11:11 PM
AireOS controllers you can have multiple dynamic interfaces and if you want, you can specify them as AP Manager interfaces. In 9800 you do not have that. With 9800 you have single management SVI and that will become AP manager interface. Do not create multiple SVI on your 9800.
In your case if you want vlan 100 to be your WLC management (as you cannot have it as dedicated ap manager interface while WLC mgt is different SVI), then below is what you need.
interface Vlan100
ip address 192.168.100.x 255.255.255.0
!
wireless management interface Vlan100
HTH
Rasika
*** Pls rate all useful responses ***
06-02-2023 02:51 AM
Hi
Add the command "wireless management interface vlan 20"
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide