Soldato
- Joined
- 17 Oct 2002
- Posts
- 3,941
- Location
- West Midlands
Greetings, im putting together a QoS policy to be applied to CPE routers on an MPLS network with a single hub site and multiple spoke sites.
Our provider uses the 4 Class model and supports both IPP and DSCP, These are referred to as Gold (IPP 5) Silver (IPP 4) Bronze (IPP 2) and Default (IPP 0) ive used AutoQos in the past but thought about giving a manual config a go, could someone clarify if im heading in the right direction?
The policy will be applied on the MPLS facing interface going outbound of each CPE router.
!
class-map match-any REALTIME_GOLD
match ip dscp ef (VOIP)
class-map match-any CRITICAL_SILVER
match ip dscp af31 (Call Signalling)
match ip dscp cs3 (Call Signalling)
match ip dscp cs6 (IP Routing BGP)
match ip dscp af21 (Unix Database Access)
class-map match-any BEST_EFFORT_BRONZE
match ip dscp 0 (Web Traffic/Email/Pritning)
class-map match-any SCAVENGER
match ip dscp CS1 (P2P/Misc)
!
policy-map CUSTOMER_CPE
class REALTIME_GOLD
priority percent 50
class CRITICAL_SILVER
bandwidth percent 24
random-detect dscp-based
class BEST_EFFORT_BRONZE
bandwidth percent 25
random-detect dscp-based
class SCAVENGER
bandwidth percent 1
I haven't included access list to define traffic yet and may well have make a complete mess of the above but any comments would be appreciated.
Regards
Our provider uses the 4 Class model and supports both IPP and DSCP, These are referred to as Gold (IPP 5) Silver (IPP 4) Bronze (IPP 2) and Default (IPP 0) ive used AutoQos in the past but thought about giving a manual config a go, could someone clarify if im heading in the right direction?
The policy will be applied on the MPLS facing interface going outbound of each CPE router.
!
class-map match-any REALTIME_GOLD
match ip dscp ef (VOIP)
class-map match-any CRITICAL_SILVER
match ip dscp af31 (Call Signalling)
match ip dscp cs3 (Call Signalling)
match ip dscp cs6 (IP Routing BGP)
match ip dscp af21 (Unix Database Access)
class-map match-any BEST_EFFORT_BRONZE
match ip dscp 0 (Web Traffic/Email/Pritning)
class-map match-any SCAVENGER
match ip dscp CS1 (P2P/Misc)
!
policy-map CUSTOMER_CPE
class REALTIME_GOLD
priority percent 50
class CRITICAL_SILVER
bandwidth percent 24
random-detect dscp-based
class BEST_EFFORT_BRONZE
bandwidth percent 25
random-detect dscp-based
class SCAVENGER
bandwidth percent 1
I haven't included access list to define traffic yet and may well have make a complete mess of the above but any comments would be appreciated.
Regards