User guide

197
SGD Commands for Wireless Operation
wlan.security
4/29/08 Wireless User Guide 14143L-005 Rev. A
Security Type 7: PEAP
Additional parameters that need to be set and the SGD commands to use:
user ID (see wlan.username on page 207)
password (see wlan.password on page 187)
Security Type 8: LEAP
Additional parameters that need to be set and the SGD commands to use:
user ID (see wlan.username on page 207)
password (see wlan.password on page 187)
Security Type 9: WPA PSK
Additional parameters that need to be set and the SGD commands to use:
Pre-Shared Key (PSK) value (see wlan.wpa.psk on page 215)
Example • This example configures the printer for PEAP authentication, including a user ID
with a value of “user” and a password with a value of “password.”
! U1 setvar "wlan.security" "7"
! U1 setvar "wlan.username" "user"
! U1 setvar "wlan.password" "password"
Example • This example configures the printer for LEAP authentication, including a user ID
with a value of “user” and a password with a value of “password.”
! U1 setvar "wlan.security" "8"
! U1 setvar "wlan.username" "user"
! U1 setvar "wlan.password" "password"
Note • Configuring the printer for WPA also allows the printer to be used in WPA2
environments. Key rotation for WPA2 PSK is supported in firmware version V60.15.7Z,
V53.15.7Z, R6x15.x, R53.15.x, ZSPx, and later.
Example • This example configures the printer for WPA PSK authentication with a PSK
value of all zeroes (64 hexadecimal digits).
! U1 setvar "wlan.security" "9"
! U1 setvar "wlan.wpa.psk" "00000000..."