Advertisement
Guest User

Right Router

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