Advertisement
Guest User

Untitled

a guest
May 1st, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. packet-tracer input outside tcp 192.168.5.6 12345 67.79.5.28$
  2.  
  3. Phase: 1
  4. Type: UN-NAT
  5. Subtype: static
  6. Result: ALLOW
  7. Config:
  8. static (inside,outside) 67.79.5.28 192.168.1.15 netmask 255.255.255.255
  9. match ip inside host 192.168.1.15 outside any
  10. static translation to 67.79.5.28
  11. translate_hits = 2045, untranslate_hits = 565
  12. Additional Information:
  13. NAT divert to egress interface inside
  14. Untranslate 67.79.5.28/0 to 192.168.1.15/0 using netmask 255.255.255.255
  15.  
  16. Phase: 2
  17. Type: ACCESS-LIST
  18. Subtype: log
  19. Result: ALLOW
  20. Config:
  21. access-group OUTSIDE_INSIDE_2 in interface outside
  22. access-list OUTSIDE_INSIDE_2 extended permit tcp any host 67.79.5.28 eq www
  23. Additional Information:
  24.  
  25. Phase: 3
  26. Type: IP-OPTIONS
  27. Subtype:
  28. Result: ALLOW
  29. Config:
  30. Additional Information:
  31.  
  32. Phase: 4
  33. Type: HOST-LIMIT
  34. Subtype:
  35. Result: ALLOW
  36. Config:
  37. Additional Information:
  38.  
  39. Phase: 5
  40. Type: NAT
  41. Subtype: rpf-check
  42. Result: ALLOW
  43. Config:
  44. static (inside,outside) 67.79.5.28 192.168.1.15 netmask 255.255.255.255
  45. match ip inside host 192.168.1.15 outside any
  46. static translation to 67.79.5.28
  47. translate_hits = 2045, untranslate_hits = 565
  48. Additional Information:
  49.  
  50. Phase: 6
  51. Type: NAT
  52. Subtype: host-limits
  53. Result: ALLOW
  54. Config:
  55. static (inside,outside) 67.79.5.28 192.168.1.15 netmask 255.255.255.255
  56. match ip inside host 192.168.1.15 outside any
  57. static translation to 67.79.5.28
  58. translate_hits = 2045, untranslate_hits = 565
  59. Additional Information:
  60.  
  61. Phase: 7
  62. Type: IP-OPTIONS
  63. Subtype:
  64. Result: ALLOW
  65. Config:
  66. Additional Information:
  67.  
  68. Phase: 8
  69. Type: FLOW-CREATION
  70. Subtype:
  71. Result: ALLOW
  72. Config:
  73. Additional Information:
  74. New flow created with id 5404, packet dispatched to next module
  75.  
  76. Result:
  77. input-interface: outside
  78. input-status: up
  79. input-line-status: up
  80. output-interface: inside
  81. output-status: up
  82. output-line-status: up
  83. Action: allow
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement