Re: how to config 2x2500routers as a f.r.switch?

From: kym blair (kymblair@xxxxxxxxxxx)
Date: Wed Dec 19 2001 - 07:44:09 GMT-3


   
Rob Rummel developed the solution on June 17, 2001; see archives "Frame
Switch two 1601 working configs ... Thanks for all the help.". Draw
yourself a diagram to the two routers with the ethernet ports connected
(three tunnels across the ethernet link). Most of his config is as follows:

hostname frame_1
!
!
frame-relay switching
!
interface Tunnel0
no ip address
tunnel source Ethernet0
tunnel destination 192.168.1.1
!
interface Ethernet0
ip address 192.168.1.2 255.255.255.0
no shut
!
interface Loopback 6
ip address 1.1.1.6 255.255.255.255
!
interface Tunnel6
tunnel source Loopback6
tunnel destination 6.6.6.1
!
interface Loopback 5
ip address 1.1.1.5 255.255.255.255
!
interface Tunnel5
tunnel source Loopback6
tunnel destination 5.5.5.1
!
interface Serial0
no ip address
encapsulation frame-relay
clockrate 1000000
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 112 interface Serial1 211
frame-relay route 113 interface Tunnel0 333
frame-relay route 114 interface Tunnel0 334
no shut
!
interface Serial1
no ip address
encapsulation frame-relay
clockrate 1000000
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 211 interface Serial0 112
frame-relay route 522 interface Tunnel5 555
frame-relay route 116 interface Tunnel6 666
no shut
!
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet0
ip subnet-zero
!
line con 0
login
!
end

hostname frame_2
!
!
frame-relay switching
!
interface Tunnel0
no ip address
tunnel source Ethernet0
tunnel destination 192.168.1.2
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
no shut
!
interface Loopback 6
ip address 6.6.6.1 255.255.255.255
!
interface Tunnel6
tunnel source Loopback6
tunnel destination 1.1.1.6
!
interface Loopback 5
ip address 5.5.5.1 255.255.255.255
!
interface Tunnel5
tunnel source Loopback6
tunnel destination 1.1.1.5
!
interface Serial0
no ip address
encapsulation frame-relay
clockrate 1000000
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 311 interface Tunnel0 333
frame-relay route 511 interface serial1 155
frame-relay route 522 interface Tunnel5 555
no shut
!
interface Serial1
no ip address
encapsulation frame-relay
clockrate 1000000
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 411 interface Tunnel0 334
frame-relay route 155 interface serial0 511
frame-relay route 611 interface Tunnel6 666
no shut
!
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet0
!
!
end

>From: "tobccie2002@yahoo.com" <tobccie2002@yahoo.com>
>Reply-To: "tobccie2002@yahoo.com" <tobccie2002@yahoo.com>
>To: "ccielab@groupstudy.com" <ccielab@groupstudy.com>
>Subject: how to config 2x2500routers as a f.r.switch?
>Date: Wed, 19 Dec 2001 17:5:0 +0800
>
>hi,all
>this my first time to send mail to u.
>could anybody help me?
>i heard that u can config two 2500(2 serial interfaces each) using ethernet
>back-to-bcak,and u can take that as a frame-relay switch with 4 serial
>interfaces.i've been looking for the answer,but can't get it.
>so would u plz tell me how and send me the config file?
>thanks anyway
> tobccie2002@yahoo.com
>
>



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