ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • cluster time-service ntp key delete

    Delete an NTP symmetric authentication key

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

    Description

    Delete an NTP symmetric authentication key.

    It is not possible to delete a key that is referenced in an existing NTP server configuration. Remove all references to this key using the cluster time-service ntp server modify or cluster time-service ntp server delete commands before attempting to delete the key using this command.

    Parameters

    -id <integer> - NTP Symmetric Authentication Key ID

    Unique identifier of this key in the cluster.

    Examples

    The following example deletes the NTP key with ID 1.

    cluster1::> cluster time-service ntp key delete 1
    Top of Page