ip.telnet.enable

ip.telnet.enable

Use this command to set the TELNET (port 23) protocol. This command is not supported in printers running Link-OS 6 or later versions.

Setvar

To instruct the printer to turn TELNET on or off:
! U1 setvar "ip.telnet.enable" "value"
Value
"off"
disables telnet protocol
"on"
enables telnet protocol
Default
"on"

Getvar

To instruct the printer to respond with the TELNET status:
! U1 getvar "ip.telnet.enable"
Example
This
setvar
example shows the value set to
"on"
.
! U1 setvar "ip.telnet.enable" "on"
When the
setvar
value is set to
"on"
, the
getvar
result is
"on"
.