junos-qfx-rpc-ike

Junos RPC YANG module for ike command(s)

  • Version: 2019-01-01

    junos-qfx-rpc-ike@2019-01-01


    
      module junos-qfx-rpc-ike {
    
        yang-version 1;
    
        namespace
          "http://yang.juniper.net/junos-qfx/rpc/ike";
    
        prefix ike;
    
        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 ike command(s)";
    
        revision "2019-01-01" {
          description "Junos: 21.3R1.9";
        }
    
    
        rpc get-re-ike-security-associations-information {
          description
            "Show IKE security association information";
          input {
            leaf level {
              type enumeration {
                enum "brief" {
                  value 0;
                  description
                    "Show brief output (default)";
                }
                enum "detail" {
                  value 1;
                  description
                    "Show detailed output";
                }
              }
              default "brief";
            }
    
            leaf peer-address {
              type jt:ipaddr;
              description
                "Name of security association";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml ike-security-associations-information {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-re-ike-security-associations-information
      }  // module junos-qfx-rpc-ike
    

© 2023 YumaWorks, Inc. All rights reserved.