vrf-create
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 creates a VRF.
Syntax vrf-create name
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 the 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 configure VRF.
Examples To configure VRF, blue, on vNET red, scope local, and a gateway address, 192.168.11.5, use the following syntax:
CLI network-admin@switch > vrf-create name blue vnet red scope local vrf-gw 192.168.11.5