I'm trying to configure a router (Cisco 2821) on a stick (of sorts) to utilise the integratd WLAN controller. I'm not using the router for any other purpose as the switch is doing all the layer 3 stuff.
I have configured the VLAN's and inter-vlan routing on both switch and router and can ping the interfaces from both directions. The wireless LAN controller interface has been configured and can also ping from both directions.
The problems start when I configure the management and AP manager interfaces on the controller. I cannot ping these interfaces from the switch. The following configs have been applied.
[COLOR=red yellow]Switch[/color]
[COLOR=red yellow]Router[/color]
[COLOR=red yellow]WLAN Controller[/color]
So.....from the switch I can ping 10.128.6.9 and 10.128.6.10 but cannot ping 11 & 12.
I can ping 10.128.6.1 from the router which I have set as the default gateway.
Any assistance would be greatly appreciated as I'm a little but stumped.
Thanks!
I have configured the VLAN's and inter-vlan routing on both switch and router and can ping the interfaces from both directions. The wireless LAN controller interface has been configured and can also ping from both directions.
The problems start when I configure the management and AP manager interfaces on the controller. I cannot ping these interfaces from the switch. The following configs have been applied.
[COLOR=red yellow]Switch[/color]
Code:
interface FastEthernet0/1
description Link to wireless router
switchport trunk encapsulation dot1q
switchport trunk native vlan 400
switchport mode trunk
!
interface Vlan1
no ip address
shutdown
!
interface Vlan2
description Management
ip address 10.128.0.1 255.255.255.0
!
interface Vlan200
description Grd Flr Data vlan
ip address 10.128.10.1 255.255.255.0
!
interface Vlan400
description Wireless vlan
ip address 10.128.6.1 255.255.255.0
Code:
interface GigabitEthernet0/0
description Link to switch
no ip address
no ip route-cache
duplex auto
speed auto
!
interface GigabitEthernet0/0.2
encapsulation dot1Q 2
ip address 10.128.0.9 255.255.255.0
no ip route-cache
!
interface GigabitEthernet0/0.200
encapsulation dot1Q 200
ip address 10.128.10.9 255.255.255.0
no ip route-cache
!
interface GigabitEthernet0/0.400
encapsulation dot1Q 400 native
ip address 10.128.6.9 255.255.255.0
no ip route-cache
!
interface wlan-controller1/0
ip address 10.128.6.10 155.255.255.0
no ip route-cache
!
ip default-gateway 10.128.6.1
[COLOR=red yellow]WLAN Controller[/color]
Code:
Interface Name... ap-manager
IP Address....... 10.128.6.12
IP Netmask....... 255.255.255.0
IP Gateway....... 10.147.6.10
VLAN............. untagged
Interface Name....management
IP Address........10.128.6.11
IP Netmask........255.255.255.0
IP Gateway........10.147.6.10
VLAN..............untagged
So.....from the switch I can ping 10.128.6.9 and 10.128.6.10 but cannot ping 11 & 12.
I can ping 10.128.6.1 from the router which I have set as the default gateway.
Any assistance would be greatly appreciated as I'm a little but stumped.
Thanks!