cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
299
Views
0
Helpful
1
Replies

How do you enable and configure Wi Fi on a c3825 with HWIC AP

schughtai
Level 1
Level 1

Hi - Can somebody tell me the best way to enable and configure the wireless capabilities on a c3825 ? It already has a HWIC AP card and i can see the dot11radio interfaces as admin down. My client already has a seperate LinkSys system and wants to migrate to the c3825 wireless. I cannot find the config guides to do this on CCO.

1 Reply 1

ebreniz
Level 6
Level 6

These ISRs are a little different, and there sure are a lot of interfaces on your c3825. But after reviewing, I think I can help you bridge your wireless users on ssid 'cng-trk-e' onto the Ethernet VLAN 192 subnet 192.168.5.0/24 with these following commands. I am going to move the IP address from your Ethernet sub-interface, to a BVI (bridge virtual interface) and

add bridging statement under your radio and Ethernet sub-intfs

Here is the example

enable

config t

int dot11radio0/1/0.192

no cdp enable

no ip virtual-reassembly

bridge-group 1

bridge-group 1 subscriber-loop-control

bridge-group 1 spanning-disabled

bridge-group 1 block-unknown-source

no bridge-group 1 source-learning

no bridge-group 1 unicast-flooding

int gigabitethernet1/0.192

no ip address

no ip nat inside

no ip virtual-reassembly

no cdp enable

bridge-group 1 subscriber-loop-control

bridge-group 1 spanning-disabled

bridge-group 1 block-unknown-source

no bridge-group 1 source-learning

no bridge-group 1 unicast-flooding

int BVI 192 ip address 192.168.5.1 255.255.255.0

ip nat inside

ip virtual-reassembly

ip route-cache flow

ip tcp adjust-mss 1452

no snmp trap link-status

exit

bridge 192 protocol ieee

bridge 192 route ip

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: