frame-relay which one?
Hello Cisco Gurus!
I am studying for CCNA and I am studying frame-relay.
I have some questions but want to ask them in true or false statements.
If what I am saying is false. Please tell me and explain. Thanks so much!
1. When using frame-relay map ip or frame-relay interface-dlci, it doesnt matter
which command to use as long as you create a pvc with your command.
2. I have tried mix and matching frame-relay commands, and they all work as long
as you configure your mappings.
3. When using the command no frame-relay inverse-arp, and using the frame-relay map ip command, you have to include the broadcast command to allow for RIP updates to work.
4. You can only create Point-to-point and multipoint interfaces with subinterfaces only.
They do not work with basic physcial serial interfaces.
5. You do not need RIP enable or any routing protocol when createing PVCs, pings work just fine
once frame-relay commands and DLCIs are setup correct.
I am studying for CCNA and I am studying frame-relay.
I have some questions but want to ask them in true or false statements.
If what I am saying is false. Please tell me and explain. Thanks so much!
1. When using frame-relay map ip or frame-relay interface-dlci, it doesnt matter
which command to use as long as you create a pvc with your command.
2. I have tried mix and matching frame-relay commands, and they all work as long
as you configure your mappings.
3. When using the command no frame-relay inverse-arp, and using the frame-relay map ip command, you have to include the broadcast command to allow for RIP updates to work.
4. You can only create Point-to-point and multipoint interfaces with subinterfaces only.
They do not work with basic physcial serial interfaces.
5. You do not need RIP enable or any routing protocol when createing PVCs, pings work just fine
once frame-relay commands and DLCIs are setup correct.
Comments
1. YOu must use the frame map command if you turn Inverse-ARP off. IARP does the mapping for you.
3. yes becuase RIPv1 uses broadcasts.
4 You can create frame circuits on a physical interface if you want, but it's not good practice. You could run into split horizon issues. But if you use the physical interface then you don;t have to issue the frame-relay interface-dlci command becuase the physical inteface will hear it via LMI messages.
5. Right no need for a routing protocol to establish point-to-point to multipoint connections. You would need a route to get to a subnet that is not directly connected though. So if you had a hub and spoke of p-t-p circuits, then you would need routes for site to site comm, whether it be static, dynamic, or default routes.
1.) Basically. Sometimes it's wiser to use map statements but usually it's a pain in the butt and doesn't scale.
2.) Remember that there are three fundamental concepts to frame relay.
A. Set encapsulation
B. Create one interface per subnet
C. Associate DLCI's with sub interfaces
As long as you remain within the general design concepts of frame relay you're good to go. Different combinations of commands generally results in different configuration options. That's the beauty of frame relay. There are a dozen ways to do everything which is great for admins who like to tune.
3.) I haven't messed with RIP in a while but for RIP V1 that's right. If you use RIP V2 you can use neighbor statements which nul having to use the broadcast keyword.
4.) False. You don't need to use sub interfaces for point to point frame relay. Here is a sample configuration:
As you can see in this example, there are no sub interfaces used but the connection works fine.
5.) True. You do not have to have a dynamic routing protocol set up or even static routes to be able to ping between routers on the same subnet.
Here's a sh run int s2/0 from a quick lab I did for you.
Observe that the network 172.16.0.0/24 is not in the below routing table:
yet the ping results work fine:
I hope that helps.
CCNA Security | GSEC |GCFW | GCIH | GCIA
[email protected]
http://twitter.com/paul_bosworth
Blog: http://www.infosiege.net/
thanks Netstudent; very nice explains!
Paul boz:
so you are telling me that a point-to-point doesnt have to have the command
point-to-point after it. so on a physical "if" you dont need p-t-p command
and it is still a point to point???
thanks
great stuff!