mark
Sets the precedence field of the ToS byte (for IPv4) or traffic class byte (for IPv6) in the IP header to a specified value for packets that match the current classifier control list. This command is not tied to a rate limit profile, but marks packets based on a classifier control list. The no version removes the mark rule from the policy list; the suspend version temporarily suspends the mark rule; the no suspend version resumes application of a suspended rule.
NOTE: This command replaces the Policy List Configuration mode version of the mark command, which may be removed completely in a future release.
For IPv4:
[ no ] [ suspend ] mark { tosByteValue mask maskValue |
tos-precedence tosPrecNum | tos tosNum | dsfield dsFieldNum }
profile colorMarkProfileName }
- tosByteValueToS byte value to be assigned to packets; in the range 0255
- maskValueMask to be used when applying ToS byte values to packets; in the range 1255
- tosPrecNumToS precedence value to be assigned to packets; in the range 07
- tosNumToS value to be assigned to packets; in the range 0255
- dsFieldNumDS field value to be assigned to packets; in the range 063
- colorMarkProfileNameName of the color-mark profile (up to 40 alphanumeric characters)
[ no ] [ suspend ] mark { tcByteValue mask maskValue | tc-precedence tcPrecNum |
tcfield tcFieldNum | dsfield dsFieldNum } profile colorMarkProfileName }
- tcByteValueTraffic class field value to be assigned to packets; in the range 0255
- maskValueMask to be used when applying traffic class field values to packets; in the range 1255
- tcPrecNumTraffic class field precedence value to be assigned to packets; in the range 07
- tcFieldNumTraffic class field value to be assigned to packets; in the range 0255
- dsFieldNumDS field value to be assigned to packets; in the range 063
- colorMarkProfileNameName of the color-mark profile (up to 40 alphanumeric characters)
Classifier Group Configuration
Release Information Command introduced before JUNOSe Release 7.1.0.
colorMarkProfileName variable added in JUNOSe Release 7.2.0.