bvi help please

From: Szeto Jeff (jytszeto@hotmail.com)
Date: Wed Apr 09 2003 - 00:02:12 GMT-3


Hi,

I am following the example in
http://www.groupstudy.com/archives/ccielab/200207/msg01615.html
but need help.

Router6-f0/0----------f0/24-Cat3550-f0/12-------Router5
Router1-e0------------f0/4-

Router 6 and 3550 form an isl trunk, Router 5 is in vlan 2
Router 1 is in vlan 123.

The routers can ping each other with no problem but the switch cannot ping
Router 5 if I put the ip address in vlan 123 of the switch.
If the ip address is in vlan 2, it can ping Router 5.

Config of the routers and switch.

Switch

interface FastEthernet0/4
switchport access vlan 123

interface FastEthernet0/12
switchport access vlan 2

interface FastEthernet0/24
switchport trunk encapsulation isl
switchport mode trunk

interface Vlan1
no ip address

interface Vlan2
no ip address

interface Vlan123
ip address 172.16.56.123 255.255.255.0

ip default-gateway 172.16.56.6

Router 6

bridge irb
interface FastEthernet0/0.1
encapsulation isl 1
no ip redirects
bridge-group 2
!
interface FastEthernet0/0.2
description connecting to Router 5
encapsulation isl 2
no ip redirects
bridge-group 2
!
interface FastEthernet0/0.3
description for switch and Router 1
encapsulation isl 123
no ip redirects
bridge-group 2

interface BVI2
ip address 172.16.56.6 255.255.255.0

bridge 1 protocol ieee
bridge 1 route ip
bridge 2 protocol ieee
bridge 2 route ip

Router 5 f0/0: ip add 172.16.56.5/24
Router 1 e0: ip add 172.16.56.200/24

Thank you very much.

Jeff



This archive was generated by hypermail 2.1.4 : Thu May 01 2003 - 13:35:49 GMT-3