HPE Aruba Networking & ProVision-based
1830335 Members
1933 Online
110001 Solutions
New Discussion

Re: hpSwitchIpTftpMode do not work ?

 
menil1
New Member

hpSwitchIpTftpMode do not work ?

Hi,

 

on a Procurve 2910al-48G

I was using scp to backup configuration.

Now, i'm switching authentication to radius, with local fallback, so i can't use scp anymore.

 

I'm trying to use hpSwitchIpTftpMode as follow:

snmpset -v 2c -c $rw_community $ip 1.3.6.1.4.1.11.2.14.11.5.1.7.1.5.6.0 i 2

tftp -v $ip $port -c get running-config $switch.cfg

snmpset -v 2c -c $rw_community $ip 1.3.6.1.4.1.11.2.14.11.5.1.7.1.5.6.0 i 2

 

However, i get timeout when retrieving the conf via tftp.

After setting 2 to hpSwitchIpTftpMode with my snmpset command, i can verify on the switch:

getMIB 1.3.6.1.4.1.11.2.14.11.5.1.7.1.5.6.0
hpSwitchIpTftpMode.0 = 2

 

I've test on 2 firmware:

W.15.12.0011

W.15.08.0012

 

When i set "tftp server", i'm able to download running-config, but setting hpSwitchIpTftpMode to 1 do not disable tftp server.

 

Can anyone give me some hint?

 

Regards.

1 REPLY 1
menil1
New Member

Re: hpSwitchIpTftpMode do not work ?

Ok,

after upgrading to W.15.14.0007,

i need to do

snmpset -v 2c -c $community $ip 1.3.6.1.4.1.11.2.14.11.1.3.6.0 i 1

tftp -v $ip $port -c get running-config $switch.cfg

snmpset -v 2c -c $community $ip 1.3.6.1.4.1.11.2.14.11.1.3.6.0 i 2

 

as hpSwitchIpTftpMode is now obsoloted by hpicfDownloadTftpServerConfig.