vrf

Syntax

vrf <vrf-name>

no vrf <vrf-name>

Description

Configures a named VRF instance <vrf-name>. After creating the VRF instance, the command prompt enters into the VRF configure context.

The no form of the command deletes the VRF instance from the router.

Command context

config

Parameters

<vrf-name>

Required: Specifies the VRF name. Length: Up to 32 alpha numeric characters.

Authority

Administrators

Examples

Configuring VRF for a named customer:

switch# configure terminal
switch(config)# vrf cust_A

Removing the VRF configuration with the name test:

switch# configure terminal
switch(config)# no vrf cust_A