junos-nfx-rpc-validation

Junos RPC YANG module for validation command(s)

  • Version: 2019-01-01

    junos-nfx-rpc-validation@2019-01-01


    
      module junos-nfx-rpc-validation {
    
        yang-version 1;
    
        namespace
          "http://yang.juniper.net/junos-nfx/rpc/validation";
    
        prefix validation;
    
        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 validation command(s)";
    
        revision "2019-01-01" {
          description "Junos: 21.3R1.9";
        }
    
    
        rpc get-validation-statistics-information {
          description
            "Show route validation statistics";
          input {
            choice daemon-select {
              leaf logical-system {
                type string;
                description
                  "Name of logical system";
              }
            }  // choice daemon-select
    
            leaf instance {
              type string;
              description
                "Name of route validation instance";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml rv-statistics-information {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-validation-statistics-information
    
        rpc get-validation-group-information {
          description
            "Show route validation redundancy groups";
          input {
            choice daemon-select {
              leaf logical-system {
                type string;
                description
                  "Name of logical system";
              }
            }  // choice daemon-select
    
            leaf instance {
              type string;
              description
                "Name of route validation instance";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml rv-group-information {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-validation-group-information
    
        rpc get-validation-session-information {
          description
            "Show route validation session information";
          input {
            choice daemon-select {
              leaf logical-system {
                type string;
                description
                  "Name of logical system";
              }
            }  // choice daemon-select
    
            leaf verbosity_level {
              type enumeration {
                enum "brief" {
                  value 0;
                  description
                    "Display brief output (default)";
                }
                enum "detail" {
                  value 1;
                  description
                    "Display detailed output";
                }
              }
              default "brief";
            }
    
            leaf destination {
              type jt:ipaddr;
              description
                "IP address of session";
            }
    
            leaf instance {
              type string;
              description
                "Name of route validation instance";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml rv-session-information {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-validation-session-information
    
        rpc get-validation-database-information {
          description
            "Show contents of route validation database";
          input {
            choice daemon-select {
              leaf logical-system {
                type string;
                description
                  "Name of logical system";
              }
            }  // choice daemon-select
    
            leaf verbosity_level {
              type enumeration {
                enum "brief" {
                  value 0;
                  description
                    "Display brief output (default)";
                }
                enum "detail" {
                  value 1;
                  description
                    "Display detailed output";
                }
              }
              default "brief";
            }
    
            leaf record {
              type jt:ipprefix;
              description "Filter by record";
            }
    
            leaf origin-autonomous-system {
              type union {
                type uint32;
                type string {
                  pattern "<.*>|$.*";
                }
              }
              description
                "Filter by Origin Autonomous System";
            }
    
            leaf session {
              type jt:ipaddr;
              description
                "Filter by Session IP Address";
            }
    
            leaf mismatch {
              type empty;
              description
                "Filter by mismatched Origin Autonomous System";
            }
    
            leaf instance {
              type string;
              description
                "Name of route validation instance";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml rv-database-information {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-validation-database-information
    
        rpc get-validation-replication-database-information {
          description
            "Show contents of route validation replication database";
          input {
            choice daemon-select {
              leaf logical-system {
                type string;
                description
                  "Name of logical system";
              }
            }  // choice daemon-select
    
            leaf verbosity_level {
              type enumeration {
                enum "brief" {
                  value 0;
                  description
                    "Display brief output (default)";
                }
                enum "detail" {
                  value 1;
                  description
                    "Display detailed output";
                }
              }
              default "brief";
            }
    
            leaf record {
              type jt:ipprefix;
              description "Filter by record";
            }
    
            leaf origin-autonomous-system {
              type union {
                type uint32;
                type string {
                  pattern "<.*>|$.*";
                }
              }
              description
                "Filter by Origin Autonomous System";
            }
    
            leaf session {
              type jt:ipaddr;
              description
                "Filter by Session IP Address";
            }
    
            leaf instance {
              type string;
              description
                "Name of route validation instance";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml rv-replication-database-information {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-validation-replication-database-information
      }  // module junos-nfx-rpc-validation
    

© 2023 YumaWorks, Inc. All rights reserved.