Advertisement
Guest User

Untitled

a guest
Nov 12th, 2011
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. version 15.0
  2.  
  3. no service pad
  4.  
  5. service timestamps debug datetime msec
  6.  
  7. service timestamps log datetime msec
  8.  
  9. no service password-encryption
  10.  
  11. !
  12.  
  13. hostname router
  14.  
  15. !
  16.  
  17. boot-start-marker
  18.  
  19. boot-end-marker
  20.  
  21. !
  22.  
  23. logging buffered 51200 warnings
  24.  
  25. !
  26.  
  27. no aaa new-model
  28.  
  29. memory-size iomem 10
  30.  
  31. !
  32.  
  33. crypto pki trustpoint TP-self-signed-1847232082
  34.  
  35. enrollment selfsigned
  36.  
  37. subject-name cn=IOS-Self-Signed-Certificate-1847232082
  38.  
  39. revocation-check none
  40.  
  41. rsakeypair TP-self-signed-1847232082
  42.  
  43. !
  44.  
  45. !
  46.  
  47. crypto pki certificate chain TP-self-signed-1847232082
  48.  
  49. certificate self-signed 01
  50.  
  51. 3082024D 308201B6 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
  52.  
  53. 31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
  54.  
  55. 69666963 6174652D 31383437 32333230 3832301E 170D3131 31313132 31323131
  56.  
  57. 34365A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
  58.  
  59. 4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D31 38343732
  60.  
  61. 33323038 3230819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
  62.  
  63. 8100A6F0 6FC5EFF3 4F52FD06 A6EBB2A7 32614605 4897BC31 F3CC8C4D C305F08D
  64.  
  65. FED6A215 03ADE932 3D9FF05E 2629A83D 937B0293 3496F33B 04DA1931 6C0669D5
  66.  
  67. FB2E9880 C21B7FC1 FDCB9897 A7604956 FA35DFF8 C87917FA DF02BCD2 6F84D26F
  68.  
  69. 464AA3C4 5064097B 765997E2 E0BC0C66 603A3E56 B6611CFF 7F7B2607 4E328C20
  70.  
  71. A8330203 010001A3 75307330 0F060355 1D130101 FF040530 030101FF 30200603
  72.  
  73. 551D1104 19301782 15726F75 7465722E 796F7572 646F6D61 696E2E63 6F6D301F
  74.  
  75. 0603551D 23041830 168014B8 17A452F1 E804ED6E 1A8AED8D 68964898 B8AE8430
  76.  
  77. 1D060355 1D0E0416 0414B817 A452F1E8 04ED6E1A 8AED8D68 964898B8 AE84300D
  78.  
  79. 06092A86 4886F70D 01010405 00038181 0019BC68 C1CBD20C AAE9CCF4 70CF116D
  80.  
  81. 37CC9BCA 5CCD809C 5264A549 618DF38F 6D4F023D E27A9893 97964BF2 1DA3F276
  82.  
  83. 05470DB4 537787AA 51824555 99D8452C 3EA9016D B5583143 1728D6D1 8A812507
  84.  
  85. ECC8136B C8221EB0 DA29EEBA 4735D518 EA1EABB7 2165A1F9 60280CBE 4A5DC7EC
  86.  
  87. 51CF7329 086FB111 B5CDBAC9 D1EA640B 23
  88.  
  89. quit
  90.  
  91. ip source-route
  92.  
  93. !
  94.  
  95. !
  96.  
  97. ip dhcp excluded-address 10.10.10.1
  98.  
  99. ip dhcp excluded-address 192.168.1.1
  100.  
  101. !
  102.  
  103. #this was standard and will probably be removed later
  104.  
  105. ip dhcp pool ccp-pool
  106.  
  107. import all
  108.  
  109. network 10.10.10.0 255.255.255.248
  110.  
  111. default-router 10.10.10.1
  112.  
  113. lease 0 2
  114.  
  115. !
  116.  
  117. ip dhcp pool pool1
  118.  
  119. import all
  120.  
  121. network 192.168.1.0 255.255.255.0
  122.  
  123. default-router 192.168.1.1
  124.  
  125. !
  126.  
  127. !
  128.  
  129. ip cef
  130.  
  131. no ip domain lookup
  132.  
  133. ip domain name yourdomain.com
  134.  
  135. no ipv6 cef
  136.  
  137. !
  138.  
  139. !
  140.  
  141. license udi pid CISCO881-K9 sn FCZ1542C238
  142.  
  143. !
  144.  
  145. !
  146.  
  147. username ***
  148.  
  149. !
  150.  
  151. interface FastEthernet0
  152.  
  153. switchport mode trunk
  154.  
  155. !
  156.  
  157. interface FastEthernet1
  158.  
  159. switchport mode trunk
  160.  
  161. !
  162.  
  163. interface FastEthernet2
  164.  
  165. !
  166.  
  167. interface FastEthernet3
  168.  
  169. !
  170.  
  171. interface FastEthernet4
  172.  
  173. ip address dhcp
  174.  
  175. ip nat outside
  176.  
  177. ip virtual-reassembly
  178.  
  179. shutdown
  180.  
  181. duplex auto
  182.  
  183. speed auto
  184.  
  185. !
  186.  
  187. interface Vlan1
  188.  
  189. description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$
  190.  
  191. ip address 10.10.10.1 255.255.255.248
  192.  
  193. ip tcp adjust-mss 1452
  194.  
  195. !
  196.  
  197. interface Vlan2
  198.  
  199. ip address 192.168.1.1 255.255.255.0
  200.  
  201. ip nat inside
  202.  
  203. ip virtual-reassembly
  204.  
  205. !
  206.  
  207. ip forward-protocol nd
  208.  
  209. ip http server
  210.  
  211. ip http access-class 23
  212.  
  213. ip http authentication local
  214.  
  215. ip http secure-server
  216.  
  217. ip http timeout-policy idle 60 life 86400 requests 10000
  218.  
  219. !
  220.  
  221. ip dns server
  222.  
  223. ip nat inside source list 1 interface FastEthernet4 overload
  224.  
  225. ip route 0.0.0.0 0.0.0.0 FastEthernet4
  226.  
  227. !
  228.  
  229. access-list 1 permit 192.168.1.0 0.0.0.255
  230.  
  231. access-list 23 permit 10.10.10.0 0.0.0.7
  232.  
  233. no cdp run
  234.  
  235. !
  236.  
  237. control-plane
  238.  
  239. !
  240.  
  241. !
  242.  
  243. line con 0
  244.  
  245. login local
  246.  
  247. no modem enable
  248.  
  249. line aux 0
  250.  
  251. line vty 0 4
  252.  
  253. access-class 23 in
  254.  
  255. privilege level 15
  256.  
  257. login local
  258.  
  259. transport input telnet ssh
  260.  
  261. !
  262.  
  263. scheduler max-task-time 5000
  264.  
  265. end
  266.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement