11-19-2001 09:32 AM - edited 03-01-2019 07:27 PM
We have an office connected to a frame relay connection and a Nuera machine and now we want to move that machine to a new location but we can't move the fram relay connection. We have an ethernet connection between this two locations and two Cisco routers. Is it possible to tunnel that frame relay link in the first office to have it in the second office?
Thanks
11-19-2001 09:47 AM
To me there is no need of tunneling, as if you have a ethernet connection beetween both offices. You can just move the machine to your next LAN sagment and it should work, assuming that your traffic gateway is your Frame-Relay Router.
If this is not the case then further explaination of network is required!
11-19-2001 09:52 AM
While I want to look up the specifics, I think the answer is yes.
The Idea is the Cisco routers can act as frame relay switches. Between routers acting as frame switches, tunneling DLCI's over Ethernet is possible.
I'll do my homework and post the specifics later today.
Regards;
Doug
11-19-2001 10:09 AM
Thanks... That's what I'm looking for... I'd wait for it.
11-19-2001 11:18 AM
I found a section in the manual on line.
Here is one side.
Configuration for Router A
frame-relay switching
!
interface ethernet0
ip address 108.131.123.231 255.255.255.0
!
interface ethernet1
ip address 131.108.5.231 255.255.255.0
!
interface serial0
no ip address
shutdown : Interfaces not in use may be shut down; shutdown is not required.
!
interface serial1
ip address 131.108.222.231 255.255.255.0
encapsulation frame-relay
frame-relay map ip 131.108.222.4 400 broadcast
frame-relay route 100 interface Tunnel1 200
!
interface tunnel1
tunnel source Ethernet0
tunnel destination 150.150.150.123
Keys for me are the Following:
Frame-relay switching
GRE Tunnel
frame-relay route dlci int x dlci
Regards;
Doug
11-19-2001 11:40 AM
I've actually implemented this type of solution over a network in the past, so it does work.
Just make sure you get the right IOS version. I think even into 12.1 there's some releases that will only route the FR over physical interfaces and can't work with a tunnel interface.
Just as a side note, you don't need the ip address or the FR map statement on the S1 interface in your example. Just enough to have the FR route command and the tunnel interface up.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide