223
SGD Wired Commands
external_wired.ip.dhcp.cid_suffix
12/16/13 EPL Programming Guide 14245L-003 Rev. A
external_wired.ip.dhcp.cid_suffix
Description This printer setting defines the unique suffix to be used as the client identifier
(DHCP option 61) if DHCP is enabled repeated on the external wired print server and
external_wired.ip.dhcp.cid_type onpage 224 is set to "0" or "2", not "1". For printer
support, see SGD Command Support onpage 31 5.
Type getvar; setvar
This table identifies the commands for this format:
Note • For details on SGD command structure, see Command Structure onpage 216.
Commands Details
getvar This command instructs the printer to respond with the client identifier
suffix on the external wired print server.
Format:
! U1 getvar "external_wired.ip.dhcp.cid_suffix"
setvar This command instructs the printer to change the client identifier suffix
value.
Format:
! U1 setvar "external_wired.ip.dhcp.cid_suffix"
"value"
Valu e s : The maximum length of a value allowed is 60 ASCII characters
when the CID type is ASCII, or 120 hexadecimal values when the CID
type is hexadecimal.
Default Value: ""
Example • This setvar example shows setting the suffix to "printer".

! U1 setvar "external_wired.ip.dhcp.cid_suffix"

"printer"

What the setvar value is set to is the getvar result. In this example, the getvar result is
"printer".