cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
416
Views
0
Helpful
3
Replies

Router simulating frame relay

smuhle91870
Level 1
Level 1

All,

I'm trying to create a full mesh network, but i keep getting the message of "Can't use same dlci on overlapping circuits"

I create the following from int s1/1 and on the second command I get the above message.

frame-relay route 102 int s1/0 101

frame-relay route 102 int s1/2 100

Can this be done or are my parameters wrong?

Regards,

SM

3 Replies 3

bgandhi
Level 1
Level 1

Hi Steven,

This is not allowed. You need to map separate DLCI for each interface. You can use 102 for 1 interface but other has to be different, you may use 103.

Regards,

Bhavesh

Calin C.
Level 5
Level 5

Here is an example:

! very important

frame-relay switching

!

!

interface Serial5/0:1
description TO_R2
no ip address
encapsulation frame-relay
frame-relay intf-type dce
frame-relay route 205 interface Serial5/1:2 502
frame-relay route 207 interface Serial6/0 702
frame-relay route 209 interface Serial6/1 902

As it was specified in the previous post one dlci / route.

Good luck!

That's what I'm finally figuring out.


Thanks a lot, to both responses.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: