vrf-modify
Virtual Routing, and Forwarding (VRF) is a technology that virtualizes the hardware routing capabilities of a vRouter or a Layer 3 switch, and offers per logical instance dedicated control, and data planes. This command modifies a VRF configuration.
Syntax vrf-modify
name name-string |
Specify a name for the VRF. |
vnet name-string |
Specify the name of the vNET. |
scope local|cluster|fabric |
Specify the scope of the VRF. |
vrf-gw ip-address |
Specify an IPv4 address for the gateway. |
vrf-gw2 ip-address |
Specify a second IPv4 address for the gateway. |
vrf-gw-ip6 ip-address |
Specify an IPv6 address for the gateway. |
vrf-gw2-ip6 ip-address |
Specify a second IPv6 address for the gateway. |
l3-vni 0..16777215 |
specify an L3 VNI. |
enable|disable |
Enable or disable VRF. |
description description-string |
Specify a VRF description. |
Defaults None
Access Network Administrator
History
Version 3.1.0 |
Command introduced. |
Version 6.0.0 |
The parameter description added. |
Version 6.1.0 |
The parameter l3-vni added. |
Usage Use this command to modify a VRF.
Examples To modify VRF, blue, and a gateway address, 192.168.13.7, use the following syntax:
CLI (network-admin@switch) > vrf-modify name blue vnet red vrf-gw 192.168.13.7