vsg-vrf-remove
Starting from NetVisor release 6.0.1 it is possible to import/export subnet prefixes between Unicast Fabric VRFs. This operation is sometimes informally referred to as ‘prefix leaking’.
To implement this functionality a new innovative entity called Virtual Service Group (vSG) is introduced: it’s an abstraction that defines in an intuitive, and user-friendly way the policies by which prefixes are shared.
Use this command to remove a VRF from a vSG.
Syntax vsg-vrf-remove
vsg-name name-string |
Specify the name of the vSG. |
vnet vnet-name |
Specify the vNET name for the VRF. |
vrf vrf name |
Specify the name of the VRF. |
Defaults None
Access Network Administrator
History
Version 6.0.1 |
Command introduced. |
Usage Use this command to remove a VRF from a Virtual Service Group (vSG).
Examples To remove the VRF vrf1 from a VSG named VSG1, use the following syntax:
CLI (network-admin@switch) > vsg-vrf-remove vsg-name VSG1 vnet vnet-1 vrf vrf1