Configuration Guide

Table Of Contents
©2021 Extreme Networks, Inc. All rights reserved
October 2021
345
22.9.1
L2VSN Configuration
8005 and 8006
8005 & 8006: Same configuration on both switches
8005:5(config)#vlan create 2258 type port-mstprstp 0
8005:5(config)#vlan ISID 2258 1002258
7001 and 7002 – Assuming we are using local ports 11. Please see section 17.2 for the
SMLT configuration
7001 & 7002: Same configuration on both switches
7001(config)#vlan create 2258 type port
7001(config)#vlan configcontrol automatic
7001(config)#vlan members add 2258 25
7001(config)#vlan ISID 2258 1002258
22.9.2
VRF Configuration
8005 and 8006
8005:
8005:5(config)#interface vlan 2258
8005:5(config-if)#vrf blue
8005:5(config-if)#ip address 192.168.58.2 255.255.255.0
8005:5(config-if)#ip vrrp address 58 192.168.58.1
8005:5(config-if)#ip vrrp 58 backup-master enable
8005:5(config-if)#ip vrrp 58 enable
8005:5(config-if)#exit
8006 will have the same configuration except for the items shown below assuming also
that we wish to make 8006 the VRRP master
8006:5(config-if)#vrf blue
8006:5(config-if)#ip address 192.168.58.3 255.255.255.0
8006:5(config-if)#ip vrrp 58 backup-master enable priority 150