| ccnaguru.com | CCNA Articles | CCNA - CCNP Articles | CCNP Articles | Network+ | CCNA Training - CCNP Training Exams | |
| CCNA Certification Training: Frame Relay Switch Configuration | |
Many CCNA certification candidates want
to add a frame relay switch to their Cisco router
lab, but aren't quite sure how to configure one. Other candidates aren't
quite sure what a frame relay switch is, or what Cisco
routers can serve as such a switch. This CCNA
case study will examine how to add one of these pivotal devices to a Cisco
lab. |
|
A Cisco lab's frame relay switch is not a switch at all; it's a Cisco router. Almost any Cisco router can serve as your frame switch, but you will need multiple serial interfaces to make a router particularly effective in this role. I recommend you get a Cisco router with at least four serial interfaces. Cisco 2520s make excellent frame switches, and by doing a search on eBay for "frame relay switch", you'll quickly find several others that can as well. The frame relay switch is going to play the role of
the frame provider in your lab. In essence, you've got a one-switch
frame relay cloud, which gives you a tremendous opportunity to practice
frame relay scenarios. |
|
In this example, I've got three Cisco routers that are going to be the production routers in my lab - R1, R2, and R3. I have a fourth router that will serve as the frame relay switch. The DLCI assignments I've come up with are as follows: R1 is the hub and will use DLCI 122 to reach R2, DLCI 123 to reach R3. R1 is connected to the frame switch's Serial1 port. interface Serial1 Note that there is no IP address on the port, and frame relay encapsulation is enabled. The clockrate command is necessary on the DCE end of the connection, so you see it here. You also see that the interface is hard-coded as a DCE with the frame-relay intf-type dce command. Not all current IOS versions require this; just make sure you have the DCE end of the cable attached to the frame switch and verify that with show controller serial x. Finally, we come to the frame-relay route command. The syntax seems a little tricky, but once you break it down it's pretty simple. frame-relay route 122 = the incoming DLCI We'll take a look at how to verify your frame switch configuration in just a moment, but first here is the pertinent section of the frame switch configuration we've talked about here. hostname FRAME_SWITCH interface Serial1 interface Serial3 To verify that your frame relay configuration is functioning correctly, run the global command show frame route on the frame relay switch. If you see active next to all frame routes as shown below, you're in good shape.
If you see anything else - say, the word "inactive" - then there is a problem. Troubleshooting A Frame Relay Switch
Chris Bryant, CCIE #12933 |
|
| Copyright © 2007 WWW.CCNAGURU.COM All rights reserved | |