junos-es-rpc-dynamic-tunnels

Junos RPC YANG module for dynamic-tunnels command(s)

  • Version: 2019-01-01

    junos-es-rpc-dynamic-tunnels@2019-01-01


    
      module junos-es-rpc-dynamic-tunnels {
    
        yang-version 1;
    
        namespace
          "http://yang.juniper.net/junos-es/rpc/dynamic-tunnels";
    
        prefix dynamic-tunnels;
    
        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 dynamic-tunnels command(s)";
    
        revision "2019-01-01" {
          description "Junos: 21.3R1.9";
        }
    
    
        rpc pfe-tunnel-localization {
          description
            "Show the tunnel PFE localization database";
          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
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml pfe-tunnel-localization {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc pfe-tunnel-localization
    
        rpc get-dynamic-tunnels-database {
          description
            "Show the dynamic tunnel database";
          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 table {
              type string;
              description
                "Show all the tunnels belonging to this table";
            }
    
            leaf destination {
              type string;
              description
                "IP or IP-color<c> address with optional prefix length of destination";
            }
    
            leaf chain-type {
              type enumeration {
                enum "v4" {
                  value 0;
                  description "V4 next-hops";
                }
                enum "v6" {
                  value 1;
                  description "V6 next-hops";
                }
              }
              description
                "Show all the tunnels with given next-hop type";
            }
    
            leaf tunnel-type {
              type enumeration {
                enum "ipoip" {
                  value 0;
                  description "IPIP tunnel type";
                }
                enum "gre" {
                  value 1;
                  description "GRE tunnel type";
                }
                enum "udp" {
                  value 2;
                  description "UDP tunnel type";
                }
                enum "rsvp" {
                  value 3;
                  description "RSVP tunnel type";
                }
              }
              description
                "Show all the tunnels with given tunnel type";
            }
    
            leaf tunnel-id {
              type union {
                type uint32;
                type string {
                  pattern "<.*>|$.*";
                }
              }
              description
                "Show all the tunnels with given tunnel-id";
            }
    
            leaf level {
              type enumeration {
                enum "terse" {
                  value 0;
                  description
                    "Display terse output";
                }
              }
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml dynamic-tunnels-information {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-dynamic-tunnels-database
    
        rpc get-dynamic-tunnel-summary {
          description
            "Summary of dynamic tunnel";
          input {
            choice daemon-select {
              leaf logical-system {
                type string;
                description
                  "Name of logical system, or 'all'";
              }
            }  // choice daemon-select
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml dynamic-tunnels-information {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-dynamic-tunnel-summary
    
        rpc get-dynamic-tunnel-statistics {
          description
            "Statistics of dynamic tunnel";
          input {
            choice daemon-select {
              leaf logical-system {
                type string;
                description
                  "Name of logical system, or 'all'";
              }
            }  // choice daemon-select
    
            leaf destination {
              type string;
              description
                "IPv4 address and optional prefix length of destination or tunnel-endpoint";
            }
    
            leaf tunnel-type {
              type enumeration {
                enum "ipoip" {
                  value 0;
                  description "IPIP tunnel type";
                }
                enum "gre" {
                  value 1;
                  description "GRE tunnel type";
                }
                enum "udp" {
                  value 2;
                  description "UDP tunnel type";
                }
              }
              description
                "Show statistics of all the tunnels with given tunnel type";
            }
    
            leaf tunnel-id {
              type union {
                type uint32;
                type string {
                  pattern "<.*>|$.*";
                }
              }
              description
                "Show statistics with given tunnel-id";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml dynamic-tunnels-information {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-dynamic-tunnel-statistics
      }  // module junos-es-rpc-dynamic-tunnels
    

© 2023 YumaWorks, Inc. All rights reserved.