Advertisement
Guest User

Untitled

a guest
Feb 16th, 2018
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1.  
  2. crypto isakmp policy 26
  3. encr 3des
  4. authentication pre-share
  5. group 2
  6. crypto isakmp key KEY_HERE address 1.0.0.132
  7. !
  8. !
  9. crypto ipsec transform-set E_SET esp-3des esp-sha-hmac
  10. !
  11. crypto map EBIZ 26 ipsec-isakmp
  12. set peer 1.0.0.132
  13. set transform-set E_SET
  14. set pfs group2
  15. match address NONPROFIT_TO_ATT
  16. !
  17. !
  18. !
  19. interface GigabitEthernet0/0
  20. ip address 2.0.0.132 255.255.255.248
  21. no ip redirects
  22. no ip unreachables
  23. no ip proxy-arp
  24. ip verify unicast source reachable-via rx allow-default 100
  25. ip nat enable
  26. ip virtual-reassembly in
  27. duplex auto
  28. speed auto
  29. no mop enabled
  30. crypto map EBIZ
  31. !
  32. interface GigabitEthernet0/1
  33. ip address 10.45.0.4 255.255.255.0
  34. no ip redirects
  35. no ip unreachables
  36. no ip proxy-arp
  37. ip nat enable
  38. ip virtual-reassembly in
  39. duplex auto
  40. speed auto
  41. no mop enabled
  42. !
  43. ip forward-protocol nd
  44. !
  45. !
  46. ip route 0.0.0.0 0.0.0.0 2.0.0.129
  47.  
  48. !
  49. ip access-list standard NAT-SOURCE-NETS
  50. permit 10.45.0.0 0.0.0.255
  51. !
  52. ip access-list extended E_SET
  53. permit ip host 2.0.0.133 host 1.0.0.131
  54. ip access-list extended NONPROFIT_TO_ATT
  55. permit ip host 2.0.0.133 X.X.0.0 0.0.255.255
  56. permit ip host 2.0.0.133 X.X.0.0 0.0.255.255
  57. permit ip host 2.0.0.133 X.X.0.0 0.0.255.255
  58. permit ip host 2.0.0.133 X.X.0.0 0.0.255.255
  59. permit ip host 2.0.0.133 X.X.0.0 0.0.255.255
  60. permit ip host 2.0.0.133 X.X.1.0.0 0.0.255.255
  61. permit ip host 2.0.0.133 X.X..0.0 0.0.255.255
  62. permit ip host 2.0.0.133 X.X..0.0 0.0.255.255
  63. permit ip host 2.0.0.133 X.X..0.0 0.0.255.255
  64. permit ip host 2.0.0.133 X.X..0.0 0.0.255.255
  65. permit ip host 2.0.0.133 X.X..0.0 0.0.255.255
  66. permit ip host 2.0.0.133 X.X..0.0 0.0.255.255
  67. permit ip host 2.0.0.133 X.X.3.0.0 0.0.255.255
  68. permit ip host 2.0.0.133 X.X.1.0.0 0.0.255.255
  69. permit ip host 2.0.0.133 X.X.3.0.0 0.0.255.255
  70. permit ip host 2.0.0.133 X.X.4.0.0 0.0.255.255
  71. permit ip host 2.0.0.133 X.X.5.0.0 0.0.255.255
  72. permit ip host 2.0.0.133 X.X.7.0.0 0.0.255.255
  73. permit ip host 2.0.0.133 X.X.9.0.0 0.0.255.255
  74. permit ip host 2.0.0.133 X.X.8.0.0 0.0.255.255
  75. permit ip host 2.0.0.133 X.X.0.0.0 0.0.255.255
  76. permit ip host 2.0.0.133 X.X.1.0.0 0.0.255.255
  77. permit ip host 2.0.0.133 X.X.5.0.0 0.0.255.255
  78. permit ip host 2.0.0.133 X.X.3.0.0 0.0.255.255
  79. permit ip host 2.0.0.133 X.X.4.0.0 0.0.255.255
  80. permit ip host 2.0.0.133 X.X.5.0.0 0.0.255.255
  81. permit ip host 2.0.0.133 X.X.1.0.0 0.0.255.255
  82. permit ip host 2.0.0.133 X.X.4.0.0 0.0.255.255
  83. permit ip host 2.0.0.133 X.X.5.0.0 0.0.255.255
  84. permit ip host 2.0.0.133 X.X.4.0.0 0.0.255.255
  85. permit ip host 2.0.0.133 X.X.5.0.0 0.0.255.255
  86. permit ip host 2.0.0.133 X.X.9.0.0 0.0.255.255
  87. permit ip host 2.0.0.133 X.X.9.0.0 0.0.255.255
  88. !
  89. logging trap debugging
  90. logging facility local2
  91. access-list 100 permit udp any any eq bootpc
  92. access-list 111 permit ip any any
  93. dialer-list 1 protocol ip permit
  94. !
  95. !
  96. route-map NAT-SOURCE-NETS permit 20
  97. match ip address NAT-SOURCE-NETS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement