Attaching a QoS Profile to an Interface

You can attach a QoS profile to the base of an interface hierarchy, to a specific ATM VP or S-VLAN, or to a port type.

Tasks to attach a QoS profile include:

Attaching a QoS Profile to a Base Interface

You can attach a QoS profile to an interface at the base of an interface hierarchy. Interface types below the attachment point cannot be referenced in the QoS profile.

To attach a profile to an interface:

  1. Enter Interface Configuration mode for the interface.
    host1(config)#interface gigabitEthernet 2/0
  2. Attach a QoS profile to the interface.
    host1(config-if)#qos-profile qosp-ethernet-queuing

Attaching a QoS Profile to an ATM VP

You can associate a QoS profile with all the ports of a certain interface type.

You can attach a QoS profile to an ATM VP. The profile applies to all VCs in the VP; for example, the profile specifies the scheduler hierarchy of scheduler nodes and queues for all VCs, IP interfaces, and L2TP sessions stacked above the VP.

To attach a profile to an ATM VP:

  1. Enter Interface Configuration mode for the interface.
    host1(config)#interface atm 1.0/1
  2. Attach a QoS profile to the ATM VP.
    host1(config-if)#atm-vp 50 qos-profile qosp-vp-strictbw

Attaching a QoS Profile to an S-VLAN

You can attach a QoS profile to the specified S-VLAN ID assigned to a VLAN subinterface that is configured over an Ethernet interface.

The profile applies to all S-VLANs and VLANs in the interface stack; for example, the profile specifies the hierarchy of scheduler nodes and queues for all VLANs, IP interfaces stacked above the S-VLAN. However, you do not have to configure VLAN subinterfaces over the S-VLAN before you attach the QoS profile to the S-VLAN.

  1. Specify the Ethernet interface and create the VLAN.
    host1(config)#interface gigabitEthernet 3/0
    host1(config-if)#encapsulation vlan
    host1(config-if)#interface gigabitEthernet 3/0.1
  2. Specify the S-VLAN ID.
    host1(config-if)#svlan id 0 1
  3. Attach the QoS profile to the S-VLAN.
    host1(config-if)#svlan 1 qos-profile qosp-svlan-strictbw

Attaching a QoS Profile to a Port Type

By default, the router attaches a QoS port-type profile to all ATM, Ethernet, serial, or server ports. The port-type profile supplies QoS information for all forwarding interfaces stacked above all ports of the associated interface type.

Instead of using the default port-type profile, you can explicitly attach a QoS profile to a port. The QoS profile overrides the default QoS port-type profile. The QoS profile associates queue profiles, drop profiles, statistics profiles, and scheduler profiles with interface types, and it applies to all interfaces stacked above ports of the associated type.

To attach a QoS profile to a port type:

  • Issue the qos-port-type-profile command from Global Configuration mode:
    host1(config)#qos-port-type-profile atm qos-profile strict-priority

    The interface type can be: atm, ethernet, lag, serial, or server-port.

    A profile attached to a port must specify a queue for each forwarding interface type in the best-effort traffic class.

To restore the default port-type:

  • Issue the qos-port-type-profile command and specify the server-default QoS profile from Global Configuration mode:
    host1(config)#qos-port-type-profile server-port qos-profile server-default

Copyright © 2008, Juniper Networks, Inc. All rights reservedTrademark Notice.