cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
493
Views
0
Helpful
3
Replies

access-list every month

CCDECCDE9
Level 1
Level 1

Hi

How can I add the folllowing access-list to work once  every month for 24 hrs from 12am-12am on PIX-525-6.3 Version . I do not have ASDM installed on it so I need command line only.

access-list 102 permit ip host 16.19.x.y  host 10.32.1.25

Thanks

1 Accepted Solution

Accepted Solutions

I am sorry, I didn't know you were running 6.3.

In 6.3 I don't thin you can achieve it except if you write a script that connects to the PIX and put the ACE there or do it manually.

PK

View solution in original post

3 Replies 3

Panos Kampanakis
Cisco Employee
Cisco Employee

I don't think you can achieve it mothly. But you can use the time range option for the ACL

access-list 102 permit ip host 16.19.x.y  host 10.32.1.25 time-range test

time-range test

  periodic ...

Your option about the periodicity are

Friday     Friday
  Monday     Monday
  Saturday   Saturday
  Sunday     Sunday
  Thursday   Thursday
  Tuesday    Tuesday
  Wednesday  Wednesday
  daily      Every day of the week
  weekdays   Monday thru Friday
  weekend    Saturday and Sunday

You can't set a monthly option there though.

You can also use the absolute option instead of the periodic that give you the option to se the month. It should something like

time-range t

absolute start 00:01 1 January 2010 end 23:59 12 January 2010

absolute start 00:01 1 Feb 2010 end 23:59 12 Feb 2010

absolute start 00:01 1 March 2010 end 23:59 12 March 2010

...etc

So you can use one of those.

I hope it helps.

PK

Time-range is not available in this 6.3 version

I am sorry, I didn't know you were running 6.3.

In 6.3 I don't thin you can achieve it except if you write a script that connects to the PIX and put the ACE there or do it manually.

PK

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card