December 2006
Intermediate to advanced
1188 pages
72h 8m
English
You want to configure your router to do Frame Relay compression with map statements.
The same Frame Relay compression options that we discussed for subinterfaces are also available with map statements. You can turn on FRF.9 compression by simply adding a few additional keywords to the frame-relay map statement as follows:
Central#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Central(config)#interfaceCentral(config-if)#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 ip192.168.1.10 101payload-compression frf9 stacCentral(config-if)#exitCentral(config)#endCentral#
Or you can opt to use Cisco’s proprietary packet-by-packet compression instead:
Central#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Central(config)#interfaceCentral(config-if)#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 ip192.168.1.10 101payload-compression packet-by-packetCentral(config-if)#exitCentral(config)#endCentral#
The map configuration also supports TCP header compression:
Central#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Central(config)#interfaceCentral(config-if)#Serial0description ...