RShell Reference Manual
Revision 4.2, Copyright © 2009, Impinj, Inc.
Proprietary and Confidential
17
Table 4-13 Config Network IP Command Parameters
Command
Argument
Format
Description
dynamic
Configure the reader to use DHCP to obtain IP
address parameters.
Static
<ip_address>
<netmask>
<gateway>
<broadcast>
Configure the reader to use statically configured IP
address parameters. The following combinations of
parameters are valid:
<ip address>
<ip address> <gateway>
<ip_address> <netmask> <gateway> <broadcast>
For parameters not specified the reader will use
default values derived from the values provided.
Examples of the commands are shown below:
>
config network ip dynamic
Status='0,Success'
>
show network ip summary
Status='0,Success'
connectionStatus='Connected'
ipAddressMode='Dynamic'
ipAddress='10.10.10.41'
ipMask='255.255.0.0'
gatewayAddress='10.10.0.1'
broadcastAddress='10.10.255.255'
>
config network ip static 192.168.20.116
Status='0,Success'
>
show network ip summary
Status='0,Success'
connectionStatus='Connected'
ipAddressMode='Static'
ipAddress='192.168.20.116'
ipMask='255.255.0.0'
gatewayAddress='192.168.0.1'
broadcastAddress='192.168.255.255'
>
config network ip static 192.168.20.116 255.255.255.0 192.168.20.1
192.168.20.255
Status='0,Success'
>
show network ip summary
Status='0,Success'
connectionStatus='Connected'
ipAddressMode='Static'
ipAddress='192.168.20.116'
ipMask='255.255.255.0'
gatewayAddress='192.168.20.1'
broadcastAddress='192.168.20.255'
Summary of Contents for RShell
Page 49: ...RShell Reference Manual...