Forum Discussion
ozgur_guler_344
Nimbostratus
Feb 01, 2010dscp marking
Hello;
I want to mark dscp bit of the traffic originating from virtual server? How can i do that? Wtih an irule or on GUI?
- hoolio
Cirrostratus
Hi Ozgur, - Fred_WittenbergHistoric F5 Account
Realize this is quite dated but I just had to do this for a customer. To set the value to say CS2 you would perform the following:
iptables -t mangle -A OUTPUT -j DSCP --set-dscp-class CS2
NOTE: This change will not persist through reboots. you will need to run iptables-save or use a iptables config such as this
*mangle :PREROUTING ACCEPT [0:0] :OUTPUT ACCEPT [0:0]
-A OUTPUT -j DSCP --set-dscp-class CS2 COMMIT *nat :PREROUTING ACCEPT [0:0] :POSTROUTING ACCEPT [0:0] :OUTPUT ACCEPT [0:0] COMMIT
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects