cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2527
Views
30
Helpful
9
Replies

How set Static IP on AC-IW3702-4e

iscduran
Level 1
Level 1

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

3 Accepted Solutions

Accepted Solutions

conf t
! int bvi1 ip address 192.168.55.5 255.255.255.0 !
end
!
wr mem

 

View solution in original post

Leo Laohoo
Hall of Fame
Hall of Fame

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.  

View solution in original post

iscduran
Level 1
Level 1

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!

 

View solution in original post

9 Replies 9

Seb Rupik
VIP Alumni
VIP Alumni

Hi there,

You need to configure the BVI interface:

 

!
int bvi1 
  ip address 192.168.55.5 255.255.255.0
!

cheers,

Seb.

this is my startup line:

 

AP5488.de24.7f3c#

 

which would be the proper command lines to change the IP?

conf t
! int bvi1 ip address 192.168.55.5 255.255.255.0 !
end
!
wr mem

 

Leo Laohoo
Hall of Fame
Hall of Fame

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.  

How could i join the AP to the controller? Could you help me please?

How could i do that? How joint the AP to the controller?

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?

 

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.

iscduran
Level 1
Level 1

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!