Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. PC01 --> PC02 --> PC03 --> ASA --> PC04
  2. 1.1.1.1 --> 1.1.1.2
  3. --> 2.2.2.2 --> 2.2.2.3
  4. --> 3.3.3.3 --> 3.3.3.254
  5. 4.4.4.254 --> 4.4.4.4
  6.  
  7. access-list INS extended permit ip any any
  8. access-list OUT extended permit ip any any
  9. access-group OUT in interface outside
  10. access-group INS in interface inside
  11.  
  12. ciscoasa# sh int e0/1 | i MAC
  13. MAC address 0000.0000.7801, MTU 1500
  14. ciscoasa#
  15. ciscoasa# sh int e0/0 | i MAC
  16. MAC address 0000.0000.7800, MTU 1500
  17. ciscoasa#
  18. ciscoasa# sh cap ci
  19. 5 packets captured
  20. 1: 01:05:27.509128 1.1.1.1 > 4.4.4.4: icmp: echo request
  21. 2: 01:05:28.617109 1.1.1.1 > 4.4.4.4: icmp: echo request
  22. 3: 01:05:29.509083 1.1.1.1 > 4.4.4.4: icmp: echo request
  23. 4: 01:05:32.497029 arp who-has 3.3.3.254 tell 3.3.3.3
  24. 5: 01:05:32.497029 arp reply 3.3.3.254 is-at 0:0:0:0:78:1
  25. 5 packets shown
  26. ciscoasa#
  27. ciscoasa# sh cap co
  28. 5 packets captured
  29. 1: 01:05:27.509128 1.1.1.1 > 4.4.4.4: icmp: echo request
  30. 2: 01:05:28.617109 1.1.1.1 > 4.4.4.4: icmp: echo request
  31. 3: 01:05:29.509083 1.1.1.1 > 4.4.4.4: icmp: echo request
  32. 4: 01:05:32.497029 arp who-has 3.3.3.254 tell 3.3.3.3
  33. 5: 01:05:32.497029 arp reply 3.3.3.254 is-at 0:0:0:0:78:1
  34. 5 packets shown
  35. ciscoasa#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement