ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • cluster controller-replacement network displaced-vlans restore

    Delete VLANs displaced by controller-replacement

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    Restore VLAN tags that were displaced due to a controller-replacement. A VLAN tag that has been displaced is a tag that was based on a network port that either no longer exists, or was moved to a new broadcast domain. Restoring the vlan-tags re-creates them on the specified network port.

    Parameters

    -node <nodename> - Node

    Selects the node on which the displaced vlans reside.

    -port <netport> - Original Base Port

    The original base port where the vlans existed prior to controller-replacement.

    -destination-port <netport> - Destination Port

    The destination port where the vlan-tags will be restored.

    Examples

    The following example restores vlan-tags displaced from port e0c onto port e0d.

    cluster1::> cluster controller-replacement network displaced-vlans restore -node node1 -port e0c -destination-port e0d
    Top of Page