Traffic Label
This chapter covers some aspects related to traffic label
,
which is a feature that allows us to classify network packets.
traffic labels
can be used along with traffic policies
and traffic selectors
to modify and filter packets
respectively.
Configuration
This is the syntax to create a traffic label
:
set traffic label <label_name>
In order to modify a packet label you can set a specific
traffic policy rule
using the following command:
set traffic policy <policy_name> rule <u32> set label <label_name>
And, in order to classify traffic with traffic selectors
:
set traffic selector <selector_name> rule <u32> label <label_name>