From: toonsh dosh (toonsh@hotmail.com)
Date: Wed Jul 27 2005 - 11:48:23 GMT-3
Hi
I have a question with this sample configuration below take from MQC-Based
Frame-Relay configuration doc:
class-map voice
match ip dscp ef
policy-map llq
class voice
priority 32
policy-map shape
class class-default
shape average 64000
shape adaptive 32000
service-policy llq <---------------------------------- Why do
they nest this LLQ policy
interface serial0/0
encapsulation frame-relay
interface serial0/0.1 point-to-point
ip address 192.168.1.1 255.255.255.0
frame-relay interface-dlci 100
class shape
Why is it that they create a LLQ policy and then nest it under the default
class. What would have been the difference if the did it in the following
manner:
policy-map shape
class llq
priority 32
class class-default
shape average 64000
shape adaptive 32000
So have two seperate classes under the "policy-map shape".
Thanks
This archive was generated by hypermail 2.1.4 : Sun Sep 04 2005 - 17:00:31 GMT-3