<?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: How to disable TFTP on VDX6720 in Data Center (SLX)</title>
    <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71067#M310</link>
    <description>yeah.   TFTP is using well known port 69 UDP &lt;BR /&gt;
&lt;BR /&gt;
69 UDP TFTP (Trivial File Transfer Protocol) Offical</description>
    <pubDate>Tue, 15 Jan 2019 04:40:40 GMT</pubDate>
    <dc:creator>Ivan_Chan</dc:creator>
    <dc:date>2019-01-15T04:40:40Z</dc:date>
    <item>
      <title>How to disable TFTP on VDX6720</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71047#M290</link>
      <description>Hello, we have a requirement to have TFTP disabled on our switch... Is this possible? If so what commands can I run?</description>
      <pubDate>Thu, 25 Oct 2018 21:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71047#M290</guid>
      <dc:creator>Adam_Schappell</dc:creator>
      <dc:date>2018-10-25T21:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable TFTP on VDX6720</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71048#M291</link>
      <description>Hi Adam,&lt;BR /&gt;
&lt;BR /&gt;
In later version, Telnet Server cli is enhanced to allow you do that just that to disable Telnet server for both mgmt.-vrf and default-vrf as well as the active and the standby.&lt;BR /&gt;
&lt;BR /&gt;
What version are you running?  We need to check it your NOS version supports what you intend to do - earlier version does not support some of the cli commands shown below.&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Below is steps to shut down telnet server for both default-vrf and mgmt.-vrf of the active for NOS 7.3.0a&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
Static-Lab-SM08_VDX2# sh ver&lt;BR /&gt;
Network Operating System Software&lt;BR /&gt;
Network Operating System Version: 7.3.0a&lt;BR /&gt;
Copyright (c) 1995-2017 Brocade Communications Systems, Inc.&lt;BR /&gt;
Firmware name:     7.3.0a&lt;BR /&gt;
Build Time:        07:59:32 Sep 24, 2018&lt;BR /&gt;
Install Time:      05:24:19 Jan 5, 2019&lt;BR /&gt;
Kernel:            2.6.34.6&lt;BR /&gt;
BootProm:          1.0.1&lt;BR /&gt;
Control Processor: e500mc with 4096 MB of memory&lt;BR /&gt;
Slot   Name   Primary/Secondary Versions                        Status&lt;BR /&gt;
---------------------------------------------------------------------------&lt;BR /&gt;
SW/0   NOS    7.3.0a                                            ACTIVE*&lt;BR /&gt;
               7.3.0a&lt;BR /&gt;
SW/1   NOS    7.3.0a                                            STANDBY&lt;BR /&gt;
               7.3.0a&lt;BR /&gt;
Static-Lab-SM08_VDX2#&lt;BR /&gt;
&lt;BR /&gt;
Static-Lab-SM08_VDX2# sh telnet server status&lt;BR /&gt;
rbridge-id 2&lt;BR /&gt;
VRF-Name: mgmt-vrf     Status: Enabled&lt;BR /&gt;
VRF-Name: default-vrf  Status: Enabled&lt;BR /&gt;
Static-Lab-SM08_VDX2# sh ssh server status rb all&lt;BR /&gt;
rbridge-id 2&lt;BR /&gt;
VRF-Name: mgmt-vrf     Status: Enabled&lt;BR /&gt;
VRF-Name: default-vrf  Status: Enabled&lt;BR /&gt;
Static-Lab-SM08_VDX2# conf t&lt;BR /&gt;
Entering configuration mode terminal&lt;BR /&gt;
Static-Lab-SM08_VDX2(config-rbridge-id-1)# rb 2&lt;BR /&gt;
Static-Lab-SM08_VDX2(config-rbridge-id-2)# telnet server&lt;BR /&gt;
Possible completions:&lt;BR /&gt;
 shutdown  Shutdown Telnet Server&lt;BR /&gt;
 standby   Configure Standby Telnet&lt;BR /&gt;
 use-vrf   Configure VRF Name&lt;BR /&gt;
Static-Lab-SM08_VDX2(config-rbridge-id-2)# telnet server shutdown&lt;BR /&gt;
Possible completions:&lt;BR /&gt;
 &lt;BR /&gt;
Static-Lab-SM08_VDX2(config-rbridge-id-2)# &lt;B&gt;telnet server shutdown&lt;/B&gt;&lt;BR /&gt;
Static-Lab-SM08_VDX2(config-rbridge-id-2)# do show telnet server status rbridge-id 2&lt;BR /&gt;
Possible completions:&lt;BR /&gt;
 &lt;BR /&gt;
Static-Lab-SM08_VDX2(config-rbridge-id-2)# do show telnet server status rbridge-id 2&lt;BR /&gt;
rbridge-id 2&lt;BR /&gt;
VRF-Name: default-vrf  Status: Enabled&lt;BR /&gt;
VRF-Name: mgmt-vrf     Status: Disabled</description>
      <pubDate>Tue, 15 Jan 2019 03:09:04 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71048#M291</guid>
      <dc:creator>Ivan_Chan</dc:creator>
      <dc:date>2019-01-15T03:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable TFTP on VDX6720</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71049#M292</link>
      <description>Hi Adam,&lt;BR /&gt;
&lt;BR /&gt;
What version of NOS are you running on the switch.&lt;BR /&gt;
Earlier version does not have the telnet server shutdown cli; the capability was added in later release.&lt;BR /&gt;
Let me know what version you are running so we can check.&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Below is the step to disable Telnet Server on the Active&lt;/B&gt;.&lt;BR /&gt;
&lt;BR /&gt;
Static-Lab-SM08_VDX2# sh ver&lt;BR /&gt;
Network Operating System Software&lt;BR /&gt;
Network Operating System Version: 7.3.0a&lt;BR /&gt;
Copyright (c) 1995-2017 Brocade Communications Systems, Inc.&lt;BR /&gt;
Firmware name:     7.3.0a&lt;BR /&gt;
Build Time:        07:59:32 Sep 24, 2018&lt;BR /&gt;
Install Time:      05:24:19 Jan 5, 2019&lt;BR /&gt;
Kernel:            2.6.34.6&lt;BR /&gt;
BootProm:          1.0.1&lt;BR /&gt;
Control Processor: e500mc with 4096 MB of memory&lt;BR /&gt;
Slot   Name   Primary/Secondary Versions                        Status&lt;BR /&gt;
---------------------------------------------------------------------------&lt;BR /&gt;
SW/0   NOS    7.3.0a                                            ACTIVE*&lt;BR /&gt;
               7.3.0a&lt;BR /&gt;
SW/1   NOS    7.3.0a                                            STANDBY&lt;BR /&gt;
               7.3.0a&lt;BR /&gt;
Static-Lab-SM08_VDX2#&lt;BR /&gt;
&lt;BR /&gt;
Static-Lab-SM08_VDX2# sh telnet server status rb all&lt;BR /&gt;
rbridge-id 2&lt;BR /&gt;
VRF-Name: mgmt-vrf     Status: Enabled&lt;BR /&gt;
VRF-Name: default-vrf  Status: Enabled&lt;BR /&gt;
Static-Lab-SM08_VDX2# sh ssh server status rb all&lt;BR /&gt;
rbridge-id 2&lt;BR /&gt;
VRF-Name: mgmt-vrf     Status: Enabled&lt;BR /&gt;
VRF-Name: default-vrf  Status: Enabled&lt;BR /&gt;
Static-Lab-SM08_VDX2# conf t&lt;BR /&gt;
Static-Lab-SM08_VDX2(config-rbridge-id-1)# rb 2&lt;BR /&gt;
Static-Lab-SM08_VDX2(config-rbridge-id-2)# telnet server&lt;BR /&gt;
Possible completions:&lt;BR /&gt;
 shutdown  Shutdown Telnet Server&lt;BR /&gt;
 standby   Configure Standby Telnet&lt;BR /&gt;
 use-vrf   Configure VRF Name&lt;BR /&gt;
Static-Lab-SM08_VDX2(config-rbridge-id-2)# telnet server shutdown&lt;BR /&gt;
Possible completions:&lt;BR /&gt;
 &lt;BR /&gt;
Static-Lab-SM08_VDX2(config-rbridge-id-2)# &lt;I&gt;telnet server shutdown&lt;/I&gt;&lt;BR /&gt;
Static-Lab-SM08_VDX2(config-rbridge-id-2)# do show telnet server status rbridge-id 2&lt;BR /&gt;
Possible completions:&lt;BR /&gt;
 &lt;BR /&gt;
Static-Lab-SM08_VDX2(config-rbridge-id-2)# do show telnet server status rbridge-id 2&lt;BR /&gt;
rbridge-id 2&lt;BR /&gt;
VRF-Name: default-vrf  Status: Enabled&lt;BR /&gt;
VRF-Name: mgmt-vrf     Status: Disabled</description>
      <pubDate>Tue, 15 Jan 2019 03:20:44 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71049#M292</guid>
      <dc:creator>Ivan_Chan</dc:creator>
      <dc:date>2019-01-15T03:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable TFTP on VDX6720</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71050#M293</link>
      <description>Anyone?</description>
      <pubDate>Tue, 15 Jan 2019 03:37:50 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71050#M293</guid>
      <dc:creator>Adam_Schappell</dc:creator>
      <dc:date>2019-01-15T03:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable TFTP on VDX6720</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71051#M294</link>
      <description>Sorry Adam,  my 2 earlier replies did not make it into the system.&lt;BR /&gt;
Have to redo it.&lt;BR /&gt;
&lt;BR /&gt;
BTW, what NOS version are you running  ?</description>
      <pubDate>Tue, 15 Jan 2019 03:42:23 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71051#M294</guid>
      <dc:creator>Ivan_Chan</dc:creator>
      <dc:date>2019-01-15T03:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable TFTP on VDX6720</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71052#M295</link>
      <description>Hey Ivan,  yes seen that you replied but was wondering where it was &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
NOS version 4.1.3b</description>
      <pubDate>Tue, 15 Jan 2019 03:45:11 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71052#M295</guid>
      <dc:creator>Adam_Schappell</dc:creator>
      <dc:date>2019-01-15T03:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable TFTP on VDX6720</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71053#M296</link>
      <description>The telnet server shut functionality has been changed, the below cli may not be available in earlier NOS version.&lt;BR /&gt;
&lt;BR /&gt;
Here is the steps to shut down Telnet Server in Active …&lt;BR /&gt;
&lt;BR /&gt;
Static-Lab-SM08_VDX2# sh ver&lt;BR /&gt;
Network Operating System Software&lt;BR /&gt;
Network Operating System Version: 7.3.0a&lt;BR /&gt;
Copyright (c) 1995-2017 Brocade Communications Systems, Inc.&lt;BR /&gt;
Firmware name:     7.3.0a&lt;BR /&gt;
Build Time:        07:59:32 Sep 24, 2018&lt;BR /&gt;
Install Time:      05:24:19 Jan 5, 2019&lt;BR /&gt;
Kernel:            2.6.34.6&lt;BR /&gt;
BootProm:          1.0.1&lt;BR /&gt;
Control Processor: e500mc with 4096 MB of memory&lt;BR /&gt;
Slot   Name   Primary/Secondary Versions                        Status&lt;BR /&gt;
---------------------------------------------------------------------------&lt;BR /&gt;
SW/0   NOS    7.3.0a                                            ACTIVE*&lt;BR /&gt;
               7.3.0a&lt;BR /&gt;
SW/1   NOS    7.3.0a                                            STANDBY&lt;BR /&gt;
               7.3.0a&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Static-Lab-SM08_VDX2# sh telnet server status rb all&lt;BR /&gt;
rbridge-id 2&lt;BR /&gt;
VRF-Name: mgmt-vrf     Status: Enabled&lt;BR /&gt;
VRF-Name: default-vrf  Status: Enabled&lt;BR /&gt;
Static-Lab-SM08_VDX2# sh ssh server status rb all&lt;BR /&gt;
rbridge-id 2&lt;BR /&gt;
VRF-Name: mgmt-vrf     Status: Enabled&lt;BR /&gt;
VRF-Name: default-vrf  Status: Enabled&lt;BR /&gt;
&lt;BR /&gt;
Static-Lab-SM08_VDX2(config-rbridge-id-1)# rb 2&lt;BR /&gt;
Static-Lab-SM08_VDX2(config-rbridge-id-2)# telnet server&lt;BR /&gt;
Possible completions:&lt;BR /&gt;
 shutdown  Shutdown Telnet Server&lt;BR /&gt;
 standby   Configure Standby Telnet&lt;BR /&gt;
 use-vrf   Configure VRF Name&lt;BR /&gt;
Static-Lab-SM08_VDX2(config-rbridge-id-2)# telnet server shutdown&lt;BR /&gt;
Possible completions:&lt;BR /&gt;
 &lt;BR /&gt;
Static-Lab-SM08_VDX2(config-rbridge-id-2)# &lt;I&gt;telnet server shutdown&lt;/I&gt;&lt;BR /&gt;
Static-Lab-SM08_VDX2(config-rbridge-id-2)# do show telnet server status rbridge-id 2&lt;BR /&gt;
Possible completions:&lt;BR /&gt;
 &lt;BR /&gt;
Static-Lab-SM08_VDX2(config-rbridge-id-2)# do show telnet server status rbridge-id 2&lt;BR /&gt;
rbridge-id 2&lt;BR /&gt;
VRF-Name: default-vrf  Status: Enabled&lt;BR /&gt;
VRF-Name: mgmt-vrf     Status: Disabled</description>
      <pubDate>Tue, 15 Jan 2019 03:51:41 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71053#M296</guid>
      <dc:creator>Ivan_Chan</dc:creator>
      <dc:date>2019-01-15T03:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable TFTP on VDX6720</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71054#M297</link>
      <description>doesnt look like your reply posted again</description>
      <pubDate>Tue, 15 Jan 2019 03:52:48 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71054#M297</guid>
      <dc:creator>Adam_Schappell</dc:creator>
      <dc:date>2019-01-15T03:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable TFTP on VDX6720</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71055#M298</link>
      <description>I don't have a switch with 4.1.3 to do a quick check …&lt;BR /&gt;
But, the cli for NOS 6.0.1a is also different … you may want to try the same command and see what is the result.&lt;BR /&gt;
&lt;BR /&gt;
Here is the check on NOS 6.0.1a &lt;BR /&gt;
 …&lt;BR /&gt;
sadie# sh vers&lt;BR /&gt;
Network Operating System Software&lt;BR /&gt;
Network Operating System Version: 6.0.1&lt;BR /&gt;
Copyright (c) 1995-2015 Brocade Communications Systems, Inc.&lt;BR /&gt;
Firmware name:     6.0.1a&lt;BR /&gt;
Build Time:        21:02:59 Sep 15, 2015&lt;BR /&gt;
Install Time:      01:37:03 Dec 25, 2018&lt;BR /&gt;
Kernel:            2.6.34.6&lt;BR /&gt;
BootProm:          1.0.1&lt;BR /&gt;
Control Processor: e500mc with 8192 MB of memory&lt;BR /&gt;
Slot   Name   Primary/Secondary Versions                        Status&lt;BR /&gt;
---------------------------------------------------------------------------&lt;BR /&gt;
SW/0   NOS    6.0.1a                                            ACTIVE*&lt;BR /&gt;
               6.0.1a&lt;BR /&gt;
SW/1   NOS    6.0.1a                                            STANDBY&lt;BR /&gt;
               6.0.1a&lt;BR /&gt;
sadie# sh telnet server status&lt;BR /&gt;
rbridge-id 1:Telnet server status:Enabled&lt;BR /&gt;
sadie# conf t&lt;BR /&gt;
Entering configuration mode terminal&lt;BR /&gt;
sadie(config)# rb 1&lt;BR /&gt;
sadie(config-rbridge-id-1)# telnet server standby enable&lt;BR /&gt;
Possible completions:&lt;BR /&gt;
 &lt;BR /&gt;
sadie(config-rbridge-id-1)# telnet server standby enable&lt;BR /&gt;
sadie(config-rbridge-id-1)# no telnet server standby enable&lt;BR /&gt;
sadie(config-rbridge-id-1)# do show telnet server status&lt;BR /&gt;
rbridge-id 1:Telnet server status:Enabled&lt;BR /&gt;
sadie(config-rbridge-id-1)# do show ssh server status&lt;BR /&gt;
rbridge-id 1:SSH server status:Enabled&lt;BR /&gt;
sadie(config-rbridge-id-1)# telnet server shut&lt;BR /&gt;
sadie(config-rbridge-id-1)# do show telnet server status&lt;BR /&gt;
rbridge-id 1:Telnet server status:Disabled&lt;BR /&gt;
sadie(config-rbridge-id-1)#&lt;BR /&gt;
sadie# sh vrf&lt;BR /&gt;
Total number of VRFs configured: 2&lt;BR /&gt;
VrfName                         VrfId V4-Ucast V6-Ucast&lt;BR /&gt;
default-vrf                     1     Enabled  Enabled&lt;BR /&gt;
mgmt-vrf                        0     Enabled  Enabled&lt;BR /&gt;
sadie# sh run | inc telnet&lt;BR /&gt;
 telnet server shutdown</description>
      <pubDate>Tue, 15 Jan 2019 04:01:03 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71055#M298</guid>
      <dc:creator>Ivan_Chan</dc:creator>
      <dc:date>2019-01-15T04:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable TFTP on VDX6720</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71056#M299</link>
      <description>if you have a free 10-15 min, we can log into your switch and check …&lt;BR /&gt;
&lt;BR /&gt;
Here is a link for a live session.&lt;BR /&gt;
(removed by Community Manager - let's share these via PM in the future)</description>
      <pubDate>Tue, 15 Jan 2019 04:03:05 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71056#M299</guid>
      <dc:creator>Ivan_Chan</dc:creator>
      <dc:date>2019-01-15T04:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable TFTP on VDX6720</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71057#M300</link>
      <description>So when I do that it shows telnet is disabled. When we run scans against it, it is showing tftp enabled. Also we are on a secure segregated network so you wont be able to login to it.</description>
      <pubDate>Tue, 15 Jan 2019 04:08:26 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71057#M300</guid>
      <dc:creator>Adam_Schappell</dc:creator>
      <dc:date>2019-01-15T04:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable TFTP on VDX6720</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71058#M301</link>
      <description>this other reply was on-hold pending moderator !!!</description>
      <pubDate>Tue, 15 Jan 2019 04:10:14 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71058#M301</guid>
      <dc:creator>Ivan_Chan</dc:creator>
      <dc:date>2019-01-15T04:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable TFTP on VDX6720</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71059#M302</link>
      <description>if you click on the link for the live session, we can share the session.&lt;BR /&gt;
You can login to show me …  the link is above, session is still open for the next 30 min.</description>
      <pubDate>Tue, 15 Jan 2019 04:11:42 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71059#M302</guid>
      <dc:creator>Ivan_Chan</dc:creator>
      <dc:date>2019-01-15T04:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable TFTP on VDX6720</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71060#M303</link>
      <description>Would like to be able to disable the TFTP daemon....</description>
      <pubDate>Tue, 15 Jan 2019 04:11:49 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71060#M303</guid>
      <dc:creator>Adam_Schappell</dc:creator>
      <dc:date>2019-01-15T04:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable TFTP on VDX6720</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71061#M304</link>
      <description>I cannot access that link from the other network.</description>
      <pubDate>Tue, 15 Jan 2019 04:12:36 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71061#M304</guid>
      <dc:creator>Adam_Schappell</dc:creator>
      <dc:date>2019-01-15T04:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable TFTP on VDX6720</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71062#M305</link>
      <description>was tftp using telnet or ssh</description>
      <pubDate>Tue, 15 Jan 2019 04:13:07 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71062#M305</guid>
      <dc:creator>Ivan_Chan</dc:creator>
      <dc:date>2019-01-15T04:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable TFTP on VDX6720</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71063#M306</link>
      <description>Im not exactly sure how to see which on tftp is using. SSH is enabled and Tenet is disabled. &lt;BR /&gt;
&lt;BR /&gt;
# sh vrf - shows nothing.</description>
      <pubDate>Tue, 15 Jan 2019 04:15:57 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71063#M306</guid>
      <dc:creator>Adam_Schappell</dc:creator>
      <dc:date>2019-01-15T04:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable TFTP on VDX6720</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71064#M307</link>
      <description>check sh proc cpu  and not seeing tftpd running, that it can be disabled ...</description>
      <pubDate>Tue, 15 Jan 2019 04:31:47 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71064#M307</guid>
      <dc:creator>Ivan_Chan</dc:creator>
      <dc:date>2019-01-15T04:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable TFTP on VDX6720</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71065#M308</link>
      <description>Looks like port 69/UDP</description>
      <pubDate>Tue, 15 Jan 2019 04:33:05 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71065#M308</guid>
      <dc:creator>Adam_Schappell</dc:creator>
      <dc:date>2019-01-15T04:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable TFTP on VDX6720</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71066#M309</link>
      <description>on 4.1.3 it does not have vrf context - which is added in NOS 5.0</description>
      <pubDate>Tue, 15 Jan 2019 04:36:20 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-disable-tftp-on-vdx6720/m-p/71066#M309</guid>
      <dc:creator>Ivan_Chan</dc:creator>
      <dc:date>2019-01-15T04:36:20Z</dc:date>
    </item>
  </channel>
</rss>

