cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
323
Views
0
Helpful
2
Replies

How to config from Frame Relay to Lease Line

atattan123
Level 1
Level 1

Hello,

I have Farme relay connection between 2 sites with a static link, Now We Want to change from Frame Relay to Lease line link. can you help in how to config this changes, We are using cisco routers in both ends.

Thank your help.

AT

1 Accepted Solution

Accepted Solutions

albert.remo
Level 1
Level 1

Hi!

The only difference is the packet encapsulation. Instead of using Frame Relay, you can now use point-to-point protocol. Not much of a difference in the configuration.

Router A

interface Serial0/0

ip address x.x.x.1 255.255.255.252

encapsulation ppp

Router B

interface Serial0/0

ip address x.x.x.2 255.255.255.252

encapsulation ppp

then just add the static routes or dynamic routes whichever you prefer.

For more information on ppp, check out this link:

http://www.cisco.com/en/US/products/sw/iosswrel/ps1824/products_configuration_guide_chapter09186a008008009a.html#31788

Hope this helps!

Regards,

Albert Ü

View solution in original post

2 Replies 2

albert.remo
Level 1
Level 1

Hi!

The only difference is the packet encapsulation. Instead of using Frame Relay, you can now use point-to-point protocol. Not much of a difference in the configuration.

Router A

interface Serial0/0

ip address x.x.x.1 255.255.255.252

encapsulation ppp

Router B

interface Serial0/0

ip address x.x.x.2 255.255.255.252

encapsulation ppp

then just add the static routes or dynamic routes whichever you prefer.

For more information on ppp, check out this link:

http://www.cisco.com/en/US/products/sw/iosswrel/ps1824/products_configuration_guide_chapter09186a008008009a.html#31788

Hope this helps!

Regards,

Albert Ü

Hi AT,

Even you need not configure PPP as you have cisco routers on both the sides.

Just take out the config for frame relay encapsulation and it will work on default encapsulation which is HDLC which is perfect for lease lines.

http://www.cisco.com/en/US/products/hw/routers/ps380/products_configuration_guide_chapter09186a008007cda5.html#5084

HTH

Ankur

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:

Review Cisco Networking products for a $25 gift card