Advertisement
Guest User

Untitled

a guest
Oct 6th, 2013
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. version 12.3
  2. service timestamps debug datetime year
  3. service timestamps log datetime year
  4. service password-encryption
  5. !
  6. hostname [removed]
  7. !
  8. boot-start-marker
  9. boot-end-marker
  10. !
  11. logging buffered 131072 debugging
  12. logging console alerts
  13. enable password [removed]
  14. !
  15. aaa new-model
  16. aaa session-mib disconnect
  17. !
  18. !
  19. !
  20. aaa authentication ppp default none
  21. aaa authentication ppp [isp]-auth local
  22. aaa authorization network [isp]-auth local
  23. aaa accounting delay-start
  24. aaa accounting update periodic 1
  25. !
  26. aaa attribute list [username 1 removed]
  27. attribute type addr [ip 1 removed]
  28. !
  29. aaa attribute list [username 2 removed]
  30. attribute type addr [ip 2 removed]
  31. !
  32. aaa attribute list [username 3 removed]
  33. attribute type addr [ip 3 removed]
  34. !
  35. aaa session-id common
  36. !
  37. resource policy
  38. !
  39. no ip subnet-zero
  40. ip cef
  41. !
  42. !
  43. no ip dhcp use vrf connected
  44. ip dhcp excluded-address 10.255.254.1 10.255.254.50
  45. ip dhcp excluded-address 10.255.252.1 10.255.252.50
  46. !
  47. ip dhcp pool [isp]-wasteland1
  48. network 10.255.254.0 255.255.254.0
  49. domain-name [isp].com
  50. dns-server 4.2.2.2 8.2.2.2
  51. default-router 10.255.254.1
  52. !
  53. ip dhcp pool [isp]-wasteland2
  54. network 10.255.252.0 255.255.254.0
  55. domain-name [isp].com
  56. dns-server 4.2.2.2 8.2.2.2
  57. default-router 10.255.252.1
  58. !
  59. !
  60. ip domain name [removed]
  61. ip name-server 4.2.2.2
  62. virtual-profile if-needed
  63. virtual-profile virtual-template 11
  64. !
  65. no ftp-server write-enable
  66. async-bootp dns-server 4.2.2.2 8.2.2.2
  67. !
  68. !
  69. !
  70. !
  71. !
  72. !
  73. !
  74. !
  75. !
  76. !
  77. !
  78. !
  79. !
  80. !
  81. username [username] password [password]
  82. username [username] password [password]
  83. username [username] password [password]
  84. ... (5 more)
  85. !
  86. !
  87. class-map match-all default-class
  88. match any
  89. !
  90. !
  91. [removed policy maps]
  92. !
  93. !
  94. crypto isakmp ccm
  95. !
  96. !
  97. !
  98. bba-group pppoe global
  99. virtual-template 11
  100. !
  101. !
  102. interface Loopback0
  103. no ip address
  104. !
  105. interface FastEthernet0/0
  106. description [removed]
  107. ip address [ip address] [subnet] secondary
  108. ip address [ip address] [subnet]
  109. duplex auto
  110. speed auto
  111. service-policy input [removed]
  112. service-policy output [removed]
  113. !
  114. interface Serial0/0
  115. no ip address
  116. shutdown
  117. !
  118. interface FastEthernet0/1
  119. description [removed]
  120. no ip address
  121. speed 100
  122. full-duplex
  123. !
  124. interface FastEthernet0/1.217
  125. description [removed]
  126. encapsulation dot1Q 217
  127. ip address [ip address] [subnet]
  128. pppoe enable group global
  129. !
  130. interface FastEthernet0/1.218
  131. description [removed]
  132. encapsulation dot1Q 218
  133. ip address [ip address] [subnet] secondary
  134. ip address [ip address] [subnet]
  135. pppoe enable group global
  136. !
  137. interface FastEthernet0/1.219
  138. description [removed]
  139. encapsulation dot1Q 219
  140. ip address [ip address] [subnet]
  141. service-policy input [removed]
  142. service-policy output [removed]
  143. !
  144. interface FastEthernet0/1.220
  145. description ** UNUSED **
  146. encapsulation dot1Q 220
  147. shutdown
  148. !
  149. interface FastEthernet0/1.221
  150. description ** UNUSED **
  151. encapsulation dot1Q 221
  152. shutdown
  153. !
  154. !
  155. interface Virtual-Template11
  156. description PPPoE user
  157. ip unnumbered FastEthernet0/0
  158. peer default ip address pool [pool-name]
  159. ppp authentication pap [isp]-auth
  160. ppp authorization [isp]-auth
  161. ppp accounting [isp]-auth
  162. service-policy [removed]
  163. service-policy [removed]
  164. !
  165. ip local pool [pool-name] [xxx.xxx.xxx].130 [xxx.xxx.xxx].189
  166. ip local pool [pool-name] [xxx.xxx.xxx].64 [xxx.xxx.xxx].126
  167. no ip classless
  168. ip route 0.0.0.0 0.0.0.0 [gateway]
  169. !
  170. !
  171. ip http server
  172. no ip http secure-server
  173. !
  174. logging trap debugging
  175. logging facility local4
  176. logging [logging ip]
  177. access-list 101 permit ip any any
  178. snmp-server community [isp]-public RO
  179. snmp-server community [isp]-read-write RW
  180. !
  181. !
  182. !
  183. !
  184. control-plane
  185. !
  186. !
  187. !
  188. !
  189. !
  190. !
  191. !
  192. !
  193. !
  194. !
  195. line con 0
  196. line aux 0
  197. line vty 0 4
  198. privilege level 2
  199. [password removed]
  200. transport input telnet ssh
  201. !
  202. ntp clock-period 17180651
  203. ntp server 204.2.134.164
  204. ntp server 204.2.134.163
  205. ntp server 77.66.37.130
  206. !
  207. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement