junos-qfx-rpc-auto-configuration

Junos RPC YANG module for auto-configuration command(s)

  • Version: 2019-01-01

    junos-qfx-rpc-auto-configuration@2019-01-01


    
      module junos-qfx-rpc-auto-configuration {
    
        yang-version 1;
    
        namespace
          "http://yang.juniper.net/junos-qfx/rpc/auto-configuration";
    
        prefix auto-configuration;
    
        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 auto-configuration command(s)";
    
        revision "2019-01-01" {
          description "Junos: 21.3R1.9";
        }
    
    
        rpc get-auto-configuration-oob {
          description "Show out-of-band info";
          input {
            leaf level {
              type enumeration {
                enum "brief" {
                  value 0;
                  description
                    "Show brief output";
                }
                enum "detail" {
                  value 1;
                  description
                    "Show detail output";
                }
                enum "count" {
                  value 2;
                  description
                    "Show interface count";
                }
              }
              default "brief";
            }
    
            choice status {
              leaf all {
                type empty;
                description
                  "Include pending subscribers";
              }
              leaf pending {
                type empty;
                description
                  "Show only pending subscribers";
              }
            }  // choice status
    
            choice filter-cid-intf {
              leaf circuit-id {
                type string;
                description
                  "Access Circuit Identifier";
              }
              leaf interface {
                type union {
                  type jt:interface-unit;
                  type string {
                    pattern "<.*>|$.*";
                  }
                }
                description
                  "Subscriber interface unit";
              }
            }  // choice filter-cid-intf
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml bbe-autoconf-subscriber-information {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-auto-configuration-oob
      }  // module junos-qfx-rpc-auto-configuration
    

© 2023 YumaWorks, Inc. All rights reserved.