vrouter-loopback-interface-add
This command adds a loopback address to a virtual router (vRouter) service for a fabric, cluster, virtual network (vNET), or standalone switch. The maximum number of loopback interfaces is 255. NetVisor OS supports IPv4, and IPv6 addresses.
Syntax vrouter-loopback-interface-add
vrouter-name name-string |
Specify the name of the vRouter. |
Specify the following loopback interface arguments: |
|
index number |
Specify the interface index from 1 to 255. |
ip-address |
Specify the network IP address. |
Defaults None.
Access CLI
History
Version 2.2 |
Command introduced. |
Usage Each fabric, cluster, standalone switch, or virtual network (vNET) can provide its tenants with a virtual router (vRouter) service that forwards traffic between networks, and implements Layer 3 protocols. This command adds a loopback address for an existing vRouter service.
Examples To add the loopback interface of 192.168.11.13 to vRouter, MyvService, , use the following command:
CLI (network-admin@switch) > vrouter-loopback-interface-add vrouter-name MyvService index 1 ip-address 192.168.11.13