Cisco Cisco ASR 5000

Page of 9109
Context Configuration Mode Commands I-M   
▀  ip vrf-list 
 
 
▄  Command Line Interface Reference, StarOS Release 18 
2588 
   
ip vrf-list 
Creates a VRF list and adds VRFs to the list. The VRFs must have been previously created via the ip vrf command. 
Product
 
All 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > Global Configuration > Context Configuration 
configure > context context_name
 
Entering the above command sequence results in the following prompt: 
[context_name]host_name(config-ctx)# 
Syntax
 
ip vrf-list list_name permit vrf_name 
no ip vrf-list list_name [ permit vrf_name ] 
no
 
Deletes a VRF list or delete VRFs from this list. If 
permit
 and 
vrf-name
 are not specified, the entire list of 
VRFs is deleted. Otherwise, the specified VRF(s) is deleted from the list.  
list_name
 
Specifies the name of the VRF list as an alphanumerical string of 1 through 63 characters. 
vrf_name
 
Specifies the name of the virtual routing and forwarding interface as an alphanumeric string of 1 through 63 
characters. 
Usage 
Create a VRF list and add VRFs to the list. The VRFs must have been previously created via the ip vrf 
command. This command supports multiple VRFs over NEMO. 
Example
 
The following command creates a VRF list named 
corp103
 and adds a VRF named 
vrf3567
ip vrf-list corp103 permit vrf3567