시스코 라우터의 Frame Relay Encapsulation방식은 IETF 방식과 cisco의 CISCO 방식, 이렇게
2가지가 있는데 이 IETF는 CISCO에서 CISCO가 아닌 다른 벤더들의 FR Router와의 호환을
위해서 표준을 따른 Encapsulation방식입니다.


따라서 모두 시스코 라우터로 구성된 네트워크에서는 굳이 IETF방식으로 설정할 필요가 없겠죠
따라서 이러한 네트웍에선 Encapsulation 방식을 cisco로 사용하고,TCP Header Compress를 사용하면,,
작은 packet들의 전달에 보다 효율적이지 않을까 생각합니다.


물론 전체적인 영향은 미미하겠지만,,,,


방법은


1) interface전체를 compress
  Interface serial 0
encapsulation frame-relay
frame-relay ip tcp header-compress active
frame-relay map ip xxx.xxx.xxx.xxx dlci_no broadcast


2) 개별 pvc에 compress


  interface serial 0
encapsulation frame-relay
frame-relay map ip xxx.xxx.xxx.xxx dlci_no broadcast cisco tcp header-compress active
frame-relay map ip xxx.xxx.xxx.xxx dlci_no broadcast cisco tcp header-compress active


위와 같이 사용한다면,,,, 원래 tcp/ip header는 약40byte이나 평균 10byte로 그 길이가 줄어들죠.
compress할 때의 단점은 priority queuing을 사용하지 못하는 것이나,,, DIC는 이것을 사용하지 않고 있죠.


직접 해보지는 않는 것이나 payload compress를 사용해 보는 것도 좋겠죠(Test해 보고)
payload compress는 stacker 알고리즘을 사용하는 압축 방식으로서, 위의 방법보다 압축률이
훨씬 좋을 것 같군요. 단 router의 memory를 좀 많이 차지합니다. 40k/pvc
방법은


frame-relay map protocol protocol-address dlci payload-compress