Advertisement
Guest User

Spoke

a guest
Apr 23rd, 2012
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. service timestamps debug datetime msec
  2. service timestamps log datetime msec
  3. no service password-encryption
  4. !
  5. hostname Spoke_Router
  6. !
  7. boot-start-marker
  8. boot-end-marker
  9. !
  10. !
  11. !
  12. aaa new-model
  13. !
  14. !
  15. !
  16. !
  17. !
  18. !
  19. !
  20. aaa session-id common
  21. !
  22. !
  23. dot11 syslog
  24. ip source-route
  25. !
  26. !
  27. ip cef
  28. !
  29. !
  30. !
  31. ip domain name spoke.local
  32. ip multicast-routing
  33. no ipv6 cef
  34. !
  35. multilink bundle-name authenticated
  36. !
  37. !
  38. !
  39. !
  40. !
  41. !
  42. !
  43. !
  44. !
  45. !
  46. !
  47. voice-card 0
  48. !
  49. crypto pki token default removal timeout 0
  50. !
  51. !
  52. !
  53. !
  54. license udi pid CISCO2811 sn *********
  55. username user privilege 15 secret 5 *******
  56. !
  57. redundancy
  58. !
  59. !
  60. ip ssh version 2
  61. !
  62. crypto keyring IPSEC_PSK
  63. pre-shared-key address 0.0.0.0 0.0.0.0 key ******
  64. !
  65. crypto isakmp policy 5
  66. encr aes
  67. authentication pre-share
  68. group 2
  69. !
  70. !
  71. crypto ipsec transform-set AES_SHA esp-aes esp-sha-hmac
  72. !
  73. crypto ipsec profile DMVPN_PROFILE
  74. set transform-set AES_SHA
  75. !
  76. !
  77. !
  78. !
  79. !
  80. !
  81. !
  82. interface Tunnel0
  83. description DMVPN to HUB
  84. ip address 10.255.255.2 255.255.255.0
  85. no ip redirects
  86. ip pim sparse-dense-mode
  87. ip nhrp authentication ******
  88. ip nhrp map multicast dynamic
  89. ip nhrp map 10.255.255.1 172.255.255.1
  90. ip nhrp map multicast 172.255.255.1
  91. ip nhrp network-id 1
  92. ip nhrp nhs 10.255.255.1
  93. no ip split-horizon
  94. qos pre-classify
  95. keepalive 5 4
  96. tunnel source FastEthernet0/0
  97. tunnel mode gre multipoint
  98. tunnel protection ipsec profile DMVPN_PROFILE
  99. !
  100. interface FastEthernet0/0
  101. Description WAN
  102. ip address 172.255.255.2 255.255.255.252
  103. duplex auto
  104. speed auto
  105. !
  106. interface FastEthernet0/1
  107. Description LAN
  108. ip address 172.20.3.254 255.255.255.0
  109. ip pim sparse-dense-mode
  110. duplex auto
  111. speed auto
  112. !
  113. interface Serial0/0/0
  114. no ip address
  115. shutdown
  116. clock rate 2000000
  117. !
  118. interface Serial0/0/1
  119. no ip address
  120. shutdown
  121. clock rate 2000000
  122. !
  123. interface ATM0/1/0
  124. no ip address
  125. shutdown
  126. no atm ilmi-keepalive
  127. !
  128. !
  129. router eigrp 1
  130. network 10.0.0.0
  131. network 172.20.0.0
  132. !
  133. ip forward-protocol nd
  134. no ip http server
  135. no ip http secure-server
  136. !
  137. !
  138. !
  139. logging esm config
  140. !
  141. !
  142. !
  143. !
  144. !
  145. !
  146. !
  147. control-plane
  148. !
  149. !
  150. !
  151. !
  152. mgcp profile default
  153. !
  154. !
  155. !
  156. !
  157. !
  158. !
  159. line con 0
  160. line aux 0
  161. line vty 0 4
  162. privilege level 15
  163. transport input ssh
  164. !
  165. scheduler allocate 20000 1000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement