Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. version 15.4
  2. service timestamps debug datetime msec
  3. service timestamps log datetime msec
  4. no service password-encryption
  5. !
  6. hostname xxxxxxxx
  7. !
  8. boot-start-marker
  9. boot system flash c800-universalk9-mz.SPA.154-3.M8.bin
  10. boot-end-marker
  11. !
  12. !
  13. aaa new-model
  14. !
  15. !
  16. aaa authentication login TEL local-case
  17. aaa authorization exec TEL local
  18. !
  19. !
  20. !
  21. !
  22. !
  23. aaa session-id common
  24. clock timezone GMT 1 0
  25. !
  26. !
  27. !
  28. !
  29. !
  30. !
  31. !
  32. ip dhcp excluded-address 172.25.1.1 172.25.1.20
  33. !
  34. ip dhcp pool LAN
  35. network 172.25.1.0 255.255.255.0
  36. default-router 172.25.1.1
  37. dns-server 192.168.90.201 81.139.57.100 81.139.56.100
  38. !
  39. !
  40. !
  41. ip domain name bt.com
  42. ip name-server 81.139.57.100
  43. ip name-server 81.139.56.100
  44. ip cef
  45. no ipv6 cef
  46. !
  47. !
  48. !
  49. !
  50. !
  51. !
  52. !
  53. !
  54. !
  55. !
  56. !
  57. !
  58. cts logging verbose
  59. license udi pid C887VA-W-E-K9 sn FCZ201890EY
  60. license accept end user agreement
  61. license boot module c800 level advsecurity
  62. !
  63. !
  64. !
  65. !
  66. !
  67. !
  68. !
  69. controller VDSL 0
  70. !
  71. !
  72. !
  73.  
  74. !
  75. interface ATM0
  76. description DSL
  77. no ip address
  78. no ip unreachables
  79. no ip proxy-arp
  80. atm vc-per-vp 128
  81. no atm ilmi-keepalive
  82. pvc 0/38
  83. oam-pvc 0
  84. encapsulation aal5mux ppp dialer
  85. dialer pool-member 1
  86. !
  87. !
  88. interface Ethernet0
  89. no ip address
  90. shutdown
  91. !
  92. interface FastEthernet0
  93. no ip address
  94. spanning-tree portfast
  95. !
  96. interface FastEthernet1
  97. no ip address
  98. spanning-tree portfast
  99. !
  100. interface FastEthernet2
  101. no ip address
  102. spanning-tree portfast
  103. !
  104. interface FastEthernet3
  105. no ip address
  106. spanning-tree portfast
  107. !
  108. interface Wlan-GigabitEthernet0
  109. no ip address
  110. !
  111. interface wlan-ap0
  112. ip unnumbered Vlan1
  113. !
  114. interface Vlan1
  115. ip address 172.25.1.1 255.255.255.0
  116. ip nat inside
  117. ip virtual-reassembly in
  118. !
  119. interface Dialer0
  120. ip address negotiated
  121. no ip redirects
  122. no ip unreachables
  123. no ip proxy-arp
  124. ip flow ingress
  125. ip nat outside
  126. ip virtual-reassembly in max-reassemblies 1000
  127. encapsulation ppp
  128. dialer pool 1
  129. dialer idle-timeout 0
  130. dialer load-threshold 255 either
  131. dialer-group 1
  132. ppp authentication chap pap callin
  133. ppp chap hostname bthomehub@btbroadband.com
  134. ppp chap password 0 BT
  135. ppp pap sent-username bthomehub@btbroadband.com password 0 BT
  136. no cdp enable
  137. !
  138. ip forward-protocol nd
  139. no ip http server
  140. no ip http secure-server
  141. !
  142. ip dns server
  143. ip nat inside source route-map NONAT interface Dialer0 overload
  144. ip route 0.0.0.0 0.0.0.0 Dialer0
  145.  
  146. ip ssh version 2
  147. ip ssh server algorithm encryption aes128-ctr aes192-ctr aes256-ctr
  148. ip ssh client algorithm encryption aes128-ctr aes192-ctr aes256-ctr
  149. !
  150. ip access-list extended NAT
  151. permit ip 172.25.1.0 0.0.0.255 any
  152.  
  153. !
  154. !
  155. route-map NONAT permit 10
  156. match ip address NAT
  157. !
  158. !
  159. !
  160. !
  161. mgcp behavior rsip-range tgcp-only
  162. mgcp behavior comedia-role none
  163. mgcp behavior comedia-check-media-src disable
  164. mgcp behavior comedia-sdp-force disable
  165. !
  166. mgcp profile default
  167. !
  168. !
  169. !
  170. !
  171. !
  172. !
  173. vstack
  174. alias exec cpu show proc cpu sort 5min | e 0.00% 0.00% 0.00%
  175. privilege exec level 0 enable
  176. privilege exec level 15 show running-config
  177. privilege exec level 1 show
  178. !
  179. line con 0
  180. exec-timeout 0 0
  181. logging synchronous
  182. no modem enable
  183. line aux 0
  184. line 2
  185. no activation-character
  186. no exec
  187. transport preferred none
  188. transport input all
  189. stopbits 1
  190. line vty 0 4
  191. exec-timeout 15 0
  192. authorization exec TEL
  193. logging synchronous
  194. login authentication TEL
  195. transport input ssh
  196. !
  197. scheduler allocate 20000 1000
  198. ntp master 4
  199. ntp server 192.168.90.1
  200. !
  201. !
  202. !
  203. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement