Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
1,088
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. Current configuration : 2100 bytes
  2. !
  3. version 15.1
  4. no service timestamps log datetime msec
  5. no service timestamps debug datetime msec
  6. no service password-encryption
  7. !
  8. hostname B1R1-patricek
  9. !
  10. !
  11. !
  12. enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
  13. !
  14. !
  15. ip dhcp excluded-address 10.80.128.1 10.80.128.10
  16. ip dhcp excluded-address 10.80.128.129 10.80.128.138
  17. ip dhcp excluded-address 10.80.129.1 10.80.129.10
  18. ip dhcp excluded-address 10.80.130.1 10.80.130.10
  19. ip dhcp excluded-address 10.80.121.129 10.80.121.138
  20. ip dhcp excluded-address 10.80.129.1 10.80.129.9
  21. ip dhcp excluded-address 10.80.130.1 10.80.130.9
  22. !
  23. ip dhcp pool MANAGEMENT
  24. network 10.80.128.0 255.255.255.192
  25. default-router 10.80.128.1
  26. ip dhcp pool HR
  27. network 10.80.128.128 255.255.255.128
  28. ip dhcp pool IT
  29. network 10.80.129.0 255.255.255.0
  30. ip dhcp pool GUEST
  31. network 10.80.130.0 255.255.254.0
  32. !
  33. !
  34. !
  35. no ip cef
  36. no ipv6 cef
  37. !
  38. !
  39. !
  40. !
  41. license udi pid CISCO2901/K9 sn FTX15247TXF-
  42. !
  43. !
  44. !
  45. !
  46. !
  47. !
  48. !
  49. !
  50. !
  51. !
  52. !
  53. spanning-tree mode pvst
  54. !
  55. !
  56. !
  57. !
  58. !
  59. !
  60. interface GigabitEthernet0/0
  61. ip address 200.151.136.1 255.255.255.252
  62. duplex auto
  63. speed auto
  64. !
  65. interface GigabitEthernet0/1
  66. ip address 192.0.2.65 255.255.255.192
  67. duplex auto
  68. speed auto
  69. !
  70. interface GigabitEthernet0/1.10
  71. description B1-MANAGEMENT
  72. encapsulation dot1Q 10
  73. ip address 10.80.128.1 255.255.255.192
  74. !
  75. interface GigabitEthernet0/1.20
  76. description B1-HR
  77. encapsulation dot1Q 20
  78. ip address 10.80.128.129 255.255.255.128
  79. !
  80. interface GigabitEthernet0/1.30
  81. description B1-IT
  82. encapsulation dot1Q 30
  83. ip address 10.80.129.1 255.255.255.0
  84. !
  85. interface GigabitEthernet0/1.40
  86. description B1-GUEST
  87. encapsulation dot1Q 40
  88. ip address 10.80.130.1 255.255.254.0
  89. !
  90. interface Serial0/0/0
  91. ip address 192.0.2.253 255.255.255.252
  92. !
  93. interface Serial0/0/1
  94. no ip address
  95. clock rate 2000000
  96. shutdown
  97. !
  98. interface Vlan1
  99. no ip address
  100. shutdown
  101. !
  102. router rip
  103. !
  104. ip classless
  105. ip route 192.0.2.0 255.255.255.128 192.0.2.254
  106. ip route 192.0.2.128 255.255.255.128 192.0.2.254
  107. !
  108. ip flow-export version 9
  109. !
  110. !
  111. !
  112. !
  113. !
  114. !
  115. !
  116. !
  117. line con 0
  118. password cisco
  119. login
  120. !
  121. line aux 0
  122. !
  123. line vty 0 4
  124. password cisco
  125. login
  126. line vty 5 15
  127. password cisco
  128. login
  129. !
  130. !
  131. !
  132. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement