04-03-2024 12:00 PM
Hello everyone !
I have got quite a problem with my WLAN configuration on my 860 series cisco.
It says that it has a flash:c860vaew-advsecurityk9-mz.SPA.155-2.T1.bin so this >
But when i go online and try to find a solution it says that i need to have the>
Wlan-GigabitEthernet0 unassigned YES unset up up
When i do a "sh ip int brief" i only have this interface that seem related to w>
Plus if it's the IOS that makes it not functionnal, as i am not able to downloa>
Thanks in advance for your help !
Solved! Go to Solution.
04-03-2024 12:02 PM
sorry for this, it was copy pasted, here is the true statement :
Hello everyone !
I have got quite a problem with my WLAN configuration on my 860 series cisco.
It says that it has a flash:c860vaew-advsecurityk9-mz.SPA.155-2.T1.bin so this IOS should not be a problem.
But when i go online and try to find a solution it says that i need to have the Wlan-AP0 interface but i dont have it...
Wlan-GigabitEthernet0 unassigned YES unset up up
When i do a "sh ip int brief" i only have this interface that seem related to wlan but i dont know anything to how i should configure it.
Plus if it's the IOS that makes it not functionnal, as i am not able to download cisco ios because i dont own a cisco service contracti am screwed...
Thanks in advance for your help !
04-03-2024 12:02 PM
sorry for this, it was copy pasted, here is the true statement :
Hello everyone !
I have got quite a problem with my WLAN configuration on my 860 series cisco.
It says that it has a flash:c860vaew-advsecurityk9-mz.SPA.155-2.T1.bin so this IOS should not be a problem.
But when i go online and try to find a solution it says that i need to have the Wlan-AP0 interface but i dont have it...
Wlan-GigabitEthernet0 unassigned YES unset up up
When i do a "sh ip int brief" i only have this interface that seem related to wlan but i dont know anything to how i should configure it.
Plus if it's the IOS that makes it not functionnal, as i am not able to download cisco ios because i dont own a cisco service contracti am screwed...
Thanks in advance for your help !
04-04-2024 04:58 AM
Hello @amaurybecquet3 ,
read the following:
if your router is a legacy router you don't see the wlan-ap0 interface but dot11radio0
The document above reports also a configuration example for legacy routers. It uses VLANs and bridging
interface Dot11Radio0.1 <<< Corresponding Sub Interface
encapsulation dot1Q 1 native configuration for Radio
bridge-group 1 <<< Bridging between VLAN 1 and
bridge-group 1 subscriber-loop-control Dot11 0.1
bridge-group 1 spanning-disabled
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
!
interface Dot11Radio0.2 <<< Corresponding Sub Interface
encapsulation dot1Q 2 configuration for Radio
bridge-group 2 <<< Bridging between VLAN 2 and
bridge-group 2 subscriber-loop-control Dot11 0/2
bridge-group 2 spanning-disabled
bridge-group 2 block-unknown-source
no bridge-group 2 source-learning
no bridge-group 2 unicast-flooding
Hope to help
Giuseppe
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