Installation guide

27
tftp=server:filename
server
The IP address or DNS name of a server running TFTP to which buffer
information should be transferred.
filename
The name to use for the file that will be transferred to the TFTP server. If
the “port” option specifies more than one port, one file will be transferred
for each port. The filename for each port will be filename_n, where n is
the port number.
Examples Display port buffering information on the screen
#> display buffers port=2 screen lines=32 tail=30
Output buffering information to a TFTP server
#> display buffers port=2 tftp=192.168.1.1:port_ouput
Output multi-port buffering information to a TFTP server
#> display buffers port=2-3 tftp=192.168.1.1:port_ouput
Note that port 2 buffering information goes to file port_output_2 and port 3
buffering information goes to file port_output_3.
See also "set buffer".