Junos RPC YANG module for ingress-replication command(s)
Version: 2019-01-01
module junos-nfx-rpc-ingress-replication { yang-version 1; namespace "http://yang.juniper.net/junos-nfx/rpc/ingress-replication"; prefix ingress-replication; 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 ingress-replication command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-ingress-replication-information { description "Show Ingress-Replication tunnel information"; input { choice daemon-select { leaf logical-system { type string; description "Name of logical system, or 'all'"; } } // choice daemon-select leaf application { type enumeration { enum "mvpn" { value 0; description "MVPN ingress-replication tunnels"; } } mandatory true; description "Display application specific ingress-replication tunnels"; } leaf tunnel-name { type string; default "all"; description "Name of Ingress-Replication tunnel"; } } output { choice output_c { leaf output { type string; } anyxml ingress-replication-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-ingress-replication-information } // module junos-nfx-rpc-ingress-replication
© 2023 YumaWorks, Inc. All rights reserved.