Configuration Guide

Table Of Contents
8005 and 8006
©2021 Extreme Networks, Inc. All rights reserved
October 2021
329
8005 & 8006: Same configuration on both switches assuming we are using SLT 129 via
port 2/21 and MLT 1 for the IST
8005:5(config)#vlan create 2255 name "vsnblue-2255" type port-mstprstp 0
8005:5(config)# vlan members add 2255 2/21
8007
8007:5(config)#vlan create 2254 name "vsnred-2254" type port-mstprstp 0
8007:5(config)#vlan ports 4/35 tagging tagAll
8007:5(config)# vlan members add 2254 4/35
8007:5(config)# vlan members remove 1 4/35
22.8.3
IPVPN Configuration
4001 and 4002 - Add IP address and VRF to VLANs 2254 & 2255
4001:
4001:1(config)#interface vlan 2254
4001:1(config-if)#vrf red
4001:1(config-if)#ip address 192.168.15.1 255.255.255.0
4001:1(config-if)#ip rsmlt
4001:1(config-if)#ip rsmlt holdup-timer 9999
4001:1(config-if)#exit
4001:1(config)#interface vlan 2255
4001:1(config-if)#vrf blue
4001:1(config-if)#ip address 192.168.5.1 255.255.255.0
4001:1(config-if)#ip rsmlt
4001:1(config-if)#ip rsmlt holdup-timer 9999
4001:1(config-if)#exit
4001:1(config)#ip rsmlt edge-support
For 4002, use the same configuration as above except for the items shown below
4002:1(config)#interface vlan 2254
4002:1(config-if)#ip address 192.168.15.2 255.255.255.0
4002:1(config)#interface vlan 2255
4002:1(config-if)#ip address 192.168.5.2 255.255.255.0