Configuration Guide

Table Of Contents
©2021 Extreme Networks, Inc. All rights reserved
October 2021
11
5
20.1.13
L3VSN Configuration
L3 VSN with direct interface redistribution
config terminal
interface loopback <Interface id value; 1-256>
ip address <Interface id value; 1-256> <Ipv4address/mask>
exit
router isis
ip-source-address <loopback ip>
spbm 1 ip enable
exit
ip vrf <vrf-name>
vlan create <vlan id> type port-mstprstp 0
configure terminal
interface loopback 1
ip address 1 10.1.90.1/255.255.255.255
exit
router isis
ip-source-address 10.1.90.1
spbm 1 ip enable
exit
ip vrf blue
interface gigabitethernet 3/29
no shutdown
encapsulation dot1q
exit
vlan create 2255 type port-mstprstp 0
vlan member 2255 3/29
interface vlan 2255
vrf blue
ip address 10.198.55.1 255.255.255.0
exit
router vrf blue
ipvpn
i-sid 2002255
ipvpn enable
isis redistribute direct
isis redistribute direct enable
exit
isis apply redistribute direct vrf blue
vlan member remove 1 3/29
configure terminal
interface loopback 1
ip address 1 10.1.40.1/255.255.255.255
exit
router isis
ip-source-address 10.1.40.1
spbm 1 ip enable
exit
ip vrf blue
interface gigabitethernet 1/20
no shutdown
encapsulation dot1q
exit
vlan create 2255 name type port-mstprstp 0
vlan members 2255 1/20
interface vlan 2255
vrf blue
ip address 10.198.33.1 255.255.255.0
exit
router vrf blue
ipvpn
i-sid 2002255
ipvpn enable
isis redistribute direct
isis redistribute direct enable
exit
isis apply redistribute direct vrf blue
vlan member remove 1 1/20