Configuration Guide

Table Of Contents
©2021 Extreme Networks, Inc. All rights reserved
October 2021
363
22.11.1.1 Redistribute direct interfaces
For the SMLT cluster switches, we will also add a policy to suppress the IST interface
4001 and 4002: Same configuration on both switches
4001:1(config)#ip prefix-list IST 10.4.2.0/30
4001:1(config)#route-map suppressIST 1
4001:1(route-map)#no permit
4001:1(route-map)#enable
4001:1(route-map)#match network "IST"
4001:1(route-map)#exit
4001:1(config)#route-map suppressIST 2
4001:1(route-map)#enable
4001:1(route-map)#match protocol local
4001:1(route-map)#exit
4001:1(config)#router isis
4001:1(config-isis)#redistribute direct
4001:1(config-isis)#redistribute direct route-map suppressIST
4001:1(config-isis)#redistribute direct enable
4001:1(config-isis)#exit
4001:1(config)#isis apply redistribute direct
9001 and 9002: Same configuration on both switches
9001:1(config)#ip prefix-list IST 10.5.2.0/30
9001:1(config)#route-map suppressIST 1
9001:1(route-map)#enable
9001:1(route-map)#match network IST
9001:1(route-map)#exit
9001:1(config)#route-map suppressIST 1 deny
9001:1(config)#route-map suppressIST 2
9001:1(route-map)#enable
9001:1(route-map)#match protocol local
9001:1(route-map)#exit
9001:1(config)#router isis
9001:1(config-isis)#redistribute direct
9001:1(config-isis)#redistribute direct route-map suppressIST
VSP 4000 Switches - Create Loopback IP address for the IS-IS source address, enable
SPB IP, and create route-map to suppress the IST network
VSP 9000 Switches - Create Loopback IP address for the IS-IS source address, enable
SPB IP, and create route-map to suppress the IST network