User guide
195
SGD Commands for Wireless Operation
wlan.security
4/29/08 Wireless User Guide 14143L-005 Rev. A
Security Type 3: WEP 128-Bit
Additional parameters that need to be set and the SGD commands to use:
• WEP encryption index (see wlan.wep.index on page 209)
• WEP authentication type (see wlan.wep.auth_type on page 208)
• WEP key type (see wlan.wep.key_format on page 214)
• the actual values of any WEP encryption keys to be used (see wlan.wep.key1 on page 210,
wlan.wep.key2 on page 211, wlan.wep.key3 on page 212, or wlan.wep.key4 on page 213)
Security Type 4: EAP-TLS
Additional parameters that need to be set and the SGD commands to use:
• optional private key password (see wlan.private_key_password on page 189)
Example • This example configures the printer for WEP 128-bit encryption using index
key 2, open authentication, and four hexadecimal WEP keys.
! U1 setvar "wlan.security" "3"
! U1 setvar "wlan.wep.index" "2"
! U1 setvar "wlan.wep.auth_type" "open"
! U1 setvar "wlan.wep.key_format" "hex"
! U1 setvar "wlan.wep.key1" "001122334455667788"
! U1 setvar "wlan.wep.key2" "112233445566778899"
! U1 setvar "wlan.wep.key3" "223344556677889900"
! U1 setvar "wlan.wep.key4" "334455667788990011"
Example • This example configures the printer for EAP-TLS authentication with an optional
private key password with a value of “private.”
! U1 setvar "wlan.security" "4"
! U1 setvar "wlan.private_key_password" "private"