I am attempting to connect two 1751 routers w/serial interfaces via t1 line. Router "A" (host side) is identical to router "B" remote side. I want to keep them on the same subnet for simplicity purposes. I have performed this feat with csu/dsu modules in the past, but never with serial interfaces. Host side has an internet gateway seperate from the router itself - which the remote side will need access to also. For the life of me I cannot figure out what I am doing wrong. This is the configuration from router "A", router "B's" configuration is identical except for the BVI 1 IP address is x.x.x.22 instead of x.x.x.21. I cannot ping router "B" from router "A" or vice versa. Router "B" BVI 1 goes down - states "No Active Members" - that inturn takes down int fe0/0. Any help is greatly appreciated.
Using 876 out of 29688 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Cisco1
!
enable password 7 1404071B1C0B383F75
!
memory-size iomem 25
ip subnet-zero
no ip domain lookup
!
!
!
bridge irb
!
!
interface FastEthernet0/0
description connected to EthernetLAN_1
no ip address
no keepalive
speed auto
bridge-group 1
!
interface Serial0/0
description connected to CiscoB
ip unnumbered FastEthernet0/0
bridge-group 1
!
interface BVI1
ip address 192.168.0.21 255.255.255.0
!
router rip
version 2
network 192.168.0.0
no auto-summary
!
ip classless
no ip http server
!
!
snmp-server community public RO
snmp-server enable traps tty
bridge 1 protocol ieee
!
line con 0
exec-timeout 0 0
password 7 111A0C15071D1918
login
line aux 0
line vty 0 4
password 7 095F5B19090A0506
login
!
no scheduler allocate
end
Using 876 out of 29688 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Cisco1
!
enable password 7 1404071B1C0B383F75
!
memory-size iomem 25
ip subnet-zero
no ip domain lookup
!
!
!
bridge irb
!
!
interface FastEthernet0/0
description connected to EthernetLAN_1
no ip address
no keepalive
speed auto
bridge-group 1
!
interface Serial0/0
description connected to CiscoB
ip unnumbered FastEthernet0/0
bridge-group 1
!
interface BVI1
ip address 192.168.0.21 255.255.255.0
!
router rip
version 2
network 192.168.0.0
no auto-summary
!
ip classless
no ip http server
!
!
snmp-server community public RO
snmp-server enable traps tty
bridge 1 protocol ieee
!
line con 0
exec-timeout 0 0
password 7 111A0C15071D1918
login
line aux 0
line vty 0 4
password 7 095F5B19090A0506
login
!
no scheduler allocate
end