ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • network port broadcast-domain merge

    Merges two layer 2 broadcast domains

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

    Description

    Merges a broadcast domain into an existing broadcast domain.

    Parameters

    -ipspace <IPspace> - IPspace Name

    The IPspace of the broadcast domain.

    -broadcast-domain <Broadcast Domain> - Layer 2 Broadcast Domain

    The merging broadcast domain.

    -into-broadcast-domain <Broadcast Domain> - Merge with This Layer 2 Broadcast Domain

    The target broadcast domain for the merge operation.

    Examples

    The following example merges broadcast domain "bd-mgmt" in IPspace "Default" to broadcast domain "bd-data".

    cluster1::network port broadcast-domain> merge -ipspace Default -broadcast-domain bd-mgmt -into-broadcast-domain bd-data
    Top of Page