Cisco 10000 Series Configuration Manual page 453

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

Advertisement

Chapter 14
Simultaneous Policy Maps
ppp timeout retry 1
ppp timeout authentication 15
PTA Configuration
aaa new-model
!
Username gomer1@domain1.com password 0 gomer
aaa authentication ppp default local
aaa authentication login mylist enable line aaa authentication ppp
vpdn enable
ppp hold-queue 80000
no mpls ldp logging neighbor-changes
no virtual-template snmp
!
buffers small permanent 15000
buffers middle permanent 12000
buffers big permanent 8000
bba-group pppoe VRF_1
virtual-template 1
sessions per-vc limit 1000
sessions per-mac limit 1000
sessions per-vlan limit 1000
!
class-map match-any voip
match ip precedence 5
!
class-map match-any all_pkts
match any
!
class-map match-any video
match ip precedence 4
!
! The policy map named cbwfq_out_policy is the interface policy that is inherited by all sessions.
policy-map cbwfq_out_policy
class voip
police 24000 9216 0 conform-action transmit exceed-action drop violate-action drop
priority
class video
bandwidth 20
class class-default
!
policy-map in_pmap
class all_pkts
police 64000 9216 0 conform-action transmit exceed-action drop violate-action drop
!
! The policy map named police_out_policy is the session policy that is owned by each session.
policy-map police_out_policy
class voip
police 12000 4000 0 conform-action transmit exceed-action drop violate-action drop
class video
police 10000 4000 0 con conform-action transmit exceed-action drop violate-action drop
class class-default
class all_pkts
police 32000 4000 0 conform-action transmit exceed-action drop violate-action drop
!
interface GigabitEthernet6/0/0
no ip address
!
! Interface policy named cbwfq_out_policy is applied to the GE interface.
interface GigabitEthernet6/0/0.2
encapsulation dot1Q 2
OL-7433-09
Configuration Examples for Simultaneous Policy Maps
Cisco 10000 Series Router Quality of Service Configuration Guide
14-15

Advertisement

Table of Contents
loading

Table of Contents