Policy maps

From: Danny.Andaluz@triaton-na.com
Date: Sat Aug 30 2003 - 20:37:01 GMT-3


Hi, Group. When configuring the classes under the policy map, Is this:
 
policy-map cisco
  class test
    priority 80
  class class-default
   bandwidth 48
 
class-map match-all test
  match access-group 189
 
access-list 189 permit ip any any precedence critical
 
 
The same as this:
 
policy-map cisco

  class test

    priority 80

  class data

   bandwidth 48

 

class-map match-all test
  match access-group 189
 
class-map data

  match input-interface Ethernet0

 
access-list 189 permit ip any any precedence critical
 

 

 

I'm thinking the class class-default is used for what ever doesn't match the class test including data. If I have voice traffic specified in the test class-map then all data should fall under the class-default. Does system traffic also fall under this class-default? I also have the following under the interface:

 

max-reserved-bandwidth 100

 
Thanks,
Danny



This archive was generated by hypermail 2.1.4 : Tue Sep 02 2003 - 18:54:11 GMT-3