Using Dynamic Crypto Maps
As far as this access list goes I am a little confused. The source and destination ip addresses, what are they doing, where are they going, and what interface are they bound to? Is there a need of an ip local pool of some sort? This is the config that I am currently trying to get up and running. If I am missing anything or it is FUBAR, please let me know and try to point me in the right direction. Thanks.
isakmp enable outside
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp pokicy 10 group2
isakmp policy 10 hash sha
isakmp policy 10 lifetime 86400
isakmp identity pixfirewall
hostname pixfirewall
domain-name pixfirewall.com
isakmp key 1234567890 address pcl148.trans-system.com
access-list 101 permit ip 10.0.0.0 255.255.255.0 10.1.1.0 255.255.255.0
crypto ipsec transform-set myset1 esp-3des esp-sha-hmac
crypto dynamic-map dyn1 10 ipsec-isakmp
crypto dynamic-map dyn1 10 match address 101
crypto dynamic-map dyn1 10 set transform-set myset1
crypto dynamic-map dyn1 10 set pfs group1
crypto map mymap 200 ipsec-isakmp dynamic dyn1
As far as this access list goes I am a little confused. The source and destination ip addresses, what are they doing, where are they going, and what interface are they bound to? Is there a need of an ip local pool of some sort? This is the config that I am currently trying to get up and running. If I am missing anything or it is FUBAR, please let me know and try to point me in the right direction. Thanks.
isakmp enable outside
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp pokicy 10 group2
isakmp policy 10 hash sha
isakmp policy 10 lifetime 86400
isakmp identity pixfirewall
hostname pixfirewall
domain-name pixfirewall.com
isakmp key 1234567890 address pcl148.trans-system.com
access-list 101 permit ip 10.0.0.0 255.255.255.0 10.1.1.0 255.255.255.0
crypto ipsec transform-set myset1 esp-3des esp-sha-hmac
crypto dynamic-map dyn1 10 ipsec-isakmp
crypto dynamic-map dyn1 10 match address 101
crypto dynamic-map dyn1 10 set transform-set myset1
crypto dynamic-map dyn1 10 set pfs group1
crypto map mymap 200 ipsec-isakmp dynamic dyn1