Simple IRB issue

From: Anil Gautam (agautam@cisco.com)
Date: Wed Sep 18 2002 - 15:57:18 GMT-3


Hi,

I am trying to bridge two VLANs (vlan 20 and vlan 30) using 3550 as a layer
two switch. Router1 is on VLAN 20 and VLAN 30 is an internal VLAN in 3550
(similar to Sc0). Router12 is doing IRB/trunking. From R12 (BVI) I can ping
VLAN30 interface (in the switch) and R1 (bothways) fine. But I can not make
VLAN30 interface (in switch) to ping R1. Is this be possible? If yes, am I
missing anything?

R1---VLAN20---3550---Trunk---R12

Here are the relevant portion of the configs:

Switch 3550 config:
===================
!
interface FastEthernet0/1
 switchport access vlan 20
 switchport mode access
 no ip address
!
interface FastEthernet0/12
 switchport trunk encapsulation isl
 switchport mode trunk
 no ip address
!
!
interface Vlan1
 no ip address
 shutdown
!
interface Vlan30
 ip address 13.13.13.6 255.255.255.0
!
ip default-gateway 13.13.13.12
ip classless

R12 trunking
===========

bridge irb
!
!
!
interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
!
interface FastEthernet0/0.20
 encapsulation isl 20
 no ip redirects
 bridge-group 1
!
interface FastEthernet0/0.30
 encapsulation isl 30
 no ip redirects
 bridge-group 1
!
interface BVI1
 ip address 13.13.13.12 255.255.255.0
!
ip kerberos source-interface any
ip classless
no ip http server
!
!
bridge 1 protocol ieee
 bridge 1 route ip
!

R1 Another router (Vlan 20):
==========================
!
interface FastEthernet0/0
 ip address 13.13.13.1 255.255.255.0
 duplex auto
 speed auto
!



This archive was generated by hypermail 2.1.4 : Mon Oct 07 2002 - 07:43:56 GMT-3