03-29-2021 02:44 PM
Im trying to set static IP for this access point but I'm a little bit confused.
Anyone could help me here?
Those are my lines:
===========================================================================
AP5488.de24.7f3c#SH IP
% Incomplete command.
AP5488.de24.7f3c#SH IP INT BR
Interface IP-Address OK? Method Status Protocol
BVI1 unassigned YES DHCP down down
Dot11Radio0 unassigned NO unset up up
Dot11Radio1 unassigned NO unset up up
GigabitEthernet0 unassigned NO unset up down
GigabitEthernet1 unassigned NO unset administratively down down
VIOS_FABRIC0 unassigned YES unset up up
Virtual-WLAN0 unassigned NO unset up up
Virtual-WLAN0.1 unassigned NO unset up up
Virtual-WLAN0.2 unassigned NO unset up up
Virtual-WLAN0.3 unassigned NO unset up up
Virtual-WLAN0.4 unassigned NO unset up up
So i need to set this 192.168.55.5 as a Static IP for the access point
Solved! Go to Solution.
03-29-2021 03:19 PM
03-29-2021 05:36 PM
Has the AP joined the controller or not?
If the AP has not joined the controller the static IP address will only work for, approximately, 30 seconds before the AP will go back to DHCP because the AP needs to "search" for a WLC. This is not a bug but by design.
The only way for the AP to have a static IP address is when the AP has joined the controller.
04-01-2021 12:41 PM
I found a solution:
debug capwap console cl
config t
Interface BVI1
Ip address 192.168.55.5 255.255.255.0
Thank you guys for your support!
03-29-2021 02:56 PM
Hi there,
You need to configure the BVI interface:
! int bvi1 ip address 192.168.55.5 255.255.255.0 !
cheers,
Seb.
03-29-2021 03:15 PM
this is my startup line:
AP5488.de24.7f3c#
which would be the proper command lines to change the IP?
03-29-2021 03:19 PM
conf t
! int bvi1 ip address 192.168.55.5 255.255.255.0 !
end
!
wr mem
03-29-2021 05:36 PM
Has the AP joined the controller or not?
If the AP has not joined the controller the static IP address will only work for, approximately, 30 seconds before the AP will go back to DHCP because the AP needs to "search" for a WLC. This is not a bug but by design.
The only way for the AP to have a static IP address is when the AP has joined the controller.
03-30-2021 08:32 AM
How could i join the AP to the controller? Could you help me please?
04-06-2021 12:16 PM
How could i do that? How joint the AP to the controller?
04-09-2021 09:44 AM
but still, how could i get join AP to the controller?
Also,
command failed.May be ssid not created or invallid ssid name
How could i resolve it?
I tried
ap(config)#dot11 ssid
but in return i receive this message: command failed.May be ssid not created or invallid ssid name
Message is replayed as well: command failed.May be ssid not created or invallid ssid name
I tried using alphanumeric, alphabetical, numerical, with and without special characters (like "_:$%/), same old same old
any idea?
04-09-2021 02:11 PM
Is the AP running an autonomous image?
https://software.cisco.com/download/home/286287624/type
The commands you are attempting are not available on a lightweight image.
Also you are asking about how to join it to the WLC. If you have one available you can set static IPs and configure SSIDs from there. You may as well use it!
cheers,
Seb.
04-01-2021 12:41 PM
I found a solution:
debug capwap console cl
config t
Interface BVI1
Ip address 192.168.55.5 255.255.255.0
Thank you guys for your support!
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