-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathASA-ikev2.txt
31 lines (24 loc) · 874 Bytes
/
ASA-ikev2.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
access-list metoazure line 1 extended permit ip 10.0.0.0 255.255.0.0 10.1.0.0 255.255.0.0
crypto ikev2 policy 60
encryption aes-256
integrity sha384
group 24
prf sha384
lifetime seconds 3600
crypto ipsec ikev2 ipsec-proposal IPSEC-AZURE
protocol esp encryption aes-256
protocol esp integrity sha-256
group-policy AZURE internal
group-policy AZURE attributes
vpn-tunnel-protocol ikev2
tunnel-group 66.66.66.66 type ipsec-l2l
tunnel-group 66.66.66.66 general-attributes
default-group-policy AZURE
tunnel-group 66.66.66.66 ipsec-attributes
ikev2 remote-authentication pre-shared-key xxxxxx
ikev2 local-authentication pre-shared-key xxxxxx
crypto map dyn-map 10 match address metoazure
crypto map dyn-map 10 set pfs group24
crypto map dyn-map 10 set peer 66.66.66.66
crypto map dyn-map 10 set ikev2 ipsec-proposal IPSEC-AZURE
crypto ikev2 enable OUTSIDE