Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
570
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.70 KB | None | 0 0
  1. Connector/Net 6.9 Release Notes
  2. ------------------------------------
  3.  
  4. Welcome to the release notes for Connector/Net 6.9
  5.  
  6. What's new in 6.9
  7. --------------------
  8.  
  9. - Simple Membership Web Provider
  10. - Site Map Web Provider
  11. - Personalization Web Provider
  12. - MySql Fabric support
  13.  
  14.  
  15. Be sure and check the documentation for more information on these new features.
  16.  
  17.  
  18. Hostname LAN-Switch1
  19.  
  20. vlan 10
  21. name NetworkManagement
  22. exit
  23. vlan 11
  24. name Powerman
  25. exit
  26. vlan 20
  27. name Admin
  28. exit
  29.  
  30. ~~~~~~~~~~~~~~Interfaces and Ips to Switch~~~~~~~~~~~~~~~~~~~~~
  31. ping
  32.  
  33. ~~~~~~~~~~~~~~~Assigning Vlans to Ports~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  34.  
  35. int range fa0/1-5
  36. switchport mode access
  37. switchport access vlan 10
  38. exit
  39.  
  40. int range fa0/6-10
  41. switchport mode access
  42. switchport access vlan 11
  43. exit
  44.  
  45. int range fa0/11-15
  46. switchport mode access
  47. switchport access vlan 20
  48. exit
  49.  
  50. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Trunking the Gi0/1 ~~~~~~~~~~~~~~~~~
  51.  
  52. int gi0/1
  53. switchport mode trunk
  54. name TrunkPort
  55. exit
  56.  
  57.  
  58. ~~~~~~~~~~~~~~~~~~~~~ SHow RUN Switch ~~~~~~~~~~~~~~~~~~~~~
  59.  
  60.  
  61. Longford-Adnan#sh run
  62. Building configuration...
  63.  
  64. Current configuration : 3013 bytes
  65. !
  66. ! Last configuration change at 06:21:55 UTC Mon Mar 1 1993
  67. !
  68. version 15.0
  69. no service pad
  70. service timestamps debug datetime msec
  71. service timestamps log datetime msec
  72. no service password-encryption
  73. !
  74. hostname Longford-Adnan
  75. !
  76. boot-start-marker
  77. boot-end-marker
  78. !
  79. enable secret 5 $1$iAhv$ZClSQe3.lV7oHQaxUSZVh0
  80. !
  81. no aaa new-model
  82. system mtu routing 1500
  83. !
  84. !
  85. no ip domain-lookup
  86. !
  87. !
  88. !
  89. !
  90. !
  91. !
  92. !
  93. !
  94. spanning-tree mode pvst
  95. spanning-tree extend system-id
  96. !
  97. vlan internal allocation policy ascending
  98. !
  99. !
  100. !
  101. !
  102. !
  103. !
  104. interface FastEthernet0/1
  105. switchport access vlan 10
  106. switchport mode access
  107. !
  108. interface FastEthernet0/2
  109. switchport access vlan 10
  110. switchport mode access
  111. !
  112. interface FastEthernet0/3
  113. switchport access vlan 10
  114. switchport mode access
  115. !
  116. interface FastEthernet0/4
  117. switchport access vlan 10
  118. switchport mode access
  119. !
  120. interface FastEthernet0/5
  121. switchport access vlan 10
  122. switchport mode access
  123. !
  124. interface FastEthernet0/6
  125. switchport access vlan 11
  126. switchport mode access
  127. !
  128. interface FastEthernet0/7
  129. switchport access vlan 11
  130. switchport mode access
  131. !
  132. interface FastEthernet0/8
  133. switchport access vlan 11
  134. switchport mode access
  135. !
  136. interface FastEthernet0/9
  137. switchport access vlan 11
  138. switchport mode access
  139. !
  140. interface FastEthernet0/10
  141. switchport access vlan 11
  142. switchport mode access
  143. !
  144. interface FastEthernet0/11
  145. switchport access vlan 20
  146. switchport mode access
  147. !
  148. interface FastEthernet0/12
  149. switchport access vlan 20
  150. switchport mode access
  151. !
  152. interface FastEthernet0/13
  153. switchport access vlan 20
  154. switchport mode access
  155. !
  156. interface FastEthernet0/14
  157. switchport access vlan 20
  158. switchport mode access
  159. !
  160. interface FastEthernet0/15
  161. switchport access vlan 20
  162. switchport mode access
  163. !
  164. interface FastEthernet0/16
  165. switchport access vlan 1000
  166. switchport mode access
  167. shutdown
  168. !
  169. interface FastEthernet0/17
  170. switchport access vlan 1000
  171. switchport mode access
  172. shutdown
  173. !
  174. interface FastEthernet0/18
  175. switchport access vlan 1000
  176. switchport mode access
  177. shutdown
  178. !
  179. interface FastEthernet0/19
  180. switchport access vlan 1000
  181. switchport mode access
  182. shutdown
  183. !
  184. interface FastEthernet0/20
  185. switchport access vlan 1000
  186. switchport mode access
  187. shutdown
  188. !
  189. interface FastEthernet0/21
  190. switchport access vlan 1000
  191. switchport mode access
  192. shutdown
  193. !
  194. interface FastEthernet0/22
  195. switchport access vlan 1000
  196. switchport mode access
  197. shutdown
  198. !
  199. interface FastEthernet0/23
  200. switchport access vlan 1000
  201. switchport mode access
  202. shutdown
  203. !
  204. interface FastEthernet0/24
  205. switchport access vlan 1000
  206. switchport mode access
  207. shutdown
  208. !
  209. interface GigabitEthernet0/1
  210. switchport mode trunk
  211. !
  212. interface GigabitEthernet0/2
  213. switchport access vlan 1000
  214. shutdown
  215. !
  216. interface Vlan1
  217. no ip address
  218. !
  219. interface Vlan10
  220. description Network Management
  221. ip address 10.5.10.1 255.255.255.0
  222. !
  223. interface Vlan11
  224. description PowerManagement Network
  225. ip address 10.5.11.1 255.255.255.0
  226. !
  227. interface Vlan20
  228. description Admin Network
  229. ip address 10.5.20.1 255.255.255.0
  230. !
  231. ip http server
  232. ip http secure-server
  233. !
  234. !
  235. line con 0
  236. line vty 5 15
  237. !
  238. end
  239.  
  240. Longford-Adnan#sh vlan
  241.  
  242. VLAN Name Status Ports
  243. ---- -------------------------------- --------- -------------------------------
  244. 1 default active
  245. 2 Accounting active
  246. 3 Finance active
  247. 10 NetworkManagement active Fa0/1, Fa0/2, Fa0/3, Fa0/4
  248. Fa0/5
  249. 11 Powerman active Fa0/6, Fa0/7, Fa0/8, Fa0/9
  250. Fa0/10
  251. 20 Admin active Fa0/11, Fa0/12, Fa0/13, Fa0/14
  252. Fa0/15
  253. 1000 Discard active Fa0/16, Fa0/17, Fa0/18, Fa0/19
  254. Fa0/20, Fa0/21, Fa0/22, Fa0/23
  255. Fa0/24, Gi0/2
  256. 1002 fddi-default act/unsup
  257. 1003 token-ring-default act/unsup
  258. 1004 fddinet-default act/unsup
  259. 1005 trnet-default act/unsup
  260.  
  261. VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2
  262. ---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
  263. 1 enet 100001 1500 - - - - - 0 0
  264.  
  265. VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2
  266. ---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
  267. 2 enet 100002 1500 - - - - - 0 0
  268. 3 enet 100003 1500 - - - - - 0 0
  269. 10 enet 100010 1500 - - - - - 0 0
  270. 11 enet 100011 1500 - - - - - 0 0
  271. 20 enet 100020 1500 - - - - - 0 0
  272. 1000 enet 101000 1500 - - - - - 0 0
  273. 1002 fddi 101002 1500 - - - - - 0 0
  274. 1003 tr 101003 1500 - - - - - 0 0
  275. 1004 fdnet 101004 1500 - - - ieee - 0 0
  276. 1005 trnet 101005 1500 - - - ibm - 0 0
  277.  
  278. Remote SPAN VLANs
  279. ------------------------------------------------------------------------------
  280.  
  281.  
  282. Primary Secondary Type Ports
  283. ------- --------- ----------------- ------------------------------------------
  284.  
  285. Longford-Adnan#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement