Views:

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:

  1. Log on as "Admin" in the command line interface.
  2. Type "enable".
  3. 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]

  4. Press "Enter".

For IWSVA 5.1/5.5/5.6/6.0

  1. Log on as "Admin" in the command line interface.
  2. Type "enable".
  3. 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]

    configure network interface static

  4. Press "Enter".

For IWSVA 6.5

  1. Log on as "Admin" in the command line interface.
  2. Type "enable".
  3. 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]

    configure network interface static

  4. Press "Enter".
  5. Use the "configure network route” command to add your gateway IP address. Type the following:

    enable# configure network route ipv4 default <Gateway IP>

  6. Press "Enter".