strip

Removes the specified headers from incoming packets (802.1BR, VN, or VLAN).

Syntax

strip [ br-tag | vlan-tag | vn-tag ]
no strip [ br-tag | vlan-tag | vn-tag ]

Parameters

br-tag
Strips 802.1BR tag from the packet header.
vlan-tag
Strips VLAN tag from the packet header.
vn-tag
Strips VN tag from the packet header.

Modes

Listener-policy config mode

Usage Guidelines

If br-tag is already enabled, vn-tag cannot be enabled.

The no strip command removes the strip configuration.

Examples

The following example removes the specified headers.

device# configure terminal   
device(config)# listener-policy lp1 <sId>  
device(config-listener-policy)#  strip br-tag 
device(config-listener-policy)# strip vlan-tag 

listener-policy rt 45 
  strip br-tag  
  strip vlan-tag