Comware Based
1753261 Members
4685 Online
108792 Solutions
New Discussion

Simple config question for tftp

 
phjohnso
Occasional Contributor

Simple config question for tftp

Sorry for such a dumb question but I am drawing a blank on this one.  5406zl switch - I don't have the ability to tftp a new version of the software to it.  I only have usb and xmodem available as an option to me.  I just don't remember what I need to remove in order to get the tftp option back again

 

configuration example below - with sensitive data removed - Just totally forgot how to turn the tftp ability back on

 

hostname " "
time timezone -300
time daylight-time-rule User-defined begin-date 3/11 end-date 11/6
module 1 type J8702A
module 2 type J8705A
module 4 type J8705A
interface A1
   exit
interface B18
   exit
ip default-gateway 10.1.0.2
ip routing
vlan 1
   name "DEFAULT_VLAN"
   untagged A2-A8,A11-A13,A16-A24,B1-B8,B11-B13,B15-B24,D1-D24
   ip address 10.1.0.26 255.255.0.0
   no untagged A1,A9-A10,A14-A15,B9-B10,B14
   jumbo
   ip igmp
   exit
fault-finder bad-driver sensitivity high
fault-finder bad-transceiver sensitivity high
fault-finder bad-cable sensitivity high
fault-finder too-long-cable sensitivity high
fault-finder over-bandwidth sensitivity high
fault-finder broadcast-storm sensitivity high
fault-finder loss-of-link sensitivity high
fault-finder duplex-mismatch-HDx sensitivity high
fault-finder duplex-mismatch-FDx sensitivity high
qos type-of-service diff-services
console inactivity-timer 10
banner motd "
*******************************************************************************
*******************************************************************************
"
logging 10.1.1.18
qos device-priority 192.168.50.10 priority 6
radius-server host 10.1.1.6
radius-server host 10.1.1.40
sntp server priority 1 10.1.1.1 3
no web-management
web-management ssl
ip authorized-managers 10.1.0.0 255.255.0.0 access manager
ip authorized-managers 10.250.0.0 255.255.0.0 access manager access-method ssh
ip authorized-managers 10.1.0.0 255.255.0.0 access manager access-method ssh
ip dns domain-name ""
ip dns server-address priority 1 10.1.1.11
ip route 0.0.0.0 0.0.0.0
snmp-server community "public"
snmp-server community "" unrestricted
snmp-server host 10.1.1.18 ""
snmp-server contact ""
aaa accounting network start-stop radius
aaa authentication port-access eap-radius
aaa port-access authenticator active
spanning-tree
spanning-tree A9 admin-edge-port
spanning-tree A9 bpdu-filter
spanning-tree A10 admin-edge-port
spanning-tree A10 bpdu-filter
no spanning-tree A16 auto-edge-port
spanning-tree A16 bpdu-filter
no spanning-tree A18 auto-edge-port
spanning-tree A18 bpdu-filter
spanning-tree B18 bpdu-filter
spanning-tree config-name "xxx"
spanning-tree config-revision 1
spanning-tree priority 1
vlan 1
   ip rip 10..10.10.10
   exit
no tftp client
loop-protect A1-A24
loop-protect trap loop-detected
loop-protect disable-timer 300
no autorun
password manager


 

 

2 REPLIES 2
jguse
HPE Pro

Re: Simple config question for tftp

Hello,

 

Your "no tftp client" entry will do that. Just get rid of that and it should work again.

Best regards,
Justin

Working @ HPE
Accept or Kudo
John Gelten
Regular Advisor

Re: Simple config question for tftp

As a bonus: sometimes you can only configure 'tftp client' after you have removed a line that enables SCP protocol (cant remember the exact command). It seems that one is not in your config though.

The ProCurve Manager software likes to add these two lines at discovery-time (no exactly always, though...) So keep in mind that by changing that, you may break the copy-stuff (backups/updates) that your PCM might have been configured to do...