Cisco ASR 9000 Series Konfigurationshandbuch - Seite 48

Blättern Sie online oder laden Sie pdf Konfigurationshandbuch für Netzwerk-Hardware Cisco ASR 9000 Series herunter. Cisco ASR 9000 Series 50 Seiten. Line card
Auch für Cisco ASR 9000 Series: Konfigurieren der Netzwerkeinstellungen (26 seiten), Konfigurationshandbuch (46 seiten), Handbuch (24 seiten), Konfigurieren von (46 seiten), Handbuch (44 seiten), Kurzreferenz-Handbuch (7 seiten)

Cisco ASR 9000 Series Konfigurationshandbuch
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