tpvm-cfg ldap

Usage

      
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
    <edit-config>
      <target>
        <running/>
      </target>
      <config>
        <tpvm-cfg xmlns="http://extremenetworks.com/yang/extreme-tpvm-config">
          <tpvm>
            <tpvm-instance-id>%req_val%</tpvm-instance-id>
               <ldap>
                <ldap-server>
                  <host>%inet:host%</host>
                    <ldap-server-options>
                      <port>%uint16%</port>
                    </ldap-server-options>
                </ldap-server>
              </ldap>
            </tpvm>
        </tpvm-cfg>
      </config>
  </edit-config>
</rpc>