Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
1,038
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. Current configuration : 2186 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. default-router 10.80.128.129
  29. ip dhcp pool IT
  30. network 10.80.129.0 255.255.255.0
  31. default-router 10.80.129.1
  32. ip dhcp pool GUEST
  33. network 10.80.130.0 255.255.254.0
  34. default-router 10.80.130.1
  35. !
  36. !
  37. !
  38. no ip cef
  39. no ipv6 cef
  40. !
  41. !
  42. !
  43. !
  44. license udi pid CISCO2901/K9 sn FTX15247TXF-
  45. !
  46. !
  47. !
  48. !
  49. !
  50. !
  51. !
  52. !
  53. !
  54. !
  55. !
  56. spanning-tree mode pvst
  57. !
  58. !
  59. !
  60. !
  61. !
  62. !
  63. interface GigabitEthernet0/0
  64. ip address 200.151.136.1 255.255.255.252
  65. duplex auto
  66. speed auto
  67. !
  68. interface GigabitEthernet0/1
  69. ip address 192.0.2.65 255.255.255.192
  70. duplex auto
  71. speed auto
  72. !
  73. interface GigabitEthernet0/1.10
  74. description B1-MANAGEMENT
  75. encapsulation dot1Q 10
  76. ip address 10.80.128.1 255.255.255.192
  77. !
  78. interface GigabitEthernet0/1.20
  79. description B1-HR
  80. encapsulation dot1Q 20
  81. ip address 10.80.128.129 255.255.255.128
  82. !
  83. interface GigabitEthernet0/1.30
  84. description B1-IT
  85. encapsulation dot1Q 30
  86. ip address 10.80.129.1 255.255.255.0
  87. !
  88. interface GigabitEthernet0/1.40
  89. description B1-GUEST
  90. encapsulation dot1Q 40
  91. ip address 10.80.130.1 255.255.254.0
  92. !
  93. interface Serial0/0/0
  94. ip address 192.0.2.253 255.255.255.252
  95. !
  96. interface Serial0/0/1
  97. no ip address
  98. clock rate 2000000
  99. shutdown
  100. !
  101. interface Vlan1
  102. no ip address
  103. shutdown
  104. !
  105. router rip
  106. !
  107. ip classless
  108. ip route 192.0.2.0 255.255.255.128 192.0.2.254
  109. ip route 192.0.2.128 255.255.255.128 192.0.2.254
  110. !
  111. ip flow-export version 9
  112. !
  113. !
  114. !
  115. !
  116. !
  117. !
  118. !
  119. !
  120. line con 0
  121. password cisco
  122. login
  123. !
  124. line aux 0
  125. !
  126. line vty 0 4
  127. password cisco
  128. login
  129. line vty 5 15
  130. password cisco
  131. login
  132. !
  133. !
  134. !
  135. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement