83
Example /api/param?network.dns.ip=10.0.0.150
Example of Response
network.dns.ip&202 Accepted(network.dns.status=restart)
Interpretation Change IP address of DNS server. To validate the change, use "network.dns.status=restart" API.
Allowed users admin, operator
Getting IPv6 status from VN-V685/686/686B
Format /api/param?network.interface.ipv6.status
Example of Response network.interface.ipv6.status=off&200 OK
Interpretation Acquire IPv6 status. "on" or "off" is returned. In VN-V686, this API is not available.
Allowed users admin, operator, user
Setting IPv6 status for VN-V685/686/686B
Format /api/param?network.interface.ipv6.status=data
Example /api/param?network.interface.ipv6.status=on
Example of Response
network.interface.ipv6.status&202 Accepted(network.dns.status=restart)
Interpretation Change IPv6 status. In VN-V686, this API is not available. To validate the change, use
"network.interface.status=restart" API that reboots VN-V685/686/686B in about 1 minute.
Allowed users admin, operator
Getting Link Local Address of IPv6 from VN-V685/686/686B
Format /api/param?network.interface.ipv6.link_local(Number)
Exampleto get first link local address
/api/param?network.interface.ipv6.link_local(1)
Example of Response
network.interface.ipv6.link_local(1)=fe80::280:88ff:fe41:400c&200 OK
Interpretation Acquire the link local address of IPv6. In VN-V686, this API is not available. Specify from 1 to 8 for
Number, and get addresses from 1 till vacant address is returned. There is no API for setting link local address of IPv6.
Allowed users admin, operator, user
Getting Global Address of IPv6 from VN-V685/686/686B
Format /api/param?network.interface.ipv6.global(Number)
Exampleto get first global address /api/param?network.interface.ipv6.global(1)
Example of Response when no global address is set network.interface.ipv6.global(1)=&200
OK