Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. RouterA#show run
  2. Building configuration...
  3.  
  4. Current configuration : 921 bytes
  5. !
  6. version 12.2
  7. no service timestamps log datetime msec
  8. no service timestamps debug datetime msec
  9. no service password-encryption
  10. !
  11. hostname RouterA
  12. !
  13. !
  14. !
  15. !
  16. ip dhcp excluded-address 172.16.1.10 172.16.1.254
  17. !
  18. ip dhcp pool DHCPPool
  19. network 172.16.1.0 255.255.255.252
  20. default-router 172.16.1.1
  21. dns-server 4.2.2.7
  22. !
  23. !
  24. !
  25. !
  26. !
  27. !
  28. !
  29. !
  30. !
  31. !
  32. !
  33. !
  34. !
  35. interface Loopback0
  36. ip address 192.168.1.1 255.255.255.192
  37. !
  38. interface Loopback1
  39. ip address 192.168.2.1 255.255.255.224
  40. !
  41. interface FastEthernet0/0
  42. no ip address
  43. ip summary-address eigrp 20 172.16.1.8 255.255.255.248 5
  44. duplex auto
  45. speed auto
  46. shutdown
  47. !
  48. interface FastEthernet0/1
  49. no ip address
  50. duplex auto
  51. speed auto
  52. shutdown
  53. !
  54. interface Serial0/0
  55. ip address 172.16.1.1 255.255.255.252
  56. clock rate 64000
  57. !
  58. router eigrp 20
  59. network 172.16.0.0
  60. network 192.168.1.0
  61. network 192.168.2.0
  62. no auto-summary
  63. !
  64. ip classless
  65. !
  66. !
  67. !
  68. !
  69. !
  70. !
  71. !
  72. line con 0
  73. line vty 0 4
  74. login
  75. !
  76. !
  77. !
  78. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement