Traffic Shaping Configure ZTE OLT
[boxads]
Today i will be discuss how to traffic shaping configure ZTE OLT.
Prerequisites:
- Make sure that the network device works normally.
- Log in to the ZXA10 C220 through HyperTerminal or Telnet.
Context:
Traffic shaping controls the speed rate of the output packets so that the packets are sent at a constant speed. Traffic shaping is used to match the packet speed rate to that of the receiving device, to avoid congestion or packet discarding. Traffic shaping caches packets which exceed rate limit, to ensure that the packets are sent at a constant speed. Traffic shaping may cause delay.
To configure the traffic shaping, perform the following steps:
Step-1. Use the configure terminal command to enter global configuration mode.
Step-2. Use the interface command to enter the interface configuration mode.
Step-3. Use the qos traffic-shape command to configure traffic shaping.
Example of Traffic Shaping Configure ZTE OLT
Configure traffic shaping on uplink port 0/14/1:
- Rate limit: 10000 kbps
- Bucket size: 10000 KB
[bodyads]
ZXAN#configure terminal
Enter configuration commands, one per line. End with CTRL/Z.
ZXAN(config)#interface gei_0/14/1
ZXAN(config-if)#traffic-shape rate-limit 10000 bucket-size 10000