acidsatyr wrote: » Hi, can you upload files on cisco switch/router acting as http or tftp server? Or is it that you can only download from them?
xenodamus wrote: » TFTP is used to backup IOS/config files as well as upload new ones to devices. I don't think think that's a CCIE level topic, though....
I've seen some devices allow you to download files via http and ftp, but tftp is the most common. As for the router or switch acting as a tftp or ftp server, I don't think IOS implements these features, and would be a huge security issue if they did. It could be useful if you wanted to setup some kind of a PUSH model in updating ios images or configs, but SNMP already allows you to do this in a much safer way.
Onefive wrote: » but SNMP already allows you to do this in a much safer way.
acidsatyr wrote: » Yeah, ios allows you to use router as http, https, tftp and ftp (older ios only) server. What i tried today was to copy local config to cisco router using tftp, but i guess you can't use it to upload stuff only download. anyway, thx
knwminus wrote: » Really? Everything that I have read has lead me to believe that doing any type of changes using SNMP is bad (Security is Not MY Problem). Care to elaborate?
Onefive wrote: » I've seen some devices allow you to download files via http and ftp, but tftp is the most common. As for the router or switch acting as a tftp or ftp server, I don't think IOS implements these features, and would be a huge security issue if they did. It could be useful if you wanted to setup some kind of a PUSH model in updating ios images or configs, but SNMP already allows you to do this in a much safer way.
Turgon wrote: » IOS has supported a tftp server for quite sometime.
Onefive wrote: » SNMPv1/2 would be just as insecure as ftp ( unless you were using ftp with TLS ). SNMPv3 on the other hand provides authentication, encryption, and more granular access restrictions.
Onefive wrote: » Which versions of IOS have a tftpd? I know Cisco has a discontinued windows TFTP daemon, but I wouldn't suggest using that due to security issues.
acidsatyr wrote: » Ok ok, you are right; i was thinking more of ftp and HTTP which does require auth. Can i push with HTTP?