Configuration Examples For Configuring Frame Relay Bundles And Pvc Selection; Configuration Example For Precedence-Based And Dscp-Based Frame Relay Pvc Selection - Cisco 10000 Series Configuration Manual

Quality of service configuration guide
Hide thumbs Also See for 10000 Series:
Table of Contents

Advertisement

Chapter 19
Configuring Quality of Service for PVC Bundles
Example 19-6 Configuring a Frame Relay Bundle Member Using a Map Class
Router(config-if)# frame-relay vc-bundle Gold
Router(config-fr-vcb)# pvc 100 member1
Router(config-fr-vcb-vc)# class East
Configuration Examples for Configuring Frame Relay Bundles and PVC
Selection
This section provides the following configuration examples:

Configuration Example for Precedence-Based and DSCP-Based Frame Relay PVC Selection

Example 19-7
precedence or DSCP level. The sample configuration creates two PVC bundles on a multipoint
subinterface. The PVC bundle named new-york has four members and supports precedence mapping.
The PVC bundle named san-jose has three members and supports DSCP mapping. The example uses
arbitrary DSCP ranges.
Example 19-7 Configuring Precedence-Based and DSCP-Based PVC Selection
interface serial 0.1 multipoint
/* Create a VC bundle map entry for the next hop IP address*/
OL-7433-09
Configuration Example for Precedence-Based and DSCP-Based Frame Relay PVC Selection,
page 19-49
Configuration Example for MPLS EXP-Based Frame Relay PVC Selection, page 19-50
shows how to directly configure Frame Relay PVC selection based on the packet's
frame-relay map ip 10.16.0.2 vc-bundle new-york
frame-relay map ip 12.0.0.2 vc-bundle san-jose
frame-relay vc-bundle new-york
match precedence
/* Create the PVCs for VC bundle new-york*/
pvc 100 ny-control
class control
precedence 7
protect vc
pvc 101 ny-premium
class premium
precedence 5-6
protect group
no bump traffic
bump explicit 7
pvc 102 ny-priority
class priority
precedence 2-4
protect group
pvc 103 ny-basic
class basic
precedence other
protect group
frame-relay vc-bundle san-jose
match dscp
pvc 200
class control
dscp 63-60
no bump traffic
protect vc
Cisco 10000 Series Router Quality of Service Configuration Guide
Frame Relay PVC Selection
19-49

Advertisement

Table of Contents
loading

Table of Contents