Junos RPC YANG module for mvpn command(s)
Version: 2019-01-01
module junos-ex-rpc-mvpn { yang-version 1; namespace "http://yang.juniper.net/junos-ex/rpc/mvpn"; prefix mvpn; 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 mvpn command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-mvpn-instance-information { description "Show MVPN instance"; input { choice daemon-select { leaf logical-system { type string; description "Name of logical system, or 'all'"; } } // choice daemon-select leaf display-tunnel-name { type empty; description "Display ingress provider tunnel name instead of attribute"; } leaf instance-name { type string; default "all"; description "Name of MVPN instance"; } leaf family { type enumeration { enum "inet" { value 0; description "Display IPv4 instance"; } enum "inet6" { value 1; description "Display IPv6 instance"; } } description "MVPN instance address family"; } leaf level { type enumeration { enum "summary" { value 0; description "Display summary output"; } enum "detail" { value 1; description "Display detailed version of output"; } enum "extensive" { value 2; description "Display extensive version of output"; } } default "detail"; } } output { choice output_c { leaf output { type string; } anyxml mvpn-instance-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-mvpn-instance-information rpc get-mvpn-neighbor-information { description "Show MVPN neighbor"; input { choice daemon-select { leaf logical-system { type string; description "Name of logical system, or 'all'"; } } // choice daemon-select leaf neighbor-address { type string; default "all"; description "Address of MVPN neighbor"; } leaf instance-name { type string; default "all"; description "Name of MVPN instance"; } leaf family { type enumeration { enum "inet" { value 0; description "Display IPv4 neighbor"; } enum "inet6" { value 1; description "Display IPv6 neighbor"; } } description "MVPN neighbor address family"; } leaf level { type enumeration { enum "summary" { value 0; description "Display summary output"; } enum "detail" { value 1; description "Display detailed version of output"; } enum "extensive" { value 2; description "Display extensive version of output"; } } default "detail"; } } output { choice output_c { leaf output { type string; } anyxml mvpn-instance-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-mvpn-neighbor-information rpc get-mvpn-c-multicasti-route { description "Show MVPN c-multicast route"; input { choice daemon-select { leaf logical-system { type string; description "Name of logical system, or 'all'"; } } // choice daemon-select leaf display-tunnel-name { type empty; description "Display ingress provider tunnel name instead of attribute"; } leaf source-pe { type empty; description "Display source PE information"; } leaf instance-name { type string; default "all"; description "Name of MVPN instance"; } leaf family { type enumeration { enum "inet" { value 0; description "Display IPv4 c-multicast route"; } enum "inet6" { value 1; description "Display IPv6 c-multicast route"; } } description "MVPN c-multicast route address family"; } leaf level { type enumeration { enum "summary" { value 0; description "Display summary output"; } enum "detail" { value 1; description "Display detailed version of output"; } enum "extensive" { value 2; description "Display extensive version of output"; } } default "detail"; } } output { choice output_c { leaf output { type string; } anyxml mvpn-instance-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-mvpn-c-multicasti-route rpc get-mvpn-suppressed-information { description "Show suppressed MVPN forwarding prefixes"; input { choice daemon-select { leaf logical-system { type string; description "Name of logical system, or 'all'"; } } // choice daemon-select leaf general { type empty; description "Display suppressed general entries"; } leaf mvpn-rpt { type empty; description "Display suppressed MVPN (*,G) entries"; } leaf instance { type string; mandatory true; description "Name of instance"; } leaf family { type enumeration { enum "inet" { value 0; description "Display IPv4 suppressed prefixes"; } enum "inet6" { value 1; description "Display IPv6 suppressed prefixes"; } } description "Address family"; } leaf level { type enumeration { enum "summary" { value 0; description "Display summary output"; } } } } output { choice output_c { leaf output { type string; } anyxml mvpn-suppressed-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-mvpn-suppressed-information } // module junos-ex-rpc-mvpn
© 2023 YumaWorks, Inc. All rights reserved.