home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

policy qos name <policy-name> shaper vlan <outer-vid>

Specifies the outer VLAN ID for a QoS policy.

set policy qos name policy-name shaper vlan outer-vid
delete policy qos name policy-name shaper vlan
show policy qos name policy-name shaper vlan
policy-name
Specifies the QoS policy.
outer-vid
Outer VLAN ID.

Configuration mode


policy {
    qos { 
        name policy-name {
            shaper {
                vlan outer-vid
            }
        }
    }
}

Use this command to specify the outer VLAN ID for a QoS policy.

Use the set form of this command to specify the outer VLAN ID for the QoS policy.

Use the delete form of this command to return to the default VLAN IDs.

Use the show form of this command to display the current values.