vrf context

To create a virtual routing and forwarding instance (VRF) and enter VRF configuration mode, use the vrf context command. To remove a VRF entry, use the no form of this command.

vrf context { name | management }

no vrf context { name | management }

Syntax Description

name
Name of the VRF. The name can be a maximum of 32 alphanumeric characters and is case-sensitive.
management
Specifies the management VRF.

Command Default

None

Command Modes

Global configuration mode

Command History

Release
Modification
4.0(0)N1(1a)
This command was introduced.

Usage Guidelines

When you enter the VRF configuration mode, the following commands are available:

Examples

This example shows how to enter VRF context mode:

switch(config)# vrf context management
switch(config-vrf)#
 

Related Commands

Command
Description
show vrf
Displays VRF information.