Configuration Guide

Table Of Contents
©2021 Extreme Networks, Inc. All rights reserved
October 2021
160
In reference to the above drawing, if ports 1/37 and 1/39 are brouter ports where port 1/37 is in
GRT and 1/39 is in a VRF, this will not work. If port 1/37 and port 1/39 are brouter ports and if port
1/37 is in one VRF and port 1/39 is in another VRF this solution will work. Also, if port 1/37 and
port 1/39 are VLAN ports where the VLAN for port 1/37 is in GRT and the VLAN for port
1/39 is in a VRF, this solution will work.
ip vrf fab_ext
vlan create 300 type port-mstprstp 0
vlan members 300 1/33
interface Vlan 300
vrf fab_ext
ip address 10.8.30.45 255.255.255.0
exit
interface GigabitEthernet 1/33
no shutdown
no spanning-tree mstp force-port-state enable
exit
interface loopback 10
ip address 10 10.4.4.45/32 vrf fab_ext
exit
router vrf fab_ext
ip route 10.8.4.81 255.255.255.255 10.8.30.1 weight 10
exit