cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2445
Views
5
Helpful
9
Replies

Cisco 1941 with a switch

Mustapha Arakji
Level 1
Level 1

Hi,

I have a Cisco router 1941 connected to a switch. Im configuring the wlan-ap and i need to have the wireless devices have an ip in the same range of the wired devices.
Since i cant use the same ip range on the gig0/1 and the Vlan 1 for the wireless, i wanted to know how to config the giga0/1 connected to the switch to act as a layer 2 port and i keep the ip on the vlan 1.

Hope i was clear in my query.

Thanks


Sent from Cisco Technical Support iPhone App

1 Accepted Solution

Accepted Solutions

hi,
as leolaohoo said you need to configure router on a stick. Also if it's a 1941 wireless router you need to configure a bridge interface on your router to make it works.
Assuming you are connecting to the switch the port g0/1 of your router, you need to configure router interfaces in this way :

interface wlan-ap0
description Service module interface to manage the embedded AP
ip unnumbered BVI1
arp timeout 0
no mop enabled
no mop sysid
no shutdown
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
no shutdown
!
interface GigabitEthernet0/1.1
encapsulation dot1Q 1 native
bridge-group 1
!
interface Wlan-GigabitEthernet0/0
description Internal switch interface connecting to the embedded AP
switchport mode trunk
no ip address
!
interface Vlan1
no ip address
bridge-group 1
no shutdown
!
interface BVI1
description INSIDE LAN
ip address
no shutdown
exit
bridge 1 protocol ieee
bridge 1 route ip

let me know if you need help to configure embedded ap.
hope this helps.
regards

View solution in original post

9 Replies 9

Leo Laohoo
Hall of Fame
Hall of Fame

You need to configure router-on-a-stick.

Sent from Cisco Technical Support Nintendo App

Mustapha Arakji
Level 1
Level 1

I configured giga0/1.1 with dot1q native vlan 1, with ip unnumbered vlan 1, or i should leave the interface without an ip.

Can i leave the switch port on the switch as access? I only have one vlan.

Thanks,

Sent from Cisco Technical Support iPhone App

hi,
as leolaohoo said you need to configure router on a stick. Also if it's a 1941 wireless router you need to configure a bridge interface on your router to make it works.
Assuming you are connecting to the switch the port g0/1 of your router, you need to configure router interfaces in this way :

interface wlan-ap0
description Service module interface to manage the embedded AP
ip unnumbered BVI1
arp timeout 0
no mop enabled
no mop sysid
no shutdown
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
no shutdown
!
interface GigabitEthernet0/1.1
encapsulation dot1Q 1 native
bridge-group 1
!
interface Wlan-GigabitEthernet0/0
description Internal switch interface connecting to the embedded AP
switchport mode trunk
no ip address
!
interface Vlan1
no ip address
bridge-group 1
no shutdown
!
interface BVI1
description INSIDE LAN
ip address
no shutdown
exit
bridge 1 protocol ieee
bridge 1 route ip

let me know if you need help to configure embedded ap.
hope this helps.
regards

Mustapha Arakji
Level 1
Level 1

Thanks, configuration seems logical. I tried it but didn't work. I should configure the switch port connected to the router as trunk or should i leave it access?

Sent from Cisco Technical Support iPhone App

Hi Mustapha,
Configure switch port in trunk mode.
What exactly is not working? Give us more details so we can better help you!
Regards

Sent from Cisco Technical Support iPhone App

Mustapha Arakji
Level 1
Level 1

I could not ping ip address in the same range for PCs on the switch. The problem is that i don't have control on the switch. I will have to check with another team to make sure its trunk. I would expect that there is no configuration on the switch.

I will keep you posted. Appreciate the assistance.

Sent from Cisco Technical Support iPhone App

Are you sure that embedded ap is configuredq properly?

Be sure that:
- wireless client can ping ap ip address
- wireless client can ping router ip address

Also check the default gateway configured for wirelss and wired clients

Regards

Sent from Cisco Technical Support iPhone App

Mustapha Arakji
Level 1
Level 1

As suspected switch configuration. Once i changed the port to trunk things went fine. Everything was reachable. Once thing to mention is the DHCP. I have dhcp server in the same range but the wireless devices couldnt get an ip from it. I had to put ip helper address on the BVI interface of the AP To fix it.

Thank you guys for the advise.

Sent from Cisco Technical Support iPhone App

Glad that i helped you!

Regards


Sent from Cisco Technical Support iPhone App

Review Cisco Networking for a $25 gift card