Connecting to Another Host Using TFTP

You can TFTP from the current CLI session to another host to transfer files.
  1. Run the tftp command:
    tftp [ ip-address | host-name ] { -v vr_name } { -b block_size } [ -g | -p ] [ -l local-file { -r remote-file } | -r remote-file { -l local-file } ]
    Note

    Note

    User-created VRs are supported only on the platforms listed for this feature in the ExtremeXOS 32.2 Feature License Requirements document.

    The TFTP session defaults to port 69. If you do not specify a virtual router, VR-Mgmt is used.

    For example, to connect to a remote TFTP server with an IP address of 10.123.45.67 and “get” or retrieve an ExtremeXOS configuration file named XOS1.cfg from that host, use the following command:

    tftp 10.123.45.67 -g -r XOS1.cfg

    When you “get” the file through TFTP, the switch saves the file.

  2. To view the files you retrieved, run the ls command at the command prompt.

    In addition to the tftp command, the following two commands are available for transferring files to and from the switch:

    tftp get [ ip-address | host-name] { vr vr_name } { block-size block_size } remote-file local-file} {force-overwrite}

    By default, if you transfer a file with a name that already exists on the system, the switch prompts you to overwrite the existing file. For more information, see the tftp get command.