vrouter-interface-modify
This command is used to modify interfaces on the virtual router (vRouter) service on a fabric, cluster, standalone switch, or virtual network (VNET).
Syntax vrouter-interface-modify
vrouter-name name-string |
Specify the name for the vRouter interface. |
Specify any of the following options: |
|
nic nic-string |
Specify the virtual NIC assigned to interface. |
pim|no-pim |
Specify if the vRouter interface is a PIM interface. |
nic-enable|nic-disable |
Specify if the NIC is enabled or disabled. |
pim-dr-priority integer |
Specify the direct router (DR) priority as an integer between 1 and 4294967295. Netvisor selects the vRouter interface with higher DR priority as the designated router. By default, all interfaces are priority 1. In case of same priority, Netvisor selects the vRouter interface with highest network address as DR. |
vrrp-priority number |
Speicfies the priority for the VRRP interface. This is a value between 1 (lowest) and 255 (highest). |
vrrp-adv-int mseconds |
Specify a VRRP advertisement interval in milliseconds. The range is from 30 to 40950 with a default value of 1000. |
vrrp-preempt-mode disable|enable |
Specify one of the options to allow or prevent a high priority backup router from becoming master router. vrrp-preempt-mode is enabled by default. |
mtu bytes |
Specify a MTU value in bytes between 68 and 9398. |
priority-tag|no-priority-tag |
Specify if you want to add a VLAN 0 priority tag on forwarded traffic. |
pim-cluster|no-pim-cluster |
Specify if VNIC is on an exclusive transit VLAN. |
fabric-nic|no-fabric-nic |
Specify if VNIC is on a VLAN used for fabric setup. |
Defaults None.
Access CLI
History
Version 1.2 |
Command introduced. |
Version 2.1 |
The parameter nic, added. |
Version 2.2 |
The parameters vrrp-priority added. |
Version 2.3 |
The parameter, vrrp-adv-int, added. |
Version 2.5.0 |
The parameter, mtu, added. |
Version 3.1.0 |
The parameter, fabric-nic and priority-tag, added. |
Version 6.0.0 |
The parameter, vrrp-preempt-mode, added. |
Usage You can modify the interfaces on the vRouter service on a fabric, cluster, standalone switch, or virtual network (VNET). This command modifies an interface to a vRouter service.
Examples To modify a vrouter interface and to add VLAN 0 priority tag, use the following command:
CLI network-admin@switch > vrouter-interface-modify vrouter-name MyvService priority-tag