Network Management and Monitoring
-
YANG data models for Junos RPCs include accurate output schemas (MX480)—Starting in Junos OS Release 23.1R1, the YANG data models for Junos RPCs include accurate output schemas. In earlier releases, the RPC output schemas use the
anyxml
statement to represent a chunk of XML in the RPC reply. The Juniperyang
GitHub repository includes the updated schemas, and Junos OS emits the new schemas by default. To emit the alternate RPC schemas containing theanyxml
statement on the local device, configure theemit-anyxml-in-rpc-output
statement at the[edit system services netconf yang-modules]
hierarchy level. After you configure the statement, theshow system schema
command generates the schemas that useanyxml
.[See Understanding the YANG Modules for Junos Operational Commands.]