Depending on your IWSVA version, do the following:
- Do not put anything for [vlan] if the interface is not a member of any VLan's on your network.
- IWSVA can only scan 802.1Q-encapsulated traffic. The ISL (Inter-Switch Link) protocol is not supported.
For IWSVA 3.1 and 5.0:
- Log on as "Admin" in the command line interface.
- Type "enable".
- Use the “configure ip” command to add your new IP address along with the subnet mask and gateway. Type the following:
enable# configure ip static <IP Address> <Subnet Mask> <Gateway> [vlan]
- Press "Enter".
For IWSVA 5.1/5.5/5.6/6.0
- Log on as "Admin" in the command line interface.
- Type "enable".
- Use the "configure network interface static” command to add your new IP address along with the interface name, subnet mask and gateway. Type the following:
enable# configure network interface ipv4 static <Interface Name> <IP Address> <Subnet Mask> <Gateway> [vlan]
- Press "Enter".
For IWSVA 6.5
- Log on as "Admin" in the command line interface.
- Type "enable".
-
Use the "configure network interface static” command to add your new IP address along with the interface name and subnet mask. Type the following:
enable# configure network interface ipv4 static <Interface Name> <IP Address> <Subnet Mask> [vlan]
- Press "Enter".
-
Use the "configure network route” command to add your gateway IP address. Type the following:
enable# configure network route ipv4 default <Gateway IP>
- Press "Enter".