Link to home
Start Free TrialLog in
Avatar of sunny6687
sunny6687

asked on

Configuring frame relay on 2600 router

Hi,

I want to configure frame relay on 2600 series router to connect to my ISP router i,e point to point.
Here right now i have configured the serial int as a subinterface that operates as point to point.As we are not using routing protocols I have used the fream-relay map cmd to statically map the PVC to the remote router IP.
Is it a good idea to break up the physical int into a subif and conf p-p.or is it a good idea conf directly through the serail int instead of braking into subif.
Key in your valuable inputs on this with the advantages
Avatar of Les Moore
Les Moore
Flag of United States of America image

I always setup subinterfaces for frame PVC's like this:

Interface Serial 0/0
 encapsulation frame-relay

Interface Serial 0/0.1 point-to-point
 description uplink to ISP Circuit# xxxyyyxyx
 ip address 192.168.111.2 255.255.255.252
 (or ip unnumbered)
 frame-relay interface-dlci 500


The reason is simple. If I lose a connection that I have built using a map IP command, the router will not send me a trap event or alert me if something is wrong. However, If I use a subinterface and the PVC drops, now I have an interface event that I can monitor easily.
I can also set my default gateway as an interface if I'm using ip unnumbered (many ISP's ask you to do that to save IP addresses):

ip route 0.0.0.0 0.0.0.0 serial 0/0.1

ASKER CERTIFIED SOLUTION
Avatar of slimjim100
slimjim100

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Slimjim100,
 Welcome to E-E! Its common courtesy to provide comments unless you know your answer is the only answer and is 300% correct and is what the questioner is looking for and will fix their problem. Please don’t take this personally, (others could let you know before I and not so diplomatically) I made the same mistake when I first arrived and someone was nice enough to point it out to me (It hurt my feelings, but I soon realized its teamwork that’s used here). This accomplishes a couple of things: First: it doesn't lock the question allowing more exposure to other experts allowing a faster fix (many problems require an interactive dialogue to troubleshoot them properly), Secondly: it gives the questioner the option to make an award based on the best comment that helped the most in fixing their problem and it is also is common courtesy to other experts.  Again welcome and look forward to working with you in the future, a lot of teamwork is used at this forum, as you will see! :>)  Quote shamelessly stolen from Dave, Thanks again Dave

Your answer may be correct, and I hope it is, after all the main goal here is to help the questioner, but when you propose an answer it removes the "accept comment as answer" button thereby robbing the questioner of the choice to choose which expert helped the most. If your comment is chosen by the questioner, you will be awarded the points.
Thank you