Junos RPC YANG module for mvrp command(s)
Version: 2019-01-01
module junos-ex-rpc-mvrp { yang-version 1; namespace "http://yang.juniper.net/junos-ex/rpc/mvrp"; prefix mvrp; 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 mvrp command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-mvrp-information { description "Show MVRP Protocol information"; input { choice daemon-select { leaf logical-system { type string; description "Name of logical system"; } } // choice daemon-select leaf routing-instance { type string; description "Name of routing instance"; } } output { choice output_c { leaf output { type string; } anyxml mvrp-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-mvrp-information rpc get-mvrp-interface-information { description "Show MVRP interface information"; input { choice daemon-select { leaf logical-system { type string; description "Name of logical system"; } } // choice daemon-select leaf routing-instance { type string; description "Name of routing instance"; } leaf interface { type string; description "Name of interface"; } } output { choice output_c { leaf output { type string; } anyxml mvrp-interface-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-mvrp-interface-information rpc get-mvrp-registration-state { description "Show MVRP registration state "; input { choice daemon-select { leaf logical-system { type string; description "Name of logical system"; } } // choice daemon-select leaf routing-instance { type string; description "Name of routing instance"; } leaf interface { type string; description "Name of interface"; } leaf vlan { type union { type string { pattern "<.*>|$.*"; } type int32 { range "1 .. 4094"; } } description "VLAN ID"; } } output { choice output_c { leaf output { type string; } anyxml mvrp-registration-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-mvrp-registration-state rpc get-mvrp-applicant-information { description "Show MVRP applicant state "; input { choice daemon-select { leaf logical-system { type string; description "Name of logical system"; } } // choice daemon-select leaf routing-instance { type string; description "Name of routing instance"; } leaf interface { type string; description "Name of interface"; } leaf vlan { type union { type string { pattern "<.*>|$.*"; } type int32 { range "1 .. 4094"; } } description "VLAN ID"; } } output { choice output_c { leaf output { type string; } anyxml mvrp-applicant-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-mvrp-applicant-information rpc get-mvrp-interface-statistics { description "Show MVRP interface statistics"; input { choice daemon-select { leaf logical-system { type string; description "Name of logical system"; } } // choice daemon-select leaf routing-instance { type string; description "Name of routing instance"; } leaf interface { type string; description "Name of interface"; } } output { choice output_c { leaf output { type string; } anyxml mvrp-interface-statistics { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-mvrp-interface-statistics rpc get-mvrp-dynamic-vlan-memberships { description "Show MVRP dynamic VLAN memberships"; input { choice daemon-select { leaf logical-system { type string; description "Name of logical system"; } } // choice daemon-select leaf routing-instance { type string; description "Name of routing instance"; } leaf vlan { type union { type string { pattern "<.*>|$.*"; } type int32 { range "1 .. 4094"; } } description "VLAN ID"; } leaf interface { type string; description "Name of interface"; } } output { choice output_c { leaf output { type string; } anyxml mvrp-vlan-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-mvrp-dynamic-vlan-memberships } // module junos-ex-rpc-mvrp
© 2023 YumaWorks, Inc. All rights reserved.