Advertisement
Guest User

Untitled

a guest
Mar 25th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. Current configuration : 2150 bytes
  2. !
  3. version 12.4
  4. no service pad
  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. logging message-counter syslog
  15. !
  16. aaa new-model
  17. !
  18. !
  19. aaa authentication login userauthen local
  20. aaa authorization network groupauthor local
  21. !
  22. !
  23. aaa session-id common
  24. !
  25. !
  26. dot11 syslog
  27. ip source-route
  28. !
  29. !
  30. !
  31. !
  32. ip cef
  33. !
  34. no ipv6 cef
  35. multilink bundle-name authenticated
  36. !
  37. !
  38. username cisco privilege 15 password 0 cisco123
  39. !
  40. !
  41. crypto isakmp policy 3
  42. encr 3des
  43. authentication pre-share
  44. group 2
  45. !
  46. crypto isakmp client configuration group vpngrp
  47. key cisco123
  48. acl 101
  49. save-password
  50. include-local-lan
  51. !
  52. !
  53. crypto ipsec transform-set myset esp-3des esp-sha-hmac
  54. !
  55. crypto dynamic-map dynmap 10
  56. set transform-set myset
  57. !
  58. !
  59. crypto map clientmap client authentication list userauthen
  60. crypto map clientmap isakmp authorization list groupauthor
  61. crypto map clientmap client configuration address respond
  62. crypto map clientmap 10 ipsec-isakmp dynamic dynmap
  63. !
  64. archive
  65. log config
  66. hidekeys
  67. !
  68. !
  69. !
  70. !
  71. !
  72. interface FastEthernet0
  73. !
  74. interface FastEthernet1
  75. !
  76. interface FastEthernet2
  77. !
  78. interface FastEthernet3
  79. !
  80. interface FastEthernet4
  81. ip address 109.29.290.155 255.255.255.248
  82. ip virtual-reassembly
  83. duplex auto
  84. speed auto
  85. crypto map clientmap
  86. !
  87. interface Dot11Radio0
  88. no ip address
  89. shutdown
  90. speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
  91. station-role root
  92. !
  93. interface Vlan1
  94. ip address 192.168.25.2 255.255.255.0
  95. ip virtual-reassembly
  96. !
  97. ip forward-protocol nd
  98. ip route 0.0.0.0 0.0.0.0 200.200.200.1
  99. ip route 192.168.0.0 255.255.240.0 192.168.25.1
  100. ip route 192.168.16.0 255.255.248.0 192.168.25.1
  101. ip route 192.168.25.0 255.255.255.0 192.168.25.1
  102. ip route 200.200.200.0 255.255.255.0 209.29.230.154
  103. !
  104. ip http server
  105. ip http authentication local
  106. no ip http secure-server
  107. !
  108. access-list 1 permit 192.168.0.0 0.0.255.255
  109. access-list 101 remark CCP_ACL Category=4
  110. access-list 101 permit ip 192.168.0.0 0.0.15.255 any
  111. !
  112. !
  113. !
  114. !
  115. !
  116. control-plane
  117. !
  118. !
  119. line con 0
  120. no modem enable
  121. line aux 0
  122. line vty 0 4
  123. !
  124. scheduler max-task-time 5000
  125. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement