network interface service-policy modify-service
Modify a service entry in an existing service policy
Availability: This command is available to cluster administrators at the advanced privilege level.
Description
The network interface service-policy modify-service command modifies the policy-specific attributes of a service that is already included in a particular service policy. Other services in the policy are not impacted by the change.
Parameters
- -vserver <vserver name> - Vserver
- Use this parameter to specify the name of the Vserver of the service policy to be updated.
- -policy <text> - Policy Name
- Use this parameter to specify the name of service policy to be updated.
- -service <LIF Service Name> - Service entry to be modified
- Use this parameter to specify the name of service to be updated.
- -allowed-addresses <IP Address/Mask>, ... - Allowed address ranges for the service
- Use this parameter to specify a list of subnet masks for addresses that are allowed to access this service. Use the value 0.0.0.0/0 to represent the wildcard IPv4 address and ::/0 to represent the wildcard IPv6 address.
Examples
The following example shows the modification of a service on an existing service policy.
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.
cluster1::> network interface service-policy modify-service -vserver cluster1 -policy default-management -service management-ssh -allowed-addresses 10.1.0.0/16
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: 10.1.0.0/16
management-https: 0.0.0.0/0
default-route-announce management-bgp: 0.0.0.0/0
3 entries were displayed.
Give documentation feedback