Cisco ASR 9000 Series Manuale di configurazione - Pagina 48

Sfoglia online o scarica il pdf Manuale di configurazione per Hardware di rete Cisco ASR 9000 Series. Cisco ASR 9000 Series 50. Line card
Anche per Cisco ASR 9000 Series: Configurazione delle impostazioni di rete (26 pagine), Manuale di configurazione (46 pagine), Manuale (24 pagine), Configurazione (46 pagine), Manuale (44 pagine), Manuale di riferimento rapido (7 pagine)

Cisco ASR 9000 Series Manuale di configurazione
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