Junos RPC YANG module for load command(s)
Version: 2019-01-01
module junos-ex-rpc-load { yang-version 1; namespace "http://yang.juniper.net/junos-ex/rpc/load"; prefix load; 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 load command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc load-dhcp-security-snoop { description "Load 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 load-dhcp-security-snoop rpc load-dhcpv6-security-snoop { description "Load 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 load-dhcpv6-security-snoop rpc load-ssl-certificate-path { description "Path from which ssl certificates will be loaded"; input { leaf pathname { type string; mandatory true; description "Path (local path eg. /var/tmp)"; } } output { choice output_c { leaf output { type string; } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc load-ssl-certificate-path rpc load-ssl-certificate-file { description "SSL certificate in .pem format"; input { leaf filename { type jt:filename; mandatory true; description "Certficate name"; } } output { choice output_c { leaf output { type string; } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc load-ssl-certificate-file } // module junos-ex-rpc-load
© 2023 YumaWorks, Inc. All rights reserved.