Juniper Networks
Log in
|
How to Buy
|
Contact Us
|
United States (Change)
Choose Country
Close

Choose Country

North America

  • United States

Europe

  • Deutschland - Germany
  • España - Spain
  • France
  • Italia - Italy
  • Россия - Russia
  • United Kingdom

Asia Pacific

  • Asean Region (Vietnam, Indonesia, Singapore, Malaysia)
  • Australia
  • 中国 - China
  • India
  • 日本 - Japan
  • 대한민국 - Korea
  • 台灣 - Taiwan
Solutions
Products & Services
Company
Partners
Support
Education
Community
Security Intelligence Center

Technical Documentation

Support
Technical Documentation
Content Explorer New
 
Enterprise MIBs
 
EOL Documentation
 
Feature Explorer Login required New
 
File Format Help
 
Glossary
 
Portable Libraries
 
 
Home > Support > Technical Documentation > JunosE Software > Example: Simple Shared Shaping for ATM VCs
Print
Rate and give feedback:  Feedback Received. Thank You!
Rate and give feedback: 
Close
This document helped resolve my issue.  Yes No

Additional Comments

800 characters remaining

May we contact you if necessary?

Name:  
E-mail: 
Submitting...
 

Related Documentation

  • Configuring Simple Shared Shaping
  • Simple Shared Shaping Overview
 

Example: Simple Shared Shaping for ATM VCs

The following commands configure a simple shared shaper for a VC, as shown in Unresolved xref. In this example, the best-effort queue for logical interface VC 3 is shaped to a shared rate of 1 Mbps. The voice and video queues for VC 3 share the 1 Mbps with the best-effort traffic. The voice queue has first claim on the shared 1 Mbps, but only up to its individual shaping rate of 200 Kbps. The video queue claims up to the next 300 Kbps. The best-effort queue obtains whatever bandwidth remains of the 1 Mbps after the voice and video traffic have made their claims.

  1. Configure the traffic classes and traffic-class groups.
    host1(config)#traffic-class voice host1(config-traffic-class)#fabric-strict-priority host1(config-traffic-class)#exit host1(config)#traffic-class video host1(config-traffic-class)#exit
    host1(config)#traffic-class-group EF auto-strict-priority host1(config-traffic-class-group)#traffic-class voice host1(config-traffic-class-group)#exit host1(config)#traffic-class-group AF extended host1(config-traffic-class-group)#traffic-class video host1(config-traffic-class-group)#exit
  2. Configure the shared shaper.
    host1(config)#scheduler-profile 200kbps host1(config-scheduler-profile)#shaping-rate 200000 host1(config-scheduler-profile)#exit host1(config)#scheduler-profile 300kbps host1(config-scheduler-profile)#shaping-rate 300000 host1(config-scheduler-profile)#exit host1(config)#scheduler-profile shared-1mbps host1(config-scheduler-profile)#shared-shaping-rate 1000000 simple host1(config-scheduler-profile)#exit
    host1(config)#qos-profile subscriber-default-mode host1(config-qos-profile)#atm-vc node host1(config-qos-profile)#atm-vc node group AF host1(config-qos-profile)#atm-vc node group EF host1(config-qos-profile)#atm-vc queue traffic-class best-effort scheduler-profile shared-1mbps host1(config-qos-profile)#atm-vc queue traffic-class video scheduler-profile 300kbps host1(config-qos-profile)#atm-vc queue traffic-class voice scheduler-profile 200kbps host1(config-qos-profile)#exit
  3. Delete the rule in the default port type profile that creates IP best-effort queues by default.
    host1(config)#qos-profile atm-default host1(config-qos-profile)#no ip queue traffic-class best-effort host1(config-qos-profile)#exit
  4. Attach the profile to the ATM subinterface for VC 3.
    host1(config)#interface atm 11/0.10 host1(config-subif)#qos-profile subscriber-default-mode host1(config-scheduler-profile)#exit

The qos-profile subscriber-default-mode command shown in this example is appropriate if you have configured the SAR to be in default mode (by issuing the no qos-mode-port command). If this QoS profile is attached in low-CDV mode, the shaper is effective but the CDV is not correctly bounded, because the VC is not reshaped in the SAR.

The following commands configure a QoS profile different from the one shown in the previous example. In this example, the best-effort scheduler node for VC 3 is shaped to a shared rate of 1 Mbps. The qos-profile subscriber-low-cdv-mode command is appropriate if you configure the SAR in low-CDV mode (by issuing the qos-mode-port low-cdv command). The VC is reshaped to 1 Mbps in the SAR. If this QoS profile is attached in the SAR default mode, the 1-Mbps shaper is disabled by VC backpressure from the SAR.

host1(config)#qos-profile subscriber-low-cdv-mode host1(config-qos-profile)#atm-vc node scheduler-profile shared-1mbps host1(config-qos-profile)#atm-vc node group AF host1(config-qos-profile)#atm-vc node group EF host1(config-qos-profile)#atm-vc queue traffic-class best-effort host1(config-qos-profile)#atm-vc queue traffic-class video scheduler-profile 300kbps host1(config-qos-profile)#atm-vc queue traffic-class voice scheduler-profile 200kbps host1(config-qos-profile)#exit
 

Related Documentation

  • Configuring Simple Shared Shaping
  • Simple Shared Shaping Overview
 

Published: 2012-06-19

 
  • About Juniper
  • Investor Relations
  • Press Releases
  • Newsletters
  • Juniper Offices
  • Green Networking
  • Resources
  • How to Buy
  • Partner Locator
  • Image Library
  • Visio Templates
  • Security Center
  • Community
  • Forums
  • Blogs
  • Junos Central
  • Social Media
  • Developers
  • Support
  • Technical Documentation
  • Knowledge Base (KB)
  • Software Downloads
  • Product Licensing
  • Contact Support
Site Map / RSS Feeds / Careers / Accessibility / Feedback / Privacy & Policy / Legal Notices
Copyright© 1999-2012 Juniper Networks, Inc. All rights reserved.
Help
|
My Account
|
Log Out