Advertisement
Guest User

CSC-GW-DEV

a guest
Apr 28th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. SW-CSC-C3750-DEV#sh running-config
  2. Building configuration...
  3.  
  4. Current configuration : 4082 bytes
  5. !
  6. version 12.2
  7. no service pad
  8. service timestamps debug datetime msec
  9. service timestamps log datetime msec
  10. service password-encryption
  11. !
  12. hostname SW-CSC-C3750-DEV
  13. !
  14. boot-start-marker
  15. boot-end-marker
  16. !
  17. !
  18. no aaa new-model
  19. clock timezone UTC 7
  20. switch 1 provision ws-c3750-24p
  21. system mtu routing 1500
  22. ip routing
  23. no ip domain-lookup
  24. ip dhcp excluded-address 10.71.1.1
  25. ip dhcp excluded-address 10.71.10.1
  26. !
  27. ip dhcp pool v1
  28. network 10.71.1.0 255.255.255.0
  29. default-router 10.71.1.1
  30. !
  31. ip dhcp pool v10
  32. network 10.71.10.0 255.255.255.0
  33. default-router 10.71.10.1
  34. !
  35. !
  36. spanning-tree mode pvst
  37. spanning-tree extend system-id
  38. !
  39. vlan internal allocation policy ascending
  40. !
  41. !
  42. interface FastEthernet1/0/1
  43. switchport mode access
  44. !
  45. interface FastEthernet1/0/2
  46. switchport mode access
  47. !
  48. interface FastEthernet1/0/3
  49. switchport mode access
  50. !
  51. interface FastEthernet1/0/4
  52. switchport mode access
  53. !
  54. interface FastEthernet1/0/5
  55. switchport access vlan 10
  56. switchport mode access
  57. !
  58. interface FastEthernet1/0/6
  59. switchport access vlan 10
  60. switchport mode access
  61. !
  62. interface FastEthernet1/0/7
  63. switchport access vlan 10
  64. switchport mode access
  65. !
  66. interface FastEthernet1/0/8
  67. switchport access vlan 10
  68. switchport mode access
  69. !
  70. interface FastEthernet1/0/9
  71. !
  72. interface FastEthernet1/0/10
  73. !
  74. interface FastEthernet1/0/11
  75. !
  76. interface FastEthernet1/0/12
  77. !
  78. interface FastEthernet1/0/13
  79. !
  80. interface FastEthernet1/0/14
  81. !
  82. interface FastEthernet1/0/15
  83. !
  84. interface FastEthernet1/0/16
  85. !
  86. interface FastEthernet1/0/17
  87. !
  88. interface FastEthernet1/0/18
  89. !
  90. interface FastEthernet1/0/19
  91. !
  92. interface FastEthernet1/0/20
  93. !
  94. interface FastEthernet1/0/21
  95. !
  96. interface FastEthernet1/0/22
  97. !
  98. interface FastEthernet1/0/23
  99. !
  100. interface FastEthernet1/0/24
  101. !
  102. interface GigabitEthernet1/0/1
  103. !
  104. interface GigabitEthernet1/0/2
  105. !
  106. interface Vlan1
  107. ip address 10.71.1.1 255.255.255.0
  108. no ip mroute-cache
  109. !
  110. interface Vlan10
  111. ip address 10.71.10.1 255.255.255.0
  112. no ip mroute-cache
  113. !
  114. ip default-gateway 10.71.1.1
  115. ip classless
  116. ip http server
  117. ip http secure-server
  118. !
  119. !
  120. line con 0
  121. line vty 0 4
  122. exec-timeout 5 0
  123. login local
  124. line vty 5 15
  125. exec-timeout 5 0
  126. login local
  127. !
  128. ntp clock-period 36029496
  129. end
  130.  
  131. SW-CSC-C3750-DEV#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement