11-20-2013 08:44 AM - edited 07-04-2021 01:18 AM
We have a new setup coming where we have no DHCP available so we configured switch as DHCP and with Option 43 for WLC ip.
AP gets an ip but its loosing its ip and going back to default ip of 10.10.1.10.
Any clue why.
I have configured switch port as trunk
dhcp shows bindings but AP not retaining this ip for long enough is there an issue with completing the registration process.
ANy ideas thoughts welcome.
11-20-2013 09:08 AM
Hi Mathew,
Example to configure DHCP on swicth for APs
Core Switch Configuration"
----------------------------------------------------------
ip dhcp excluded-address 10.99.80.1 10.99.80.100
ip dhcp excluded-address 10.99.80.110 10.99.80.254
ip dhcp pool WirelessLAN
network 10.99.80.0 255.255.255.0
default-router 10.99.80.254
option 43 ip 10.99.80.1
option 60 ascii "VCI string"
lease 3
interface Vlan80
ip address 10.99.80.254 255.255.255.0
For AP connection:
Interface fa0/xx
Switchport mode access
Switchport access vlan 80
Hope it helps.
Regards
Dont forget to rate helpful posts.
11-20-2013 09:11 AM
i have configured this same way. Only difference is switch port is configured as trunk as this is a Hreap AP.
11-20-2013 09:14 AM
did u configured option 60 for 3503 AP.
put logs from controller to find out the exact cause.
Reagrds
11-20-2013 09:17 AM
nope i havent configured it.are you asking me to put vendor code?
11-20-2013 09:19 AM
HI,
DHCP Option 43 is limited to one access point type per DHCP pool. You must configure a separate DHCP pool for each access point type.
The 3502P access point uses the type-length-value (TLV) format for DHCP Option 43. DHCP servers must be programmed to return the option based on the access point's DHCP Vendor Class Identifier (VCI) string (DHCP Option 60). The VCI string for the 3502P access point is:
Cisco AP c3502
The format of the TLV block is listed below:
•Type: 0xf1 (decimal 241)
•Length: Number of controller IP addresses * 4
•Value: List of WLC management interfaces
still not work then please Console into the AP and post the output.
Regards
11-20-2013 09:42 AM
option 60 ascii Cisco AP c3502
is this correct?
11-20-2013 11:00 AM
Hi,
This is right .
Can u please post the logs from AP.
Regards
11-20-2013 11:01 AM
kindly check the following link for reference
http://www.cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a00808714fe.shtml
11-20-2013 11:53 AM
Post the following output:
1. WLC: sh sysinfo;
2. WLC: sh time;
3. AP: sh version;
4. AP: sh inventory; and
5. AP: sh ip interface brief
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