Advertisement
Guest User

asa phase1

a guest
May 9th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. For phase 1 ASA use all policy it have:
  2.  
  3.  
  4.  
  5. crypto isakmp policy 1
  6.  
  7. authentication pre-share
  8.  
  9. encryption 3des
  10.  
  11. hash md5
  12.  
  13. group 2
  14.  
  15. lifetime 86400
  16.  
  17. crypto isakmp policy 2
  18.  
  19. authentication pre-share
  20.  
  21. encryption des
  22.  
  23. hash md5
  24.  
  25. group 1
  26.  
  27. lifetime 86400
  28.  
  29. crypto isakmp policy 3
  30.  
  31. authentication rsa-sig
  32.  
  33. encryption 3des
  34.  
  35. hash md5
  36.  
  37. group 2
  38.  
  39. lifetime 86400
  40.  
  41. crypto isakmp policy 4
  42.  
  43. authentication pre-share
  44.  
  45. encryption 3des
  46.  
  47. hash md5
  48.  
  49. group 1
  50.  
  51. lifetime 86400
  52.  
  53. crypto isakmp policy 5
  54.  
  55. authentication pre-share
  56.  
  57. encryption 3des
  58.  
  59. hash md5
  60.  
  61. group 5
  62.  
  63. lifetime 86400
  64.  
  65. crypto isakmp policy 6
  66.  
  67. authentication pre-share
  68.  
  69. encryption aes-256
  70.  
  71. hash sha
  72.  
  73. group 2
  74.  
  75. lifetime 86400
  76.  
  77. crypto isakmp policy 7
  78.  
  79. authentication pre-share
  80.  
  81. encryption aes
  82.  
  83. hash sha
  84.  
  85. group 2
  86.  
  87. lifetime 28800
  88.  
  89. crypto isakmp policy 8
  90.  
  91. authentication pre-share
  92.  
  93. encryption aes
  94.  
  95. hash sha
  96.  
  97. group 2
  98.  
  99. lifetime 86400
  100.  
  101. crypto isakmp policy 11
  102.  
  103. authentication pre-share
  104.  
  105. encryption aes-256
  106.  
  107. hash sha
  108.  
  109. group 2
  110.  
  111. lifetime 3600
  112.  
  113. crypto isakmp policy 13
  114.  
  115. authentication pre-share
  116.  
  117. encryption 3des
  118.  
  119. hash sha
  120.  
  121. group 2
  122.  
  123. lifetime 86400
  124.  
  125. crypto isakmp policy 14
  126.  
  127. authentication pre-share
  128.  
  129. encryption 3des
  130.  
  131. hash sha
  132.  
  133. group 2
  134.  
  135. lifetime 28800
  136.  
  137. crypto isakmp policy 17
  138.  
  139. authentication rsa-sig
  140.  
  141. encryption aes-256
  142.  
  143. hash sha
  144.  
  145. group 5
  146.  
  147. lifetime 86400
  148.  
  149. crypto isakmp policy 18
  150.  
  151. authentication rsa-sig
  152.  
  153. encryption aes-256
  154.  
  155. hash sha
  156.  
  157. group 2
  158.  
  159. lifetime 86400
  160.  
  161. crypto isakmp policy 19
  162.  
  163. authentication rsa-sig
  164.  
  165. encryption aes-192
  166.  
  167. hash sha
  168.  
  169. group 2
  170.  
  171. lifetime 86400
  172.  
  173. crypto isakmp policy 20
  174.  
  175. authentication rsa-sig
  176.  
  177. encryption 3des
  178.  
  179. hash sha
  180.  
  181. group 5
  182.  
  183. lifetime 86400
  184.  
  185.  
  186.  
  187. to make a mach with this VPN the crypto isakmp policy 13
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement