Advertisement
Guest User

Middle Router

a guest
Dec 5th, 2015
703
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. hostname MRouter
  2. !
  3. !
  4. !
  5. enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
  6. !
  7. !
  8. !
  9. !
  10. !
  11. !
  12. no ip cef
  13. no ipv6 cef
  14. !
  15. !
  16. !
  17. !
  18. !
  19. !
  20. !
  21. !
  22. !
  23. !
  24. !
  25. !
  26. spanning-tree mode pvst
  27. !
  28. !
  29. !
  30. !
  31. !
  32. !
  33. interface FastEthernet0/0
  34. no ip address
  35. duplex auto
  36. speed auto
  37. shutdown
  38. !
  39. interface FastEthernet0/1
  40. no ip address
  41. duplex auto
  42. speed auto
  43. shutdown
  44. !
  45. interface Serial0/0/0
  46. ip address 10.0.0.2 255.255.255.252
  47. !
  48. interface Serial0/0/1
  49. ip address 10.1.1.1 255.255.255.252
  50. clock rate 128000
  51. !
  52. interface Serial0/1/0
  53. ip address 172.16.10.1 255.255.255.252
  54. clock rate 128000
  55. !
  56. interface Serial0/1/1
  57. no ip address
  58. clock rate 2000000
  59. shutdown
  60. !
  61. interface Vlan1
  62. no ip address
  63. shutdown
  64. !
  65. router eigrp 5
  66. network 10.0.0.0
  67. network 172.16.0.0
  68. auto-summary
  69. !
  70. ip classless
  71. !
  72. ip flow-export version 9
  73. !
  74. !
  75. !
  76. banner motd ^C
  77. This is the Middle Router
  78. ^C
  79. !
  80. !
  81. !
  82. !
  83. line con 0
  84. password cisco
  85. login
  86. !
  87. line aux 0
  88. !
  89. line vty 0 4
  90. password cisco
  91. login
  92. !
  93. !
  94. !
  95. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement