Add a profile traffic on a ZTE OLT
Add a profile traffic on a ZTE OLT (Optical Line Terminal), you will need to follow these steps:
- Connect to the ZTE OLT through a terminal emulator (such as PuTTY) using the IP address, username, and password for the device.
- Enter the privileged mode by typing “enable” and pressing Enter.
- Enter the configuration mode by typing “configure terminal” and pressing Enter.
- Type “traffic table profile-id” and press Enter. This will create a new traffic profile with the specified profile ID.
- Type “inbound” and press Enter. This will enter the inbound configuration mode for the traffic profile.
- Type “cir cir-rate” and press Enter. This will set the Committed Information Rate (CIR) for the inbound traffic.
- Type “pir pir-rate” and press Enter. This will set the Peak Information Rate (PIR) for the inbound traffic.
- Type “exit” to exit the inbound configuration mode.
- Type “outbound” and press Enter. This will enter the outbound configuration mode for the traffic profile.
- Type “cir cir-rate” and press Enter. This will set the Committed Information Rate (CIR) for the outbound traffic.
- Type “pir pir-rate” and press Enter. This will set the Peak Information Rate (PIR) for the outbound traffic.
- Type “exit” to exit the outbound configuration mode.
- Type “exit” to exit the traffic profile configuration mode.
- Type “write” to save your changes to the OLT’s configuration.