Advertisement
Guest User

Main_campus - Router

a guest
Apr 20th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. hostname Main_Campus
  2. !
  3. !
  4. !
  5. !
  6. ip dhcp excluded-address 172.16.10.1 172.16.10.10
  7. ip dhcp excluded-address 172.16.12.1 172.16.12.10
  8. !
  9. ip dhcp pool Student-VLAN
  10. network 172.16.10.0 255.255.254.0
  11. default-router 172.16.10.1
  12. ip dhcp pool Staff-VLAN
  13. network 172.16.12.0 255.255.255.128
  14. default-router 172.16.12.1
  15. domain-name wr
  16. !
  17. !
  18. !
  19. ip cef
  20. no ipv6 cef
  21. !
  22. !
  23. !
  24. !
  25. license udi pid CISCO1941/K9 sn FTX15246I91-
  26. !
  27. !
  28. !
  29. !
  30. !
  31. !
  32. !
  33. !
  34. !
  35. !
  36. !
  37. spanning-tree mode pvst
  38. !
  39. !
  40. !
  41. !
  42. !
  43. !
  44. interface GigabitEthernet0/0
  45. no ip address
  46. duplex auto
  47. speed auto
  48. !
  49. interface GigabitEthernet0/0.2
  50. encapsulation dot1Q 2
  51. ip address 172.16.10.1 255.255.254.0
  52. !
  53. interface GigabitEthernet0/0.3
  54. encapsulation dot1Q 3
  55. ip address 172.16.12.1 255.255.255.128
  56. !
  57. interface GigabitEthernet0/1
  58. no ip address
  59. duplex auto
  60. speed auto
  61. shutdown
  62. !
  63. interface Vlan1
  64. no ip address
  65. shutdown
  66. !
  67. ip classless
  68. !
  69. ip flow-export version 9
  70. !
  71. !
  72. !
  73. !
  74. !
  75. !
  76. !
  77. !
  78. line con 0
  79. !
  80. line aux 0
  81. !
  82. line vty 0 4
  83. login
  84. !
  85. !
  86. !
  87. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement