12
Step 4
Configure the IP
The iBypass 40-10 Switch ships with a default address. You can decide to use the
default address, assign a static IPv4 IP address or use DHCP to assign an address.
To configure the system with a static IPv4 address, do the following:
1. At the CLI prompt, type the following to set the address mode to static:
set network mode static
2. Type the following to set the IPv4 address:
set network ipaddress <d.d.d.d> where <d.d.d.d> is the IPv4 address.
3. Type the following to set the network mask:
set network netmask <m.m.m.m> where <m.m.m.m> is the netmask.
4. Type the following to set the gateway:
set network gateway <g.g.g.g> where <g.g.g.g> is the gateway address.
Type reboot, to reboot the system. This is required for the new address to take effect.