header-strip

Required Command-Line Mode = Configure

Use the header-strip command to configure the header stripping protocol for a chassis. For more information about the header stripping protocol, refer to the "About VXLAN Header Stripping" and "About MPLS Header Stripping" sections in the GigaVUE‑FM User's Guide.

The header-strip command has the following syntax:

header-strip box id <box id|all>   vxlan aging-interval <300 to 1000000 seconds and 0 to disable>

   mpls add <mpls labels>

   mpls delete <mpls labels | all>      

The following table describes the arguments for the header-strip command.

Argument

Description

box id | all

Specifies the boxes on which to configure the settings.

vxlan aging-interval <300 to 1000000 seconds and 0 to disable>

Configures the VXLAN aging interval in seconds to refresh the traffic intelligence capability for the chassis.

The valid range is 300 to 1000000 seconds. The default is 0, which disables the VXLAN ageing interval.

For example:

(config) # header-strip box id 1 vxlan aging-interval 300

mpls add <mpls labels>

Configures the MPLS labels for the specified box ID. The valid range is 2 – 1048575.

For example:

(config) # header-strip box id 1 mpls add 1200..1300,4..765,3000

mpls delete <mpls labels | all>

Deletes the specified MPLS labels for the box ID.

For example:

(config) # header-strip box id 1 mpls delete 1250..1290

Deletes all the MPLS labels configured for the box ID.

For example:

(config) # header-strip box id 1 mpls delete all

Related Commands

The following table summarizes other commands related to the header-strip command:

Task

Command

Displays the VXLAN aging interval configured for the specified box ID.

# show header-strip box-id 1 aging-interval

Displays the statistical data such as the list of VXLAN IDs, number of incoming packets that match the VXLAN IDs, and the incoming bytes.

# show header-strip box-id 1 stats vxlan-id

Displays the statistical data such as the list of destination IP addresses, number of incoming packets that match the destination IP addresses, and the incoming bytes.

# show header-strip box-id 1 stats dest-ip

Displays the list of MPLS labels added for all the box IDs.

# show header-strip box-id all

-or-

# show header-strip box-id all mpls