Junos RPC YANG module for ipv6 command(s)
Version: 2019-01-01
module junos-es-rpc-ipv6 { yang-version 1; namespace "http://yang.juniper.net/junos-es/rpc/ipv6"; prefix ipv6; 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 ipv6 command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-ipv6-nd-information { description "Show IPv6 neighbor cache information"; input { leaf host { type string; description "Neighbor host IPV6 address"; } leaf interface { type string; description "Name of the interface"; } leaf logical-system { type string; description "Name of logical system"; } leaf vpn { type string; description "Name of VPN routing table"; } leaf reference-count { type empty; description "Next hop reference count"; } leaf flags { type empty; description "Next hop flags"; } leaf tenant { type string; description "Name of tenant"; } } output { choice output_c { leaf output { type string; } anyxml ipv6-nd-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-ipv6-nd-information rpc get-ipv6-ra-information { description "Show IPv6 router advertisement information"; input { choice daemon-select { leaf logical-system { type string; description "Name of logical system, or 'all'"; } } // choice daemon-select leaf interface { type string; description "Name of interface"; } leaf conflicts { type empty; description "Display conflicting information"; } leaf prefix { type jt:ipv6prefix; description "Prefix and optional prefix length"; } leaf virtual-router { type empty; description "Display only virtual-interface information"; } } output { choice output_c { leaf output { type string; } anyxml ipv6-ra-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-ipv6-ra-information } // module junos-es-rpc-ipv6
© 2023 YumaWorks, Inc. All rights reserved.