<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Building a fabric network with IS-IS and SPBm in GNS3 in Technical Discussions</title>
    <link>https://community.extremenetworks.com/t5/technical-discussions/building-a-fabric-network-with-is-is-and-spbm-in-gns3/m-p/93780#M22</link>
    <description>&lt;P&gt;Dear network colleagues,&lt;/P&gt;&lt;P&gt;I'm currently building up a small Fabric with IS-IS and SPBm on GNS3. Sadly I run into the issue that I see my neighbours via "show isis adjacencies" and also reach them via ping "ping x.x.x.x", but the nodes behind them are not visible and not reachable from the same node.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="johanneskaefer_0-1668736910888.png" style="width: 400px;"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/6227iE6310B052B4865D4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="johanneskaefer_0-1668736910888.png" alt="johanneskaefer_0-1668736910888.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I remember that I used a config like this on a physical machine and it was running. Maybe I got an error in my config or GNS3 has an internal virtualisation problems or limitations. The software version I run in GNS3 is "&lt;SPAN&gt;2.2.35.1" with an image of "&lt;/SPAN&gt;VOSS-8.4", but with other images I had the same issue. Maybe one of you can help, thanks in advance.&lt;/P&gt;&lt;P&gt;This is the topology of the network:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="johanneskaefer_0-1668737472884.png" style="width: 400px;"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/6228i018FD8073410973D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="johanneskaefer_0-1668737472884.png" alt="johanneskaefer_0-1668737472884.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is the configuration of the "VS7200-A" (They are all configured identical, just the parameters change)&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;en&lt;BR /&gt;conf t&lt;/P&gt;&lt;P&gt;cli timeout 3600&lt;BR /&gt;prompt "VS7200-A"&lt;BR /&gt;clock time-zone Europe Berlin&lt;BR /&gt;sys mtu 9600&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# SPBM CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;spbm&lt;BR /&gt;spbm ethertype 0x8100&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# LACP CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;vlacp enable&lt;BR /&gt;lacp enable&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# VRF CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;ip vrf mgmt vrfid 500&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# PORT CONFIGURATION - PHASE I&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;interface GigabitEthernet 1/2-1/4&lt;BR /&gt;encapsulation dot1q&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# ISIS SPBM CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;router isis&lt;BR /&gt;spbm 1&lt;BR /&gt;spbm 1 nick-name 0.72.01&lt;BR /&gt;spbm 1 b-vid 4051-4052 primary 4051&lt;BR /&gt;spbm 1 ip enable&lt;BR /&gt;spbm 1 smlt-virtual-bmac 02:00:07:20:10:0f&lt;BR /&gt;spbm 1 smlt-peer-system-id 0200.0720.2000&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# MLT CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;mlt 1 enable name "IST"&lt;BR /&gt;mlt 1 member 1/1&lt;BR /&gt;mlt 1 encapsulation dot1q&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# IP PREFIX LIST CONFIGURATION - GlobalRouter&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;ip prefix-list "IST" 10.11.15.4/30 id 1 ge 30 le 30&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# VLAN CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;vlan members remove 1 1/1-1/4 portmember&lt;/P&gt;&lt;P&gt;vlan create 3501 name "vIST" type port-mstprstp 0&lt;BR /&gt;vlan i-sid 3501 13501&lt;BR /&gt;interface Vlan 3501&lt;BR /&gt;ip address 10.11.15.5 255.255.255.252 0&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;vlan create 4048 name "onboarding-vlan" type pvlan-mstprstp 0 secondary 4049&lt;BR /&gt;vlan i-sid 4048 15999999&lt;/P&gt;&lt;P&gt;vlan create 4051 name "BVLAN-1" type spbm-bvlan&lt;BR /&gt;vlan create 4052 name "BVLAN-2" type spbm-bvlan&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# NLS CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;mgmt oob&lt;BR /&gt;enable&lt;BR /&gt;exit&lt;BR /&gt;mgmt clip vrf mgmt&lt;BR /&gt;ip address 10.254.254.3/32&lt;BR /&gt;enable&lt;BR /&gt;force-topology-ip&lt;BR /&gt;exit&lt;BR /&gt;mgmt vlan 4048&lt;BR /&gt;mac-offset 0&lt;BR /&gt;enable&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# VIRTUAL IST CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;virtual-ist peer-ip 10.11.15.6 vlan 3501&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# MLT INTERFACE CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;interface mlt 1&lt;BR /&gt;isis&lt;BR /&gt;isis spbm 1&lt;BR /&gt;isis spbm 1 l1-metric 50&lt;BR /&gt;isis enable&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# PORT CONFIGURATION - PHASE II&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;interface GigabitEthernet 1/1&lt;BR /&gt;untagged-frames-discard&lt;BR /&gt;default-vlan-id 0&lt;BR /&gt;name "IST"&lt;BR /&gt;no shutdown&lt;BR /&gt;no spanning-tree mstp force-port-state enable&lt;BR /&gt;y&lt;BR /&gt;no spanning-tree mstp msti 62 force-port-state enable&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;interface GigabitEthernet 1/2-1/4&lt;BR /&gt;untagged-frames-discard&lt;BR /&gt;default-vlan-id 0&lt;BR /&gt;no shutdown&lt;BR /&gt;isis&lt;BR /&gt;isis spbm 1&lt;BR /&gt;isis spbm 1 l1-metric 200&lt;BR /&gt;isis enable&lt;BR /&gt;no spanning-tree mstp force-port-state enable&lt;BR /&gt;y&lt;BR /&gt;no spanning-tree mstp msti 62 force-port-state enable&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# IP ROUTE MAP CONFIGURATION - GlobalRouter&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;route-map "suppressIST" 1&lt;BR /&gt;no permit&lt;BR /&gt;enable&lt;BR /&gt;match network "IST"&lt;BR /&gt;match protocol local&lt;BR /&gt;route-map "suppressIST" 2&lt;BR /&gt;permit&lt;BR /&gt;enable&lt;BR /&gt;match protocol local&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# IP CONFIGURATION - GlobalRouter&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;ip ecmp&lt;BR /&gt;ip ecmp max-path 2&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# IP CONFIGURATION - VRF&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;router vrf mgmt&lt;BR /&gt;ip ecmp&lt;BR /&gt;ip ecmp max-path 2&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# CIRCUITLESS IP INTERFACE CONFIGURATION - GlobalRouter&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;interface loopback 2&lt;BR /&gt;ip address 2 10.255.255.3/255.255.255.255&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# ISIS CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;router isis&lt;BR /&gt;sys-name "VS7200-A"&lt;BR /&gt;ip-source-address 10.255.255.3&lt;BR /&gt;is-type l1&lt;BR /&gt;system-id 0200.0720.1000&lt;BR /&gt;manual-area 49.0001&lt;BR /&gt;exit&lt;BR /&gt;router isis enable&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# QOS CONFIGURATION - PHASE II&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;qos queue-profile 1 member add 1/1-1/4&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# CFM CONFIGURATION - PHASE II&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;cfm spbm mepid 3&lt;BR /&gt;cfm spbm enable&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# ISIS SPBM IPVPN CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;router vrf mgmt&lt;BR /&gt;ipvpn&lt;BR /&gt;i-sid 500&lt;BR /&gt;ipvpn enable&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# ISIS ACCEPT CONFIGURATION - GlobalRouter&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;router isis&lt;BR /&gt;accept i-sid 500 enable&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# ISIS ACCEPT CONFIGURATION - VRF&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;router vrf mgmt&lt;BR /&gt;isis accept i-sid 0 enable&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# IP REDISTRIBUTION CONFIGURATION - GlobalRouter&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;router isis&lt;BR /&gt;redistribute direct&lt;BR /&gt;redistribute direct route-map "suppressIST"&lt;BR /&gt;redistribute direct enable&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# IP REDISTRIBUTION CONFIGURATION - VRF&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;router vrf mgmt&lt;BR /&gt;isis redistribute direct&lt;BR /&gt;isis redistribute direct enable&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# SLPP CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;slpp enable&lt;BR /&gt;slpp vid 1&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# I-SID NAME CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;i-sid name 15999999 "Onboarding I-SID"&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# GLOBAL AUTO-SENSE CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;auto-sense onboarding i-sid 15999999&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# SYSTEM CONFIGURATION Phase 2&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# IP REDISTRIBUTE APPLY CONFIGURATIONS&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;isis apply redistribute direct&lt;BR /&gt;isis apply redistribute direct vrf mgmt&lt;/P&gt;</description>
    <pubDate>Fri, 18 Nov 2022 15:51:36 GMT</pubDate>
    <dc:creator>johanneskaefer</dc:creator>
    <dc:date>2022-11-18T15:51:36Z</dc:date>
    <item>
      <title>Building a fabric network with IS-IS and SPBm in GNS3</title>
      <link>https://community.extremenetworks.com/t5/technical-discussions/building-a-fabric-network-with-is-is-and-spbm-in-gns3/m-p/93780#M22</link>
      <description>&lt;P&gt;Dear network colleagues,&lt;/P&gt;&lt;P&gt;I'm currently building up a small Fabric with IS-IS and SPBm on GNS3. Sadly I run into the issue that I see my neighbours via "show isis adjacencies" and also reach them via ping "ping x.x.x.x", but the nodes behind them are not visible and not reachable from the same node.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="johanneskaefer_0-1668736910888.png" style="width: 400px;"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/6227iE6310B052B4865D4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="johanneskaefer_0-1668736910888.png" alt="johanneskaefer_0-1668736910888.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I remember that I used a config like this on a physical machine and it was running. Maybe I got an error in my config or GNS3 has an internal virtualisation problems or limitations. The software version I run in GNS3 is "&lt;SPAN&gt;2.2.35.1" with an image of "&lt;/SPAN&gt;VOSS-8.4", but with other images I had the same issue. Maybe one of you can help, thanks in advance.&lt;/P&gt;&lt;P&gt;This is the topology of the network:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="johanneskaefer_0-1668737472884.png" style="width: 400px;"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/6228i018FD8073410973D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="johanneskaefer_0-1668737472884.png" alt="johanneskaefer_0-1668737472884.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is the configuration of the "VS7200-A" (They are all configured identical, just the parameters change)&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;en&lt;BR /&gt;conf t&lt;/P&gt;&lt;P&gt;cli timeout 3600&lt;BR /&gt;prompt "VS7200-A"&lt;BR /&gt;clock time-zone Europe Berlin&lt;BR /&gt;sys mtu 9600&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# SPBM CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;spbm&lt;BR /&gt;spbm ethertype 0x8100&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# LACP CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;vlacp enable&lt;BR /&gt;lacp enable&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# VRF CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;ip vrf mgmt vrfid 500&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# PORT CONFIGURATION - PHASE I&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;interface GigabitEthernet 1/2-1/4&lt;BR /&gt;encapsulation dot1q&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# ISIS SPBM CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;router isis&lt;BR /&gt;spbm 1&lt;BR /&gt;spbm 1 nick-name 0.72.01&lt;BR /&gt;spbm 1 b-vid 4051-4052 primary 4051&lt;BR /&gt;spbm 1 ip enable&lt;BR /&gt;spbm 1 smlt-virtual-bmac 02:00:07:20:10:0f&lt;BR /&gt;spbm 1 smlt-peer-system-id 0200.0720.2000&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# MLT CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;mlt 1 enable name "IST"&lt;BR /&gt;mlt 1 member 1/1&lt;BR /&gt;mlt 1 encapsulation dot1q&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# IP PREFIX LIST CONFIGURATION - GlobalRouter&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;ip prefix-list "IST" 10.11.15.4/30 id 1 ge 30 le 30&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# VLAN CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;vlan members remove 1 1/1-1/4 portmember&lt;/P&gt;&lt;P&gt;vlan create 3501 name "vIST" type port-mstprstp 0&lt;BR /&gt;vlan i-sid 3501 13501&lt;BR /&gt;interface Vlan 3501&lt;BR /&gt;ip address 10.11.15.5 255.255.255.252 0&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;vlan create 4048 name "onboarding-vlan" type pvlan-mstprstp 0 secondary 4049&lt;BR /&gt;vlan i-sid 4048 15999999&lt;/P&gt;&lt;P&gt;vlan create 4051 name "BVLAN-1" type spbm-bvlan&lt;BR /&gt;vlan create 4052 name "BVLAN-2" type spbm-bvlan&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# NLS CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;mgmt oob&lt;BR /&gt;enable&lt;BR /&gt;exit&lt;BR /&gt;mgmt clip vrf mgmt&lt;BR /&gt;ip address 10.254.254.3/32&lt;BR /&gt;enable&lt;BR /&gt;force-topology-ip&lt;BR /&gt;exit&lt;BR /&gt;mgmt vlan 4048&lt;BR /&gt;mac-offset 0&lt;BR /&gt;enable&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# VIRTUAL IST CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;virtual-ist peer-ip 10.11.15.6 vlan 3501&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# MLT INTERFACE CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;interface mlt 1&lt;BR /&gt;isis&lt;BR /&gt;isis spbm 1&lt;BR /&gt;isis spbm 1 l1-metric 50&lt;BR /&gt;isis enable&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# PORT CONFIGURATION - PHASE II&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;interface GigabitEthernet 1/1&lt;BR /&gt;untagged-frames-discard&lt;BR /&gt;default-vlan-id 0&lt;BR /&gt;name "IST"&lt;BR /&gt;no shutdown&lt;BR /&gt;no spanning-tree mstp force-port-state enable&lt;BR /&gt;y&lt;BR /&gt;no spanning-tree mstp msti 62 force-port-state enable&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;interface GigabitEthernet 1/2-1/4&lt;BR /&gt;untagged-frames-discard&lt;BR /&gt;default-vlan-id 0&lt;BR /&gt;no shutdown&lt;BR /&gt;isis&lt;BR /&gt;isis spbm 1&lt;BR /&gt;isis spbm 1 l1-metric 200&lt;BR /&gt;isis enable&lt;BR /&gt;no spanning-tree mstp force-port-state enable&lt;BR /&gt;y&lt;BR /&gt;no spanning-tree mstp msti 62 force-port-state enable&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# IP ROUTE MAP CONFIGURATION - GlobalRouter&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;route-map "suppressIST" 1&lt;BR /&gt;no permit&lt;BR /&gt;enable&lt;BR /&gt;match network "IST"&lt;BR /&gt;match protocol local&lt;BR /&gt;route-map "suppressIST" 2&lt;BR /&gt;permit&lt;BR /&gt;enable&lt;BR /&gt;match protocol local&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# IP CONFIGURATION - GlobalRouter&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;ip ecmp&lt;BR /&gt;ip ecmp max-path 2&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# IP CONFIGURATION - VRF&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;router vrf mgmt&lt;BR /&gt;ip ecmp&lt;BR /&gt;ip ecmp max-path 2&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# CIRCUITLESS IP INTERFACE CONFIGURATION - GlobalRouter&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;interface loopback 2&lt;BR /&gt;ip address 2 10.255.255.3/255.255.255.255&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# ISIS CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;router isis&lt;BR /&gt;sys-name "VS7200-A"&lt;BR /&gt;ip-source-address 10.255.255.3&lt;BR /&gt;is-type l1&lt;BR /&gt;system-id 0200.0720.1000&lt;BR /&gt;manual-area 49.0001&lt;BR /&gt;exit&lt;BR /&gt;router isis enable&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# QOS CONFIGURATION - PHASE II&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;qos queue-profile 1 member add 1/1-1/4&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# CFM CONFIGURATION - PHASE II&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;cfm spbm mepid 3&lt;BR /&gt;cfm spbm enable&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# ISIS SPBM IPVPN CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;router vrf mgmt&lt;BR /&gt;ipvpn&lt;BR /&gt;i-sid 500&lt;BR /&gt;ipvpn enable&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# ISIS ACCEPT CONFIGURATION - GlobalRouter&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;router isis&lt;BR /&gt;accept i-sid 500 enable&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# ISIS ACCEPT CONFIGURATION - VRF&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;router vrf mgmt&lt;BR /&gt;isis accept i-sid 0 enable&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# IP REDISTRIBUTION CONFIGURATION - GlobalRouter&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;router isis&lt;BR /&gt;redistribute direct&lt;BR /&gt;redistribute direct route-map "suppressIST"&lt;BR /&gt;redistribute direct enable&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# IP REDISTRIBUTION CONFIGURATION - VRF&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;router vrf mgmt&lt;BR /&gt;isis redistribute direct&lt;BR /&gt;isis redistribute direct enable&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# SLPP CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;slpp enable&lt;BR /&gt;slpp vid 1&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# I-SID NAME CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;i-sid name 15999999 "Onboarding I-SID"&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# GLOBAL AUTO-SENSE CONFIGURATION&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;auto-sense onboarding i-sid 15999999&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# SYSTEM CONFIGURATION Phase 2&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# IP REDISTRIBUTE APPLY CONFIGURATIONS&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;isis apply redistribute direct&lt;BR /&gt;isis apply redistribute direct vrf mgmt&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 15:51:36 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/technical-discussions/building-a-fabric-network-with-is-is-and-spbm-in-gns3/m-p/93780#M22</guid>
      <dc:creator>johanneskaefer</dc:creator>
      <dc:date>2022-11-18T15:51:36Z</dc:date>
    </item>
  </channel>
</rss>

