Header Compression
Config R2:
class-map match-all TELNET
match access-group name telnet
class-map match-all HTTP
match access-group name http
!
!
policy-map HEADER-COMPRESS
class HTTP
compress header ip tcp
!
interface Serial1/0
ip address 23.1.1.2 255.255.255.0
serial restart-delay 0
service-policy output HEADER-COMPRESS
now generate some http traffic from R1
LLQ Config
policy-map HEADER-COMPRESS
class HTTP
compress header ip tcp
class TELNET
bandwidth remaining percent 25
Try telnet from R1 to R4
Config R2:
class-map match-all TELNET
match access-group name telnet
class-map match-all HTTP
match access-group name http
!
!
policy-map HEADER-COMPRESS
class HTTP
compress header ip tcp
!
interface Serial1/0
ip address 23.1.1.2 255.255.255.0
serial restart-delay 0
service-policy output HEADER-COMPRESS
now generate some http traffic from R1
LLQ Config
policy-map HEADER-COMPRESS
class HTTP
compress header ip tcp
class TELNET
bandwidth remaining percent 25
Try telnet from R1 to R4
No comments:
Post a Comment