Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. Building configuration...
  2.  
  3. Current configuration : 1233 bytes
  4. !
  5. version 12.4
  6. no service timestamps log datetime msec
  7. no service timestamps debug datetime msec
  8. no service password-encryption
  9. !
  10. hostname DHCP_Router
  11. !
  12. !
  13. !
  14. !
  15. ip dhcp excluded-address 10.0.0.1
  16. ip dhcp excluded-address 10.0.1.1
  17. !
  18. ip dhcp pool DHCP_VL10
  19. network 10.0.0.0 255.255.255.0
  20. default-router 10.0.0.1
  21. ip dhcp pool DHCP_VL20
  22. network 10.0.1.0 255.255.255.0
  23. default-router 10.0.1.1
  24. !
  25. !
  26. !
  27. no ip cef
  28. no ipv6 cef
  29. !
  30. !
  31. !
  32. !
  33. !
  34. !
  35. !
  36. !
  37. !
  38. !
  39. !
  40. !
  41. spanning-tree mode pvst
  42. !
  43. !
  44. !
  45. !
  46. !
  47. !
  48. interface FastEthernet0/0
  49. no ip address
  50. duplex auto
  51. speed auto
  52. !
  53. interface FastEthernet0/0.10
  54. encapsulation dot1Q 10
  55. ip address 10.0.0.1 255.255.255.0
  56. !
  57. interface FastEthernet0/0.20
  58. encapsulation dot1Q 20
  59. ip address 10.0.1.1 255.255.255.0
  60. !
  61. interface FastEthernet0/1
  62. no ip address
  63. duplex auto
  64. speed auto
  65. shutdown
  66. !
  67. interface Serial0/0/0
  68. no ip address
  69. clock rate 2000000
  70. shutdown
  71. !
  72. interface Serial0/0/1
  73. no ip address
  74. clock rate 2000000
  75. shutdown
  76. !
  77. interface Serial0/1/0
  78. no ip address
  79. clock rate 2000000
  80. shutdown
  81. !
  82. interface Serial0/1/1
  83. no ip address
  84. clock rate 2000000
  85. shutdown
  86. !
  87. interface Vlan1
  88. no ip address
  89. shutdown
  90. !
  91. ip classless
  92. !
  93. ip flow-export version 9
  94. !
  95. !
  96. !
  97. !
  98. !
  99. !
  100. !
  101. line con 0
  102. !
  103. line aux 0
  104. !
  105. line vty 0 4
  106. login
  107. !
  108. !
  109. !
  110. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement