Advertisement
Guest User

Untitled

a guest
Oct 21st, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Server:
  2.  
  3. Artemis#show run
  4. Building configuration...
  5.  
  6. Current configuration : 983 bytes
  7. !
  8. version 12.4
  9. service timestamps debug datetime msec
  10. service timestamps log datetime msec
  11. no service password-encryption
  12. !
  13. hostname Artemis
  14. !
  15. boot-start-marker
  16. boot-end-marker
  17. !
  18. !
  19. aaa new-model
  20. !
  21. !
  22. aaa authentication ppp PPP0E local
  23. !
  24. aaa session-id common
  25. !
  26. resource policy
  27. !
  28. memory-size iomem 5
  29. ip cef
  30. !
  31. !
  32. no ip dhcp use vrf connected
  33. ip dhcp excluded-address 192.168.12.2
  34. !
  35. ip dhcp pool PPP0E
  36.    network 192.168.12.0 255.255.255.0
  37.    default-router 192.168.12.2
  38. !
  39. !
  40. !
  41. !
  42. !
  43. !
  44. !
  45. !
  46. !
  47. !
  48. !
  49. !
  50. !
  51. !
  52. !
  53. !
  54. !
  55. username Poseidon password 0 VAULT
  56. !
  57. !
  58. !
  59. !
  60. !
  61. bba-group pppoe PPP0E
  62.  virtual-template 1
  63. !
  64. !
  65. interface FastEthernet0
  66.  no ip address
  67.  speed auto
  68.  pppoe enable group PPP0E
  69. !
  70. interface Serial0
  71.  no ip address
  72.  shutdown
  73. !
  74. interface Virtual-Template1
  75.  ip address 192.168.12.2 255.255.255.0
  76.  ppp authentication chap PPP0E
  77. !
  78. ip route 0.0.0.0 0.0.0.0 192.168.12.1
  79. !
  80. !
  81. no ip http server
  82. no ip http secure-server
  83. !
  84. !
  85. !
  86. control-plane
  87. !
  88. !
  89. !
  90. !
  91. !
  92. !
  93. !
  94. !
  95. !
  96. line con 0
  97. line aux 0
  98. line vty 0 4
  99. !
  100. end
  101.  
  102. Artemis#
  103.  
  104. Client
  105. Building configuration...
  106.  
  107. Current configuration : 1743 bytes
  108. !
  109. version 12.4
  110. service timestamps debug datetime msec
  111. service timestamps log datetime msec
  112. no service password-encryption
  113. !
  114. hostname R6
  115. !
  116. boot-start-marker
  117. boot-end-marker
  118. !
  119. !
  120. no aaa new-model
  121. memory-size iomem 5
  122. no ip icmp rate-limit unreachable
  123. ip cef
  124. !
  125. !
  126. !
  127. !
  128. no ip domain lookup
  129. !
  130. multilink bundle-name authenticated
  131. !
  132. !
  133. !
  134. !
  135. !
  136. !
  137. !
  138. !
  139. !
  140. !
  141. !
  142. !
  143. !
  144. !
  145. !
  146. !
  147. !
  148. !
  149. !
  150. !
  151. !
  152. username Poseidon password 0 VAULT
  153. archive
  154.  log config
  155.   hidekeys
  156. !
  157. !
  158. !
  159. !
  160. ip tcp synwait-time 5
  161. !
  162. !
  163. !
  164. !
  165. interface FastEthernet0/0
  166.  ip address 10.0.0.2 255.255.255.252
  167.  duplex auto
  168.  speed auto
  169. !
  170. interface Serial0/0
  171.  no ip address
  172.  shutdown
  173.  clock rate 2000000
  174. !
  175. interface FastEthernet0/1
  176.  ip address 10.0.0.5 255.255.255.252
  177.  duplex auto
  178.  speed auto
  179. !
  180. interface Serial0/1
  181.  no ip address
  182.  shutdown
  183.  clock rate 2000000
  184. !
  185. interface FastEthernet1/0
  186.  ip address dhcp
  187.  duplex auto
  188.  speed auto
  189.  pppoe enable group global
  190.  pppoe-client dial-pool-number 1
  191. !
  192. interface Dialer1
  193.  ip address dhcp
  194.  ip access-group deny10.0.0.8 in
  195.  encapsulation ppp
  196.  ip summary-address eigrp 20 0.0.0.0 0.0.0.0 5
  197.  dialer pool 1
  198.  ppp chap hostname Poseidon
  199.  ppp chap password 0 VAULT
  200. !
  201. router eigrp 20
  202.  network 10.0.0.0 0.0.0.3
  203.  network 10.0.0.4 0.0.0.3
  204.  network 192.168.12.0
  205.  no auto-summary
  206. !
  207. router rip
  208.  redistribute static
  209.  network 10.0.0.0
  210.  network 192.168.12.0
  211. !
  212. ip forward-protocol nd
  213. ip route 0.0.0.0 0.0.0.0 192.168.12.2
  214. !
  215. !
  216. no ip http server
  217. no ip http secure-server
  218. !
  219. ip access-list extended deny10.0.0.8
  220.  deny   tcp 10.0.0.8 0.0.0.3 host 192.168.12.2 eq 8
  221. !
  222. no cdp log mismatch duplex
  223. !
  224. !
  225. !
  226. !
  227. !
  228. !
  229. control-plane
  230. !
  231. !
  232. !
  233. !
  234. !
  235. !
  236. !
  237. !
  238. !
  239. !
  240. line con 0
  241.  exec-timeout 0 0
  242.  privilege level 15
  243.  logging synchronous
  244. line aux 0
  245.  exec-timeout 0 0
  246.  privilege level 15
  247.  logging synchronous
  248. line vty 0 4
  249.  login
  250. !
  251. !
  252. end
  253.  
  254. R6#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement