<?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: Trying to set up a TFTP connection on VDX 6740T in Data Center (VDX)</title>
    <link>https://community.extremenetworks.com/t5/data-center-vdx/trying-to-set-up-a-tftp-connection-on-vdx-6740t/m-p/110535#M942</link>
    <description>&lt;P&gt;I believe the issue is with your "Directory" value.&lt;/P&gt;&lt;P&gt;When using TFTP the root directory is where you start out when you connect.&amp;nbsp; So if "TFTP-Root" is you set root directory in your Solarwinds server, and the firmware folder is in that same directory, you would only need to use the relative path of&amp;nbsp; "nos7.4.1j".&amp;nbsp; I have also seen where people commonly use the "extract to" option rather than "extract here" when using windows causing the folder to be nested, so please also verify that the "nos7.4.1j" folder contains has all the files directly in it and not something like "nos7.4.1j\nos7.4.1j\[all the files}"&lt;/P&gt;&lt;P&gt;Good Luck&lt;/P&gt;</description>
    <pubDate>Wed, 31 Jul 2024 13:11:19 GMT</pubDate>
    <dc:creator>Michael_Morey</dc:creator>
    <dc:date>2024-07-31T13:11:19Z</dc:date>
    <item>
      <title>Trying to set up a TFTP connection on VDX 6740T</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/trying-to-set-up-a-tftp-connection-on-vdx-6740t/m-p/108498#M866</link>
      <description>&lt;P&gt;Hello everyone, I am trying to figure out what I am doing wrong on a VDX 6740T switch. I am trying to basically set up a port for use as a point to direct connect to my laptop which is running a TFTP server. I set up the port with an IP of 192.168.0.3 and on the rbridge-id 1 I have the following config&lt;/P&gt;&lt;P&gt;rbridge-id 1&lt;BR /&gt;switch-attributes chassis-name VDX6740T&lt;BR /&gt;switch-attributes host-name sw0&lt;BR /&gt;vrf mgmt-vrf&lt;BR /&gt;address-family ipv4 unicast&lt;BR /&gt;ip route 0.0.0.0/0 192.168.0.2&lt;/P&gt;&lt;P&gt;Do I need to make the connection port a member of the rbridge? I am use to Cisco devices where a simple set up of an IP and default gateway is usually enough to make this work but not sure what is causing the issue with this setup currently.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 13:33:27 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/trying-to-set-up-a-tftp-connection-on-vdx-6740t/m-p/108498#M866</guid>
      <dc:creator>FLind4085</dc:creator>
      <dc:date>2024-07-18T13:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to set up a TFTP connection on VDX 6740T</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/trying-to-set-up-a-tftp-connection-on-vdx-6740t/m-p/108995#M867</link>
      <description>&lt;P&gt;Right now I am able to ping from my laptop over to the Management interface IP but not to the VLAN however I cannot ping from the switch to my laptop.&lt;/P&gt;&lt;P&gt;Here is the updated rbridge config&lt;/P&gt;&lt;P&gt;rbridge-id 1&lt;BR /&gt;ip route 0.0.0.0/0 172.16.200.2&lt;BR /&gt;ip route 192.168.0.0/24 tengigabitethernet 1/0/1&lt;BR /&gt;switch-attributes chassis-name VDX6740T&lt;BR /&gt;switch-attributes host-name sw0&lt;BR /&gt;vrf mgmt-vrf&lt;BR /&gt;address-family ipv4 unicast&lt;BR /&gt;ip route 0.0.0.0/0 192.168.0.2&lt;/P&gt;&lt;P&gt;Here are the other configs for the interfaces I tried to use for this.&lt;/P&gt;&lt;P&gt;interface Ve 10&lt;BR /&gt;ip proxy-arp&lt;BR /&gt;ip address 192.168.0.3/24&lt;BR /&gt;no shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Ve 100&lt;BR /&gt;ip proxy-arp&lt;BR /&gt;ip address 172.16.200.1/24&lt;BR /&gt;no shutdown&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface Management 1/0&lt;BR /&gt;no tcp burstrate&lt;BR /&gt;ip icmp echo-reply&lt;BR /&gt;no ip address dhcp&lt;BR /&gt;ip address 172.16.200.2/24&lt;BR /&gt;ipv6 icmpv6 echo-reply&lt;BR /&gt;no ipv6 address autoconfig&lt;BR /&gt;no ipv6 address dhcp&lt;BR /&gt;vrf forwarding mgmt-vrf&lt;BR /&gt;no shutdown&lt;/P&gt;&lt;P&gt;Evidently I am not able to even ping the management interface from the switch.&lt;/P&gt;&lt;P&gt;sw0# ping 172.16.200.2&lt;BR /&gt;Type Control-c to abort&lt;BR /&gt;PING 172.16.200.2 (172.16.200.2): 56 data bytes&lt;BR /&gt;ping: sendto: Network is unreachable&lt;BR /&gt;ping: sendto: Network is unreachable&lt;BR /&gt;ping: sendto: Network is unreachable&lt;BR /&gt;ping: sendto: Network is unreachable&lt;BR /&gt;ping: sendto: Network is unreachable&lt;BR /&gt;--- 172.16.200.2 ping statistics ---&lt;BR /&gt;5 packets transmitted, 0 packets received, 100% packet loss&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 13:36:14 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/trying-to-set-up-a-tftp-connection-on-vdx-6740t/m-p/108995#M867</guid>
      <dc:creator>FLind4085</dc:creator>
      <dc:date>2024-07-18T13:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to set up a TFTP connection on VDX 6740T</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/trying-to-set-up-a-tftp-connection-on-vdx-6740t/m-p/109000#M869</link>
      <description>&lt;P&gt;On the VDX there are two VRFs by default; mgmt-vrf and default-vrf&lt;/P&gt;&lt;P&gt;The management interface itself is automatically within the mgmt-vrf, with the config "&lt;SPAN&gt;vrf forwarding mgmt-vrf"&amp;nbsp;&lt;/SPAN&gt;which is where you have your default route configured.&lt;/P&gt;&lt;P&gt;Your VE 10 with "&lt;SPAN&gt;ip address 192.168.0.3/24" has no vrf configured so therefore it is in the default-vrf.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Try adding "vrf forwarding mgmt-vrf" and then reapplying the IP address to VE 10 and see if you are successful.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Most commands use the default-vrf, including ping.&amp;nbsp; If you want to ping your own Management IP, use the command:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;"ping 172.16.200.2 vrf mgmt-vrf"&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 14:18:52 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/trying-to-set-up-a-tftp-connection-on-vdx-6740t/m-p/109000#M869</guid>
      <dc:creator>Michael_Morey</dc:creator>
      <dc:date>2024-07-18T14:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to set up a TFTP connection on VDX 6740T</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/trying-to-set-up-a-tftp-connection-on-vdx-6740t/m-p/110358#M940</link>
      <description>&lt;P&gt;I am now able to ping over to and from the switch and laptop however still not able to get TFTP working. I keep failing the sanity test using TFTP.&amp;nbsp;&lt;/P&gt;&lt;P&gt;============================================================================================&lt;/P&gt;&lt;P&gt;sw0# firmware download tftp&lt;BR /&gt;Value for 'host' (&amp;lt;string&amp;gt;): 172.16.200.3&lt;BR /&gt;Value for 'directory' (&amp;lt;string&amp;gt;): c:\TFTP-Root\nos7.4.1j&lt;BR /&gt;Performing system sanity check...&lt;BR /&gt;Cannot access the server. Please check whether the server name or IP address is valid.&lt;/P&gt;&lt;P&gt;================================================================================================================&lt;/P&gt;&lt;P&gt;I am using Solarwinds TFTP Tool connecting to a windows 10 machine. I disabled my firewall and as stated I am to ping both ways. I am also able to SSH from my laptop into the directly connected switch as well. Is there something I am missing on the TFTP commands?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 19:33:26 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/trying-to-set-up-a-tftp-connection-on-vdx-6740t/m-p/110358#M940</guid>
      <dc:creator>FLind4085</dc:creator>
      <dc:date>2024-07-30T19:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to set up a TFTP connection on VDX 6740T</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/trying-to-set-up-a-tftp-connection-on-vdx-6740t/m-p/110535#M942</link>
      <description>&lt;P&gt;I believe the issue is with your "Directory" value.&lt;/P&gt;&lt;P&gt;When using TFTP the root directory is where you start out when you connect.&amp;nbsp; So if "TFTP-Root" is you set root directory in your Solarwinds server, and the firmware folder is in that same directory, you would only need to use the relative path of&amp;nbsp; "nos7.4.1j".&amp;nbsp; I have also seen where people commonly use the "extract to" option rather than "extract here" when using windows causing the folder to be nested, so please also verify that the "nos7.4.1j" folder contains has all the files directly in it and not something like "nos7.4.1j\nos7.4.1j\[all the files}"&lt;/P&gt;&lt;P&gt;Good Luck&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 13:11:19 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/trying-to-set-up-a-tftp-connection-on-vdx-6740t/m-p/110535#M942</guid>
      <dc:creator>Michael_Morey</dc:creator>
      <dc:date>2024-07-31T13:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to set up a TFTP connection on VDX 6740T</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/trying-to-set-up-a-tftp-connection-on-vdx-6740t/m-p/110590#M943</link>
      <description>&lt;P&gt;I am still getting a path is not specified for the command error message. What file exactly should I be pointing the firmware download command to?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the results of the attempt and the photo is of the directory tree&lt;/P&gt;&lt;P&gt;sw0# firmware download tftp&lt;BR /&gt;Value for 'host' (&amp;lt;string&amp;gt;): 172.16.200.3&lt;BR /&gt;Value for 'directory' (&amp;lt;string&amp;gt;): \nos7.4.2.1j&lt;BR /&gt;Performing system sanity check...&lt;BR /&gt;Path is not specified for the command.&lt;/P&gt;&lt;P&gt;This command will cause a cold/disruptive reboot and will require that existing telnet, secure telnet or SSH sessions be restarted.&lt;/P&gt;&lt;P&gt;Do you want to continue? [y/n]:y&lt;BR /&gt;2024/07/31-18:23:23, [SULB-1000], 33077, SW/0 | Active, WARNING, VDX6740T, The firmware download command has been started.&lt;BR /&gt;Path is not specified for the command.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;'firmware download' command usage error.&lt;BR /&gt;Usage:&lt;BR /&gt;firmware download ftp|scp [nocommit] [noreboot] host &amp;lt;host_ip&amp;gt; user &amp;lt;username&amp;gt; password &amp;lt;password&amp;gt; directory &amp;lt;directory&amp;gt; [file &amp;lt;file name&amp;gt;]&lt;BR /&gt;| usb directory &amp;lt;directory&amp;gt;&lt;BR /&gt;| interactive&lt;BR /&gt;sw0# Options:&lt;BR /&gt;nocommit -Disable auto-commit.&lt;BR /&gt;noreboot -Disable Auto-reboot after firmware download.&lt;BR /&gt;file -Specific 'plist' file to be used. For e.g., release.plist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VDX Question.png" style="width: 999px;"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/7971i26A9279C1AAE6EB5/image-size/large?v=v2&amp;amp;px=999" role="button" title="VDX Question.png" alt="VDX Question.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 19:50:59 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/trying-to-set-up-a-tftp-connection-on-vdx-6740t/m-p/110590#M943</guid>
      <dc:creator>FLind4085</dc:creator>
      <dc:date>2024-07-31T19:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to set up a TFTP connection on VDX 6740T</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/trying-to-set-up-a-tftp-connection-on-vdx-6740t/m-p/110663#M949</link>
      <description>&lt;P&gt;The FWDL command simply needs to be pointed to the directory containing all those SWBD folders.&lt;/P&gt;&lt;P&gt;You also used "&lt;SPAN&gt;\nos7.4.2.1j" which is not valid.&amp;nbsp; I would remove the backslash and use the correct folder name: "nos7.4.1j"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2024 13:18:32 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/trying-to-set-up-a-tftp-connection-on-vdx-6740t/m-p/110663#M949</guid>
      <dc:creator>Michael_Morey</dc:creator>
      <dc:date>2024-08-01T13:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to set up a TFTP connection on VDX 6740T</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/trying-to-set-up-a-tftp-connection-on-vdx-6740t/m-p/110664#M950</link>
      <description>&lt;P&gt;I get a "cannot access the server. Please check whether the server name of IP address is valid. " if I omit the \ in front of the nos7.4.1j.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2024 13:52:20 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/trying-to-set-up-a-tftp-connection-on-vdx-6740t/m-p/110664#M950</guid>
      <dc:creator>FLind4085</dc:creator>
      <dc:date>2024-08-01T13:52:20Z</dc:date>
    </item>
  </channel>
</rss>

