Specifications

39
config ip [ipaddress/gateway]
Purpose Used to manually set switch IP address and
subnet mask or Default Gateway IP
address.
Syntax config ip [ipaddress <IP address/subnet
mask>/gateway <IP address>]
Description Used to manually assign IP settings to the
switch and if necessary to designate an IP
address as a default gateway to different
networks or subnet groups.
Parameters ipaddress<xxx.xxx.xxx.xxx/yyy.yyy.yyy.yyy>
Where the xs represent the IP address to be
assigned to the switch and the ys represent
the corresponding subnet mask.
gateway <xxx.xxx.xxx.xxx> Where the xs
represent the IP address of the default
gateway device.
Restrictions Only Administrator-level users can issue
this command.
Example Usage:
To manually assign an IP address of 10.41.44.101 and subnet
mask of 255.0.0.0 to the switch, and designate a default
gateway of 10.1.1.254 use the following sequence of commands:
DES-7100:4#config ip ipaddress 10.41.44.101/255.0.0.0
Command: config ip ipaddress 10.41.44.101/8
Success.
DES-7100:4#config ip gateway 10.1.1.254
Command: config ip gateway 10.1.1.254
Success.
DES-7100:4#