Hello. I am new to PIX. I have an access-list that is permiting traffic through a port to a machine. The access-line is:
access-list acl_outside permit udp any host X.X.X.X eq pcanywhere-status
If I do: NO access-list acl_outside permit udp any host X.X.X.X eq pcanywhere-status
Will that remove just that statement out of the access list? Or will it also remove the whole access list itself?
Thanks.