Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to configure a virtual interface (VIF)?

configure interface vif virtual
0
Posted

How to configure a virtual interface (VIF)?

0

A virtual interface is created by the “vif” command. Two kind of vif exists: • Single: in this mode, only one physical interface is active at a time. The other ones are in “standby” and they will be used only if there is a fault in the active link. This mode could be named “failover” • Multiple: in this mode, all physical interfaces are used and they take part in a load balancing. This mode is compliant to the IEEE 802.3ad (static configuration). It must be used with a switch which supports trunking/aggregation over multiple port connections (all ports shares the same MAC address). Base command: vif create [ single | multi ] vif_name [ -b {rr|mac|ip} ] [ interface_list ] Single mode exemple: vif create single turlututu e0a e0b e0b e0c Multi mode exemple: vif create multiple turlututu -b rr e0d e0e The “-b” option is usable only with multi mode and must correspond to the parameters of the switch. To add an IP address to the vif, simply use the ifconfig command: ifconfig turlutu 192.168.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123