network options ipv6 modify
Modify IPv6 options
Availability: This command is available to cluster administrators at the admin privilege level.
Description
This command sets the state of IPv6 options for the cluster.
Parameters
[-enabled <true>]- IPv6 Enabled-
Setting this parameter to
trueenables IPv6 for the cluster. IPv6 cannot be disabled once it is enabled for the cluster. Call technical support for guidance regarding disabling IPv6. [-is-ra-processing-enabled {true|false}]- Router Advertisement (RA) Processing Enabled-
Setting this parameter to
trueenables cluster to process IPv6 router advertisements. Setting it tofalsedisables router advertisement processing by the cluster.
Examples
The following example enables IPv6 for the cluster:
cluster1::> network options ipv6 modify -enabled true
The following example enables IPv6 Router Advertisement processing for the
cluster:
cluster1::> network options ipv6 modify -is-ra-processing-enabled true
The following example disables IPv6 Router Advertisement processing for the
cluster:
cluster1::> network options ipv6 modify -is-ra-processing-enabled false