From: Bajo (bajoalex@gmail.com)
Date: Thu Oct 06 2005 - 18:29:40 GMT-3
Agree. Take a look at the Doc CD example at
http://www.cisco.com/univercd/cc/td/doc/product/software/ios123/123tcr/123tfr
/cfrgt_12.htm#wp1058115
:
The following example denies HTTP traffic on Monday through Friday from 8:00
a.m. to 6:00 p.m. The example allows UDP traffic on Saturday and Sunday from
noon to midnight only.
time-range no-http
periodic weekdays 8:00 to 18:00
!
time-range udp-yes
periodic weekend 12:00 to 24:00
!
ip access-list extended strict
deny tcp any any eq http time-range no-http
permit udp any any time-range udp-yes
!
interface ethernet 0
ip access-group strict in
On 10/6/05, James Matrisciano <jmatrisciano@kenttech.com> wrote:
>
> 1700
>
> -----Original Message-----
> From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
> manoj menon
> Sent: Thursday, October 06, 2005 4:01 PM
> To: ccielab@groupstudy.com
> Subject: Time Range Question
>
> Hello Group,
>
> If we are asked to configure a 'permit ip traffic' acl between 08:00 AM
> and 05:00 PM during weekdays
>
> Should We configure,
>
> time-range IP_TIME
> periodic weekdays 08:00 to 17:00
>
> OR
>
> time-range IP_TIME
> periodic weekdays 08:00 to 16:59
>
> I would lean towards the second option as the first one (in my
> knowledge) counts upto 05:01 PM.
>
> Comments will be much appreciated.
>
> Regards.
>
>
>
> ---------------------------------
> Yahoo! for Good
> Click here to donate to the Hurricane Katrina relief effort.
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
>
-- Kind Regards,Bajo
This archive was generated by hypermail 2.1.4 : Sun Nov 06 2005 - 22:00:49 GMT-3