Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mskutta/c50e9140ffe802d6edcc to your computer and use it in GitHub Desktop.
Save mskutta/c50e9140ffe802d6edcc to your computer and use it in GitHub Desktop.
EdgeRouter IPv4 DSCP Commands for Comcast
# https://community.ubnt.com/t5/EdgeMAX/traffic-remarking/td-p/1210870
configure
set firewall modify WAN_IN_MODIFY rule 10 action modify
set firewall modify WAN_IN_MODIFY rule 10 modify dscp 0
set interfaces ethernet eth0 firewall in modify WAN_IN_MODIFY
commit
save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment