Junos RPC YANG module for save command(s)
Version: 2019-01-01
module junos-ex-rpc-save { yang-version 1; namespace "http://yang.juniper.net/junos-ex/rpc/save"; prefix save; 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 save command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc save-dhcp-security-snooping { description "Save DHCP snooping entries"; input { leaf filename { type jt:filename; mandatory true; description "Filename (URL, local, remote)"; } } output { choice output_c { leaf output { type string; } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc save-dhcp-security-snooping rpc save-dhcpv6-security-snooping { description "Save DHCPv6 snooping entries"; input { leaf filename { type jt:filename; mandatory true; description "Filename (URL, local, remote)"; } } output { choice output_c { leaf output { type string; } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc save-dhcpv6-security-snooping rpc save-slaac-snoop-file { description "Slaac-Snooping security entries"; input { leaf filename { type jt:filename; mandatory true; description "Filename (URL, local, remote)"; } } output { choice output_c { leaf output { type string; } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc save-slaac-snoop-file } // module junos-ex-rpc-save
© 2023 YumaWorks, Inc. All rights reserved.