this post was submitted on 05 Sep 2023
        
      
      50 points (89.1% liked)
      Sysadmin
    11518 readers
  
      
      2 users here now
      A community dedicated to the profession of IT Systems Administration
No generic Lemmy issue posts please!  Posts about Lemmy belong in one of these communities:
!lemmy@lemmy.ml
!lemmyworld@lemmy.world
!lemmy_support@lemmy.ml
!support@lemmy.world
        founded 2 years ago
      
      MODERATORS
      
    you are viewing a single comment's thread
view the rest of the comments
    view the rest of the comments
 
          
          
Is tftp used for anything other than booting disk images?
In the last 10+ years I've only used TFTP with Cisco network appliances.
I'll never stop being fascinated by the niches that some tech is able to find.
I've only really used it for net boot (https://netboot.xyz/) myself. Maybe OOB back in the day with some iLo shenanigans, but otherwise I stick with rsync.
While that is a very common use case (bootp), I've ran across a lot of hardware that use it for config upload and download:
To upload a config to an industrial grade Garettcom switch you need to use tftp. Same goes for firmware updates and config backups.
This Cisco phone I was battling with once tried to download a config vea TFTP feom its DHCP server, assuming its DHCP server was part of the SIP infrastructure. The above mechanism was also used successfully by some other proprietary hardware built inhouse for firmware updates.