Configures the IPv6 address and gateway for the management interface (eth0) of the TPVM.
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="20a96bbf-cfae-43e7-90f6-65e7a23ce7b6"> <edit-config> <target> <running/> </target> <config> <tpvm-cfg> <xmlns="http://extremenetworks.com/yang/extreme-tpvm-config"> <tpvm> <tpvm-instance-id>TPVM> </tpvm-instance-id> <interface> <management> <ipv6> <ipv6-params> <ipv6addr>12:23::34:21/24</ipv6addr> <gw>23:43::12:34</gw> </ipv6-params> </ipv6> </management> </interface> </tpvm> </tpvm-cfg> </conf> </edit-config> </rpc>