I'm testing a configuration to suppress the vIST subnet from being redistributed through ISIS. After applying this configuration I am still seeing the subnet being learned on other VSPs. From all the documentation I've read, this should be a fairly simple configuration... Here is the config I have applied to both VSPs.
vlan create 2600 name "vIST" type port 0
vlan i-sid 2600 102600
interface vlan 2600
ip address 10.82.255.1 255.255.255.0
exit
ip prefix-list VIST-SUBNET 10.82.255.0/24
route-map SUPPRESS-VIST 1
match network VIST-SUBNET
no permit
enable
route-map SUPPRESS-VIST 2
permit
enable
router isis
redistribute direct route-map "SUPPRESS-VIST"
exit