<?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 RE: VSP4450 Error: IP address does not exist in GRT in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp4450-error-ip-address-does-not-exist-in-grt/m-p/8858#M439</link>
    <description>On VSP4450, with ONA, the config is somewhat different...&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;VSP4450-1:1#% cfg||tunn
       alias% show running-config -bi ||tunn
config terminal
router isis
   ip-tunnel-source-address 172.16.1.41 port 1/11 mtu 1950 vrf fe
exit
end​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;&lt;BR /&gt;Where port 1/11 in my ONA Device port.&lt;BR /&gt;And port 1/12 is my ONA Network port:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;VSP4450-1:1#% ifname 1/11,1/12
       alias% show interfaces gigabitEthernet name 1/11,1/12 ||\d+/\d+\s+\S.*\S\s+\S+\s+(up|down)
==============================================================================================================
                                                  Port Name
==============================================================================================================
PORT                                                        OPERATE  OPERATE  OPERATE
NUM      NAME                           DESCRIPTION         STATUS   DUPLEX   SPEED    VLAN
--------------------------------------------------------------------------------------------------------------
1/11     ONA-Device                     1000BaseTX          up       full     1000     Tagged
1/12     ONA-Network-PoE                1000BaseTX          up       full     1000     Access
VSP4450-1:1#%
VSP4450-1:1#% vlni 1/11,1/12
       alias% show interfaces gigabitEthernet vlan 1/11,1/12
====================================================================================================
                                   Port Vlans
====================================================================================================
PORT             DISCARD DISCARD   DEFAULT VLAN         PORT     UNTAG    DYNAMIC UNTAG
NUM      TAGGING TAGFRAM UNTAGFRAM VLANID  IDS          TYPE     DEFVLAN  VLANS   VLANS
-----------------------------------------------------------------------------------------------------------
1/11     enable  false   false     0       0            normal   disable  P
1/12     disable false   false     4001    4001         normal   disable  P       4001​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;&lt;BR /&gt;You need a VLAN on the ONA Network port, with an IP in the same subnet as the ONA's IP address&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;VSP4450-1:1#% cfg||vlan 4001
       alias% show running-config -bi ||vlan 4001
config terminal
vlan create 4001 name "ONA-mgmt" type port-mstprstp 0
vlan members 4001 1/12 portmember
interface Vlan 4001
   ip address 192.168.0.1 255.255.255.0 3
exit
end​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;VSP4450-1:1#% lldn ||1/11
       alias% show lldp neighbor summary ||1/11
============================================================================================================================================
                                                           LLDP Neighbor Summary
============================================================================================================================================
LOCAL            IP/IPv6                                  CHASSIS            REMOTE
PORT       PROT  ADDR                                     ID                 PORT               SYSNAME       SYSDESCR
--------------------------------------------------------------------------------------------------------------------------------------------
1/11       LLDP  192.168.0.40                             d4:78:56:3a:8d:e1  fm1-mac2                         openvswitch 2.4.2​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;It should all be in the manuals.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 04 Aug 2022 10:45:00 GMT</pubDate>
    <dc:creator>Ludovico_Steven</dc:creator>
    <dc:date>2022-08-04T10:45:00Z</dc:date>
    <item>
      <title>VSP4450 Error: IP address does not exist in GRT</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp4450-error-ip-address-does-not-exist-in-grt/m-p/8856#M437</link>
      <description>VSP4450, version 8.5.1.0. Trying to add a new VRF &amp;amp; loopback as part of my fabric extend configuration. This works fine on VSP5420 running 8.5.1.0 and on a VSP4900 running 8.4.2.1. Maybe some redistribution is needed, but seems odd as the other models don't have any issue.&lt;BR /&gt;&lt;BR /&gt;Create the VRF, create the loopback, attempt to assign the loopback as the IP-tunnel-source.&lt;BR /&gt;&lt;BR /&gt;ip vrf MYVRF vrfid 2&lt;BR /&gt;interface loopback 1&lt;BR /&gt;&amp;nbsp;ip address 10.10.44.1/255.255.255.255 vrf MYVRF&lt;BR /&gt;&amp;nbsp;exit&lt;BR /&gt;router isis &lt;BR /&gt;VSP4450:1(config-isis)#ip-tunnel-source-address 10.10.44.1 vrf MYVRF&lt;BR /&gt;&lt;BR /&gt;Error: IP address does not exist in GRT</description>
      <pubDate>Wed, 03 Aug 2022 18:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp4450-error-ip-address-does-not-exist-in-grt/m-p/8856#M437</guid>
      <dc:creator>bfaltys</dc:creator>
      <dc:date>2022-08-03T18:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: VSP4450 Error: IP address does not exist in GRT</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp4450-error-ip-address-does-not-exist-in-grt/m-p/8857#M438</link>
      <description>I might have found an answer...&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1184acc76732447794c65d3c79e5eb5b.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/3511i3F854CB0ECFC804B/image-size/large?v=v2&amp;amp;px=999" role="button" title="1184acc76732447794c65d3c79e5eb5b.png" alt="1184acc76732447794c65d3c79e5eb5b.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 03 Aug 2022 21:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp4450-error-ip-address-does-not-exist-in-grt/m-p/8857#M438</guid>
      <dc:creator>bfaltys</dc:creator>
      <dc:date>2022-08-03T21:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: VSP4450 Error: IP address does not exist in GRT</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp4450-error-ip-address-does-not-exist-in-grt/m-p/8858#M439</link>
      <description>On VSP4450, with ONA, the config is somewhat different...&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;VSP4450-1:1#% cfg||tunn
       alias% show running-config -bi ||tunn
config terminal
router isis
   ip-tunnel-source-address 172.16.1.41 port 1/11 mtu 1950 vrf fe
exit
end​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;&lt;BR /&gt;Where port 1/11 in my ONA Device port.&lt;BR /&gt;And port 1/12 is my ONA Network port:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;VSP4450-1:1#% ifname 1/11,1/12
       alias% show interfaces gigabitEthernet name 1/11,1/12 ||\d+/\d+\s+\S.*\S\s+\S+\s+(up|down)
==============================================================================================================
                                                  Port Name
==============================================================================================================
PORT                                                        OPERATE  OPERATE  OPERATE
NUM      NAME                           DESCRIPTION         STATUS   DUPLEX   SPEED    VLAN
--------------------------------------------------------------------------------------------------------------
1/11     ONA-Device                     1000BaseTX          up       full     1000     Tagged
1/12     ONA-Network-PoE                1000BaseTX          up       full     1000     Access
VSP4450-1:1#%
VSP4450-1:1#% vlni 1/11,1/12
       alias% show interfaces gigabitEthernet vlan 1/11,1/12
====================================================================================================
                                   Port Vlans
====================================================================================================
PORT             DISCARD DISCARD   DEFAULT VLAN         PORT     UNTAG    DYNAMIC UNTAG
NUM      TAGGING TAGFRAM UNTAGFRAM VLANID  IDS          TYPE     DEFVLAN  VLANS   VLANS
-----------------------------------------------------------------------------------------------------------
1/11     enable  false   false     0       0            normal   disable  P
1/12     disable false   false     4001    4001         normal   disable  P       4001​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;&lt;BR /&gt;You need a VLAN on the ONA Network port, with an IP in the same subnet as the ONA's IP address&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;VSP4450-1:1#% cfg||vlan 4001
       alias% show running-config -bi ||vlan 4001
config terminal
vlan create 4001 name "ONA-mgmt" type port-mstprstp 0
vlan members 4001 1/12 portmember
interface Vlan 4001
   ip address 192.168.0.1 255.255.255.0 3
exit
end​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;VSP4450-1:1#% lldn ||1/11
       alias% show lldp neighbor summary ||1/11
============================================================================================================================================
                                                           LLDP Neighbor Summary
============================================================================================================================================
LOCAL            IP/IPv6                                  CHASSIS            REMOTE
PORT       PROT  ADDR                                     ID                 PORT               SYSNAME       SYSDESCR
--------------------------------------------------------------------------------------------------------------------------------------------
1/11       LLDP  192.168.0.40                             d4:78:56:3a:8d:e1  fm1-mac2                         openvswitch 2.4.2​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;It should all be in the manuals.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Aug 2022 10:45:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp4450-error-ip-address-does-not-exist-in-grt/m-p/8858#M439</guid>
      <dc:creator>Ludovico_Steven</dc:creator>
      <dc:date>2022-08-04T10:45:00Z</dc:date>
    </item>
  </channel>
</rss>

