Guest User

Untitled

a guest
Oct 20th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. IDF1-R(config-subif)#encapsulation dot1q 120
  2. IDF1-R(config-subif)#ip ad 10.6.1.26 255.255.255.252
  3.  
  4. IP : 10.6.1.25
  5. Subnetmask : 255.255.255.252
  6. Gateway : 10.6.1.26
  7.  
  8. sw-120#show spanning-tree vlan 120
  9. VLAN0120
  10. Spanning tree enabled protocol ieee
  11. Root ID Priority 32888
  12. Address 0007.EC16.0917
  13. This bridge is the root
  14. Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
  15.  
  16. Bridge ID Priority 32888 (priority 32768 sys-id-ext 120)
  17. Address 0007.EC16.0917
  18. Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
  19. Aging Time 20
  20.  
  21. Interface Role Sts Cost Prio.Nbr Type
  22. ---------------- ---- --- --------- -------- --------------------------------
  23. Fa0/24 Desg FWD 19 128.24 P2p
  24.  
  25. sw-120#
  26.  
  27. Current configuration : 1118 bytes
  28. !
  29. version 12.2
  30. no service timestamps log datetime msec
  31. no service timestamps debug datetime msec
  32. no service password-encryption
  33. !
  34. hostname IDF1-SW
  35. !
  36. !
  37. !
  38. !
  39. !
  40. spanning-tree mode pvst
  41. !
  42. interface FastEthernet0/1
  43. !
  44. interface FastEthernet0/2
  45. !
  46. interface FastEthernet0/3
  47. !
  48. interface FastEthernet0/4
  49. !
  50. interface FastEthernet0/5
  51. !
  52. interface FastEthernet0/6
  53. !
  54. interface FastEthernet0/7
  55. switchport access vlan 120
  56. switchport mode trunk
  57. !
  58. interface FastEthernet0/8
  59. !
  60. interface FastEthernet0/9
  61. !
  62. interface FastEthernet0/10
  63. !
  64. interface FastEthernet0/11
  65. !
  66. interface FastEthernet0/12
  67. !
  68. interface FastEthernet0/13
  69. !
  70. interface FastEthernet0/14
  71. !
  72. interface FastEthernet0/15
  73. !
  74. interface FastEthernet0/16
  75. !
  76. interface FastEthernet0/17
  77. !
  78. interface FastEthernet0/18
  79. !
  80. interface FastEthernet0/19
  81. !
  82. interface FastEthernet0/20
  83. !
  84. interface FastEthernet0/21
  85. !
  86. interface FastEthernet0/22
  87. !
  88. interface FastEthernet0/23
  89. !
  90. interface FastEthernet0/24
  91. switchport mode trunk
  92. !
  93. interface GigabitEthernet0/1
  94. !
  95. interface GigabitEthernet0/2
  96. !
  97. interface Vlan1
  98. no ip address
  99. shutdown
  100. !
  101. !
  102. !
  103. !
  104. line con 0
  105. !
  106. line vty 0 4
  107. login
  108. line vty 5 15
  109. login
  110. !
  111. !
  112. end
  113.  
  114. sw-120>en
  115. sw-120#sh ru
  116. Building configuration...
  117.  
  118. Current configuration : 1430 bytes
  119. !
  120. version 12.2
  121. no service timestamps log datetime msec
  122. no service timestamps debug datetime msec
  123. no service password-encryption
  124. !
  125. hostname sw-120
  126. !
  127. !
  128. !
  129. !
  130. !
  131. spanning-tree mode pvst
  132. !
  133. interface FastEthernet0/1
  134. switchport access vlan 120
  135. switchport mode access
  136. !
  137. interface FastEthernet0/2
  138. switchport access vlan 119
  139. switchport mode access
  140. !
  141. interface FastEthernet0/3
  142. switchport access vlan 118
  143. switchport mode access
  144. !
  145. interface FastEthernet0/4
  146. switchport access vlan 117
  147. switchport mode access
  148. !
  149. interface FastEthernet0/5
  150. switchport access vlan 116
  151. switchport mode access
  152. !
  153. interface FastEthernet0/6
  154. switchport access vlan 114
  155. switchport mode access
  156. !
  157. interface FastEthernet0/7
  158. switchport access vlan 113
  159. switchport mode access
  160. !
  161. interface FastEthernet0/8
  162. !
  163. interface FastEthernet0/9
  164. !
  165. interface FastEthernet0/10
  166. !
  167. interface FastEthernet0/11
  168. !
  169. interface FastEthernet0/12
  170. !
  171. interface FastEthernet0/13
  172. !
  173. interface FastEthernet0/14
  174. !
  175. interface FastEthernet0/15
  176. !
  177. interface FastEthernet0/16
  178. !
  179. interface FastEthernet0/17
  180. !
  181. interface FastEthernet0/18
  182. !
  183. interface FastEthernet0/19
  184. !
  185. interface FastEthernet0/20
  186. !
  187. interface FastEthernet0/21
  188. !
  189. interface FastEthernet0/22
  190. !
  191. interface FastEthernet0/23
  192. !
  193. interface FastEthernet0/24
  194. switchport mode trunk
  195. !
  196. interface GigabitEthernet0/1
  197. !
  198. interface GigabitEthernet0/2
  199. !
  200. interface Vlan1
  201. no ip address
  202. shutdown
  203. !
  204. !
  205. !
  206. !
  207. line con 0
  208. !
  209. line vty 0 4
  210. login
  211. line vty 5 15
  212. login
  213. !
  214. !
  215. end
Add Comment
Please, Sign In to add comment