Traffic Profile Configure in ZTE OLT
[boxads]
Today i will discuss how to Traffic Profile Configure in ZTE OLT.
Prerequisites:
- Make sure that the network device works normally.
- Make sure that the GPON card works normally.
- Log in to the ZXA10 C220 through HyperTerminal or Telnet.
Context:
A traffic profile defines the downstream bandwidth of a GEM port.
To configure the traffic profile, performs the following steps:
Step-1. Use the configure terminal command to enter global configuration mode.
Step-2. Use the gpon command to enter the GPON configuration mode.
Step-3. Use the traffic-profile command to configure traffic profile.
Step-4. Use the show gpon profile traffic command to query traffic profile.
Traffic Profile Configure Example:
Now we Configure a traffic profile.
- Profile name: abc
- SIR: 50000 kbps
- PIR: 60000 Kbps
ZXAN#configure terminal
Enter configuration commands, one per line. End with CTRL/Z.
ZXAN(config)#gpon
ZXAN(config-gpon)#traffic-profile abc sir 50000 pir 60000
[bodyads]
ZXAN(config-gpon)#show gpon profile traffic
Name :default
SIRÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â PIR
10000Â Â Â Â Â Â Â Â Â Â Â Â Â 10000
Name :abc
SIRÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â PIR
50000Â Â Â Â Â Â Â Â Â Â Â Â Â 60000