Cisco ASA 5510 Time of Day Based Policing
Solution 1:
The PIXOS feature you are looking for is called Time Based Access List
. It is a two step approach
- Create the time-range object
- Attach the time-range object to a specific rule
The ASA will then only apply the targeted rule during that time-range. You should be able to get what you want with something like this
hostname(config)#time-range OffHours
hostname(config-time-range)#periodic weekdays 17:00 to 07:00
hostname(config)#access-list Residence line 1 extended permit ip any any time-range OffHours
hostname(config)#access-group Residence in interface inside
Full write-up at Cisco Command Reference