Description

SVI interface is a virtual L3 interface. Can be assigned to a switch group to provide the device management using this switch group. Each unit supports 5000 virtual "sviNswitch interfaces (in range 0...4999).

An SVI interface has the following characteristics:

Following command allows to create the SVI interface and assign an IP address to it:

ifconfig sviN IP_ADDR up

In order to set communication with other devices via protocols, that utilize the broadcast/multicast packets (such as OSPF, RIP, DHCP) use one of two options:

  • Use only the IP address assigned to the SVI interface, if the traffic enters a switch group that has an SVI interface.
  • It is possible to use the IP address assigned to the physical interface (radio or Ethernet), if this interface is not included in the switch group, or there is no SVI interface in the switch group.

Otherwise, communication between the devices will not be established.

Syntax:

svi N group G [addpri|setpri N|-1] 
svi N clear

Parameters

ParameterDescription

N

Identifier of the SVI interface to configure.

group G

Assigns specified SVI interface to the switch group.

  • "G" – switch group identifier

[addpri|setpri N|-1]

Allows to provide priority management.

  • "setpri N" – sets the packet priority with the value "N".
  • "-1" – resets the priority.
  • "addpri" – changes the priority only if new is higher than already available for the package. Thus, the "addpri" parameter allows only to increase the priority.

clear

Removes SVI interface settings.

Examples

Set the priority 5 for all the packets passing through the "svi1" interface.

svi 1 setpri 5

Assign "svi100" interface to switch group # 100.

svi 100 group 100