<?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: what is that ? TFTP_MODE=2 in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/what-is-that-tftp-mode-2/m-p/3297146#M3102</link>
    <description>hi again,&lt;BR /&gt;i solved my problem.&lt;BR /&gt;i wrote a php code, i allocated the tftp mode via $tftpmode and i changed this mode to unsecure via $change, and then i could get download all switchs config via tftp get command from dos prompt.&lt;BR /&gt;thank you al.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$tftpmode = snmpget("$switch","public",".1.3.6.1.4.1.11.2.14.11.5.1.7.1.5.6.0");&lt;BR /&gt;$change = snmpset("$switch","public",".1.3.6.1.4.1.11.2.14.11.5.1.7.1.5.6.0","i","2");</description>
    <pubDate>Tue, 08 Jun 2004 02:03:36 GMT</pubDate>
    <dc:creator>Tevfik Uret</dc:creator>
    <dc:date>2004-06-08T02:03:36Z</dc:date>
    <item>
      <title>what is that ? TFTP_MODE=2</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/what-is-that-tftp-mode-2/m-p/3297143#M3099</link>
      <description>hi,&lt;BR /&gt;i have problem with downloading switch configuration to my pc via "tftp get" command.&lt;BR /&gt;i can only sucess with some of.&lt;BR /&gt;Ther is an extra parameter in some switches's configuration.&lt;BR /&gt;-&amp;gt; TFTP_MODE=2 parameter&lt;BR /&gt;if this parameter is not included, i could not get configuration of switch via "tftp get" command.&lt;BR /&gt;&lt;BR /&gt;Can you help me how can i solve this problem ?&lt;BR /&gt;&lt;BR /&gt;IP (&lt;BR /&gt;TFTP_MODE=2&lt;BR /&gt;TIMEP=1&lt;BR /&gt;IP_ADDR=192.168.1.152&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 06 Jun 2004 13:21:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/what-is-that-tftp-mode-2/m-p/3297143#M3099</guid>
      <dc:creator>Tevfik Uret</dc:creator>
      <dc:date>2004-06-06T13:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: what is that ? TFTP_MODE=2</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/what-is-that-tftp-mode-2/m-p/3297144#M3100</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;which switch (vendor, model) are you running on your site? Sounds a little bit like cisco...&lt;BR /&gt;&lt;BR /&gt;Do you know the tftp commands to establish a connection?&lt;BR /&gt;Look here:&lt;BR /&gt;&lt;A href="http://www.multinet.process.com/ftp/docs/html/user_guide/AppD.htm" target="_blank"&gt;http://www.multinet.process.com/ftp/docs/html/user_guide/AppD.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Greets&lt;BR /&gt;Arne</description>
      <pubDate>Mon, 07 Jun 2004 01:55:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/what-is-that-tftp-mode-2/m-p/3297144#M3100</guid>
      <dc:creator>Arne Kunisch</dc:creator>
      <dc:date>2004-06-07T01:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: what is that ? TFTP_MODE=2</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/what-is-that-tftp-mode-2/m-p/3297145#M3101</link>
      <description>my switch's models are here;&lt;BR /&gt;&lt;BR /&gt;HP8000M, HP4000M and HP4104, HP4108&lt;BR /&gt;&lt;BR /&gt;i found the MIB OID; &lt;BR /&gt;hpSwitchIpTftpMode OBJECT-TYPE   &lt;BR /&gt;-- 1.3.6.1.2.1.1.7.11.12.7.1.5.6.0&lt;BR /&gt;-- iso(1). org(3). dod(6). internet(1). mgmt(2). mib-2(1). system(1). netElement(7). hpEtherSwitch(11). hpSwitch(12). hpConfig(7). hpSwitchConfig(1). hpSwitchIpConfig(5). hpSwitchIpTftpMode(6). 0 &lt;BR /&gt;  SYNTAX  INTEGER  {    &lt;BR /&gt;     secure  (1),   &lt;BR /&gt;   unsecure  (2)   &lt;BR /&gt;  } &lt;BR /&gt; &lt;BR /&gt;  ACCESS  read-write    &lt;BR /&gt;  DESCRIPTION        &lt;BR /&gt;  "The operational mode of the Tftp protocol." &lt;BR /&gt;&lt;BR /&gt;i tried this but it did not work.&lt;BR /&gt;how can i change this mode ?&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jun 2004 01:29:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/what-is-that-tftp-mode-2/m-p/3297145#M3101</guid>
      <dc:creator>Tevfik Uret</dc:creator>
      <dc:date>2004-06-08T01:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: what is that ? TFTP_MODE=2</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/what-is-that-tftp-mode-2/m-p/3297146#M3102</link>
      <description>hi again,&lt;BR /&gt;i solved my problem.&lt;BR /&gt;i wrote a php code, i allocated the tftp mode via $tftpmode and i changed this mode to unsecure via $change, and then i could get download all switchs config via tftp get command from dos prompt.&lt;BR /&gt;thank you al.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$tftpmode = snmpget("$switch","public",".1.3.6.1.4.1.11.2.14.11.5.1.7.1.5.6.0");&lt;BR /&gt;$change = snmpset("$switch","public",".1.3.6.1.4.1.11.2.14.11.5.1.7.1.5.6.0","i","2");</description>
      <pubDate>Tue, 08 Jun 2004 02:03:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/what-is-that-tftp-mode-2/m-p/3297146#M3102</guid>
      <dc:creator>Tevfik Uret</dc:creator>
      <dc:date>2004-06-08T02:03:36Z</dc:date>
    </item>
  </channel>
</rss>

