You are on page 1of 3

Configure PowerStore X, DataSwitch x2, LACP port-channel inter connections and

uplinks for core switch

DataSwitch-01 / 10.10.10.111
DataSwitch-02 / 10.10.10.112
ntp server 10.10.10.2
gw 10.10.10.1
interconnetions port-channel: 10

1. connect to DataSwitch-01 with COM2 with putty


2. show version
3. show license status
4. hostname DataSwitch-01
5. interface mgmt 1/1/1
6. ip address 10.10.10.111
7. no shutdown
8. exit
9. management route 0.0.0.0/0 10.10.10.1
10. ntp server 10.10.10.2
11. spanning-tree mode rstp
12. spanning-tree rstp priority 4096
13. no shutdown

14. interface vlan 1501


15. description "MGMT vlan"
16. no shutdown
17. interface vlan 1502
18. description "iSCSI vlan"
19. no shutdown
20. interface vlan 1503
21. description "vMotion vlan"
22. no shutdown

23. interface ethernet 1/1/33


24. description "Discovery Port"
25. switchport access vlan 1
26. no shutdown
27. exit

28. interface range ethernet 1/1/55/-1/1/56


29. no switchport
30. vlt-domain 1
31. discovery-interface ethernet 1/1/55-1/1/56
32. backup destination 10.10.10.112
33. primary-prioority 1
34. vlt-mac 00:00:00:00:00:01
35. no shutdown
36. exit

37. interface ethernet 1/1/1


38. description "data node A"
39. switchport access vlan 1
40. switchport mode trunk
41. switchport trunk allowed vlan 1501-1503
42. spanning-tree port type edge
43. no shutdown
44. exit

45. interface ethernet 1/1/2


46. description "data node B"
47. switchport access vlan 1
48. switchport mode trunk
49. switchport trunk allowed vlan 1501-1503
50. spanning-tree port type edge
51. no shutdown
52. exit

53. interface port-channel 10


54. description "CSW port-channel"
55. vlt-portchannel 10
56. switchport mode trunk
57. switchport trunk allowed vlan 1501-1503
58. no shutdown
59. exit
60. interface ethernet 1/1/48
61. channel-group 10 mode active
62. no shutdown
63. exit

64. conenct to DataSwitch-02 with COM2 using Putty


65. show verion
66. show license status
67. configure terminal
68. hostname DataSwitch-02
69. interface mgmt 1/1/1
70. ip address 10.10.10.112
71. no shutdown

72. interface ethernet 1/1/33


73. description "Discovery Port"
74. switchport access vlan 1
75. no shutdown
76. exit

77. management route 0.0.0.0/0 10.10.10.1


78. ntp server 10.10.10.2
79. no shutdown
80. spanning-tree mode rstp
81. spanning-tree rstp priority 8192
82. no shutdown

83. interface vlan 1501


84. description "MGMT vlan"
85. no shutdown
86. interface vlan 1502
87. description "iSCSI vlan"
88. no shutdown
89. interface vlan 1503
90. description "vMotion vlan"
91. no shutdown

92. interface range ethernet 1/1/55-1/1/56


93. no switchport
94. vlt-domain 1
95. discovery-interface ethernet 1/1/55-1/1/56
96. backup destination 10.10.10.111
97. primary-priority 2
98. vlt-mac 00:00:00:00:00:01
99. no shutdown
100. exit

101. interface ethernet 1/1/1


102. description "data node A"
103. switchport access vlan 1
104. switchport mode trunk
105. switchport trunk allowed vlan 1501-1503
106. spanning-tree port type edge
107. no shutdown
108. exit

109. interface ethernet 1/1/2


110. description "data node B"
111. switchport access vlan 1
112. switchport mode trunk
113. switchport trunk allowed vlan 1501-1503
114. spanning-tree port type edge
115. no shutdown
116. exit

117. interface port-channel 10


118. description "CSW port-channel connections"
119. vlt-port-channel 10
120. switchport mode trunk
121. switchport trunk allowed vlan 1501-1503
122. no shutdown
123. exit
124. interface ethernet 1/1/48
125. channel-group 10 mode active
126. no shutdown
127. exit
128. copy run start

You might also like