Junos RPC YANG module for overlay command(s)
Version: 2019-01-01
module junos-qfx-rpc-overlay { yang-version 1; namespace "http://yang.juniper.net/junos-qfx/rpc/overlay"; prefix overlay; 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 overlay command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-cloud-analytics-overlay-information { description "Show cloud analytics overlay flows"; output { choice output_c { leaf output { type string; } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-cloud-analytics-overlay-information rpc get-cloud-analytics-overlay-vxlan-information { description "Show cloud analytics VXLAN information"; output { choice output_c { leaf output { type string; } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-cloud-analytics-overlay-vxlan-information rpc get-application-monitor-overlay-vxlan-information { description "Show VNI information"; input { leaf vxlan-id { type union { type string { pattern "<.*>|$.*"; } type uint32 { range "1 .. 16777215"; } } description "VXLAN identifier"; } leaf verbosity_level { type enumeration { enum "summary" { value 0; description "Display summary output(default)"; } enum "detail" { value 1; description "Display detailed output"; } } default "summary"; } } output { choice output_c { leaf output { type string; } anyxml application-monitor-overlay-vxlan { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-application-monitor-overlay-vxlan-information rpc get-application-monitor-overlay-vtep-information { description "Show VTEP information"; input { leaf source-vtep-ip-address { type jt:ipaddr; description "Source vtep ip address"; } leaf verbosity_level { type enumeration { enum "summary" { value 0; description "Display summary output(default)"; } enum "detail" { value 1; description "Display detailed output"; } } default "summary"; } } output { choice output_c { leaf output { type string; } anyxml application-monitor-overlay-vtep { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-application-monitor-overlay-vtep-information } // module junos-qfx-rpc-overlay
© 2023 YumaWorks, Inc. All rights reserved.