Advertisement
Slurpee

Cisco 861 Configuration

Oct 23rd, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. Current configuration : 5605 bytes
  2. !
  3. ! Last configuration change at 08:27:29 EST Mon Jan 2 2006 by admin
  4. ! NVRAM config last updated at 08:27:30 EST Mon Jan 2 2006 by admin
  5. !
  6. version 15.0
  7. no service pad
  8. service tcp-keepalives-in
  9. service tcp-keepalives-out
  10. service timestamps debug datetime msec localtime show-timezone
  11. service timestamps log datetime msec localtime show-timezone
  12. service password-encryption
  13. service sequence-numbers
  14. !
  15. hostname IPTVrtr
  16. !
  17. boot-start-marker
  18. boot-end-marker
  19. !
  20. logging buffered 51200
  21. logging console critical
  22. enable secret
  23. !
  24. aaa new-model
  25. !
  26. !
  27. aaa authentication login default local
  28. aaa authentication login userauthen local
  29. aaa authentication ppp default local
  30. aaa authorization exec default local
  31. aaa authorization network default local
  32. aaa authorization network groupauthor local
  33. !
  34. !
  35. !
  36. !
  37. !
  38. aaa session-id common
  39. memory-size iomem 10
  40. clock timezone EST -4
  41. clock summer-time EST date Mar 11 2007 3:00 Nov 4 2007 3:00
  42. !
  43. crypto pki trustpoint TP-self-signed-2228585978
  44. enrollment selfsigned
  45. subject-name cn=IOS-Self-Signed-Certificate-2228585978
  46. revocation-check none
  47. rsakeypair TP-self-signed-2228585978
  48. !
  49. !
  50. crypto pki certificate chain TP-self-signed-2228585978
  51. certificate self-signed 01
  52. no ip source-route
  53. !
  54. !
  55. !
  56. ip dhcp pool dpool1
  57. import all
  58. network 192.168.20.0 255.255.255.0
  59. default-router 192.168.1.1
  60. dns-server 8.8.8.8 8.8.4.4
  61. !
  62. !
  63. ip cef
  64. no ip bootp server
  65. ip domain name ctv.com
  66. ip name-server 8.8.8.8
  67. ip name-server 8.8.4.4
  68. !
  69. !
  70. vpdn enable
  71. !
  72. vpdn-group 1
  73. ! Default PPTP VPDN group
  74. accept-dialin
  75. protocol pptp
  76. virtual-template 1
  77. l2tp tunnel timeout no-session 15
  78. !
  79. license udi
  80. !
  81. !
  82. username
  83. username
  84. username
  85. !
  86. !
  87. ip tcp synwait-time 10
  88. ip ssh version 2
  89. !
  90. !
  91. crypto isakmp policy 3
  92. encr 3des
  93. authentication pre-share
  94. group 2
  95. !
  96. crypto isakmp client configuration group 3000client
  97. key 1etme1n
  98. dns 8.8.8.8
  99. wins 8.8.4.4
  100. domain ctv.com
  101. pool ippool
  102. !
  103. !
  104. crypto ipsec transform-set myset esp-3des esp-sha-hmac
  105. !
  106. crypto dynamic-map dynmap 10
  107. set transform-set myset
  108. !
  109. !
  110. crypto map clientmap client authentication list userauthen
  111. crypto map clientmap isakmp authorization list groupauthor
  112. crypto map clientmap client configuration address respond
  113. crypto map clientmap 10 ipsec-isakmp dynamic dynmap
  114. !
  115. !
  116. !
  117. !
  118. !
  119. interface FastEthernet0
  120. !
  121. interface FastEthernet1
  122. !
  123. interface FastEthernet2
  124. !
  125. interface FastEthernet3
  126. !
  127. interface FastEthernet4
  128. ip address .13 255.255.255.0
  129. no ip redirects
  130. no ip unreachables
  131. no ip proxy-arp
  132. ip flow ingress
  133. ip nat outside
  134. ip virtual-reassembly
  135. duplex auto
  136. speed auto
  137. ntp disable
  138. no keepalive
  139. crypto map clientmap
  140. !
  141. interface Virtual-Template1
  142. ip unnumbered FastEthernet4
  143. peer default ip address pool ippool
  144. no keepalive
  145. ppp encrypt mppe auto
  146. ppp authentication ms-chap ms-chap-v2
  147. !
  148. interface Vlan1
  149. ip address 192.168.1.1 255.255.0.0
  150. no ip redirects
  151. no ip unreachables
  152. no ip proxy-arp
  153. ip flow ingress
  154. ip nat inside
  155. ip virtual-reassembly
  156. !
  157. ip local pool ippool 192.168.20.2 192.168.20.254
  158. ip forward-protocol nd
  159. ip http server
  160. ip http authentication local
  161. ip http secure-server
  162. !
  163. ip nat inside source list 1 interface FastEthernet4 overload
  164. ip nat inside source static 192.168.20.2 .2
  165. ip nat inside source static 192.168.20.3 .3
  166. ip nat inside source static 192.168.20.4 .4
  167. ip nat inside source static 192.168.20.5 .5
  168. ip nat inside source static 192.168.3.151 .6
  169. ip nat inside source static 192.168.3.150 .7
  170. ip route 0.0.0.0 0.0.0.0 .14
  171. ip route 192.168.0.0 255.255.0.0 192.168.1.18
  172. !
  173. ip access-list standard safelist
  174. permit 74.84.110.86
  175. permit 192.168.1.0 0.0.0.255
  176. permit .0 0.0.0.15
  177. !
  178. logging trap debugging
  179. access-list 1 permit 192.168.1.0 0.0.0.255
  180. no cdp run
  181.  
  182. !
  183. control-plane
  184. !
  185. !
  186. line con 0
  187. no modem enable
  188. line aux 0
  189. line vty 0 4
  190. access-class safelist in
  191. logging synchronous
  192. !
  193. scheduler max-task-time 5000
  194. scheduler allocate 4000 1000
  195. scheduler interval 500
  196. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement