From: ali (asayyed@atheer.net.sa)
Date: Sat Feb 28 2004 - 04:22:42 GMT-3
Dear All
Refrecing to my configuration in bellow my question is :
If I apply this in the interface to make time-based traffic shaping .. what
will happened in case number 1 ,,, I mean during the daylight range I
activate the class 1 to take or consume 3000 from the bandwidth but at that
time class 2 is not active because the access-list 102 is not active so what
happened in the class2 did the reserve 2000 form the bandwidth ( in case no
matching .. access-list ) OR it didnt reserve any thing from the original
bandwidth
And I am pleased if u can give me another hint or if there is another way
if I want to apply time based traffic shaping
Router(config)# policy-map policy1
Router(config-pmap)# class class1
Router(config-pmap-c)# bandwidth 3000
Router(config-pmap-c)# queue-limit 30
Router(config-pmap)# exit
Router(config-pmap)# class class2
Router(config-pmap-c)# bandwidth 2000
Router(config-pmap)# exit
Router(config)# class-map class1
Router(config-cmap)# match access-group 101
Router(config-cmap)# exit
Router(config)# class-map class2
Router(config-cmap)# match access-group 102
Router(config-cmap)# exit
access-list 101 permit ip 212.70.49.0 0.0.0.255 any time-range daylight
access-list 102 permit ip 212.70.39.0 0.0.0.255 any time-range night
time-range daylight
periodic daily 6:00 to 14:00
!
time-range night
periodic daily 14:00 to 6:00
This archive was generated by hypermail 2.1.4 : Fri Mar 05 2004 - 07:13:59 GMT-3