Configuration Guide

Table Of Contents
VSP 9000 SMLT Cluster: Add IST MLT, VLAN 2 with IP address, and enable VLACP
©2021 Extreme Networks, Inc. All rights reserved
October 2021
235
9001:1(config)#vlan create 2 name "IST_vlan2" type port-mstprstp 0
9001:1(config)#mlt 1
9001:1(config)#mlt 1 name IST
9001:1(config)#mlt 1 member 3/1,3/2
9001:1(config)#mlt 1 encapsulation dot1q
9001:1(config)#vlan mlt 2 1
9001:1(config)#interface vlan 2
9001:1(config-if)#ip address 10.5.2.1 255.255.255.252
9001:1(config-if)#exit
9001:1(config)#interface mlt 1
9001:1(config-mlt)#ist peer-ip 10.5.2.2 vlan 2
9001:1(config-mlt)#ist enable
9001:1(config-mlt)#exit
9001:1(config)#interface gigabitEthernet 3/1,3/2
9001:1(config-if)#vlacp slow-periodic-time 10000 funcmac-addr 01:80:c2:00:00:0f
9001:1(config-if)#vlacp enable
9001:1(config-if)#exit
9001:1(config)#vlacp enable
For 9002, use the same configuration as above except for the items shown below
9002:1(config)#interface vlan 2
9002:1(config-if)#ip address 10.5.2.2 255.255.255.252
9002:1(config-if)#exit
9002:1(config)#interface mlt 1
9002:1(config-mlt)#ist peer-ip 10.5.2.1 vlan 2
9002:1(config-mlt)#ist enable
9002:1(config-mlt)#exit