![Extreme Networks Summit WM3700 Скачать руководство пользователя страница 36](http://html.mh-extra.com/html/extreme-networks/summit-wm3700/summit-wm3700_supplementary-manual_2454480036.webp)
Summit WM3000 Series SW v5.1 – Clustering
36
© 2012 Extreme Networks, Inc. All rights reserved.
Add WM3600-1 as a Device to WM3600-2
The MAC address of WM-3600-1 needs to be retrieved for the next configuration steps.
While still on WM3600-2 configure the following:
1. Add WM3600-1 as a device on WM3600-2
2. Management IP address
3. GE1 port
4. VLAN and IP address
5. Cluster configuration (specific to that of WM3600-1 while still in WM3600-2)
wm3600-4221A6>
enable
wm3600-4221A6#
configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
wm3600-4221A6(config)#
self
wm3600-4221A6(config-device-00-04-96-42-21-A6)#
hostname WM3600-2
wm3600-4221A6(config-device-00-04-96-42-21-A6)#
interface me1
wm3600-4221A6(config-device-00-04-96-42-21-A6-if-me1)#
ip address 172.16.0.2/24
wm3600-4221A6(config-device-00-04-96-42-21-A6-if-me1)#
..
wm3600-4221A6(config-device-00-04-96-42-21-A6)#
interface ge1
wm3600-4221A6(config-device-00-04-96-42-21-A6-if-ge1)#
switchport mode access
wm3600-4221A6(config-device-00-04-96-42-21-A6-if-ge1)#
switchport access vlan 2
wm3600-4221A6(config-device-00-04-96-42-21-A6-if-ge1)#
interface vlan2
wm3600-4221A6(config-device-00-04-96-42-21-A6-if-vlan2)#
description vlan2
wm3600-4221A6(config-device-00-04-96-42-21-A6-if-vlan2)#
ip address 172.16.2.5/24
wm3600-4221A6(config-device-00-04-96-42-21-A6-if-vlan2)#
cluster name ExtremeCluster
wm3600-4221A6(config-device-00-04-96-42-21-A6)#
cluster mode active
wm3600-4221A6(config-device-00-04-96-42-21-A6)#
cluster member vlan 2
wm3600-4221A6(config-device-00-04-96-42-21-A6)#
cluster master-priority 1
wm3600-4221A6(config-device-00-04-96-42-21-A6)#
no cluster handle-stp
wm3600-4221A6(config-device-00-04-96-42-21-A6)#
..
1
2
3
4
5