ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • network interface service-policy restore-defaults

    Restore default settings to a service policy

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

    Description

    The network interface service-policy restore-defaults command restores a built-in service-policy to its original state. The default list of services replaces any customizations that have been applied by an administrator. All included services will be updated to use the default allowed address list.

    Parameters

    -vserver <vserver name> - Vserver

    Use this parameter to specify the name of the Vserver of the service policy to be restored.

    -policy <text> - Policy Name

    Use this parameter to specify the name of the service policy to be restored.

    Examples

    The following example shows the restoration of a service policy’s default settings.

    cluster1::> network interface service-policy show -vserver cluster1
    Vserver   Policy                     Service: Allowed Addresses
    --------- -------------------------- ----------------------------------------
    cluster1
              default-intercluster       intercluster-core: 10.1.0.0/16
                                         management-ssh: 10.1.0.0/16
                                         management-https: 10.1.0.0/16
    default-management         management-core: 0.0.0.0/0
                                         management-autosupport: 0.0.0.0/0
                                         management-ssh: 0.0.0.0/0
                                         management-https: 0.0.0.0/0
    default-route-announce     management-bgp: 0.0.0.0/0
    
    3 entries were displayed.
    
    cluster1::> network interface service-policy restore-defaults -vserver cluster1 -policy default-intercluster
    
    cluster1::> network interface service-policy show -vserver cluster1
    Vserver   Policy                     Service: Allowed Addresses
    --------- -------------------------- ----------------------------------------
    cluster1
              default-intercluster       intercluster-core: 0.0.0.0/0
                                         management-https: 0.0.0.0/0
    default-management         management-core: 0.0.0.0/0
                                         management-autosupport: 0.0.0.0/0
                                         management-ssh: 0.0.0.0/0
                                         management-https: 0.0.0.0/0
    default-route-announce     management-bgp: 0.0.0.0/0
    
    3 entries were displayed.
    Top of Page