Advertisement
Guest User

current_config

a guest
Dec 7th, 2016
596
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1.  
  2. Building configuration...
  3.  
  4. Current configuration : 3622 bytes
  5. !
  6. ! Last configuration change at 15:59:27 UTC Mon Dec 5 2016 by admin
  7. version 15.3
  8. service timestamps debug datetime msec
  9. service timestamps log datetime msec
  10. service password-encryption
  11. !
  12. hostname ICT_Lab
  13. !
  14. boot-start-marker
  15. boot-end-marker
  16. !
  17. aqm-register-fnf
  18. !
  19. enable secret 5 ***********
  20. !
  21. no aaa new-model
  22. memory-size iomem 10
  23. !
  24. !
  25. !
  26. !
  27. !
  28. !
  29.  
  30.  
  31. !
  32. ip dhcp excluded-address 192.168.150.1 192.168.150.10
  33. ip dhcp excluded-address 192.168.150.244 192.168.150.254
  34. ip dhcp excluded-address 192.168.151.250 192.168.151.254
  35. !
  36. ip dhcp pool Private-LAN
  37. import all
  38. network 192.168.150.0 255.255.255.0
  39. default-router 192.168.150.254
  40. dns-server 192.168.3.64 192.168.3.63 8.8.8.8
  41. domain-name private.net
  42. lease 0 4
  43. !
  44. ip dhcp pool PUBLIC
  45. import all
  46. network 192.168.151.0 255.255.255.0
  47. default-router 192.168.151.254
  48. dns-server 8.8.8.8 8.8.4.4
  49. domain-name public.net
  50. lease 0 4
  51. !
  52. !
  53. !
  54. no ip domain lookup
  55. ip domain name private.net
  56. ip cef
  57. no ipv6 cef
  58. !
  59. !
  60. !
  61. !
  62. !
  63. multilink bundle-name authenticated
  64. !
  65. !
  66. !
  67. !
  68. !
  69. !
  70. !
  71. license udi pid C887VA-K9 sn FCZ2016606F
  72. !
  73. !
  74. username adminrouter privilege 15 secret 5 ***********
  75. !
  76. !
  77. !
  78. !
  79. !
  80. controller VDSL 0
  81. !
  82. ip ssh version 2
  83. !
  84. !
  85. crypto isakmp policy 1
  86. encr aes 256
  87. authentication pre-share
  88. group 14
  89. crypto isakmp key KEYGOESHERE address a.b.c.d
  90. !
  91. crypto isakmp peer address a.b.c.d
  92. description site to site VPN
  93. !
  94. !
  95. crypto ipsec transform-set TS1 esp-aes esp-sha-hmac
  96. mode tunnel
  97. !
  98. !
  99. !
  100. crypto map CMAP 10 ipsec-isakmp
  101. set peer a.b.c.d
  102. set transform-set TS1
  103. match address VPN-ACL
  104. !
  105. !
  106. !
  107. !
  108. !
  109. !
  110. interface ATM0
  111. no ip address
  112. no ip redirects
  113. no ip unreachables
  114. no ip proxy-arp
  115. load-interval 30
  116. no atm ilmi-keepalive
  117. pvc 0/38
  118. tx-ring-limit 3
  119. pppoe-client dial-pool-number 1
  120. !
  121. !
  122. interface Ethernet0
  123. no ip address
  124. shutdown
  125. !
  126. interface FastEthernet0
  127. switchport trunk allowed vlan 1,2,1002-1005
  128. switchport mode trunk
  129. no ip address
  130. !
  131. interface FastEthernet1
  132. no ip address
  133. !
  134. interface FastEthernet2
  135. no ip address
  136. !
  137. interface FastEthernet3
  138. no ip address
  139. !
  140. interface Vlan1
  141. ip address 192.168.150.254 255.255.255.0
  142. ip nat inside
  143. ip virtual-reassembly in
  144. !
  145. interface Vlan2
  146. ip address 192.168.151.254 255.255.255.0
  147. ip nat inside
  148. ip virtual-reassembly in
  149. !
  150. interface Dialer0
  151. description ADSL
  152. ip address negotiated
  153. no ip redirects
  154. no ip unreachables
  155. no ip proxy-arp
  156. ip mtu 1492
  157. ip nat outside
  158. ip virtual-reassembly in
  159. encapsulation ppp
  160. ip tcp adjust-mss 1452
  161. dialer pool 1
  162. dialer-group 1
  163. ppp authentication chap callin
  164. ppp chap hostname username@isp.com
  165. ppp chap password 0 **********
  166. crypto map CMAP
  167. !
  168. ip forward-protocol nd
  169. no ip http server
  170. no ip http secure-server
  171. !
  172. !
  173. ip nat inside source list NAT-ACL interface Dialer0 overload
  174. ip route 0.0.0.0 0.0.0.0 Dialer0
  175. !
  176. ip access-list extended NAT-ACL
  177. deny ip 192.168.150.0 0.0.0.255 192.168.0.0 0.0.255.255
  178. permit ip 192.168.150.0 0.0.0.255 any
  179. ip access-list extended VPN-ACL
  180. permit ip 192.168.150.0 0.0.0.255 192.168.0.0 0.0.255.255
  181. !
  182. logging trap notifications
  183. logging host 192.168.3.186
  184. dialer-list 1 protocol ip permit
  185. !
  186. !
  187. control-plane
  188. !
  189. !
  190. !
  191. mgcp behavior rsip-range tgcp-only
  192. mgcp behavior comedia-role none
  193. mgcp behavior comedia-check-media-src disable
  194. mgcp behavior comedia-sdp-force disable
  195. !
  196. mgcp profile default
  197. !
  198. !
  199. !
  200. !
  201. alias exec scd show crypto session detail
  202. !
  203. line con 0
  204. logging synchronous
  205. login local
  206. no modem enable
  207. line aux 0
  208. line vty 0 4
  209. logging synchronous
  210. login local
  211. transport input ssh
  212. !
  213. scheduler allocate 20000 1000
  214. !
  215. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement