vrf slxc
	
 
   
  Creates a Virtual Routing and Forwarding (VRF) instance and enters VRF configuration mode. 
  
 Syntax
 
	 
				vrf
				
					{
					mgmt-vrf
					|
					default-vrf
					|vrf-name
					}
			
  
	 Parameters
 
		
				
					- 
						mgmt-vrf
					
 
					- Specifies the management VRF. 
 
				
				
					- 
						default-vrf
					
 
					- Specifies the default-vrf. 
 
				 
		   
			 - 
						
							vrf-name
						
					
  
			 - Specifies the user-defined name of the VRF.
						The string can be up 24 characters long and should not contain punctuation
						or special characters. 
  
		   
		
 
	 
 
	 Modes
 
		Global configuration mode 
			Port-channel configuration mode
 
	 
 Examples
 
	  
		This example creates the VRF instance "myvrf"
					and enters VRF configuration mode. 
 
		device# configure terminal
device(config)# vrf myvrf
device(config-vrf-myvrf)#