![Extreme Networks Summit WM3700 Supplementary Manual Download Page 42](http://html.mh-extra.com/html/extreme-networks/summit-wm3700/summit-wm3700_supplementary-manual_2454480042.webp)
Summit WM3000 Series SW v5.1 – Clustering
42
© 2012 Extreme Networks, Inc. All rights reserved.
Configuring WM3600-2
WM3600-2 will be the back-up in the cluster and will need to have an IP address assigned to the management (me1)
interface. Configure the following:
1. Initial Set-up
2. Hostname
3. Management IP address
4. Create VLAN (e.g. Vlan2) & assign IP address
5. Cluster
6. Default Route
wm3600-42214E(config)#
wm3600 00-04-96-42-21-A6
wm3600-42214E(config-device-00-04-96-42-21-A6)#
use profile default-wm3600
wm3600-42214E(config-device-00-04-96-42-21-A6)#
use rf-domain default
wm3600-42214E(config-device-00-04-96-42-21-A6)#
country-code us
wm3600-42214E(config-device-00-04-96-42-21-A6)#
hostname WM3600-2
wm3600-42214E(config-device-00-04-96-42-21-A6)#
interface me1
wm3600-42214E(config-device-00-04-96-42-21-A6-if-me1)#
ip address 172.16.0.2/24
wm3600-42214E(config-device-00-04-96-42-21-A6-if-me1)#
interface ge1
wm3600-42214E(config-device-00-04-96-42-21-A6-if-ge1)#
switchport mode access
wm3600-42214E(config-device-00-04-96-42-21-A6-if-ge1)#
switchport access vlan 3
wm3600-42214E(config-device-00-04-96-42-21-A6-if-ge1)#
interface vlan 3
wm3600-42214E(config-device-00-04-96-42-21-A6-if-vlan2)#
description Vlan3
wm3600-42214E(config-device-00-04-96-42-21-A6-if-vlan2)#
ip address 172.16.3.4/24
wm3600-42214E(config-device-00-04-96-42-21-A6-if-vlan2)#
cluster name ExtremeCluster
wm3600-42214E(config-device-00-04-96-42-21-A6)#
cluster mode active
wm3600-42214E(config-device-00-04-96-42-21-A6)#
cluster member ip 172.16.2.4
wm3600-42214E(config-device-00-04-96-42-21-A6)#
cluster master-priority 1
wm3600-42214E(config-device-00-04-96-42-21-A6)#
ip route 0.0.0.0/0 172.16.3.1
wm3600-42214E(config-device-00-04-96-42-21-A6)#
..
wm3600-42214E(config)#
..
wm3600-42214E#
commit write
1
2
3
4
5