Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco PIX Beginner "crypto map" Question

Status
Not open for further replies.

explosivo

IS-IT--Management
Feb 9, 2001
16
US
What is the policy numbering system for the crypto map portion of a PIX config??

Can I use single digits or a non-multiple of 10?????

crypto map outside_map 20 ipsec-isakmp
crypto map outside_map 20 match address vpn1
crypto map outside_map 20 set peer x.x.x.x
crypto map outside_map 20 set transform-set ESP-3DES-SHA


EXAMPLE:

crypto map outside_map 7 ipsec-isakmp
crypto map outside_map 7 match address vpn2
crypto map outside_map 7 set peer x.x.x.x.
crypto map outside_map 7 set transform-set ESP-3DES-SHA

crypto map outside_map 10 ipsec-isakmp
crypto map outside_map 10 match address vpn3
crypto map outside_map 10 set peer x.x.x.x
crypto map outside_map 10 set transform-set ESP-3DES-SHA

Thanks!

 
Hi

You can use any number you want for your crypto map. And you can use single digits or double digits - whatever you want.

Hope this helps
 
Crypto map sequence numbers are for prioritization. When you have multiple sequence numbers within a map the map entry with the lowest number will be given the highest priority and will be used first.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top