Cisco ASR 9000 Series Podręcznik konfiguracji - Strona 48
Przeglądaj online lub pobierz pdf Podręcznik konfiguracji dla Gateway Cisco ASR 9000 Series. Cisco ASR 9000 Series 50 stron. Line card
Również dla Cisco ASR 9000 Series: Konfigurowanie ustawień sieciowych (26 strony), Podręcznik konfiguracji (46 strony), Podręcznik (24 strony), Konfigurowanie (46 strony), Podręcznik (44 strony), Skrócona instrukcja obsługi (7 strony)
Configuration Examples for Serial Interfaces
•
IPHC Profile Configuration: Example
The following example shows how to configure an IPHC Profile:
config
iphc tcp connections 6000 location 0/2/1
iphc non-tcp connections 6000 location 0/2/1
iphc profile Profile_1 type iphc
commit
IPHC on a Serial Interface Configuration: Examples
Example 1
The following example shows how to enable an IP header compression (IPHC) profile on a serial
interface by attaching the profile directly to the interface:
config
interface serial 0/1/0/1
commit
Example 2
The following example shows how to enable an IP header compression (IPHC) profile on an interface
by specifying a QoS service policy that contains an IPHC profile:
config
interface serial 0/1/0/1:1
commit
IPHC on Multilink Configuration: Example
The following example shows how to configure an IP header compression (IPHC) on a multilink
interface:
config
interface multilink 0/4/3/0/4
interface serial 0/1/0/1:1
Cisco ASR 9000 Aggregation Services Router Interfaces and Hardware Component Configuration Guide
546
IPHC on a Serial Interface with MLPPP/LFI and QoS Configuration: Example, page 547
tcp compression
tcp context absolute 255
non-tcp compression
non-tcp context absolute 255
rtp
refresh max-period 50
refresh max-time 10
refresh rtp
feedback disable
max-header 20
encapsulation ppp
ipv4 iphc profile Profile_1
encapsulation ppp
ipv4 iphc profile Profile_2 mode service-policy
service-policy output ip_header_compression_policy_map
ipv4 address 10.10.10.10
encapsulation ppp
ipv4 iphc profile Profile_1
commit
encapsulation ppp
Configuring Serial Interfaces on the Cisco ASR 9000 Series Router
OL-26061-03