Creating and Deleting VRFs
  
  
    Before you delete a VRF, you must delete all VLANs
      and stop all protocols that are assigned to that VRF. All of the ports assigned to a deleted
      VRF are deleted and made available to assign to other VRs and VRFs. Any routing protocol
      instance that is assigned to the VRF is deleted gracefully.
    - 
        To create a VRF, use the following command and include the
          type attribute:
                
         create
          virtual-router name {type [vrf | vpn-vrf {vr
          parent_vr_name}]}   A VRF name cannot have the same name as a VLAN or
          VR. 
- 
        To display the VRFs, use the following command:
        
                    show virtual-router {name}
          
                 
- 
        To delete a VRF, use the following command:
        
                    delete virtual-router {name}