YANG Tools Flashcards
mention four YANG tools
pyang, YANG validator, ydk, YANG explorer
what is YANG validator
web-site that validates YANG using pyang
what is pyang
Python module to validate and visualize YANG
what is ydk
combination of ydk-py and ydk-gen to auto-generate Python bindings
what is YANG explorer
web tool that allows viewing YANG models and can generate NETCONF and RESTCONF requests
how do you validate YANG using pyang
pyang -f tree -p /path
what formats pyang supports
hypertree, dsdl, depend, name, omni, yin, tree, jtox, capability, yang, sample-xml-skeleton, uml, jstree, jsonxsl, and xmi
what is ydk-py
pre-built bindings for common models
what is ydk-gen
generate your own bindings
name one benefit of model driven APIs
client side validation