User Manual
SWP1(config)#service telnet-client
8.3 TFTP server
8.3.1 Set hosts that can access the TFTP server
[Syntax]
tftp-server interface interface
no tftp-server interface interface
[Parameter]
interface : VLAN interface name
[Initial value]
none
[Input mode]
global configuration mode
[Description]
Sets the VLAN interface that allows access to the TFTP server.
If this command is executed with the "no" syntax, the specified interface is deleted.
This command can be used to specify up to eight items, which are applied in the order that they are specified.
If this command has not been used, all access is prohibited.
[Example]
Allow access to the TFTP server from the hosts connected to VLAN #1 and VLAN #2.
SWP1(config)#tftp-server interface vlan0.1
SWP1(config)#tftp-server interface vlan0.2
8.4 HTTP server
8.4.1 Start HTTP server and change listening port number
[Syntax]
service http-server [
port]
no service http-server
[Parameter]
port : <1-65535>
Listening port number of the HTTP server (if omitted: 80)
[Initial value]
service http-server
[Input mode]
global configuration mode
[Description]
Enables the HTTP server. You can also specify the listening TCP port number.
If this command is executed with the "no" syntax, the function is disabled.
[Example]
Start the HTTP server with 8080 as the listening port number.
SWP1(config)#service http-server 8080
8.4.2 Show HTTP server settings
[Syntax]
show http-server
[Input mode]
priviledged EXEC mode
Command Reference | Remote access functions | 75