Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Example: Configuring Multiclass MLPPP on a Static Interface
The following example shows how to configure multiclass MLPPP on a static MLPPP interface. To configure multiclass MLPPP you first define the traffic classes that need to be mapped to the multilink classes. You configure multiclass MLPPP on the static MLPPP interface and optionally configure fragmentation and reassembly on the interface.
- Define the QoS traffic classes.host1 (config)#traffic-class video host1 (config-traffic-class)#fabric-strict-priority host1 (config)#traffic-class low-loss host1 (config-traffic-class)#fabric-strict-priority
For more information about QoS traffic classes, see Traffic Class and Traffic-Class Groups Overview.
- Specify the interface and the encapsulation method on
which you want to configure MLPPPhost1(config)#interface gigabitEthernet 3/0/0 host1(config-if)#encapsulation pppoe host1(config)#interface gigabitEthernet 3/0/0.10 host1(config-if)#encapsulation mlppp
- Configure multiclass MLPPP on the static interface.host1(config-if)#ppp multilink multiclass multilink-classes 3 host1(config-if)#ppp multilink multiclass traffic-class best-effort video low-loss
- Configure fragmentation and reassembly on the multiclass
MLPPP interface.host1(config-if)#ppp multilink multiclass fragmentation best-effort video low-loss host1(config-if)#ppp multilink multiclass reassembly best-effort video low-loss