Advertisement
Guest User

Untitled

a guest
Dec 16th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. router#sh ru
  2. Building configuration...
  3.  
  4. Current configuration : 1841 bytes
  5. !
  6. version 12.1
  7. !
  8. !
  9. interface FastEthernet0/0
  10. no ip address
  11. no ip mroute-cache
  12. speed auto
  13. full-duplex
  14. !
  15. interface FastEthernet0/0.1
  16. encapsulation dot1Q 1
  17. ip address 172.16.0.0 255.255.0.0
  18. ip nat inside
  19. !
  20. interface FastEthernet0/0.2
  21. encapsulation dot1Q 2
  22. ip address 172.18.0.0 255.255.0.0
  23. ip nat inside
  24. !
  25. interface FastEthernet0/0.3
  26. encapsulation dot1Q 3
  27. ip address 172.20.0.0 255.255.255.0
  28. !
  29. interface FastEthernet0/0.10
  30. encapsulation dot1Q 10
  31. ip address 10.64.0.0 255.192.0.0
  32. ip nat outside
  33. !
  34. interface Serial0/0
  35. no ip address
  36. no ip mroute-cache
  37. shutdown
  38. !
  39. interface FastEthernet0/1
  40. no ip address
  41. no ip mroute-cache
  42. shutdown
  43. duplex auto
  44. speed auto
  45. !
  46. ip nat inside source list nat interface FastEthernet0/0.10 overload
  47. !
  48. ip access-list extended nat
  49. deny ip any 10.64.0.0 0.63.255.255
  50. permit ip 172.16.0.0 0.0.255.255 any
  51. permit ip 172.18.0.0 0.0.255.255 any
  52. !
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement