Advertisement
Guest User

Distro-S1

a guest
May 2nd, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. Building configuration...
  2.  
  3. Current configuration : 2327 bytes
  4. !
  5. version 12.2(37)SE1
  6. no service timestamps log datetime msec
  7. no service timestamps debug datetime msec
  8. no service password-encryption
  9. !
  10. hostname Distro-S1
  11. !
  12. !
  13. !
  14. !
  15. !
  16. !
  17. ip routing
  18. !
  19. !
  20. !
  21. !
  22. !
  23. !
  24. !
  25. !
  26. !
  27. !
  28. !
  29. !
  30. no ip domain-lookup
  31. !
  32. !
  33. spanning-tree mode pvst
  34. spanning-tree vlan 10,20 priority 24576
  35. !
  36. !
  37. !
  38. !
  39. !
  40. !
  41. interface Port-channel1
  42. switchport trunk encapsulation dot1q
  43. switchport mode trunk
  44. !
  45. interface FastEthernet0/1
  46. switchport trunk encapsulation dot1q
  47. switchport mode trunk
  48. channel-group 1 mode on
  49. !
  50. interface FastEthernet0/2
  51. switchport trunk encapsulation dot1q
  52. switchport mode trunk
  53. channel-group 1 mode on
  54. !
  55. interface FastEthernet0/3
  56. !
  57. interface FastEthernet0/4
  58. !
  59. interface FastEthernet0/5
  60. !
  61. interface FastEthernet0/6
  62. !
  63. interface FastEthernet0/7
  64. !
  65. interface FastEthernet0/8
  66. !
  67. interface FastEthernet0/9
  68. !
  69. interface FastEthernet0/10
  70. !
  71. interface FastEthernet0/11
  72. switchport trunk encapsulation dot1q
  73. switchport mode trunk
  74. !
  75. interface FastEthernet0/12
  76. switchport trunk encapsulation dot1q
  77. switchport mode trunk
  78. !
  79. interface FastEthernet0/13
  80. switchport trunk encapsulation dot1q
  81. switchport mode trunk
  82. !
  83. interface FastEthernet0/14
  84. switchport trunk encapsulation dot1q
  85. switchport mode trunk
  86. !
  87. interface FastEthernet0/15
  88. !
  89. interface FastEthernet0/16
  90. !
  91. interface FastEthernet0/17
  92. !
  93. interface FastEthernet0/18
  94. !
  95. interface FastEthernet0/19
  96. !
  97. interface FastEthernet0/20
  98. !
  99. interface FastEthernet0/21
  100. !
  101. interface FastEthernet0/22
  102. !
  103. interface FastEthernet0/23
  104. !
  105. interface FastEthernet0/24
  106. !
  107. interface GigabitEthernet0/1
  108. shutdown
  109. !
  110. interface GigabitEthernet0/2
  111. !
  112. interface Vlan1
  113. no ip address
  114. shutdown
  115. !
  116. interface Vlan10
  117. mac-address 0000.0c2d.a101
  118. ip address 10.7.10.1 255.255.255.0
  119. standby 1 ip 10.7.10.254
  120. standby 1 priority 200
  121. standby 1 preempt
  122. !
  123. interface Vlan20
  124. mac-address 0000.0c2d.a102
  125. ip address 10.7.20.1 255.255.255.0
  126. standby 1 ip 10.7.20.254
  127. standby 1 priority 200
  128. standby 1 preempt
  129. !
  130. interface Vlan30
  131. mac-address 0000.0c2d.a103
  132. ip address 10.7.30.1 255.255.255.0
  133. standby 1 ip 10.7.30.254
  134. standby 1 priority 150
  135. standby 1 preempt
  136. !
  137. interface Vlan40
  138. mac-address 0000.0c2d.a104
  139. ip address 10.7.40.1 255.255.255.0
  140. standby 1 ip 10.7.40.254
  141. standby 1 priority 150
  142. standby 1 preempt
  143. !
  144. ip classless
  145. !
  146. ip flow-export version 9
  147. !
  148. !
  149. !
  150. !
  151. !
  152. !
  153. !
  154. line con 0
  155. !
  156. line aux 0
  157. !
  158. line vty 0 4
  159. login
  160. !
  161. !
  162. !
  163. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement