Display the current TFTP daemon configuration and session statistics.
The Trivial File Transfer Protocol (TFTP) is a simple UDP-based file transfer protocol, similar to the File Transfer Protocol (FTP). Unlike FTP; however, TFTP does not provide password protection or the ability to view a directory structure.
exec
show switchServices tftpd
Heading | Description | Filter |
---|---|---|
Administrative State | The current administrative state of the TFTP daemon. Valid values:
enabled , disabled
|
adminState enumeration |
Maximum Sessions | The maximum number of TFTP sessions the system allows at one time. Valid values are from 0 to 10. |
maxSessions integer |
Tftpd Port | The port the system uses for TFTP file transfers. Valid values are from 1 to 65535. |
tftpdPort integer |
Operational State | The current operational state of the TFTP daemon. Valid values:
|
operState enumeration |
Current Opened Sessions | The number of sessions currently open on the TFTP server. | currentOpenedSessions integer |
Total Opened Sessions | The total number of TFTP sessions that were opened on the system since the last reboot. | totalOpenedSessions counter32 |
You can do the following