Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. crypto ikev1 policy 10
  2. authentication pre-share
  3. encryption aes
  4. hash sha
  5. group 2
  6. lifetime 28800
  7.  
  8. crypto map VPN 10 match address ACL-VPN
  9. crypto map VPN 10 set pfs
  10. crypto map VPN 10 set peer 201.222.X.X
  11. crypto map VPN 10 set ikev1 transform-set VPN-ESP-AES-SHA
  12. crypto map VPN 10 set security-association lifetime seconds 3600
  13. crypto map VPN interface outside
  14.  
  15. tunnel-group 201.222.X.X type ipsec-l2l
  16. tunnel-group 201.222.X.X ipsec-attributes
  17. ikev1 pre-shared-key *****
  18. isakmp keepalive threshold 10 retry 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement