Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

An SVI interface is a virtual L3-interface used to terminate or generate traffic in the switch group it is assigned to.

Each unit supports 100 virtual switch interfaces sviX (svi0 ... svi99).

Each SVI interface can be assigned to a switch group. Once assigned the interface becomes an active member of that switch group and can exchange traffic with other group members. All traffic ingressed by this switch group (depending on the rules set) that is addressed to this SVI interface as well as all broadcast and multicast packets will be processed by the unit.

Each SVI interface can have one or several IP addresses configured.

An SVI interface can act as a parent interface for VLAN virtual interfaces. In this case the VLAN interface also becomes a member of the switch group assigned to the parent SVI interface.

An SVI interface (or any other interface that uses it as a parent interface) can not be included into a switch group directly.

An SVI interface can be used for channel aggregation using lag interfaces.

The SVI interface is considered active once it is up and assigned to a switch group.

Command syntax:

  • "ifc sviN [IP address] up" - create the SVI interface and assign the IP address to it (optional)
  • "svi N group G" - assign the SVI interface N to the group G
  • "ifconfig vlanX vlan V vlandev sviN" - assign the SVI interface N as a parent interface to VLAN interface X processing traffic tagged with VLAN V.
  • No labels