Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF)


       output {

           container hello-world-information {

               leaf hello {

                   junos-odl:template "Output: %s";

                   type string;

               }

               junos-odl:format hello-world-information-format {

                   junos-odl:line {

                       junos-odl:field "hello";

                   }

               }

           }

   


lab@mx480-1-re0> show hello-world

Test Output: Hello World!


lab@ex9208-0-re0> show hello-world

Hello World!

  • No labels