Guest User

Switch 2_running-config

a guest
Dec 17th, 2015
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. !
  2. version 12.2
  3. no service timestamps log datetime msec
  4. no service timestamps debug datetime msec
  5. no service password-encryption
  6. !
  7. hostname Switch
  8. !
  9. !
  10. !
  11. !
  12. !
  13. !
  14. !
  15. ip routing
  16. !
  17. !
  18. !
  19. !
  20. !
  21. !
  22. !
  23. !
  24. !
  25. !
  26. !
  27. !
  28. no ip domain-lookup
  29. !
  30. !
  31. spanning-tree mode pvst
  32. !
  33. !
  34. !
  35. !
  36. !
  37. !
  38. interface FastEthernet0/1
  39. switchport trunk encapsulation dot1q
  40. switchport mode access
  41. !
  42. interface FastEthernet0/2
  43. !
  44. interface FastEthernet0/3
  45. !
  46. interface FastEthernet0/4
  47. !
  48. interface FastEthernet0/5
  49. !
  50. interface FastEthernet0/6
  51. !
  52. interface FastEthernet0/7
  53. !
  54. interface FastEthernet0/8
  55. !
  56. interface FastEthernet0/9
  57. !
  58. interface FastEthernet0/10
  59. !
  60. interface FastEthernet0/11
  61. !
  62. interface FastEthernet0/12
  63. !
  64. interface FastEthernet0/13
  65. !
  66. interface FastEthernet0/14
  67. !
  68. interface FastEthernet0/15
  69. !
  70. interface FastEthernet0/16
  71. !
  72. interface FastEthernet0/17
  73. !
  74. interface FastEthernet0/18
  75. !
  76. interface FastEthernet0/19
  77. !
  78. interface FastEthernet0/20
  79. !
  80. interface FastEthernet0/21
  81. !
  82. interface FastEthernet0/22
  83. !
  84. interface FastEthernet0/23
  85. !
  86. interface FastEthernet0/24
  87. !
  88. interface GigabitEthernet0/1
  89. switchport trunk encapsulation dot1q
  90. switchport mode trunk
  91. !
  92. interface GigabitEthernet0/2
  93. switchport trunk encapsulation dot1q
  94. switchport mode trunk
  95. !
  96. interface Vlan1
  97. no ip address
  98. shutdown
  99. !
  100. interface Vlan10
  101. ip address 192.168.1.2 255.255.255.0
  102. !
  103. interface Vlan20
  104. ip address 192.168.2.2 255.255.255.0
  105. !
  106. ip default-gateway 192.168.2.2
  107. ip classless
  108. !
  109. ip flow-export version 9
  110. !
  111. !
  112. !
  113. !
  114. !
  115. !
  116. !
  117. line con 0
  118. !
  119. line aux 0
  120. !
  121. line vty 0 4
  122. login
  123. !
  124. !
  125. !
  126. end
Add Comment
Please, Sign In to add comment