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

Example: Configuring Compressed RTP with MLPPP Encapsulation

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

For detailed information about these configuration statements, see Configuring Voice Services Properties.

[edit interfaces]
t1-1/0/0 {
unit 0 {
family mlppp {
bundle ls-1/1/0.1;
}
}
}
ls-1/1/0 {
unit 1 {
compression {
rtp {
port minimum 16384 maximum 32768;
}
}
encapsulation multilink-ppp;
family inet {
address 30.1.1.2/24;
}
fragment-threshold 128;
}
}

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