Advertisement
Guest User

Untitled

a guest
Dec 6th, 2011
2,134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 6.53 KB | None | 0 0
  1. Cisco#
  2. Cisco#show running-config
  3. Building configuration...
  4. Current configuration : 6120 bytes
  5. !
  6. ! Last configuration change at 08:40:15 UTC Tue Dec 6 2011 by root
  7. version 15.1
  8. service timestamps debug datetime msec
  9. service timestamps log datetime msec
  10. no service password-encryption
  11. !
  12. hostname Cisco
  13. !
  14. boot-start-marker
  15. boot-end-marker
  16. !
  17. !
  18. enable secret 5 $1$Xgf9$MKt1eImjyrmDwcYnbz0xZ/
  19. enable password 6y5t4r3e2w1q
  20. !
  21. aaa new-model
  22. !
  23. !
  24. aaa authentication login default local
  25. aaa authentication login ciscocp_vpn_xauth_ml_1 local
  26. aaa authorization exec default local
  27. aaa authorization network ciscocp_vpn_group_ml_1 local
  28. !
  29. !        
  30. !
  31. !        
  32. !
  33. aaa session-id common
  34. !
  35. dot11 syslog
  36. ip source-route
  37. !        
  38. !
  39. !        
  40. !
  41. !        
  42. ip cef
  43. no ipv6 cef
  44. !
  45. multilink bundle-name authenticated
  46. !
  47. crypto pki token default removal timeout 0
  48. !
  49. crypto pki trustpoint TP-self-signed-947142914
  50.  enrollment selfsigned
  51.  subject-name cn=IOS-Self-Signed-Certificate-947142914
  52.  revocation-check none
  53.  rsakeypair TP-self-signed-947142914
  54. !
  55. !        
  56. crypto pki certificate chain TP-self-signed-947142914
  57.  certificate self-signed 01
  58.   3082023B 308201A4 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
  59.   30312E30 2C060355 04031325 494F532D 53656C66 2D536967 6E65642D 43657274
  60.   69666963 6174652D 39343731 34123931 34301E17 0D313131 31313532 30353931
  61.   325A170D 32303031 30313030 30303030 5A303031 2E302C06 03550403 1325494F
  62.   532D5365 6C662D53 69676E65 64234365 72746966 69636174 652D3934 37313432
  63.   39313430 819F300D 06092A86 4886F70D 01010105 0003818D 00308689 02848100
  64.   B4C6CC16 5EA2210F D4A0234B 90D9E29C E1132F0D 491CC9BC F513EF57 A5986C31
  65.   C03BC061 B3B4E103 0005F992 A7CA2605 8C46FCB2 C22AAC4B 739D1DC2 49EA3883
  66.   253D553C A1E7BD3A 26D49347 86414B11 5C03F4E6 A4BD5306 CD857F99 0A567B85
  67.   FD639414 C2E25161 74A52A7B 32753F25 AE8FDC73 EC859EEC D8A1C9C4 D8A50EED
  68.   02030100 01A36530 63300F06 03551D13 0101FF04 05300301 01FF3010 0603551D
  69.   11040930 07820543 6973636F 301F0603 551D2304 18301680 14414AD6 2A674283
  70.   54CC008C A6B81E1D 7A3B09A4 8C301D06 03551D0E 04160414 414AD62A 67428354
  71.   CC008CA6 B81E1D7A 3B09A48C 300D0609 2A864886 F70D0101 04050003 8181007B
  72.   00264BAE A55C3CB0 20F83B46 A047F400 3B5748CA D8C64A49 5484FE1E 7588949F
  73.   A8E5EBAE BE5FAD22 0C89FC92 671E0BB6 1155EB76 21E72F07 68F76AE3 2F0CB2C6
  74.   EC26A8C1 C3EA1300 CE284F9B 3E3F6BB9 7807CF63 8154BC4B AD33392E 68347E0B  
  75.   F78AE625 818C3A4E 6E0302D8 26DF4890 08E42063 37BF9026 BF4E251D A86EEA
  76.       quit
  77. !        
  78. !
  79. username root privilege 15 password 0 qwerty
  80. username test secret 5 $1$78MV$Yc7sfwt5PoEm.eKmjPlKw1
  81. username admin privilege 15 password 0 admin_123
  82. !        
  83. redundancy
  84. !        
  85. !
  86. !        
  87. crypto ctcp keepalive 8
  88. crypto ctcp port 443
  89. !
  90. crypto isakmp policy 1
  91.  encr 3des
  92.  authentication pre-share
  93.  group 2
  94. crypto isakmp keepalive 20 6
  95. !
  96. crypto isakmp client configuration group cisco
  97.  key 6y5t4r3e2w1q
  98.  dns 8.8.8.8
  99.  domain cisco.com
  100.  pool SDM_POOL_client
  101.  max-users 1000
  102.  netmask 255.255.255.0
  103. !
  104. crypto isakmp client configuration group server_1
  105.  key 6y5t4r3e2w1q
  106.  dns 8.8.8.8
  107.  domain cisco.com
  108.  pool SDM_POOL_server_1
  109.  netmask 255.255.255.0
  110. !        
  111. crypto isakmp client configuration group server_2
  112.  key 6y5t4r3e2w1q
  113.  dns 8.8.8.8
  114.  domain cisco.com
  115.  pool SDM_POOL_server_2
  116.  netmask 255.255.255.0
  117. !
  118. crypto isakmp client configuration group server_3
  119.  key 6y5t4r3e2w1q
  120.  dns 8.8.8.8
  121.  domain cisco.com
  122.  pool SDM_POOL_server_3
  123.  netmask 255.255.255.0
  124. !        
  125. crypto isakmp client configuration group server_4
  126.  key 6y5t4r3e2w1q
  127.  dns 8.8.8.8
  128.  domain cisco.com
  129.  pool SDM_POOL_server_4
  130.  netmask 255.255.255.0
  131. !
  132. crypto isakmp client configuration group server_5
  133.  key 6y5t4r3e2w1q
  134.  dns 8.8.8.8
  135.  domain cisco.com
  136.  pool SDM_POOL_server_5
  137.  netmask 255.255.255.0
  138. !        
  139. crypto isakmp client configuration group server_6
  140.  key 6y5t4r3e2w1q
  141.  dns 8.8.8.8
  142.  domain cisco.com
  143.  pool SDM_POOL_server_6
  144.  netmask 255.255.255.0
  145. !
  146. crypto isakmp client configuration group server_7
  147.  key 6y5t4r3e2w1q
  148.  dns 8.8.8.8
  149.  domain cisco.com
  150.  pool SDM_POOL_server_7
  151.  netmask 255.255.255.0
  152. !        
  153. crypto isakmp client configuration group server_8
  154.  key 6y5t4r3e2w1q
  155.  dns 8.8.8.8
  156.  domain cisco.com
  157.  pool SDM_POOL_server_8
  158.  netmask 255.255.255.0
  159. !
  160. crypto isakmp client configuration group server_9
  161.  key 6y5t4r3e2w1q
  162.  dns 8.8.8.8
  163.  domain cisco.com
  164.  pool SDM_POOL_server_9
  165.  netmask 255.255.255.0
  166. !        
  167. crypto isakmp client configuration group server_10
  168.  key 6y5t4r3e2w1q
  169.  dns 8.8.8.8
  170.  domain cisco.com
  171.  pool SDM_POOL_server_10
  172.  netmask 255.255.255.0
  173. !
  174. crypto ipsec security-association lifetime seconds 1800
  175. crypto ipsec security-association idle-time 86400
  176. !        
  177. crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
  178. !        
  179. crypto dynamic-map SDM_DYNMAP_1 1
  180.  set transform-set ESP-3DES-SHA
  181.  reverse-route
  182. !        
  183. !
  184. crypto map SDM_CMAP_1 local-address FastEthernet0/0
  185. crypto map SDM_CMAP_1 client authentication list ciscocp_vpn_xauth_ml_1
  186. crypto map SDM_CMAP_1 isakmp authorization list ciscocp_vpn_group_ml_1
  187. crypto map SDM_CMAP_1 client configuration address respond
  188. crypto map SDM_CMAP_1 65535 ipsec-isakmp dynamic SDM_DYNMAP_1
  189. !
  190. !        
  191. !
  192. !        
  193. !
  194. interface Loopback0
  195.  ip address 172.16.0.1 255.255.255.255
  196. !        
  197. interface FastEthernet0/0
  198.  ip address 192.168.1.130 255.255.255.0
  199.  ip flow ingress
  200.  speed auto
  201.  full-duplex
  202.  no mop enabled
  203.  crypto map SDM_CMAP_1
  204. !        
  205. interface FastEthernet0/1
  206.  no ip address
  207.  shutdown
  208.  speed auto
  209.  full-duplex
  210.  no mop enabled
  211. !
  212. ip local pool SDM_POOL_client 10.10.10.51 10.10.10.190
  213. ip local pool SDM_POOL_server_1 10.10.10.1
  214. ip local pool SDM_POOL_server_2 10.10.10.2
  215. ip local pool SDM_POOL_server_3 10.10.10.3
  216. ip local pool SDM_POOL_server_4 10.10.10.4
  217. ip local pool SDM_POOL_server_5 10.10.10.5
  218. ip local pool SDM_POOL_server_6 10.10.10.6
  219. ip local pool SDM_POOL_server_7 10.10.10.7
  220. ip local pool SDM_POOL_server_8 10.10.10.8
  221. ip local pool SDM_POOL_server_9 10.10.10.9
  222. ip local pool SDM_POOL_server_10 10.10.10.10
  223. ip forward-protocol nd
  224. ip http server
  225. ip http authentication local
  226. ip http secure-server
  227. !
  228. !        
  229. ip route 0.0.0.0 0.0.0.0 192.168.1.1
  230. !        
  231. logging esm config
  232. access-list 100 remark CCP_ACL Category=4
  233. access-list 100 permit ip 10.10.0.0 0.0.255.255 any
  234. !        
  235. !
  236. !        
  237. !
  238. !        
  239. !
  240. !        
  241. control-plane
  242. !
  243. !        
  244. !
  245. line con 0
  246. line aux 0
  247. line vty 0 4
  248.  password 6y5t4r3e2w1q
  249.  transport input telnet ssh
  250. !
  251. scheduler allocate 20000 1000
  252. end
  253.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement