Configuration Guide

Table Of Contents
©2021 Extreme Networks, Inc. All rights reserved
October 2021
126
20.1.19
Inter-VSN Routing
Inter-VSN Routing
config terminal
vlan create <vlan id> type port-mstprstp 0
vlan i-sid <vlan-id> <ISID: 0..16000000>
ip vrf <vrf-name>
interface vlan <vlan id>
vrf <vrf-name>
ip address <a.b.c.b mask>
exit
configure terminal
vlan create 500 type port-mstprstp 0
vlan create 600 type port-mstprstp 0
vlan i-sid 500 100500
vlan i-sid 600 100600
ip vrf intervlan
interface vlan 500
vrf intervlan
ip address 192.168.50.1 255.255.255.0
exit
interface vlan 600
vrf intervlan
ip address 192.168.60.1 255.255.255.0
exit
configure terminal
interface gigabitethernet 1/3
no shutdown
encapsulation dot1q
exit
vlan create 600 type port-mstprstp 0
vlan member 600 1/20
vlan i-sid 600 100600
vlan member remove 1 1/20
configure terminal
interface gigabitethernet 3/29
no shutdown
encapsulation dot1q
exit
vlan create 500 type port-mstprstp 0
vlan member 500 3/29
vlan i-sid 500 100500
vlan member remove 1 3/29