Junos RPC YANG module for msdp command(s)
Version: 2019-01-01
module junos-ex-rpc-msdp { yang-version 1; namespace "http://yang.juniper.net/junos-ex/rpc/msdp"; prefix msdp; 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 msdp command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-msdp-information { description "Show Multicast Source Discovery Protocol information"; 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 instance"; } leaf peer { type jt:ipv4prefix; description "IPv4 address and optional prefix length of MSDP peers"; } leaf verbosity_level { type enumeration { enum "brief" { value 0; description "Display brief output (default)"; } enum "detail" { value 1; description "Display detailed output"; } } default "brief"; } } output { choice output_c { leaf output { type string; } anyxml msdp-peer-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-msdp-information rpc get-msdp-statistics-information { description "Show MSDP 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 instance"; } leaf peer { type jt:ipv4addr; description "IPv4 address and optional prefix length of MSDP peers"; } } output { choice output_c { leaf output { type string; } anyxml msdp-statistics-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-msdp-statistics-information rpc get-msdp-source-information { description "Show multicast sources learned from MSDP"; 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 instance"; } leaf source { type jt:ipv4addr; description "IP address and optional prefix length of source"; } } output { choice output_c { leaf output { type string; } anyxml msdp-source-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-msdp-source-information rpc get-msdp-source-active-information { description "Show the source-active (SA) cache"; 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 instance"; } leaf group { type string; description "Name of group"; } leaf source { type string; description "Name of source"; } leaf peer { type jt:ipv4addr; description "IPv4 address of peer"; } leaf local { type empty; description "Display SA cache entries originating at this router"; } leaf originator { type jt:ipv4addr; description "IPv4 address of peer that originated SA cache entries"; } leaf verbosity_level { type enumeration { enum "brief" { value 0; description "Display brief output (default)"; } enum "detail" { value 1; description "Display detailed output"; } } default "brief"; } } output { choice output_c { leaf output { type string; } anyxml msdp-source-active-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-msdp-source-active-information } // module junos-ex-rpc-msdp
© 2023 YumaWorks, Inc. All rights reserved.