Advertisement
Guest User

IOSL2-Switch

a guest
Apr 23rd, 2018
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. Current configuration : 3761 bytes
  2. !
  3. ! Last configuration change at 05:12:43 UTC Sun Apr 22 2018
  4. !
  5. version 15.2
  6. service timestamps debug datetime msec
  7. service timestamps log datetime msec
  8. no service password-encryption
  9. service compress-config
  10. !
  11. hostname Switch
  12. !
  13. boot-start-marker
  14. boot-end-marker
  15. !
  16. !
  17. !
  18. no aaa new-model
  19. !
  20. !
  21. !
  22. !
  23. !
  24. !
  25. !
  26. !
  27. ip cef
  28. no ipv6 cef
  29. !
  30. !
  31. !
  32. spanning-tree mode pvst
  33. spanning-tree extend system-id
  34. !
  35. vlan internal allocation policy ascending
  36. !
  37. !
  38. !
  39. !
  40. !
  41. !
  42. !
  43. !
  44. !
  45. !
  46. !
  47. !
  48. !
  49. !
  50. interface GigabitEthernet0/0
  51. switchport trunk encapsulation dot1q
  52. switchport mode trunk
  53. media-type rj45
  54. negotiation auto
  55. !
  56. interface GigabitEthernet0/1
  57. switchport access vlan 30
  58. switchport trunk encapsulation dot1q
  59. switchport mode access
  60. media-type rj45
  61. negotiation auto
  62. !
  63. interface GigabitEthernet0/2
  64. switchport access vlan 30
  65. switchport mode access
  66. media-type rj45
  67. negotiation auto
  68. !
  69. interface GigabitEthernet0/3
  70. media-type rj45
  71. negotiation auto
  72. !
  73. interface GigabitEthernet1/0
  74. media-type rj45
  75. negotiation auto
  76. !
  77. interface GigabitEthernet1/1
  78. media-type rj45
  79. negotiation auto
  80. !
  81. interface GigabitEthernet1/2
  82. media-type rj45
  83. negotiation auto
  84. !
  85. interface GigabitEthernet1/3
  86. media-type rj45
  87. negotiation auto
  88. !
  89. interface GigabitEthernet2/0
  90. switchport access vlan 40
  91. switchport mode access
  92. media-type rj45
  93. negotiation auto
  94. !
  95. interface GigabitEthernet2/1
  96. media-type rj45
  97. negotiation auto
  98. !
  99. interface GigabitEthernet2/2
  100. media-type rj45
  101. negotiation auto
  102. !
  103. interface GigabitEthernet2/3
  104. media-type rj45
  105. negotiation auto
  106. !
  107. interface GigabitEthernet3/0
  108. media-type rj45
  109. negotiation auto
  110. !
  111. interface GigabitEthernet3/1
  112. media-type rj45
  113. negotiation auto
  114. !
  115. interface GigabitEthernet3/2
  116. media-type rj45
  117. negotiation auto
  118. !
  119. interface GigabitEthernet3/3
  120. media-type rj45
  121. negotiation auto
  122. !
  123. ip forward-protocol nd
  124. !
  125. no ip http server
  126. no ip http secure-server
  127. !
  128. !
  129. !
  130. !
  131. !
  132. !
  133. control-plane
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement