Junos RPC YANG module for ipsec command(s)
Version: 2019-01-01
module junos-ex-rpc-ipsec { yang-version 1; namespace "http://yang.juniper.net/junos-ex/rpc/ipsec"; prefix ipsec; 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 ipsec command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-certificates-information { status deprecated; description "Show IPSec digital certificate information"; input { leaf level { type enumeration { enum "brief" { value 0; description "Display brief output"; } enum "detail" { value 1; description "Display detailed output"; } } default "brief"; } leaf serial-number { type string { length "1 .. 255"; } description "Serial number of certificate"; } } output { choice output_c { leaf output { type string; } anyxml certificates-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-certificates-information rpc get-crl-information { description "Show IPSec digital certificate revocation lists"; input { leaf level { type enumeration { enum "brief" { value 0; description "Display brief output"; } enum "detail" { value 1; description "Display detailed output"; } } default "brief"; } leaf crl-name { type string { length "1 .. 255"; } description "Name of CRL"; } } output { choice output_c { leaf output { type string; } anyxml crl-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-crl-information rpc get-re-security-associations-information { description "Show IPSec security association information"; input { leaf level { type enumeration { enum "brief" { value 0; description "Display brief output"; } enum "detail" { value 1; description "Display detailed output"; } } default "brief"; } leaf sa-name { type string { length "1 .. 32"; } description "Name of security association"; } leaf hex { type empty; description "Display SPI in hexadecimal format"; } } output { choice output_c { leaf output { type string; } anyxml security-associations-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-re-security-associations-information rpc get-ipsec-tunnel-redundancy-information { description "Show remote tunnel redundancy information"; input { leaf security-association-name { type string; description "Name of security association"; } } output { choice output_c { leaf output { type string; } anyxml ipsec-tunnel-redundancy-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-ipsec-tunnel-redundancy-information rpc get-ipsec-pic-redundancy-information { description "Show ES PIC redundancy information"; input { leaf interface-name { type string; description "Name of ES interface"; } } output { choice output_c { leaf output { type string; } anyxml ipsec-pic-redundancy-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-ipsec-pic-redundancy-information } // module junos-ex-rpc-ipsec
© 2023 YumaWorks, Inc. All rights reserved.