Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. !
  2. !
  3. crypto isakmp policy 1
  4. encr 3des
  5. hash md5
  6. authentication pre-share
  7. !
  8. !
  9. crypto ipsec transform-set TUNNEL_SET esp-3des esp-md5-hmac
  10. !
  11. !
  12. !
  13. !
  14. interface Tunnel0
  15. description -=DMVPN_Primary_hub=-
  16. ip address 192.168.8.1 255.255.255.0
  17. no ip redirects
  18. ip mtu 140
  19. ip hold-time eigrp 1 35
  20. no ip next-hop-self eigrp 1
  21. ip nhrp authentication key
  22. ip nhrp map multicast dynamic
  23. ip nhrp network-id 1
  24. ip tcp adjust-mss 1300
  25. no ip split-horizon eigrp 1
  26. load-interval 30
  27. keepalive 3 10
  28. tunnel source FastEthernet0/1.999
  29. tunnel mode gre multipoint
  30. !
  31. interface Tunnel1
  32. ip address 192.168.7.1 255.255.255.0
  33. shutdown
  34. keepalive 10 3
  35. tunnel source 10.1.98.50
  36. tunnel destination 10.1.96.50
  37. !
  38. interface FastEthernet0/0
  39. no ip address
  40. duplex auto
  41. speed auto
  42. !
  43. interface FastEthernet0/0.10
  44. description Managment
  45. encapsulation dot1Q 10
  46. ip address 10.1.0.17 255.255.255.0
  47. no snmp trap link-status
  48. !
  49. interface FastEthernet0/0.77
  50. description -=Lan=-
  51. encapsulation dot1Q 77
  52. ip address 10.1.77.50 255.255.255.0
  53. no snmp trap link-status
  54. !
  55. interface FastEthernet0/1
  56. no ip address
  57. duplex auto
  58. speed auto
  59. !
  60. interface FastEthernet0/1.998
  61. description -=ISP2=-
  62. encapsulation dot1Q 998
  63. ip address 10.1.98.50 255.255.255.0
  64. shutdown
  65. no snmp trap link-status
  66. !
  67. interface FastEthernet0/1.999
  68. description -=ISP1=-
  69. encapsulation dot1Q 999
  70. ip address 10.1.99.50 255.255.255.0
  71. no snmp trap link-status
  72. !
  73. router eigrp 1
  74. network 10.1.76.0 0.0.0.255
  75. network 192.168.8.0
  76. no auto-summary
  77. !
  78. ip classless
  79. ip route 0.0.0.0 0.0.0.0 10.1.99.254
  80. !
  81. no ip http server
  82. no ip http secure-server
  83. !
  84. ip access-list extended ACL_NAT
  85. permit ip any any
  86. permit ip any 10.1.0.0 0.0.0.255
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement