Guest User

Untitled

a guest
Jun 25th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. Pix1:
  2.  
  3. crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
  4. crypto ipsec security-association lifetime seconds 28800
  5. crypto ipsec security-association lifetime kilobytes 4608000
  6. crypto map OUTSIDE 1 match address TUNNELTRAFFIC
  7. crypto map OUTSIDE 1 set pfs
  8. crypto map OUTSIDE 1 set peer 192.168.2.2
  9. crypto map OUTSIDE 1 set transform-set ESP-3DES-SHA
  10. crypto map OUTSIDE interface outside
  11. crypto isakmp identity address
  12. crypto isakmp enable outside
  13. crypto isakmp policy 10
  14. authentication pre-share
  15. encryption 3des
  16. hash sha
  17. group 2
  18. lifetime 86400
  19.  
  20.  
  21. Pix2:
  22. pixfirewall# show running-config crypto
  23. crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
  24. crypto ipsec security-association lifetime seconds 28800
  25. crypto ipsec security-association lifetime kilobytes 4608000
  26. crypto map OUTSIDE 1 match address TUNNELTRAFFIC
  27. crypto map OUTSIDE 1 set pfs
  28. crypto map OUTSIDE 1 set peer 192.168.1.2
  29. crypto map OUTSIDE 1 set transform-set ESP-3DES-SHA
  30. crypto map OUTSIDE interface outside
  31. crypto isakmp identity address
  32. crypto isakmp enable outside
  33. crypto isakmp policy 10
  34. authentication pre-share
  35. encryption 3des
  36. hash sha
  37. group 2
  38. lifetime 86400
Add Comment
Please, Sign In to add comment