junos-nfx-rpc-backup-selection

Junos RPC YANG module for backup-selection command(s)

  • Version: 2019-01-01

    junos-nfx-rpc-backup-selection@2019-01-01


    
      module junos-nfx-rpc-backup-selection {
    
        yang-version 1;
    
        namespace
          "http://yang.juniper.net/junos-nfx/rpc/backup-selection";
    
        prefix backup-selection;
    
        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 backup-selection command(s)";
    
        revision "2019-01-01" {
          description "Junos: 21.3R1.9";
        }
    
    
        rpc get-backup-selection {
          description
            "Show backup selection policies information";
          input {
            choice daemon-select {
              leaf logical-system {
                type string;
                description
                  "Name of logical system, or 'all'";
              }
              leaf rib-sharding {
                type string;
                description "Name of rib shard";
              }
            }  // choice daemon-select
    
            leaf prefix {
              type jt:ipprefix-optional;
              description
                "IP address and optional prefix length of destination";
            }
    
            leaf interface {
              type union {
                type jt:interface-wildcard;
                type string {
                  pattern "<.*>|$.*";
                }
              }
              description "Name of interface";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml juniper-backup-selection {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-backup-selection
    
        rpc get-backup-selection-instance {
          description
            "Show routing instances information";
          input {
            choice daemon-select {
              leaf logical-system {
                type string;
                description
                  "Name of logical system, or 'all'";
              }
              leaf rib-sharding {
                type string;
                description "Name of rib shard";
              }
            }  // choice daemon-select
    
            leaf instance-name {
              type string;
              description "Instance name";
            }
    
            leaf prefix {
              type jt:ipprefix-optional;
              description
                "IP address and optional prefix length of destination";
            }
    
            leaf interface {
              type union {
                type jt:interface-wildcard;
                type string {
                  pattern "<.*>|$.*";
                }
              }
              description "Name of interface";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml backup-selection-instance-information {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-backup-selection-instance
      }  // module junos-nfx-rpc-backup-selection
    

© 2023 YumaWorks, Inc. All rights reserved.