Skip to content

Instantly share code, notes, and snippets.

@Anime4000
Last active June 6, 2020 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Anime4000/4e1f6e62b682c0ffedc34d893bbdbb42 to your computer and use it in GitHub Desktop.
Save Anime4000/4e1f6e62b682c0ffedc34d893bbdbb42 to your computer and use it in GitHub Desktop.
Huawei ONT ONU Traffic Table, Remove Speed Limit
config
display traffic table ip from-index 0
traffic table ip index 6 name NoCap cir off pir off priority 0 priority-policy local-Setting
traffic table ip index 7 name 1Mbps cir 1024 pir 1024 priority 0 priority-policy local-Setting
traffic table ip index 8 name 3Mbps cir 3072 pir 3072 priority 0 priority-policy local-Setting
display traffic table ip from-index 0
display service-port all
service-port 2 inbound traffic-table index 8 outbound traffic-table index 7
display service-port 2
service-port 2 inbound traffic-table index 7 outbound traffic-table index 8
display service-port 2
service-port 2 inbound traffic-table index 6 outbound traffic-table index 6
display service-port 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment