Advertisement
Guest User

RTR_HQ apilbeam

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