144
9.3 Get Setting Values – “get” Command
“get” command is used to get the setting values of this
print server. The format of “get” command is as following:
get argument
Then the argument value will be displayed after the
command. For example, if I want to get IP address of the
print server, I type “get ip” command and the IP value
“IP_ADDR=’192.168.2.2’” is displayed:
admin# get ip
IP_ADDR=’192.168.2.2’
If you enter “get” only, the system will list all
available arguments of “get” command.
The following table lists all the arguments whose value
can be got by “get” command:
Argument Description Example
psname
Print server name admin# get psname
PORT1_PS=’PS254896’
password
Login password admin# get password
USER_PASSWORD=’1234’
username
Login username admin# get username
USER_NAME=’admin’
wlfunc
Wireless LAN function is
enabled or disabled
0: disabled
1: enabled
2: auto
admin# get wlfunc
WIRELESS_FUNCTION=2
wlmode
Wireless LAN mode is
Infrastructure
0: Infrastructure
admin# get wlmode
AP_MODE=1
ESSID
ESSID of the wireless LAN admin# get ESSID
SSID=’default’