Transparent Bridging

From: Boris Baeta (bbaeta@xxxxxxxxxxx)
Date: Tue Mar 12 2002 - 02:15:18 GMT-3


   
I am having serious trouble configuring simple transparent bridging between
two routers connected back to back. The configs are below. What am I doing
wrong?. When I try to ping across nothing happens. When I debug the ip packets
I get encapsulation failed. It seems so simple, but it just won't work.

hostname R1
!
!
!
!
!
!
ip subnet-zero
no ip routing
no ip domain-lookup
!
ip audit notify log
ip audit po max-events 100
!
!
!
!
!
!
!
interface Ethernet0/0
 ip address 10.1.1.1 255.255.255.0
 no ip route-cache
 no keepalive
 bridge-group 1
!
interface Serial0/0
 no ip address
 no ip route-cache
 clockrate 64000
 bridge-group 1
!
interface Serial0/1
 no ip address
 no ip route-cache
 shutdown
!
ip classless
ip http server
!
!
bridge 1 protocol ieee
!

hostname R2
!
!
!
!
!
!
ip subnet-zero
no ip routing
no ip domain-lookup
!
!
!
!
interface FastEthernet0/0
 ip address 10.1.1.2 255.255.255.0
 no ip directed-broadcast
 no ip route-cache
 no keepalive
 duplex auto
 speed auto
 bridge-group 1
!
interface Serial0/0
 no ip address
 no ip directed-broadcast
 no ip route-cache
 no ip mroute-cache
 no fair-queue
 bridge-group 1
!
interface Serial0/1
 no ip address
 no ip directed-broadcast
 no ip route-cache
 shutdown
!
ip classless
no ip http server
!
bridge 1 protocol ieee

TIA

Boris



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:57:01 GMT-3