09-10-2018 01:08 AM - edited 07-05-2021 09:09 AM
Hello everyone,
I have a issue with my AP1815W-E-K9 not joining my 2504 cisco controller.
On the join phase statistics i can read:
Lwapp discovery request rejected
discovery request decoding with subnet rboadcast and wrong AP ip address.
The setup
The configuration on the controller interface:
On the switch:
ip dhcp pool vlan15
network 192.168.15.0 255.255.255.0
default-router 192.168.15.1
ip dhcp pool vlan42
network 192.168.42.0 255.255.255.0
default-router 192.168.42.1
!
interface GigabitEthernet1/0/15
description uplink_wlc_int1
switchport mode trunk
spanning-tree portfast disable
!
interface GigabitEthernet1/0/18
switchport trunk allowed vlan 42
switchport mode trunk
spanning-tree portfast disable
!
interface GigabitEthernet1/0/17
description uplink_AP
switchport access vlan 42
switchport mode access
spanning-tree portfast
Can anyone provide any clarification or recommendations around this for me?
Cheers,
François
Solved! Go to Solution.
09-10-2018 05:58 AM
dont delete it. Just put AP in vlan 15 and try again.
interface GigabitEthernet1/0/17
description uplink_APswitchport access vlan 42
switchport access vlan 15
switchport mode access
spanning-tree portfast
Regards
Dont forget to rate helpful posts
09-10-2018 01:50 AM - edited 09-10-2018 01:52 AM
paste the output of this command: sh sysinfo from WLC
Also paste the complete bootup process form AP console.
Info: you need minimum version of 8.4.100.0 to join 1815W AP to WLC.
Regards
Dont forget to rate helpful posts
09-10-2018 02:13 AM
09-10-2018 02:22 AM
AP and WLC are in diff VLANS.
whcih method are using to join AP to WLC ?
Where did you configure the DHCP scope for APs ?
My suggestion is to use option 43 on vlan 42.
if you are using DHCP scope on cisoc switch for vlan 42 the use these...
ip dhcp pool <pool name>
network <ip network> <netmask>
default-router <default-router IP address>
dns-server <dns server IP address>
option 43 hex f104c0a80ffe
Regards
Dont forget to rate helpful posts
09-10-2018 02:25 AM
09-10-2018 02:54 AM
- The AP must reach the WLC via the cisco switch
- the dhcp is configured on the switch
I use the option 43, no change
09-10-2018 02:57 AM
09-10-2018 04:30 AM - edited 09-10-2018 04:40 AM
I corrected the time , it's the same time now on the controller and the switch. Still not working.
09-10-2018 04:59 AM
09-10-2018 05:00 AM
you need to correct the OPTION 43. something wrong you are doing here!!!!!
Aletrnate: try to put AP in vlan 15(same as WLC) and try again....I am sure it will join to WLC.
Regards
Dont forget to rate helpful posts
09-10-2018 05:56 AM
I did configure like you told me the option 43:
"ip dhcp pool <pool name>
network <ip network> <netmask>
default-router <default-router IP address>
dns-server <dns server IP address>
option 43 hex f104c0a80ffe"
Should i delete it now ?
09-10-2018 05:58 AM
dont delete it. Just put AP in vlan 15 and try again.
interface GigabitEthernet1/0/17
description uplink_APswitchport access vlan 42
switchport access vlan 15
switchport mode access
spanning-tree portfast
Regards
Dont forget to rate helpful posts
09-10-2018 07:02 AM
you configure tie option43 with the wlc adres in the vlan 15
but the AP is directly connected on vlan 42
-> rboadcast for address vlan15 is not accepted on vlan42
is the switch configured for any routing between vlan15 and vlan 42?
(no "ip routing" in the config section displayed)
if not, the ap cannot reach the controller
-> you have different solutions
1) enable routing (+ disable vlan 15 for ap management)
2) change ap vlan to vlan15 (+ disable vlan 15 for ap management)
3) remove option 43 in the dhcp scope ( discovery is by broadcast)
4) change option 43 to vlan42 address
08-09-2019 09:53 AM
try
int gi 1/0/17
switchport mode trunk
switchport trunk native vlan 100
shut
no shut the port.
what is native vlan ?
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