[Contents][Prev][Next][Index][Report an Error]

Example: Configuring Compressed RTP with PPP Encapsulation

Configure compression on a J-series T1 interface with PPP encapsulation. Configure fragmentation for all IP packets larger than 128 bytes.

[edit interfaces]
t1-1/0/0 {
encapsulation ppp;
unit 0 {
compression-device ls-0/0/0.1
}
}
ls-0/0/0.1 {
compression {
rtp {
port minimum 16384 maximum 32768;
}
}
family inet {
address 10.0.2.3;
# Other IPv4 parameters here.
}
}

[Contents][Prev][Next][Index][Report an Error]