Skip to content

Support



Juniper was the first North American IP routing vendor to achieve the prestigious TL 9000 certification by the Quality of Excellence for Suppliers of Telecommunications (QuEST) Forum in the router category, for design, development, provision and service and support.



What is J-Care?

It's the world-class service and support that you expect from a company that delivers the industry's best infrastructure and security products. With J-Care, you now have the confidence knowing that Juniper will do our part to keep you on top of the world!


Configuring a Parameter Definition to Shape Ethernet Traffic Using Cell Mode

To associate a parameter instance with the QoS cell mode application:

  1. Configure traffic classes.
    host1(config)#traffic-class voice host1(config-traffic-class)#exit host1(config)#traffic-class best-effort host1(config-traffic-class)#exit
  2. Create a parameter definition.
    1. Configure the QoS parameter name and the application.
      host1(config)#qos-parameter-define shaping-mode application qos-cell-mode
    2. Configure a controlled-interface type.
      host1(config-qos-parameter-define)#controlled-interface-type vlan host1(config-qos-parameter-define)#controlled-interface-type ip
    3. Configure an instance-interface type.
      host1(config-qos-parameter-define)#instance-interface-type vlan
  3. Create the parameter instance and configure the shaping mode.

    When you create the parameter instance and configure the shaping mode, the value of frame shaping mode is 0; the value for cell shaping mode is 1.

    host1(config)#interface gigabitEthernet 6/0/2 host1(config-if)#encapsulation vlan host1(config-if)#interface gigabitEthernet 6/0/2.1 host1(config-if)#vlan id 1 host1(config-if)#qos-parameter cell-mode 1 host1(config-if)#ip address 6.10.10.10 255.255.255.255 host1(config-if)#exit host1(config)#interface gigabitEthernet 6/0/2 host1(config-if)#svlan 1 qos-parameter cell-mode 1 host1(config-if)#exit host1(config)#interface gigabitEthernet 6/0/2 host1(config-if)#qos-parameter cell-mode 1

Published: 2010-01-12