cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
255
Views
0
Helpful
1
Replies

QoS time-based shaping

Hi all,

I want to cinfigure time-based shaping. I can do that with time-based ACL.

But can I do that with native configuration options of Shaping?

Thanks

1 Reply 1

acampbell
VIP Alumni
VIP Alumni

Hi,

Try something along these lines

!

time-range WORKDAYTIME

periodic Monday Tuesday Wednesday Thursday Friday 8:00 to 17:00

!

access-list 101 permit tcp 10.1.1.0 0.0.0.255 172.16.1.0 0.0.0.255 eq telnet time-range WORKDAYTIME

!

!

class-map match-all WORKDAYTIME

   match access-group 101

!

!

policy-map WORKDAYTIME

    class WORKDAYTIME

     shape average 3300000 103000 0

!

!

interface fast 0/0/0

service-policy output WORKDAYTIME

!

!

time-range WORKDAYTIME

periodic Monday Tuesday Wednesday Thursday Friday 8:00 to 17:00

!

access-list 101 permit tcp 10.1.1.0 0.0.0.255 172.16.1.0 0.0.0.255 eq telnet time-range WORKDAYTIME

!

!

class-map match-all WORKDAYTIME

   match access-group 101

!

!

policy-map WORKDAYTIME

    class WORKDAYTIME

     shape average 3300000 103000 0

!

!

interface fast 0/0/0

service-policy output WORKDAYTIME

!

Regards,
Alex.
Please rate useful posts.

Regards, Alex. Please rate useful posts.