Advertisement
Guest User

RTR_Site1 apilbeam

a guest
Apr 24th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. RTR_SITE1#
  2. RTR_SITE1#sh run
  3. Building configuration...
  4.  
  5. Current configuration : 2097 bytes
  6. !
  7. version 12.4
  8. service timestamps debug datetime msec
  9. service timestamps log datetime msec
  10. no service password-encryption
  11. !
  12. hostname RTR_SITE1
  13. !
  14. boot-start-marker
  15. boot-end-marker
  16. !
  17. logging console informational
  18. !
  19. no aaa new-model
  20. !
  21. !
  22. ip cef
  23. !
  24. !
  25. ip auth-proxy max-nodata-conns 3
  26. ip admission max-nodata-conns 3
  27. !
  28. multilink bundle-name authenticated
  29. !
  30. !
  31. voice-card 0
  32. no dspfarm
  33. !
  34. !
  35. !
  36. !
  37. !
  38. !
  39. !
  40. !
  41. !
  42. !
  43. !
  44. !
  45. !
  46. !
  47. !
  48. !
  49. !
  50. !
  51. !
  52. !
  53. archive
  54. log config
  55. hidekeys
  56. !
  57. !
  58. crypto isakmp policy 1
  59. encr 3des
  60. authentication pre-share
  61. group 2
  62. crypto isakmp key isakmpkey address 0.0.0.0 0.0.0.0
  63. crypto isakmp invalid-spi-recovery
  64. !
  65. !
  66. crypto ipsec transform-set DMVPN_SET esp-3des esp-md5-hmac
  67. mode transport
  68. !
  69. crypto ipsec profile DMVPN_PRJ
  70. set transform-set DMVPN_SET
  71. !
  72. !
  73. !
  74. !
  75. !
  76. !
  77. !
  78. !
  79. interface Tunnel0
  80. bandwidth 3000
  81. ip address 172.17.100.10 255.255.255.0
  82. no ip redirects
  83. ip mtu 1400
  84. ip nhrp authentication secretid
  85. ip nhrp map 172.17.100.1 1.1.1.1
  86. ip nhrp map multicast 1.1.1.1
  87. ip nhrp network-id 101
  88. ip nhrp holdtime 450
  89. ip nhrp nhs 172.17.100.1
  90. ip tcp adjust-mss 1360
  91. tunnel source GigabitEthernet0/0
  92. tunnel mode gre multipoint
  93. tunnel key 10101
  94. tunnel protection ipsec profile DMVPN_PRJ
  95. !
  96. interface GigabitEthernet0/0
  97. description Site 1 WAN
  98. ip address 11.11.11.1 255.255.255.248
  99. ip nat outside
  100. ip virtual-reassembly
  101. duplex auto
  102. speed auto
  103. !
  104. interface GigabitEthernet0/1
  105. ip address 10.10.10.254 255.255.255.0
  106. ip nat inside
  107. ip virtual-reassembly
  108. duplex auto
  109. speed auto
  110. !
  111. ip default-gateway 11.11.11.2
  112. ip forward-protocol nd
  113. ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0
  114. ip route 10.1.1.0 255.255.255.0 Tunnel0
  115. !
  116. !
  117. ip http server
  118. no ip http secure-server
  119. ip nat pool NAT_POOL 11.11.11.1 11.11.11.1 prefix-length 29
  120. ip nat inside source route-map STOPNAT pool NAT_POOL overload
  121. !
  122. logging dmvpn
  123. access-list 110 deny ip 10.10.10.0 0.0.0.255 10.1.1.0 0.0.0.255
  124. access-list 110 permit ip 10.10.10.0 0.0.0.255 any
  125. !
  126. !
  127. !
  128. route-map STOPNAT permit 10
  129. match ip address 110
  130. !
  131. !
  132. !
  133. !
  134. control-plane
  135. !
  136. !
  137. !
  138. !
  139. !
  140. !
  141. !
  142. !
  143. !
  144. !
  145. line con 0
  146. line aux 0
  147. line vty 0 4
  148. login
  149. !
  150. scheduler allocate 20000 1000
  151. !
  152. end
  153.  
  154. RTR_SITE1#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement