From: David T. Absalom (dabsalom@xxxxxxxxxx)
Date: Fri Nov 03 2000 - 08:26:48 GMT-3
Thanks Chuck and Paulo, good answers. I'm almost there...
Then let's assume this config of two routers, back to back via s1. Only the
serial interfaces are in a bridge group. As is, the e0 interfaces should
not see each other since they are on different subnets. If I add the e0 on
each device into the same bridge group as the s0 interfaces and disable ip
routing, should the e0 then see each other on the same subnet?
hostname R1
!
interface Ethernet0
ip address 192.168.10.1 255.255.255.0
!
interface Serial1
no ip address
no ip route-cache
clockrate 500000
bridge-group 1
!
no ip classless
!
bridge 1 protocol ieee
------------------
hostname R2
!
interface Ethernet0
ip address 192.168.10.1 255.255.255.0
!
interface Serial1
no ip address
no ip route-cache
clockrate 500000
bridge-group 1
!
no ip classless
!
bridge 1 protocol ieee
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:25:41 GMT-3