Quality of Service
Left running head:
Chapter name (automatic)
1022
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Configuration Guide
Alcatel-Lucent
QOS TEST SCENARIOS ON OMNIACCESS 5740 USG
TRAFFIC SHAPING
Figure 53: QoS Traffic Shaping Using OmniAccess 5740 USG
From the Traffic Generator, send Internet mix (IMIX) traffic of varying packet sizes:
64 bytes, 256 bytes, 512 bytes, 1024 bytes, 1518 bytes at 10 Mbps in the
direction of the OA5740-B. On OA-5740, configure QoS policy to shape the traffic
to 5 Mbps using shape command on interesting traffic.
1. Define Class-maps to Match Egress Traffic
ALU(config)#match-list allow-traffic
ALU(config-match-list-allow-traffic)#ip host 192.168.1.2 host
192.168.2.2
ALU(config)#class-map class1
ALU(config-cmap)#match any allow-traffic
ALU(config-cmap)#exit
2. Define Policy-map With Class-names
ALU(config)#policy-map flow-policy
ALU(config-qos-flow-policy)#class class1
ALU(config-qos-flow-policy-class1)#shape committed-rate 5000000
commited-burst 1600
ALU(config-qos-flow-policy-class1)#exit