command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2009 03:39 AM - edited 02-21-2020 03:17 AM
hi expert,
I want exact meaning of this command
1. crypto map xyz local-address Loopback0
2. crypto map xyz 1 ipsec-isakmp
for 2 command we r defining crypto map, i would like to what happen if i give map with different seq. no,
Thanking you,
Prashanth

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2009 12:57 AM
Hello,
1. This command defines the IP address that this VPN endpoint uses to identify itself to remote peers. ie the IP on loopback0 is the IP you define in the remote VPN endpoints crypto map statement.
2. You use another sequence number to define another set of VPN parameters. This is needed when you are VPNing to multiple endpoints. ie
crypto map VPN_2_LONDON 10 ipsec-isakmp
set peer 1.1.1.1
set transform-set AES_SHA
match address 101
crypto map VPN_2_PARIS 20 ipsec-isakmp
set peer 2.2.2.2
set transform-set AES_SHA
match address 102
Thanks
