Configures the primary and secondary DNS servers for the management interface (eth0) of the TPVM. Also configures the domain name.
<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> <dns> <dns-params> <primary-server>12:34::56:78</primary-server> <secondary-server>98:76::54:21</secondary-server> <domain>extreme.com</domain> </dns-params> </dns> </tpvm> </tpvm-cfg> </config> </edit-config> </rpc>