![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/3/6e/36ef593c-0f7b-49f2-a272-89fda851f18a/36ef593c-0f7b-49f2-a272-89fda851f18a-bg1b.png)
CLI Equivalent Actions to Web Manager Checkbox Selection
NOTE: The following example procedure, which configuresIPv6, illustratesthe actionsto use inthe CLI to enable
or disablean option when a checkboxwould be selected or deselected in the web manager. The sub-parameters
willbe available after the option isenabled.
To configure IPv6 (example of how to perform the equivalent of web manager
checkbox selection/deselection):
1. Log into the CLI and enter cd network/settings.
--:- / cli-> cd network/settings
2. Enter show to view the status of IPv6 configuration.
--:- settings cli-> show
hostname = ACS6048
primary_dns = 110.126.129.4
secondary_dns =
domain = corp.tst.com
enable_ipv6 = no
enable_bonding = no
enable_ipv4_multiple_routing_tables = no
3. Type set enable_ipv6= and press Tab to view the options for the parameter.
--:- ipv6 cli-> set enable_ipv6=<Tab>
no yes
4. Enter set enable_ipv6=no to disable IPv6.
--:- ipv6 cli-> set enable_ipv6=no
-or-
Enter set enable_ipv6=yes to enable IPv6.
--:- ipv6 cli-> set enable_ipv6=yes
5. (Optional) Enter either of the following commands to enable subparameters.
**:- ipv6 cli-> set get_dns_from_dhcpv6=yes
**:- ipv6 cli-> set get_domain_from_dhcpv6=yes
6. Enter show to verify the change.
**:- settings cli-> show
hostname = ACS6048
primary_dns = 110.126.129.4
secondary_dns =
Chapter 2: CLI Command Set 19