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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

backup framrelay

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
Hi All
I would like to backup network configuration by framrelay.
between RouterA To Router B but when dlci 17 down(delete)
traffic not tranfer through dlci 117(s0.2)
Help me please How to change configuration for backup by
fram-relay
**********
Router A
int s0.1
description *** Link 512 To Router B***
ip add 10.1.0.1 255.255.255.252
fram-relay interface dlci 17

int s0.2
description *** Link 512 To Router B***
ip add 172.168.0.1 255.255.255.252
fram-relay interface dlci 117
*************
Router B
int s0.1
description *** Link 512 To Router B***
ip add 10.1.0.2 255.255.255.252
fram-relay interface dlci 16

int s0.2
description *** Link 512 To Router B***
ip add 172.168.0.2 255.255.255.252
fram-relay interface dlci 116

ip route 0.0.0.0 0.0.0.0 10.1.0.1
ip route 0.0.0.0 0.0.0.0 172.168.0.1 10
************

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top