Forum Discussion
chirag420_15139
Nimbostratus
Apr 23, 2014iRule question
Hi I am looking for sample iRule , basically i have same destination IP with multiple ports which need configure dscp marking value. ( for example 1.1.1.1 and port number 50000 dscp marking 46 , i have other port number 51111 which have dscp vlaue 32) . How i can create iRule, if some one give me sample example , that will be great, thanks in advance
1 Reply
- IheartF5_45022
Nacreous
Hi you can use the reference here
when CLIENT_ACCEPTED { switch -- [TCP::local_port] { "50000" { this sets DSCP to 46 (EF) IP::tos 184 } "51111" { this sets DSCP to 32 (cs4) IP::tos 128 } } }
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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