Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Building a bridge w 1721s

Status
Not open for further replies.

ldutchman

MIS
Joined
Nov 30, 2002
Messages
24
Location
US
This just got hoisted to a HOT fire. Wireless bridges failed.
Can someone post a sample for each router PLEASE.

Scenario:
P2P T1 Installed (never used)
2 each used 1721 Cisco w WIC
I need to bridge the network at the remote to the main office

Two Ip schemes 10.254.89.xxx
10.254.189.xxx

Device1 (1721) IP 10.254.89.10
Device2 (1721) IP 10.254.89.11

Thanks in advance
I want to learn, but not under pressure

 
You should have three subnets,not two...

remote(nw1)------1721R---nw2PtP(T1)---1721Loc-------local(nw3)

Are you using static routing or a routing protocol? Remote is network 1, 1721 point-to-point T1 is network 2, and local is network 3...

Burt
 
Both sites are using two networks 10.254.89.xxx and 10.254.189.xxx,
static routing
 
What network is the PtP T1???
Post configs...

Burt
 
Using 879 out of 29688 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Sleep
!
boot-start-marker
boot-end-marker
!
enable secret
enable password
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
ip cef
!
!
!
no ftp-server write-enable
!
!
bridge irb
!
!
interface FastEthernet0
description Connected to LAN
no ip address
no ip route-cache cef
no ip route-cache
speed auto
half-duplex
bridge-group 1
!
interface Serial0
no ip address
no ip route-cache cef
no ip route-cache
no fair-queue
bridge-group 1
!
interface BVI1
ip address 10.254.189.10 255.255.255.0
!
ip classless
no ip http server
!
bridge 1 protocol ieee
bridge 1 route ip
!
line con 0
line aux 0
line vty 0 4
password
login
!
!
end
 
Hospital#show config
Using 998 out of 29688 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Hospital
!
boot-start-marker
boot-end-marker
!
enable secret 5
enable password
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
ip cef
!
!
!
no ftp-server write-enable
!
!
bridge irb
!
!
interface FastEthernet0
description Connected to LAN
no ip address
no ip route-cache cef
no ip route-cache
speed auto
half-duplex
bridge-group 1
!
interface Serial0
no ip address
no ip route-cache cef
no ip route-cache
no fair-queue
bridge-group 1
!
interface BVI1
ip address 10.254.189.11 255.255.255.0
!
router rip
redistribute connected
network 192.168.100.0
network 192.168.200.0
!
ip classless
no ip http server
!
dialer-list 1 protocol ip permit
bridge 1 protocol ieee
bridge 1 route ip
!
line con 0
line aux 0
line vty 0 4
password
login
!
!
end
 
I just noticed the RIP statements on Hospital router, I have taken them out
 
What exactly did it? I was confused at first what you wanted, and then saw the bridge-group configs...

Burt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top