PIX-Cryptomap-Modification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2006 08:06 AM
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.
- Labels:
-
VPN

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2006 08:43 AM
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!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2006 02:07 PM
Can't i append the existing ACL with new lines.
Will the crypto map take affect.
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2006 04:55 PM
Yes, you can do that.
Gilbert
- Rate it, if it helps -
