03-17-2023
12:07 AM
- last edited on
03-17-2023
12:15 AM
by
CiscoKoreaModer
Hi, all. Please help me on this.
I need OSPF routing in the following environment and I want to use Frame-Relay without using subinterfaces.
Solved! Go to Solution.
03-17-2023 01:52 AM
Hello
Usually to use FR you need to map data link connection ids (DLCI) via a FR switch, in your post it looks like you are using packet tracer which has limited features for simulation and assuming won’t support this anyway, however is seems you have direct back-back serial connections so in this case you need set the clocking on the serial interfaces so one side of the connection is a DCE and the other is DTE with he same DLCI mapping;
Example:
rtr1
int serial x/x
ip address 1.1.1.1 255.255.255.252
encapsulation frame-relay
no keepalive
clock rate 64000
frame-relay map ip 1.1.1.2 102
rtr2
int serial x/x
ip address 1.1.1.2 255.255.255.252
encapsulation frame-relay
no keepalive
frame-relay map ip 1.1.1.1 102
03-17-2023 01:52 AM
Hello
Usually to use FR you need to map data link connection ids (DLCI) via a FR switch, in your post it looks like you are using packet tracer which has limited features for simulation and assuming won’t support this anyway, however is seems you have direct back-back serial connections so in this case you need set the clocking on the serial interfaces so one side of the connection is a DCE and the other is DTE with he same DLCI mapping;
Example:
rtr1
int serial x/x
ip address 1.1.1.1 255.255.255.252
encapsulation frame-relay
no keepalive
clock rate 64000
frame-relay map ip 1.1.1.2 102
rtr2
int serial x/x
ip address 1.1.1.2 255.255.255.252
encapsulation frame-relay
no keepalive
frame-relay map ip 1.1.1.1 102
03-17-2023 05:46 AM
I agree with @paul driver on how to do FR without sub-interfaces, but why do you want to do that? I consider the use of sub-interfaces to be the preferred way to use FR unless there is some other constraint.
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