HI everyone,
Someone can help me with the yang schemas that use VRP. All of this is for study with NETCONF.
Only had the <ifm> schema for interfaces parameters.
I cant request the schemas to the device by ncclient (get_Schema)
Error:
ValueError: Invalid tag name '<Element {urn:ietf:params:xml:ns:netconf:base:1.0}get-Schema at 0x7f5cac566a08>'
By example:
<ifm xmlns="http://www.huawei.com/netconf/vrp" content-version="1.0" format-version="1.0">
<interfaces>
<interface>
<ifName> </ifName>
</interface>
</interfaces>
</ifm>"""