Advertisement
Guest User

Untitled

a guest
Mar 26th, 2013
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. Current configuration : 2093 bytes
  2. !
  3. ! Last configuration change at 15:07:58 UTC Tue Mar 26 2013
  4. version 15.1
  5. service timestamps debug datetime msec
  6. service timestamps log datetime msec
  7. no service password-encryption
  8. !
  9. hostname VPNROUTER
  10. !
  11. boot-start-marker
  12. boot-end-marker
  13. !
  14. !
  15. !
  16. aaa new-model
  17. !
  18. !
  19. aaa authentication login userauthen local
  20. aaa authorization network groupauthor local
  21. !
  22. !
  23. !
  24. !
  25. !
  26. aaa session-id common
  27. !
  28. !
  29. dot11 syslog
  30. ip source-route
  31. !
  32. !
  33. ip cef
  34. !
  35. !
  36. !
  37. no ipv6 cef
  38. !
  39. multilink bundle-name authenticated
  40. !
  41. !
  42. !
  43. !
  44. !
  45. !
  46. !
  47. !
  48. !
  49. !
  50. !
  51. voice-card 0
  52. !
  53. crypto pki token default removal timeout 0
  54. !
  55. !
  56. !
  57. !
  58. license udi pid CISCO2811 sn FTX1110A16N
  59. username cisco privilege 15 password 0 cisco123
  60. !
  61. redundancy
  62. !
  63. !
  64. !
  65. !
  66. crypto isakmp policy 3
  67. encr 3des
  68. authentication pre-share
  69. group 2
  70. !
  71. crypto isakmp client configuration group vpngrp
  72. key cisco123
  73. acl 102
  74. save-password
  75. !
  76. !
  77. crypto ipsec transform-set myset esp-3des esp-sha-hmac
  78. !
  79. crypto dynamic-map dynmap 10
  80. set transform-set myset
  81. !
  82. !
  83. crypto map clientmap client authentication list userauthen
  84. crypto map clientmap isakmp authorization list groupauthor
  85. crypto map clientmap client configuration address respond
  86. crypto map clientmap 10 ipsec-isakmp dynamic dynmap
  87. !
  88. !
  89. !
  90. !
  91. !
  92. !
  93. interface FastEthernet0/0
  94. ip address 109.29.290.155 255.255.255.248
  95. duplex auto
  96. speed auto
  97. crypto map clientmap
  98. !
  99. interface FastEthernet0/1
  100. ip address 192.168.25.2 255.255.255.0
  101. duplex auto
  102. speed auto
  103. !
  104. interface Serial0/3/0
  105. no ip address
  106. shutdown
  107. clock rate 2000000
  108. !
  109. ip forward-protocol nd
  110. ip http server
  111. ip http authentication local
  112. no ip http secure-server
  113. !
  114. !
  115. ip route 0.0.0.0 0.0.0.0 109.29.290.154
  116. ip route 192.168.0.0 255.255.240.0 192.168.25.1
  117. ip route 192.168.16.0 255.255.248.0 192.168.25.1
  118. ip route 192.168.25.0 255.255.255.0 192.168.25.1
  119. ip route 200.200.200.0 255.255.255.0 109.29.290.154
  120. !
  121. access-list 102 permit ip 192.168.0.0 0.0.15.255 any log
  122. access-list 102 permit ip 192.168.16.0 0.0.7.255 any log
  123. !
  124. !
  125. !
  126. !
  127. !
  128. !
  129. !
  130. !
  131. control-plane
  132. !
  133. !
  134. !
  135. !
  136. mgcp profile default
  137. !
  138. !
  139. !
  140. !
  141. !
  142. !
  143. line con 0
  144. line aux 0
  145. line vty 0 4
  146. transport input all
  147. !
  148. scheduler allocate 20000 1000
  149. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement