ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • network bgp peer-group rename

    Rename a BGP peer group

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

    Description

    The network bgp peer-group rename command is used to assign a new name to a BGP peer group.

    Parameters

    -ipspace <IPspace> - IPspace Name

    This parameter specifies the IPspace of the peer group being renamed.

    -peer-group <text> - Peer Group Name

    The name of the peer group to be updated.

    -new-name <text> - New Name

    The new name for the peer group.

    Examples

    cluster1::> network bgp peer-group rename -peer-group old_name -new-name new_name
    Top of Page