Advertisement
Guest User

Untitled

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