When you add a port to a VR, that port can only be used by that VR. To add a port to a single VR, use the command:
configure vr vr-name add ports port_listThe following example demonstrates how to remove all the ports on slot 3 from the Default VLAN (Virtual LAN) in VR-Default and add them for the exclusive use of user VR helix:
configure vlan default delete ports 3:* configure vr vr-default delete ports 3:* configure vr helix add ports 3:*