Guest User

Untitled

a guest
Aug 16th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. interface FastEthernet0/0
  2. ip address 10.10.0.1 255.255.255.252
  3. duplex auto
  4. speed auto
  5. !
  6. interface FastEthernet0/0.20
  7. encapsulation dot1Q 20
  8. ip address 10.10.3.1 255.255.255.252
  9. !
  10. interface FastEthernet0/1
  11. ip address 192.168.1.254 255.255.255.0
  12. duplex auto
  13. speed auto
  14. !
  15. interface Vlan1
  16. no ip address
  17. shutdown
  18. !
  19. router eigrp 10
  20. network 10.0.0.0
  21. network 192.168.0.0
  22. network 192.168.1.0
  23. network 192.168.2.0
  24. network 192.168.3.0
  25. network 192.168.4.0
  26. auto-summary
  27. !
  28. ip classless
  29. ip route 192.168.0.0 255.255.255.0 FastEthernet0/1
  30. !
  31. ip flow-export version 9
  32. !
  33. !
  34. !
  35. !
  36. !
  37. !
  38. !
  39. line con 0
  40. !
  41. line aux 0
  42. !
  43. line vty 0 4
  44. login
  45. !
  46. !
  47. !
  48. end
  49.  
  50. interface FastEthernet0/0
  51. ip address 10.10.0.2 255.255.255.252
  52. duplex auto
  53. speed auto
  54. !
  55. interface FastEthernet0/0.30
  56. encapsulation dot1Q 30
  57. ip address 10.10.1.1 255.255.255.252
  58. !
  59. interface FastEthernet0/1
  60. ip address 192.168.2.254 255.255.255.0
  61. duplex auto
  62. speed auto
  63. !
  64. interface Vlan1
  65. no ip address
  66. shutdown
  67. !
  68. router eigrp 10
  69. network 10.0.0.0
  70. network 192.168.0.0
  71. network 192.168.1.0
  72. network 192.168.2.0
  73. network 192.168.3.0
  74. network 192.168.4.0
  75. auto-summary
  76. !
  77. ip classless
  78. ip route 192.168.0.0 255.255.255.0 FastEthernet0/1
  79. !
  80. ip flow-export version 9
  81. !
  82. !
  83. !
  84. !
  85. !
  86. !
  87. !
  88. line con 0
  89. !
  90. line aux 0
  91. !
  92. line vty 0 4
  93. login
  94. !
  95. !
  96. !
  97. end
  98.  
  99. interface FastEthernet0/0
  100. ip address 10.10.2.1 255.255.255.252
  101. duplex auto
  102. speed auto
  103. !
  104. interface FastEthernet0/0.30
  105. encapsulation dot1Q 30
  106. ip address 10.10.1.2 255.255.255.252
  107. !
  108. interface FastEthernet0/1
  109. ip address 192.168.3.254 255.255.255.0
  110. duplex auto
  111. speed auto
  112. !
  113. interface Vlan1
  114. no ip address
  115. shutdown
  116. !
  117. router eigrp 1
  118. auto-summary
  119. !
  120. router eigrp 10
  121. network 10.0.0.0
  122. network 192.168.0.0
  123. network 192.168.1.0
  124. network 192.168.2.0
  125. network 192.168.3.0
  126. network 192.168.4.0
  127. auto-summary
  128. !
  129. ip classless
  130. ip route 192.168.0.0 255.255.255.0 FastEthernet0/1
  131. !
  132. ip flow-export version 9
  133. !
  134. !
  135. !
  136. !
  137. !
  138. !
  139. !
  140. line con 0
  141. !
  142. line aux 0
  143. !
  144. line vty 0 4
  145. login
  146. !
  147. !
  148. !
  149. end
  150.  
  151. interface FastEthernet0/0
  152. ip address 10.10.2.2 255.255.255.252
  153. duplex auto
  154. speed auto
  155. !
  156. interface FastEthernet0/0.20
  157. encapsulation dot1Q 20
  158. ip address 10.10.3.2 255.255.255.252
  159. !
  160. interface FastEthernet0/1
  161. ip address 192.168.4.254 255.255.255.0
  162. duplex auto
  163. speed auto
  164. !
  165. interface Vlan1
  166. no ip address
  167. shutdown
  168. !
  169. router eigrp 10
  170. network 10.0.0.0
  171. network 192.168.0.0
  172. network 192.168.1.0
  173. network 192.168.2.0
  174. network 192.168.3.0
  175. network 192.168.4.0
  176. auto-summary
  177. !
  178. ip classless
  179. ip route 192.168.0.0 255.255.255.0 FastEthernet0/1
  180. !
  181. ip flow-export version 9
  182. !
  183. !
  184. !
  185. !
  186. !
  187. !
  188. !
  189. line con 0
  190. !
  191. line aux 0
  192. !
  193. line vty 0 4
  194. login
  195. !
  196. !
  197. !
  198. end
Add Comment
Please, Sign In to add comment