<?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 Can't Reach Interface After Changing VRF in Data Center (SLX)</title>
    <link>https://community.extremenetworks.com/t5/data-center-slx/can-t-reach-interface-after-changing-vrf/m-p/20540#M109</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
There is probably a very simple answer to this question, but can't think what it is?&lt;BR /&gt;
&lt;BR /&gt;
Very high level I have the following configuration:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;interface vlan 1999&lt;BR /&gt;description "Server Switch Management"&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;config t&lt;BR /&gt;rbridge 11&lt;BR /&gt;interface ve 1999&lt;BR /&gt;ip address 172.24.110.11/24&lt;BR /&gt;ip route 0.0.0.0/0 172.24.110.254&lt;BR /&gt;&lt;BR /&gt;vcs virtual ip address 172.24.110.10/24 inband interface ve 1999&lt;BR /&gt;&lt;BR /&gt;configure&lt;BR /&gt;interface port-channel 10&lt;BR /&gt;switchport&lt;BR /&gt;switchport mode trunk&lt;BR /&gt;switchport trunk allowed vlan add 1999&lt;BR /&gt;switchport trunk tag native-vlan&lt;BR /&gt;no shutdown&lt;BR /&gt;&lt;BR /&gt;int te 11/0/1&lt;BR /&gt;channel-group 10 mode active type standard&lt;BR /&gt;lacp default-up&lt;BR /&gt;int te 12/0/1&lt;BR /&gt;channel-group 10 mode active type standard&lt;BR /&gt;lacp default-up&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
This worked find and I could reach both the virtual IP address (172.24.110.10) and the Vlan 1999 interface (172.24.110.10).&lt;BR /&gt;
&lt;BR /&gt;
The logical chassis has no other L3 addresses as is primarily just being used at L2.&lt;BR /&gt;
&lt;BR /&gt;
The switch was on a version 6 code, and had been trying to upgrade it to version 7 but just kept erroring that it couldn't reach the SCP / FTP server even though I could ping it.&lt;BR /&gt;
&lt;BR /&gt;
It seems in version 6 your unable to select the VRF to use when doing the firmware download, so it is defaulting I believe to mgmt-vrf.&lt;BR /&gt;
&lt;BR /&gt;
So what I did is add the following command to ve 1999&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;vrf forwarding mgmt-vrf&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
Since I did that I lost contact to switch. I did anticipate that could happen although I'm not sure why it did?&lt;BR /&gt;
&lt;BR /&gt;
The other end of the portchannel has the IP address 172.24.110.254, and I would have expected to still been able to reach the switch from the local subnet?&lt;BR /&gt;
&lt;BR /&gt;
Although the VRF has changed I would expect the VLAN to automatically just reside to the same VRF i.e. just moved from default to management.&lt;BR /&gt;
&lt;BR /&gt;
Hence where I am stuck, perhaps I'm missing another command?&lt;BR /&gt;
&lt;BR /&gt;
Many thanks in advance.</description>
    <pubDate>Sun, 17 Mar 2019 01:03:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-03-17T01:03:00Z</dc:date>
    <item>
      <title>Can't Reach Interface After Changing VRF</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/can-t-reach-interface-after-changing-vrf/m-p/20540#M109</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
There is probably a very simple answer to this question, but can't think what it is?&lt;BR /&gt;
&lt;BR /&gt;
Very high level I have the following configuration:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;interface vlan 1999&lt;BR /&gt;description "Server Switch Management"&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;config t&lt;BR /&gt;rbridge 11&lt;BR /&gt;interface ve 1999&lt;BR /&gt;ip address 172.24.110.11/24&lt;BR /&gt;ip route 0.0.0.0/0 172.24.110.254&lt;BR /&gt;&lt;BR /&gt;vcs virtual ip address 172.24.110.10/24 inband interface ve 1999&lt;BR /&gt;&lt;BR /&gt;configure&lt;BR /&gt;interface port-channel 10&lt;BR /&gt;switchport&lt;BR /&gt;switchport mode trunk&lt;BR /&gt;switchport trunk allowed vlan add 1999&lt;BR /&gt;switchport trunk tag native-vlan&lt;BR /&gt;no shutdown&lt;BR /&gt;&lt;BR /&gt;int te 11/0/1&lt;BR /&gt;channel-group 10 mode active type standard&lt;BR /&gt;lacp default-up&lt;BR /&gt;int te 12/0/1&lt;BR /&gt;channel-group 10 mode active type standard&lt;BR /&gt;lacp default-up&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
This worked find and I could reach both the virtual IP address (172.24.110.10) and the Vlan 1999 interface (172.24.110.10).&lt;BR /&gt;
&lt;BR /&gt;
The logical chassis has no other L3 addresses as is primarily just being used at L2.&lt;BR /&gt;
&lt;BR /&gt;
The switch was on a version 6 code, and had been trying to upgrade it to version 7 but just kept erroring that it couldn't reach the SCP / FTP server even though I could ping it.&lt;BR /&gt;
&lt;BR /&gt;
It seems in version 6 your unable to select the VRF to use when doing the firmware download, so it is defaulting I believe to mgmt-vrf.&lt;BR /&gt;
&lt;BR /&gt;
So what I did is add the following command to ve 1999&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;vrf forwarding mgmt-vrf&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
Since I did that I lost contact to switch. I did anticipate that could happen although I'm not sure why it did?&lt;BR /&gt;
&lt;BR /&gt;
The other end of the portchannel has the IP address 172.24.110.254, and I would have expected to still been able to reach the switch from the local subnet?&lt;BR /&gt;
&lt;BR /&gt;
Although the VRF has changed I would expect the VLAN to automatically just reside to the same VRF i.e. just moved from default to management.&lt;BR /&gt;
&lt;BR /&gt;
Hence where I am stuck, perhaps I'm missing another command?&lt;BR /&gt;
&lt;BR /&gt;
Many thanks in advance.</description>
      <pubDate>Sun, 17 Mar 2019 01:03:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/can-t-reach-interface-after-changing-vrf/m-p/20540#M109</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-17T01:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Can't Reach Interface After Changing VRF</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/can-t-reach-interface-after-changing-vrf/m-p/20541#M110</link>
      <description>Martin,&lt;BR /&gt;
&lt;BR /&gt;
I believe the issue is that anytime you add or change a VRF all L3 configuration is removed from an interface. &lt;BR /&gt;
&lt;BR /&gt;
Therefore if you were accessing the device using the IP for VE 1999 I would have expected your connection to be terminated as the IP address for this VE should no longer be configured.  I would suggest to console into the device and reconfigure the IP address on the VE.&lt;BR /&gt;
&lt;BR /&gt;
Example:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;VDX1# show run rb 1 int ve 1000&lt;BR /&gt;rbridge-id 1&lt;BR /&gt; interface Ve 1000&lt;BR /&gt;  ip proxy-arp&lt;BR /&gt;  ip address 10.10.10.1/24&lt;BR /&gt;  no shutdown&lt;BR /&gt; !&lt;BR /&gt;!&lt;BR /&gt;Static-Lab-SM08_VDX1# conf t&lt;BR /&gt;Entering configuration mode terminal&lt;BR /&gt;Static-Lab-SM08_VDX1(config)# rb 1&lt;BR /&gt;Static-Lab-SM08_VDX1(config-rbridge-id-1)# int ve 1000&lt;BR /&gt;Static-Lab-SM08_VDX1(config-rbridge-Ve-1000)# vrf forwarding mgmt-vrf&lt;BR /&gt;Static-Lab-SM08_VDX1(config-rbridge-Ve-1000)# end&lt;BR /&gt;Static-Lab-SM08_VDX1# show run rb 1 int ve 1000   &lt;BR /&gt;rbridge-id 1&lt;BR /&gt; interface Ve 1000&lt;BR /&gt;  vrf forwarding mgmt-vrf&lt;BR /&gt;  no shutdown&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
 &lt;BR /&gt;
Also, regarding your SCP/FTP issues.  If you can login as your root account you can attempt to manually connect to the FTP server to verify connectivity, username/password, and file path using standard LInux/CLI FTP commands.&lt;BR /&gt;
&lt;BR /&gt;
I hope this helps resolve your issue.&lt;BR /&gt;
&lt;BR /&gt;
Mike Morey&lt;BR /&gt;
Principal Technical Support Engineer</description>
      <pubDate>Tue, 19 Mar 2019 04:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/can-t-reach-interface-after-changing-vrf/m-p/20541#M110</guid>
      <dc:creator>Michael_Morey</dc:creator>
      <dc:date>2019-03-19T04:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: Can't Reach Interface After Changing VRF</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/can-t-reach-interface-after-changing-vrf/m-p/20542#M111</link>
      <description>Hi Mike,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for responding. Got some advise from an Extreme Engineer whom said the same thing, which it was.&lt;BR /&gt;
&lt;BR /&gt;
Added the IP address back in, but then had another issue with the default gateway. For anyone reading this it made sense to put the route under the vrf, in this case mgmt-vrf, but it would not except the 'ip route' command.&lt;BR /&gt;
&lt;BR /&gt;
Turns out it needs to be added another level down under the address-family, see below:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;vrf mgmt-vrf&lt;BR /&gt; address-family ipv4 unicast&lt;BR /&gt;    ip route 0.0.0.0/0 172.24.110.254&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
The problem I have now is that I can access SCP / FTP server, which in this case is ExtremeManagement, and see to have the folder structure, that being  /root/, so my directory string needs to be /firmware/images&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="b52438a71f504bab9d442f73d1b692e3_7f4dabc0-6d44-4030-b5b5-c935038b0e0a.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/3671i81DDBFFBBBC6761F/image-size/large?v=v2&amp;amp;px=999" role="button" title="b52438a71f504bab9d442f73d1b692e3_7f4dabc0-6d44-4030-b5b5-c935038b0e0a.png" alt="b52438a71f504bab9d442f73d1b692e3_7f4dabc0-6d44-4030-b5b5-c935038b0e0a.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
When trying to upgrade I have tried all the below, none which work?&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;firmware download logical-chassis scp rbridge-id all coldboot user root password xxxx host x.x.x.x directory /firmware/nos7.0.2b&lt;BR /&gt;firmware download logical-chassis scp rbridge-id all coldboot user root password xxxx host x.x.x.x directory / file nos7.0.2b&lt;BR /&gt;firmware download logical-chassis scp rbridge-id all coldboot user root password xxxx host x.x.x.x directory /firmware/images/nos7.0.2b&lt;BR /&gt;firmware download logical-chassis ftp rbridge-id all coldboot user anonymours password xxxx host x.x.x.x directory /firmware/images/nos7.0.2b&lt;BR /&gt;firmware download logical-chassis scp rbridge-id all coldboot user root password xxxx host x.x.x.x directory /root/firmware/images/&lt;BR /&gt;firmware download logical-chassis scp rbridge-id all coldboot user root password xxxx host x.x.x.x directory /root/firmware/images/nos7.0.2b&lt;BR /&gt;firmware download logical-chassis ftp rbridge-id all coldboot user anonymours password xxxx host x.x.x.x directory /tftpboot/firmware/images/&lt;BR /&gt;firmware download logical-chassis scp rbridge-id all coldboot user root password xxxx host x.x.x.x directory firmware/images/&lt;BR /&gt;firmware download logical-chassis scp rbridge-id all coldboot user root password xxxx host x.x.x.x directory firmware/images/nos7.0.2b&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt; Col-xxx-VSP-Sw11# ping x.x.x.x vrf mgmt-vrf&lt;BR /&gt;Type Control-c to abort&lt;BR /&gt;PING x.x.x.x (x.x.x.x): 56 data bytes&lt;BR /&gt;64 bytes from x.x.x.x: icmp_seq=0 ttl=60 time=3.126 ms&lt;BR /&gt;64 bytes from x.x.x.x: icmp_seq=1 ttl=60 time=2.330 ms&lt;BR /&gt;64 bytes from x.x.x.x: icmp_seq=2 ttl=60 time=3.492 ms&lt;BR /&gt;64 bytes from x.x.x.x: icmp_seq=3 ttl=60 time=4.323 ms&lt;BR /&gt;64 bytes from x.x.x.x: icmp_seq=4 ttl=60 time=3.262 ms&lt;BR /&gt;--- x.x.x.xping statistics ---&lt;BR /&gt;5 packets transmitted, 5 packets received, 0% packet loss&lt;BR /&gt;round-trip min/avg/max/stddev = 2.330/3.307/4.323/0.641 ms&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;Col-xxx-VSP-Sw11# show version&lt;BR /&gt;&lt;BR /&gt;Network Operating System Software&lt;BR /&gt;Network Operating System Version: 6.0.2&lt;BR /&gt;Copyright (c) 1995-2015 Brocade Communications Systems, Inc.&lt;BR /&gt;Firmware name:   6.0.2h&lt;BR /&gt;Build Time:     22:04:55 Apr 12, 2018&lt;BR /&gt;Install Time:    19:35:32 Feb 8, 2019&lt;BR /&gt;Kernel:       2.6.34.6&lt;BR /&gt;&lt;BR /&gt;BootProm:      1.0.1&lt;BR /&gt;Control Processor: e500mc with 4096 MB of memory&lt;BR /&gt;&lt;BR /&gt;Slot  Name  Primary/Secondary Versions             Status&lt;BR /&gt;---------------------------------------------------------------------------&lt;BR /&gt;SW/0  NOS   6.0.2h                       ACTIVE*&lt;BR /&gt;        6.0.2h&lt;BR /&gt;SW/1  NOS   6.0.2h                       STANDBY&lt;BR /&gt;        6.0.2h&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
Can you see anything that I am missing or got incorrect?&lt;BR /&gt;
&lt;BR /&gt;
Many thanks.</description>
      <pubDate>Tue, 19 Mar 2019 05:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/can-t-reach-interface-after-changing-vrf/m-p/20542#M111</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-19T05:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: Can't Reach Interface After Changing VRF</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/can-t-reach-interface-after-changing-vrf/m-p/20543#M112</link>
      <description>This looks to be a path issue.  &lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;firmware download logical-chassis scp rbridge-id all coldboot user root password xxxx host x.x.x.x directory /root/firmware/images/nos7.0.2b&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
Another user had similar issues here: &lt;BR /&gt;
&lt;BR /&gt;
https://community.extremenetworks.com/data-center-slx-vdx-mlx-ces-232983/upgrading-vdx-over-scp-7822679&lt;BR /&gt;
&lt;BR /&gt;
Can you collect the same output from your SSH server and provide it?&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;sw0# ssh x.x.x.x -l root vrf mgmt-vrf&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
Once you connected to your SCP server, run the following and paste it back here:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;$ ls -R /root/firmware/images/nos7.0.2b | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/  /' -e 's/-/|/' | head -20&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Mar 2019 06:36:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/can-t-reach-interface-after-changing-vrf/m-p/20543#M112</guid>
      <dc:creator>Truyen_Phan</dc:creator>
      <dc:date>2019-03-19T06:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: Can't Reach Interface After Changing VRF</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/can-t-reach-interface-after-changing-vrf/m-p/20544#M113</link>
      <description>Hi Truyen,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for getting back, here is the results:&lt;BR /&gt;
&lt;BR /&gt;
root@NetSightCOL01.abc.co.uk:~$ pwd&lt;BR /&gt;
/root&lt;BR /&gt;
&lt;BR /&gt;
root@NetSightCOL01.abc.co.uk:~$ ls -R /root/firmware/images/nos7.0.2b | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/' | head -20&lt;BR /&gt;
 |-----nos7.0.2b&lt;BR /&gt;
 |-------common&lt;BR /&gt;
 |---------BP&lt;BR /&gt;
 |-------SWBD1000&lt;BR /&gt;
 |-------SWBD1001&lt;BR /&gt;
 |-------SWBD1002&lt;BR /&gt;
 |-------SWBD1003&lt;BR /&gt;
 |-------SWBD1004&lt;BR /&gt;
 |-------SWBD1005&lt;BR /&gt;
 |-------SWBD1006&lt;BR /&gt;
 |-------SWBD1007&lt;BR /&gt;
 |-------SWBD1008&lt;BR /&gt;
 |-------SWBD1009&lt;BR /&gt;
 |-------SWBD1010&lt;BR /&gt;
 |-------SWBD1011&lt;BR /&gt;
 |-------SWBD131&lt;BR /&gt;
 |-------SWBD137&lt;BR /&gt;
 |-------SWBD138&lt;BR /&gt;
 |-------SWBD151&lt;BR /&gt;
 |-------SWBD153&lt;BR /&gt;
&lt;BR /&gt;
Wondering if its a permission thing in ExtremeManagement, going to take a look at that next.&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="d3bca835bc804f10a07b808a7eb7593c_4aa41801-ad7e-44b6-9eb2-79bd883c783f.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/4640i23B7AD265962264B/image-size/large?v=v2&amp;amp;px=999" role="button" title="d3bca835bc804f10a07b808a7eb7593c_4aa41801-ad7e-44b6-9eb2-79bd883c783f.png" alt="d3bca835bc804f10a07b808a7eb7593c_4aa41801-ad7e-44b6-9eb2-79bd883c783f.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
In the past I've had to add the -d to the Netsight nstftpd.cfg file to be able to use TFTP, although it does potentially make it less secure.&lt;BR /&gt;
&lt;BR /&gt;
Will perhaps try a different SCP / SFTP server?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Martin</description>
      <pubDate>Tue, 19 Mar 2019 14:36:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/can-t-reach-interface-after-changing-vrf/m-p/20544#M113</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-19T14:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: Can't Reach Interface After Changing VRF</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/can-t-reach-interface-after-changing-vrf/m-p/20545#M114</link>
      <description>Ok, so seems problem was to do with using ExtremeManagement for SCP / SFTP as local FTP worked fine.&lt;BR /&gt;
&lt;BR /&gt;
Issue I have now is that I wanted to add an IP address to each of the Rbridges. There is currently 8, and when I try and create interface ve 1999 on another Rbridge I get the following error:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;Col-xxx-VSP-Sw11(config-rbridge-id-12)# interface Ve 1999&lt;BR /&gt;Generic NSM Backend Error&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
Any idea what might be causing that?&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Tue, 19 Mar 2019 17:57:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/can-t-reach-interface-after-changing-vrf/m-p/20545#M114</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-19T17:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: Can't Reach Interface After Changing VRF</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/can-t-reach-interface-after-changing-vrf/m-p/20546#M115</link>
      <description>As it states, the message is Generic, however what I suspect could be happening is that the VLAN was not correctly provisioned on this RB.  You can verify this by issuing&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;show vlan brief&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
If this is the case you can try deleting/recreating the VLAN or reloading the box to see if the error persists.</description>
      <pubDate>Tue, 19 Mar 2019 19:44:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/can-t-reach-interface-after-changing-vrf/m-p/20546#M115</guid>
      <dc:creator>Michael_Morey</dc:creator>
      <dc:date>2019-03-19T19:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Can't Reach Interface After Changing VRF</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/can-t-reach-interface-after-changing-vrf/m-p/20547#M116</link>
      <description>Hi Michael,&lt;BR /&gt;
&lt;BR /&gt;
The output of the command you requested is below.&lt;BR /&gt;
&lt;BR /&gt;
My understanding (rightly or wrongly) is that I'm running the VDX in logical chassis mode, so from a layer 2 perspective creating the VLAN 1999 should exist on every switch.&lt;BR /&gt;
&lt;BR /&gt;
When I going to 'Rbridge 12' it effectively puts me into the layer 3 router configuration, to which I want to create an IP address on each Rbridge for that VLAN, and where I'm hitting the error.&lt;BR /&gt;
&lt;BR /&gt;
If on Rbridge 12 I pick a VLAN, say 151, that doesn't have an L3 address configured anywhere this works without a problem. Seems to be just related to ve 1999 that I have an IP address configured on Rbridge 11.&lt;BR /&gt;
&lt;BR /&gt;
I'm just in the process of upgrading the switches via USB, as without being able to configure the IP's on the other Rbridge's I couldn't do it over the network.&lt;BR /&gt;
&lt;BR /&gt;
Going from 6.02 to 7.0.2b, and then to 7.2.&lt;BR /&gt;
&lt;BR /&gt;
The action of upgrading will reboot the switches, so will try again after that and report back.&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;Col-xx-VSP-Sw11# show vlan brief&lt;BR /&gt;Total Number of VLANs configured   : 23&lt;BR /&gt;Total Number of VLANs provisioned  : 23&lt;BR /&gt;Total Number of VLANs unprovisioned : 0&lt;BR /&gt;VLAN            Name           State                     Ports          Classification&lt;BR /&gt;(F)-FCoE                                                   (u)-Untagged&lt;BR /&gt;(R)-RSPAN                                                  (c)-Converged&lt;BR /&gt;(T)-TRANSPARENT                                            (t)-Tagged&lt;BR /&gt;================ =============== ========================== =============== ====================&lt;BR /&gt;1               default        ACTIVE                    Po 10(t)&lt;BR /&gt;                                                           Po 11(t)&lt;BR /&gt;                                                           Po 64(t)&lt;BR /&gt;22              VLAN0022       INACTIVE(member port down) Po 11(t)&lt;BR /&gt;30              VLAN0030       INACTIVE(member port down) Po 11(t)&lt;BR /&gt;64              VLAN0064       INACTIVE(member port down) Po 11(t)&lt;BR /&gt;70              VLAN0070       INACTIVE(member port down) Po 11(t)&lt;BR /&gt;71              VLAN0071       INACTIVE(member port down) Po 11(t)&lt;BR /&gt;102             VLAN0102       INACTIVE(member port down) Po 11(t)&lt;BR /&gt;146             VLAN0146       INACTIVE(member port down) Po 11(t)&lt;BR /&gt;147             VLAN0147       INACTIVE(member port down) Po 11(t)&lt;BR /&gt;148             VLAN0148       INACTIVE(member port down) Po 11(t)&lt;BR /&gt;149             VLAN0149       INACTIVE(member port down) Po 11(t)&lt;BR /&gt;150             VLAN0150       INACTIVE(member port down) Po 11(t)&lt;BR /&gt;151             VLAN0151       INACTIVE(member port down) Po 11(t)&lt;BR /&gt;199             VLAN0199       INACTIVE(member port down) Po 11(t)&lt;BR /&gt;240             VLAN0240       INACTIVE(member port down) Po 11(t)&lt;BR /&gt;252             VLAN0252       INACTIVE(member port down) Po 11(t)&lt;BR /&gt;1002(F)         VLAN1002       INACTIVE(no member port)&lt;BR /&gt;1164            VLAN1164       ACTIVE                    Po 10(t)&lt;BR /&gt;                                                           Po 64(t)&lt;BR /&gt;1264            VLAN1264       ACTIVE                    Po 10(t)&lt;BR /&gt;                                                           Po 64(t)&lt;BR /&gt;1999            VLAN1999       ACTIVE                    Po 10(t)&lt;BR /&gt;2002            VLAN2002       INACTIVE(member port down) Po 11(t)&lt;BR /&gt;2003            VLAN2003       INACTIVE(member port down) Po 11(t)&lt;BR /&gt;3333            VLAN3333       INACTIVE(member port down) Po 11(t)&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
Many thanks,&lt;BR /&gt;
&lt;BR /&gt;
Martin</description>
      <pubDate>Tue, 19 Mar 2019 20:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/can-t-reach-interface-after-changing-vrf/m-p/20547#M116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-19T20:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Can't Reach Interface After Changing VRF</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/can-t-reach-interface-after-changing-vrf/m-p/20548#M117</link>
      <description>Martin,&lt;BR /&gt;
&lt;BR /&gt;
Your understanding is correct.  VLANs are created globally and &lt;B&gt;should&lt;/B&gt; be active on all RBs in a VCS fabric.  My point is that the NSM backend error is likely caused by the RB not being in sync with this particular VLAN.  In order to force this sync, you can remove and re-add the VLAN or reload the offending device so that it performs a config replay.</description>
      <pubDate>Tue, 19 Mar 2019 20:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/can-t-reach-interface-after-changing-vrf/m-p/20548#M117</guid>
      <dc:creator>Michael_Morey</dc:creator>
      <dc:date>2019-03-19T20:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Can't Reach Interface After Changing VRF</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/can-t-reach-interface-after-changing-vrf/m-p/20549#M118</link>
      <description>Hi Michael,&lt;BR /&gt;
&lt;BR /&gt;
Your thoughts are correct. The reboot, and / or action of upgrading the switches seems to have corrected the problem and subsequently been able to create an interface ve 1999 on all the remaining Rbridges,&lt;BR /&gt;
&lt;BR /&gt;
Thanks to you both for your perseverance.</description>
      <pubDate>Tue, 19 Mar 2019 21:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/can-t-reach-interface-after-changing-vrf/m-p/20549#M118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-19T21:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Can't Reach Interface After Changing VRF</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/can-t-reach-interface-after-changing-vrf/m-p/20550#M119</link>
      <description>Thanks Martin,&lt;BR /&gt;
&lt;BR /&gt;
Glad to hear that resolved your issue.&lt;BR /&gt;
&lt;BR /&gt;
Michael Morey&lt;BR /&gt;
Principal Technical Support Engineer</description>
      <pubDate>Tue, 19 Mar 2019 22:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/can-t-reach-interface-after-changing-vrf/m-p/20550#M119</guid>
      <dc:creator>Michael_Morey</dc:creator>
      <dc:date>2019-03-19T22:19:00Z</dc:date>
    </item>
  </channel>
</rss>

