junos-qfx-rpc-access-cac

Junos RPC YANG module for access-cac command(s)

  • Version: 2019-01-01

    junos-qfx-rpc-access-cac@2019-01-01


    
      module junos-qfx-rpc-access-cac {
    
        yang-version 1;
    
        namespace
          "http://yang.juniper.net/junos-qfx/rpc/access-cac";
    
        prefix access-cac;
    
        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 access-cac command(s)";
    
        revision "2019-01-01" {
          description "Junos: 21.3R1.9";
        }
    
    
        rpc get-access-cac-pools-summary {
          description
            "Show access cac pool information summary";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml access-cac-pools-summary {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-access-cac-pools-summary
    
        rpc get-access-cac-session {
          description "Show access cac session";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml access-cac-session {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-access-cac-session
    
        rpc get-access-cac-session-id {
          description "Session id";
          input {
            leaf id {
              type union {
                type string {
                  pattern "<.*>|$.*";
                }
                type uint64 {
                  range
                    "1 .. 18446744073709551615";
                }
              }
              mandatory true;
              description "Session id";
            }
    
            leaf level {
              type enumeration {
                enum "brief" {
                  value 0;
                  description
                    "Show brief output";
                }
                enum "detail" {
                  value 1;
                  description
                    "Show detailed output";
                }
              }
              default "brief";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml access-cac-session {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-access-cac-session-id
    
        rpc get-access-cac-iflset {
          description
            "Show access cac interface-set info";
          input {
            leaf interface-set-name {
              type string;
              description
                "Name of interface-set";
            }
    
            leaf display-style {
              type enumeration {
                enum "detail" {
                  value 0;
                  description
                    "Display detailed output";
                }
              }
              description "Display style";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml access-cac-iflset {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-access-cac-iflset
      }  // module junos-qfx-rpc-access-cac
    

© 2023 YumaWorks, Inc. All rights reserved.