ip.gateway

ip.gateway

This command instructs the printer to change the gateway address.
This setting refers to the gateway address. A set value is ignored if the IP protocol is not set to permanent.

Setvar

To change the gateway address:
! U1 setvar "ip.gateway" "value"
Values
Any valid gateway address.
Default
"0.0.0.0"

Getvar

To respond with the gateway address:
! U1 getvar "ip.gateway"
Example
This
setvar
example shows the value set to
"10.3.5.1"
.
! U1 setvar "ip.gateway" "10.3.5.1"
When the
setvar
value is set to
"10.3.5.1"
, the
getvar
result is
"10.3.5.1"
.