2811 router and 3560 switch Invervlan Routing

Hi Guys, I have a 2811 router and 3560 switch. I would like to set up router on the stick. Here are the configs of 2811 and 3560. I have an IP phone on the 192 vlan which I can ping from the router, but I can't ping it from the switch nor from the headquaters (thru serial). I have the same set up at another location just using 2600 router and everything works fine. Thanks.

Configuration on the router: (Partial)

! interface FastEthernet0/0 description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0/0$ no ip address duplex auto speed auto ! interface FastEthernet0/0.1 encapsulation dot1Q 1 native ip address 10.21.64.254 255.255.255.0 ip helper-address 10.21.56.103 no snmp trap link-status ! interface FastEthernet0/0.192 encapsulation dot1Q 192 ip address 192.168.124.254 255.255.255.0 ip helper-address 10.21.56.103 no snmp trap link-status ! interface FastEthernet0/1 ip address 10.21.80.254 255.255.255.0 duplex full speed 100

Config on the switch:

interface FastEthernet0/1 switchport trunk encapsulation dot1q switchport mode trunk switchport voice vlan 192 spanning-tree portfast ! interface FastEthernet0/2 switchport trunk encapsulation dot1q switchport mode trunk switchport voice vlan 192 spanning-tree portfast ! interface FastEthernet0/3 switchport trunk encapsulation dot1q switchport mode trunk switchport voice vlan 192 spanning-tree portfast ! interface FastEthernet0/4 switchport trunk encapsulation dot1q switchport mode trunk switchport voice vlan 192 spanning-tree portfast ! interface FastEthernet0/5 switchport trunk encapsulation dot1q switchport mode trunk switchport voice vlan 192 spanning-tree portfast ! interface FastEthernet0/6 switchport trunk encapsulation dot1q switchport mode trunk switchport voice vlan 192 spanning-tree portfast ! interface FastEthernet0/7 switchport trunk encapsulation dot1q switchport mode trunk switchport voice vlan 192 spanning-tree portfast ! interface FastEthernet0/8 switchport trunk encapsulation dot1q switchport mode trunk switchport voice vlan 192 spanning-tree portfast ! interface FastEthernet0/9 switchport trunk encapsulation dot1q switchport mode trunk switchport voice vlan 192 spanning-tree portfast ! interface FastEthernet0/10 switchport trunk encapsulation dot1q switchport mode trunk switchport voice vlan 192 spanning-tree portfast ! interface FastEthernet0/11 switchport trunk encapsulation dot1q switchport mode trunk switchport voice vlan 192 spanning-tree portfast ! interface FastEthernet0/12 switchport trunk encapsulation dot1q switchport mode trunk switchport voice vlan 192 spanning-tree portfast ! interface FastEthernet0/13 switchport trunk encapsulation dot1q switchport mode trunk switchport voice vlan 192 spanning-tree portfast ! interface FastEthernet0/14 switchport trunk encapsulation dot1q switchport mode trunk switchport voice vlan 192 spanning-tree portfast ! interface FastEthernet0/15 switchport trunk encapsulation dot1q switchport mode access switchport voice vlan 192 spanning-tree portfast ! interface FastEthernet0/16 switchport trunk encapsulation dot1q switchport mode trunk switchport voice vlan 192 spanning-tree portfast ! interface FastEthernet0/17 switchport trunk encapsulation dot1q switchport mode trunk switchport voice vlan 192 spanning-tree portfast ! interface FastEthernet0/18 switchport trunk encapsulation dot1q switchport mode trunk switchport voice vlan 192 spanning-tree portfast ! interface FastEthernet0/19 switchport trunk encapsulation dot1q switchport mode trunk switchport voice vlan 192 spanning-tree portfast ! interface FastEthernet0/20 switchport access vlan 192 switchport mode access switchport voice vlan 192 duplex full speed 100 spanning-tree portfast ! interface FastEthernet0/21 switchport access vlan 192 switchport mode access switchport voice vlan 192 duplex full speed 100 spanning-tree portfast ! interface FastEthernet0/22 switchport trunk encapsulation dot1q switchport mode trunk ! interface FastEthernet0/23 switchport trunk encapsulation dot1q switchport mode trunk ! interface FastEthernet0/24 switchport trunk encapsulation dot1q switchport mode trunk ! interface GigabitEthernet0/1 ! interface GigabitEthernet0/2 ! interface Vlan1 ip address 10.21.64.253 255.255.255.0 ! ip default-gateway 10.21.64.254 ip classless ip http server ! ! control-plane

Thanks,

Reply to
NetWorkMan
Loading thread data ...

Why on earth would you want to do router on a stick when you have a 3560? Let that do your routing.

conf t ip routing vlan 192 int vlan 1 no shut ip add x.x.x.x x.x.x.x int vlan 192 no shut ip add x.x.x.x x.x.x.x ip route 0.0.0.0 0.0.0.0 x.x.x.x (ip of the 2811 assuming thats the default gateway.)

-Brian

Reply to
Brian V

Reply to
NetWorkMan

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.