Advertisement
Guest User

Switch 1_running-config

a guest
Dec 17th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 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 rapid-pvst
  32. spanning-tree vlan 10,20 priority 4096
  33. !
  34. !
  35. !
  36. !
  37. !
  38. !
  39. interface Port-channel 1
  40. switchport trunk allowed vlan 10,20
  41. switchport trunk encapsulation dot1q
  42. switchport mode trunk
  43. !
  44. interface FastEthernet0/1
  45. switchport trunk allowed vlan 2-1001
  46. switchport trunk encapsulation dot1q
  47. switchport mode trunk
  48. !
  49. interface FastEthernet0/2
  50. !
  51. interface FastEthernet0/3
  52. !
  53. interface FastEthernet0/4
  54. !
  55. interface FastEthernet0/5
  56. !
  57. interface FastEthernet0/6
  58. !
  59. interface FastEthernet0/7
  60. !
  61. interface FastEthernet0/8
  62. !
  63. interface FastEthernet0/9
  64. !
  65. interface FastEthernet0/10
  66. switchport trunk encapsulation dot1q
  67. switchport mode trunk
  68. !
  69. interface FastEthernet0/11
  70. !
  71. interface FastEthernet0/12
  72. !
  73. interface FastEthernet0/13
  74. !
  75. interface FastEthernet0/14
  76. !
  77. interface FastEthernet0/15
  78. !
  79. interface FastEthernet0/16
  80. !
  81. interface FastEthernet0/17
  82. !
  83. interface FastEthernet0/18
  84. !
  85. interface FastEthernet0/19
  86. !
  87. interface FastEthernet0/20
  88. !
  89. interface FastEthernet0/21
  90. !
  91. interface FastEthernet0/22
  92. !
  93. interface FastEthernet0/23
  94. !
  95. interface FastEthernet0/24
  96. no switchport
  97. ip address 192.168.3.2 255.255.255.0
  98. duplex auto
  99. speed auto
  100. !
  101. interface GigabitEthernet0/1
  102. channel-group 1 mode active
  103. switchport trunk allowed vlan 10,20
  104. switchport trunk encapsulation dot1q
  105. switchport mode trunk
  106. !
  107. interface GigabitEthernet0/2
  108. channel-group 1 mode active
  109. switchport trunk allowed vlan 10,20
  110. switchport trunk encapsulation dot1q
  111. switchport mode trunk
  112. !
  113. interface Vlan1
  114. no ip address
  115. shutdown
  116. !
  117. interface Vlan10
  118. ip address 192.168.1.2 255.255.255.0
  119. ip helper-address 192.168.3.1
  120. standby version 2
  121. standby 100 ip 192.168.1.3
  122. standby 100 priority 110
  123. standby 100 preempt
  124. !
  125. interface Vlan20
  126. ip address 192.168.2.2 255.255.255.0
  127. ip helper-address 192.168.3.1
  128. standby version 2
  129. standby 100 ip 192.168.1.0
  130. standby 110 ip 192.168.3.1
  131. !
  132. router rip
  133. !
  134. ip default-gateway 192.168.2.2
  135. ip classless
  136. !
  137. ip flow-export version 9
  138. !
  139. !
  140. !
  141. !
  142. !
  143. !
  144. !
  145. line con 0
  146. !
  147. line aux 0
  148. !
  149. line vty 0 4
  150. login
  151. !
  152. !
  153. !
  154. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement