9.3Get Setting Values – “get” Command
“get” command is used to get the setting values of this printer 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 printer 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 | Printer 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 | admin# get wlfunc |
| or disabled | WIRELESS_FUNCTION=2 |
| 0: disabled |
|
| 1: enabled |
|
| 2: auto |
|
wlmode | Wireless LAN mode is | admin# get wlmode |
| Infrastructure or Ad Hoc | AP_MODE=1 |
| 0: Infrastructure |
|
| 1: Ad Hoc |
|
ESSID | ESSID of the wireless LAN | admin# get ESSID |
|
| SSID=’default’ |
|
|
|
Argument | Description | Example |
channel | Channel number used by wireless | admin# get channel |
| LAN | CHANNEL=11 |
wep | The mode of WEP | admin# get wep |
| 0: disable | WEP=0 |
| 1: 64 bit WEP enabled |
|
| 2: 128 bit WEP enabled |
|
defkey | Default WEP key number | admin# get defkey |
| 123 |
|