[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Example: Aggregate Rate Limit for All Nonvoice Traffic Hierarchical Policy Configuration

In this example:


Figure 12: Interface Stack for Aggregate Rate Limit

This example uses the following:


Figure 13: Aggregate Rate Limit for Nonvoice Traffic Configuration
  1. Create a rate limit that can be shared across all video streams. Create an external parent group to hold this rate limit.
  2. host1(config)#rate-limit-profile VIDEO_AGG two-rate hierarchical
    
    host1(config-rate-limit-profile)#committed-rate 1500000
    
    host1(config-rate-limit-profile)#committed-action transmit final
    
    host1(config-rate-limit-profile)#exit
    
    
    
    host1(config)#parent-group EPG1
    
    host1(config-parent-group)#rate-limit-profile VIDEO_AGG
    
    host1(config-parent-group)#exit
    
    
    
  3. Create a policy list to attach to all IP sessions.
  4. host1(config)#rate-limit-profile VIDEO_RATE two-rate hierarchical
    
    host1(config-rate-limit-profile)#committed-rate 1000000
    
    host1(config-rate-limit-profile)#committed-action transmit conditional
    
    host1(config-rate-limit-profile)#exit
    
    
    
    host1(config)#rate-limit-profile DATA_RATE two-rate hierarchical
    
    host1(config-rate-limit-profile)#committed-rate 5000000
    
    host1(config-rate-limit-profile)#committed-action transmit conditional
    
    host1(config-rate-limit-profile)#exit
    
    
    
    host1(config)#policy-parameter A hierarchical
    
    host1(config-policy-parameter)#exit
    
    host1(config)#policy-parameter B hierarchical
    
    host1(config-policy-parameter)#exit
    
    
    
    host1(config)#ip policy-list IP_POL1
    
    host1(config-policy-list)#classifier-group VIDEO_CLACL external parent-group 
    EPG1 parameter A
    
    host1(config-policy-list-classifier-group)#rate-limit-profile VIDEO_RATE
    
    host1(config-policy-list-classifier-group)#exit
    
    host1(config-policy-list)#classifier-group * external parent-group EPG2 
    
    parameter B
    
    host1(config-policy-list-classifier-group)#rate-limit-profile DATA_RATE
    
    host1(config-policy-list-classifier-group)#exit
    
    host1(config-policy-list)#exit
    
    
    
  5. In all users' records in RADIUS, specify the ingress policy name IP_POL1. However, be sure to specify the policy parameter through the profile.
  6. host1(config)#profile PPPOE_PROF1
    
    host1(config-profile)#ip policy-parameter hierarchical A vlan
    
    host1(config-profile)#ip policy-parameter hierarchical B ethernet
    
    host1(config-profile)#exit
    
    
    
    host1(config)#interface fastEthernet 3/0.1
    
    host1(config-interface)#vlan id 1
    
    host1(config-interface)#encapsulation pppoe
    
    host1(config-interface)#profile PPPOE_PROF1
    
    host1(config-interface)#pppoe auto-configure
    
    host1(config-interface)#exit
    

[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]