SGD Wireless Commands
wlan.ip.dhcp.cid_prefix
276
14245L-003 Rev. A EPL Programming Guide 12/16/13
wlan.ip.dhcp.cid_prefix
Description This printer setting defines the prefix to be prepended to the DHCP client
identifier (option 61) when DHCP is enabled on the wireless print server and
"wlan.ip.dhcp.cid_type" is set to "0" or "2". For printer support, see SGD
Command Support on page 315.
Type getvar; setvar
This table identifies the commands for this format:
Note • For details on SGD command structure, see Command Structure on page 250.
Commands Details
getvar
This command instructs the printer to respond with the client identifier
prefix of the wireless print server.
Format:
! U1 getvar "wlan.ip.dhcp.cid_prefix"
setvar
This command instructs the printer to change the CID prefix of the
wireless print server.
Format:
! U1 setvar "wlan.ip.dhcp.cid_prefix" "value"
Va lues: Any text string up to 10 characters if the CID type is ASCII, or 20
characters if the CID type is hexadecimal.
Default Value: ""
Example • This setvar example shows the value set to "PRT001".
! U1 setvar "wlan.ip.dhcp.cid_prefix" "PRT001"
What the setvar value is set to is the getvar result. In this example, the getvar result is
"PRT001".