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

PIX-Cryptomap-Modification

rpsrekhi3
Level 1
Level 1

My crypto map has several sequence numbers - 100,200,300 and 400.Each of them serve different clients.I need to modify the ACL called by sequence number 100.

What is the best way to do so that other clients are not disrupted.

Can i just pull off the specific line of the sequence number like:

no crypto map mymap 100 match address XXX

and them modify the acl XXX and then put it back in.

crypto map mymap 100 match address XXX.

Thanks.

3 Replies 3

ggilbert
Cisco Employee
Cisco Employee

1. Create a NEW ACL.

2. Apply the NEW ACL to the crypto map match address entry.

The old entry will be overwritten.

eg:

access-l 101 per ip host 1.1.1.1 host 3.3.3.3

cry map mymap 100 match address 101

- Gilbert

- Pls. rate it, if it helps!!

Can't i append the existing ACL with new lines.

Will the crypto map take affect.

Thanks.

Yes, you can do that.

Gilbert

- Rate it, if it helps -