05-16-2012 03:12 AM - edited 03-04-2019 04:22 PM
hello everyone,
I've been looking everywhere but can't seem to find the answer.
I am taking my ccna exams in a month's time and I am currently learning about frame-relay.
I have been looking everywhere but how do I know the DLCI that has been assigned to my local router? I know about using several show command e.g. show frame map, show fram lmi, show frame pvc , show run etc. but these only show the DLCI of the REMOTE routers.
I guess my question stems from if there is already a preconfigured and fully operating frame-relay router being used and I as a new engineer wants to know the DLCI that is assigned to it, how do I know. I mean are there some other show commands that I have missed or is it a case of me contacting my service provider to know?
Thanks.
05-16-2012 06:49 AM
Rick,
I see what you mean.
Thanks
05-16-2012 06:56 AM
According to the configs, this is the way that the drawing should look:
05-16-2012 07:03 AM
ahhh j.blakely I see what you mean. thanks
05-16-2012 07:12 AM
i had forgotten one of the config photos from my post at 08:10. I have now edited and attached the photo.
05-16-2012 07:25 AM
That config is fine. The remote sites can use the same dlci....
05-16-2012 08:03 AM
I have that book and used it for my CCNA exams. The content IS correct.
What it tells you is that the DLCI values shown are the Global DLCIs, what you need to configure Frame Relay are the Local DLCIs.
Global DLCIs are a bit misleading, but basically all you need to know is:
If a Global DLCI is shown, the router on the other end of that PVC use that Global DLCI as its Local DLCI.
From Mr Wendell himself: http://www.ccnaskills.com/2011/05/23/fr-answer-iii-global-dlcis/
And a pretty picture to illustrate the point!
05-16-2012 09:03 AM
Great explainations.... 5's for all.
I don't work with Frame relay at all and it has been awhile when I did them in my studies. All this information was great. I might just do some lab work to get this drilled in.
Mike
05-16-2012 12:10 PM
Thanks Mike...I had to lab this up because I was curious
Okay..I started think about how the image is presented. I believe what they've done in the book is show the OPPOSITE DLCI. In other words, your Atlanta router will send to DLCI 51, but that's not the local dlci. The local dlci for that circuit is 54. I labbed this up above and it does work...with almost the same configurations as what's in your book:
R1:
interface Serial0/0
no ip address
encapsulation frame-relay
clock rate 2000000
!
interface Serial0/0.52 point-to-point
ip address 192.168.13.1 255.255.255.0
frame-relay interface-dlci 52
!
interface Serial0/0.53 point-to-point
ip address 192.168.14.1 255.255.255.0
frame-relay interface-dlci 53
!
interface Serial0/0.54 point-to-point
ip address 192.168.15.1 255.255.255.0
frame-relay interface-dlci 54
!
--- R2 is the FR Switch ---
R3:
interface Serial0/0
ip address 192.168.13.3 255.255.255.0
encapsulation frame-relay
clock rate 2000000
frame-relay interface-dlci 51
end
R4:
interface Serial0/0
ip address 192.168.14.4 255.255.255.0
encapsulation frame-relay
clock rate 2000000
frame-relay interface-dlci 51
end
R5:
interface Serial0/0
ip address 192.168.15.5 255.255.255.0
encapsulation frame-relay
clock rate 2000000
frame-relay interface-dlci 51
end
However, to your original question of getting the local DLCI, our other answers still stand:
On R4:
R4#sh frame-relay map
Serial0/0 (up): ip 192.168.14.1 dlci 51(0x33,0xC30), dynamic,
broadcast,, status defined, active
R4#
R4#sh frame-relay pvc
PVC Statistics for interface Serial0/0 (Frame Relay DTE)
Active Inactive Deleted Static
Local 1 0 0 0
Switched 0 0 0 0
Unused 0 0 0 0
DLCI = 51, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0
On R1, this is what you'll see:
R1#sh frame-relay pvc | inc DLCI
DLCI = 52, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0.52
DLCI = 53, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0.53
DLCI = 54, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0.54
R1#
HTH,
John
05-16-2012 07:35 PM
This one bugged me too...look at it this way...you will never see the remote dlci on your router...they are always local.
Sent from Cisco Technical Support iPad App
05-17-2012 12:55 AM
thanks for all the answer guys. really appreciate it!
05-17-2012 04:32 AM
What if you tried running the command...
show frame-relay route
That should show the Input DLCI and the output DLCI
Mike
05-17-2012 05:28 AM
Oh my word. Think this is what I am looking for all along! I am using packet-tracer and the show frame relay command only gives you lmi, pvc and map.!!!
thanks burleyman
05-17-2012 11:54 PM
Hi,
Don't forget this command only works on the router acting as Frame-relay switch not on the DTE devices( end routers).
Regards.
Alain.
05-26-2012 08:42 AM
Folks,
This is the most illuminating article I have ever read as I too have struggled for a long time to understand why diagrams are drawn one way, the show commands say another and the command reference says something that whilst true (one would hope!) didn't match what I was seeing in the books compared to what I was seeing on the CLI. So Thankfully you guys have put it all in such a way that I for the first time trully understand how to interpret the whole show.
Wow, Thanks!
I do need to also say that technically Odom is correct in his books. One thing he does write about is the kind of addressing that is used in diagrams - local versus global - so we shouldn't be to hasty in selling him short. The issue is that it could have been explained better in the book, which unfortunately took an article on a website to explain a little more thoroughly but still not that great in my opinion, but in reality for me it took j.blakley and paulstone80 for me to see the light.
Thanks Guys.
Timothy
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