I have applied the following access-list on my pix
515 (OS- 6.1(4) ) inside interface.
access-list acl_in deny udp any any eq tftp
access-list acl_in deny tcp any any eq 135
access-list acl_in deny udp any any eq 135
access-list acl_in permit ip any any
Now i need to allow one specific subnet 10.10.8.0/24 to communicate with host 1 on port 135 . How do i add this at the beginning of the access-list. Do i have to remove the entire list , modify the access list to include the new line at the beginning and apply the list on the interface ? or Has Cisco deviced some other way of doing this to avoid the production downtime involved in the former steps ?
regards,
jimmy.