Setting Up Frame Relay with Map Statements
Problem
You want to configure Frame Relay services so that every PVC appears to share the same interface.
Solution
In its simplest form, the Frame Relay map configuration involves considerably less typing than the subinterface version of the same configuration:
Central#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Central(config)#interfaceCentral(config)#Serial0descriptionCentral(config-if)#Frame Relay to branchesip addressCentral(config-if)#192.168.1.1 255.255.255.0encapsulation frame-relayCentral(config-if)#frame-relay map ipCentral(config-if)#192.168.1.10 101frame-relay map ipCentral(config-if)#192.168.1.11 102frame-relay map ipCentral(config-if)#192.168.1.12 103exitCentral(config)#endCentral#
Discussion
Instead of treating the Frame Relay WAN as a series of point-to-point logical connections as we did in Recipe 10.1, you can set configure it to look similar to a LAN segment with a contiguous block of IP addresses. There are two ways to do this—either by using frame-relay map statements, as in this recipe, or using multipoint subinterfaces, as in Recipe 10.4. In general, we prefer to use point-to-point subinterfaces for Frame Relay networks because it gives you more detailed controls over the routing protocol.
Furthermore, when you use point-to-point subinterfaces, the router can generate a trap when a DLCI becomes inactive, which makes network management much easier. With multipoint subinterfaces, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access