File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -402,6 +402,7 @@ generators:
402
402
<!-- begin-generator-term-links -->
403
403
404
404
* [ ` arista ` ] ( ./doc/generators/arista.md ) : Arista
405
+ * [ ` arista_tp ` ] ( ./doc/generators/arista_tp.md ) : Arista Traffic Policy
405
406
* [ ` aruba ` ] ( ./doc/generators/aruba.md ) : Aruba
406
407
* [ ` brocade ` ] ( ./doc/generators/brocade.md ) : Brocade
407
408
* [ ` cisco ` ] ( ./doc/generators/cisco.md ) : Cisco
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ The following tokens are supported:
11
11
- ` destination-port `
12
12
- ` destination-prefix ` - this should resolve to a configured field-set in
13
13
traffic-policy format.
14
+ - ` dscp-set `
14
15
- ` fragment-offset `
15
16
- ` icmp-type `
16
17
- ` logging `
@@ -26,6 +27,7 @@ The following tokens are supported:
26
27
- ` source-port `
27
28
- ` source-prefix ` - this should resolve to a configured field-set in
28
29
traffic-policy format.
30
+ - ` traffic-class `
29
31
- ` verbatim `
30
32
31
33
## documentation
@@ -94,7 +96,7 @@ references within the policy.
94
96
2001:4860:4860::8888/128
95
97
2001:4860:4860::8844/128
96
98
!
97
- traffic-policy management-inbound-v6
99
+ traffic-policy policy-1
98
100
match src-ipv6-term-1 ipv6
99
101
destination prefix field-set src-ipv6-term-1
100
102
protocol udp destination port 53
@@ -114,6 +116,19 @@ In EOS traffic-policies, ports can be configured using:
114
116
Currently, all and field-sets are not supported for ports. Only port-lists are
115
117
supported.
116
118
119
+ ## traffic-class
120
+
121
+ An optional traffic class can be set in the action block with a value between 0
122
+ and 7.
123
+
124
+ - ` set traffic class <0-7> `
125
+
126
+ ## dscp-set
127
+
128
+ DSCP can be set in the action block with decimal values ranging between 0 and 63.
129
+
130
+ - ` set dscp <0-63> `
131
+
117
132
## default-terms
118
133
119
134
EOS has (2) default terms per traffic-policy, one for each address family:
You can’t perform that action at this time.
0 commit comments