Junos RPC YANG module for esis command(s)
Version: 2019-01-01
module junos-es-rpc-esis { yang-version 1; namespace "http://yang.juniper.net/junos-es/rpc/esis"; prefix esis; import junos-common-types { prefix jt; revision-date "2019-01-01"; } organization "Juniper Networks, Inc."; contact "yang-support@juniper.net"; description "Junos RPC YANG module for esis command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-esis-adjacency-information { description "Show ES-IS adjacency database"; input { choice daemon-select { leaf logical-system { type string; description "Name of logical system, or 'all'"; } } // choice daemon-select leaf verbosity_level { type enumeration { enum "brief" { value 0; description "Display brief output (default)"; } enum "detail" { value 1; description "Display detailed output"; } enum "extensive" { value 2; description "Display extensive output"; } } default "brief"; } leaf instance { type string; description "Name of ES-IS instance"; } leaf esis-neighbor-id { type string; description "NSAP/NET of end system"; } } output { choice output_c { leaf output { type string; } anyxml esis-adjacency-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-esis-adjacency-information rpc get-esis-interface-information { description "Show ES-IS interface information"; input { choice daemon-select { leaf logical-system { type string; description "Name of logical system, or 'all'"; } } // choice daemon-select leaf verbosity_level { type enumeration { enum "brief" { value 0; description "Display brief output (default)"; } enum "detail" { value 1; description "Display detailed output"; } enum "extensive" { value 2; description "Display extensive output"; } } default "brief"; } leaf instance { type string; description "Name of ES-IS instance"; } leaf interface-name { type string; description "Name of interface"; } } output { choice output_c { leaf output { type string; } anyxml esis-interface-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-esis-interface-information rpc get-esis-statistics-information { description "Show ES-IS performance statistics"; input { choice daemon-select { leaf logical-system { type string; description "Name of logical system, or 'all'"; } } // choice daemon-select leaf instance { type string; description "Name of ES-IS instance"; } } output { choice output_c { leaf output { type string; } anyxml esis-statistics-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-esis-statistics-information } // module junos-es-rpc-esis
© 2023 YumaWorks, Inc. All rights reserved.