Guest User

Untitled

a guest
Feb 23rd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.93 KB | None | 0 0
  1. ASA1# show ipsec sa peer 1.2.3.4
  2. peer address: 1.2.3.4
  3. Crypto map tag: OUTSIDE_map, seq num: 1, local addr: 9.8.7.6
  4.  
  5. access-list OUTSIDE_cryptomap_2 extended permit ip 192.168.242.0 255.255.255.0 192.168.244.0 255.255.255.0
  6. local ident (addr/mask/prot/port): (192.168.242.0/255.255.255.0/0/0)
  7. remote ident (addr/mask/prot/port): (192.168.244.0/255.255.255.0/0/0)
  8. current_peer: 1.2.3.4
  9.  
  10.  
  11. #pkts encaps: 0, #pkts encrypt: 0, #pkts digest: 0
  12. #pkts decaps: 1428, #pkts decrypt: 1428, #pkts verify: 1428
  13. #pkts compressed: 0, #pkts decompressed: 0
  14. #pkts not compressed: 0, #pkts comp failed: 0, #pkts decomp failed: 0
  15. #pre-frag successes: 0, #pre-frag failures: 0, #fragments created: 0
  16. #PMTUs sent: 0, #PMTUs rcvd: 0, #decapsulated frgs needing reassembly: 0
  17. #TFC rcvd: 0, #TFC sent: 0
  18. #Valid ICMP Errors rcvd: 0, #Invalid ICMP Errors rcvd: 0
  19. #send errors: 0, #recv errors: 0
  20.  
  21. local crypto endpt.: 9.8.7.6/500, remote crypto endpt.: 1.2.3.4/500
  22. path mtu 1500, ipsec overhead 55(36), media mtu 1500
  23. PMTU time remaining (sec): 0, DF policy: copy-df
  24. ICMP error validation: disabled, TFC packets: disabled
  25. current outbound spi: CB3A6309
  26. current inbound spi : 5E3D8A13
  27.  
  28. inbound esp sas:
  29. spi: 0x5E3D8A13 (1581091347)
  30. transform: esp-aes-gcm-256 esp-null-hmac no compression
  31. in use settings ={L2L, Tunnel, PFS Group 14, IKEv2, }
  32. slot: 0, conn_id: 167936, crypto-map: OUTSIDE_map
  33. sa timing: remaining key lifetime (sec): 2676
  34. IV size: 8 bytes
  35. replay detection support: Y
  36. Anti replay bitmap:
  37. 0xFFFFFFFF 0xFFFFFFFF
  38. outbound esp sas:
  39. spi: 0xCB3A6309 (3409601289)
  40. transform: esp-aes-gcm-256 esp-null-hmac no compression
  41. in use settings ={L2L, Tunnel, PFS Group 14, IKEv2, }
  42. slot: 0, conn_id: 167936, crypto-map: OUTSIDE_map
  43. sa timing: remaining key lifetime (sec): 2676
  44. IV size: 8 bytes
  45. replay detection support: Y
  46. Anti replay bitmap:
  47. 0x00000000 0x00000001
  48.  
  49. 939: 20:11:44.438591 0023.ab3f.8255 24e9.b315.cddf 0x0800 Length: 89
  50. 192.168.244.114.51353 > 192.168.242.200.53: [no cksum] udp 47 [tos 0x10] (ttl 63, id 8826) Drop-reason: (acl-drop) Flow is denied by configured rule
  51.  
  52. ASA1# show running-config crypto map
  53. crypto map OUTSIDE_map 1 match address OUTSIDE_cryptomap_2
  54. crypto map OUTSIDE_map 1 set pfs group14
  55. crypto map OUTSIDE_map 1 set peer 1.2.3.4
  56. crypto map OUTSIDE_map 1 set ikev2 ipsec-proposal AESGCM
  57. crypto map OUTSIDE_map 1 set security-association lifetime seconds 3600
  58. crypto map OUTSIDE_map 1 set nat-t-disable
  59. crypto map OUTSIDE_map 2 match address OUTSIDE_cryptomap_3
  60. crypto map OUTSIDE_map 2 set pfs group14
  61. crypto map OUTSIDE_map 2 set peer 5.6.7.8
  62. crypto map OUTSIDE_map 2 set ikev2 ipsec-proposal AESGCM
  63. crypto map OUTSIDE_map 2 set security-association lifetime seconds 3600
  64. crypto map OUTSIDE_map 2 set nat-t-disable
  65. crypto map OUTSIDE_map interface OUTSIDE
  66.  
  67. ASA1# show running-config access-list OUTSIDE_cryptomap_2
  68. access-list OUTSIDE_cryptomap_2 extended permit ip object NOC-network object Victoria-network
  69.  
  70. ASA1# show running-config access-list OUTSIDE_cryptomap_3
  71. access-list OUTSIDE_cryptomap_3 extended permit ip object NOC-network object Toronto-network
  72.  
  73. ASA1# show running-config nat
  74. nat (INSIDE,OUTSIDE) source static NOC-network NOC-network destination static Victoria-network Victoria-network no-proxy-arp route-lookup
  75. nat (INSIDE,OUTSIDE) source static NOC-network NOC-network destination static Toronto-network Toronto-network no-proxy-arp route-lookup
  76.  
  77. ASA1# show running-config tunnel-group
  78. tunnel-group 1.2.3.4 type ipsec-l2l
  79. tunnel-group 1.2.3.4 general-attributes
  80. default-group-policy GroupPolicy_Victoria
  81. tunnel-group 1.2.3.4 ipsec-attributes
  82. ikev1 pre-shared-key *****
  83. ikev2 remote-authentication pre-shared-key *****
  84. ikev2 local-authentication pre-shared-key *****
  85. tunnel-group 5.6.7.8 type ipsec-l2l
  86. tunnel-group 5.6.7.8 general-attributes
  87. default-group-policy GroupPolicy_Toronto
  88. tunnel-group 5.6.7.8 ipsec-attributes
  89. ikev1 pre-shared-key *****
  90. isakmp keepalive threshold 15 retry 2
  91. ikev2 remote-authentication pre-shared-key *****
  92. ikev2 local-authentication pre-shared-key *****
  93.  
  94. ASA1# show running-config crypto ikev2
  95. crypto ikev2 policy 2
  96. encryption aes-gcm-256
  97. integrity null
  98. group 21 24
  99. prf sha512
  100. lifetime seconds 28800
  101. crypto ikev2 policy 3
  102. encryption aes-256
  103. integrity sha512
  104. group 21 24
  105. prf sha512
  106. lifetime seconds 28800
  107. crypto ikev2 enable OUTSIDE
  108.  
  109. ASA1# show running-config crypto ipsec
  110. crypto ipsec ikev2 ipsec-proposal AES256-SHA512
  111. protocol esp encryption aes-256
  112. protocol esp integrity sha-512
  113. crypto ipsec ikev2 ipsec-proposal AESGCM
  114. protocol esp encryption aes-gcm-256
  115. protocol esp integrity sha-512
  116. crypto ipsec ikev2 sa-strength-enforcement
  117. crypto ipsec security-association pmtu-aging infinite
  118.  
  119. #ASA1 show running-config all sysopt
  120. no sysopt traffic detailed-statistics
  121. no sysopt connection timewait
  122. sysopt connection tcpmss 1380
  123. sysopt connection tcpmss minimum 0
  124. sysopt connection permit-vpn
  125. sysopt connection reclassify-vpn
  126. no sysopt connection preserve-vpn-flows
  127. no sysopt radius ignore-secret
  128. no sysopt noproxyarp OUTSIDE
  129. no sysopt noproxyarp INSIDE
  130. no sysopt noproxyarp DMZ1
  131. no sysopt noproxyarp management
  132.  
  133. in id=0x7fff370d6450, priority=70, domain=ipsec-tunnel-flow, deny=false
  134. hits=17302, user_data=0x8e0d6a4, **cs_id=0x7fff36c15af0**, reverse, flags=0x0, protocol=0
  135. src ip/id=10.202.140.0, mask=255.255.255.0, port=0, tag=0
  136. dst ip/id=10.202.126.0, mask=255.255.255.0, port=0, tag=0, dscp=0x0
  137. input_ifc=outside, output_ifc=any
  138.  
  139. in id=0x7fff3d48dda0, priority=70, domain=ipsec-tunnel-flow, deny=false
  140. hits=0, user_data=0xaaf9b0c, **cs_id=0x7fff38d9d080**, reverse, flags=0x0, protocol=0
  141. src ip/id=10.202.140.0, mask=255.255.255.0, port=0, tag=0
  142. dst ip/id=10.202.126.0, mask=255.255.255.0, port=0, tag=0, dscp=0x0
  143. input_ifc=outside, output_ifc=any
Add Comment
Please, Sign In to add comment