ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • cluster peer policy show

    Display the policy configuration for the cluster peering service

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

    Description

    The cluster peer policy show command displays the prevailing cluster peer authentication policy. There are two policies at present: one to control whether any cluster peer relationships can be unauthenticated, and one to control the minimum length for a passphrase. If the policy is set to preclude unauthenticated peering relationships, then unauthenticated relationships cannot be created inadvertently. Passphrases of less than the minimum length may not be used. By default, this minimum length is set to 8, so passphrases must be 8 characters long or longer.

    Examples

    This example shows the cluster peer policy when unauthenticated relationships may not be created inadvertently.

    cluster1::> cluster peer policy show
    Is Unauthenticated Cluster Peer Communication Permitted:  false
                            Minimum Length for a Passphrase:  9
        Is Unencrypted Cluster Peer Communication Permitted: true
    Top of Page