December 2006
Intermediate to advanced
1188 pages
72h 8m
English
You want to configure your router to do Frame Relay compression on a subinterface.
Cisco offers several different types of compression with Frame Relay. You can opt to compress only the TCP headers as follows:
Central#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Central(config)#interfaceCentral(config-if)#Serial0encapsulation frame-relayCentral(config-if)#frame-relay ip tcp header-compression passiveCentral(config-if)#exitCentral(config)#endCentral#
This command also works at the subinterface level:
Central#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Central(config)#interfaceSerial0.1point-to-pointCentral(config-subif)#frame-relay ip tcp header-compression passiveCentral(config-subif)#exitCentral(config)#endCentral#
There are also two different payload compression options. The first uses the FRF.9 Frame Relay compression standard:
Central#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Central(config)#interfaceSerial0.1point-to-pointCentral(config-if)#frame-relay payload-compression frf9 stacCentral(config-if)#exitCentral(config)#endCentral#
And the second uses Cisco’s proprietary packet-by-packet compression:
Central#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Central(config)#interfaceSerial0.1point-to-pointCentral(config-if)#frame-relay payload-compression packet-by-packet ...
Read now
Unlock full access