Understand how policies are used to strip header tags.
Stripping encapsulation header tags prepares them for downstream analytic and other monitoring tools. Header-tag stripping at egress is applied on only the first L2 header of the received packet.
You configure a listener policy to define the actions to be performed on packet header tags, which you then bind to an egress policy. A listener policy supports the following header-modification and traffic actions.
cow
has two entries:Example 1 | Example 2 | Example 3 |
---|---|---|
listener-policy lp-1 10 match ip access-list v4_someacl1 strip br-tag |
listener-policy lp-1 20 match ip access-list v4_someacl2 strip vn-tag |
listener-policy lp-2 10 match ip access-list v4_someacl1 strip vn-tag |
The following table lists the minimum requirements that must be configured for each policy type.
Ingress policy (packet flow) | Egress policy (packet prep for analysis tools) |
---|---|
Match ACL | Match ACL |
Route-map with a valid match statement referencing a created ACL. | A designated interface or multiple interfaces. |