Synopsis
The TOS/DSCP byte must be exactly that – a byte, value 0 – 255, or “default” to use whatever default your host has. Processing proceeds in the order specified, and stops at first fully matching line.
Arguments
ds-fiels
|
Outgoing TOS value
|
aclname
|
Identifier that contains the list to match on
|
Example(s)
acl good_service_net src 10.0.1.0/255.255.255.0
tcp_outgoing_tos 0×20 good_service_net
Here, good_service_net uses the TOS value 0×20 |