Configuration Guide

Table Of Contents
20.1.17IP Shortcuts – leaking routes between GRT and VRF
©2021 Extreme Networks, Inc. All rights reserved
October 2021
120
IP Shortcuts and L3 VSN (VRF blue) where we wish to share the IP Shortcuts
192.168.55.0/24 subnet to the blue VRF.
For the blue VRF used in this example, to accept GRT IP Shortcut routes, we need to specify an
ISID of 0 for the ISIS accept policy.
configure terminal
router vrf blue
ip prefix-list "shared" 192.168.55.0/24
route-map "shared_map" 1
match network "shared"
enable
exit
route-map "shared_map" 2
no permit
enable
exit
isis accept ISID 0 route-map "shared_map"
isis accept ISID 0 enable
exit
isis apply accept vrf blue
router isis
accept ISID 2002255 enable
exit
isis apply accept