junos-nfx-rpc-mtrace

Junos RPC YANG module for mtrace command(s)

  • Version: 2019-01-01

    junos-nfx-rpc-mtrace@2019-01-01


    
      module junos-nfx-rpc-mtrace {
    
        yang-version 1;
    
        namespace
          "http://yang.juniper.net/junos-nfx/rpc/mtrace";
    
        prefix mtrace;
    
        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 mtrace command(s)";
    
        revision "2019-01-01" {
          description "Junos: 21.3R1.9";
        }
    
    
        rpc multicast-trace-from-source {
          description
            "Trace multicast path from source to this router";
          input {
            leaf extra-hops {
              type union {
                type string {
                  pattern "<.*>|$.*";
                }
                type uint32 {
                  range "0 .. 255";
                }
              }
              description
                "Extra hops to try past nonresponding router";
            }
    
            leaf interval {
              type union {
                type uint32;
                type string {
                  pattern "<.*>|$.*";
                }
              }
              units "seconds";
              description
                "Interval between statistics gathering";
            }
    
            leaf loop {
              type empty;
              description
                "Loop indefinitely, print rate and loss statistics";
            }
    
            leaf max-hops {
              type union {
                type string {
                  pattern "<.*>|$.*";
                }
                type uint32 {
                  range "0 .. 255";
                }
              }
              description
                "Maximum hops to trace toward source";
            }
    
            leaf no-resolve {
              type empty;
              description
                "Don't attempt to print addresses symbolically";
            }
    
            leaf routing-instance {
              type string;
              description
                "Routing instance for mtrace attempt";
            }
    
            leaf ttl {
              type union {
                type string {
                  pattern "<.*>|$.*";
                }
                type uint32 {
                  range "0 .. 255";
                }
              }
              description
                "IP time-to-live value";
            }
    
            leaf output_type {
              type enumeration {
                enum "brief" {
                  value 0;
                  description
                    "Display brief output";
                }
                enum "detail" {
                  value 1;
                  description
                    "Display detailed output";
                }
              }
            }
    
            leaf wait-time {
              type union {
                type uint32;
                type string {
                  pattern "<.*>|$.*";
                }
              }
              units "seconds";
              description
                "Number of seconds to wait for response";
            }
    
            leaf max-queries {
              type union {
                type string {
                  pattern "<.*>|$.*";
                }
                type uint32 {
                  range "1 .. 32";
                }
              }
              description
                "Maximum number of query attempts for any hop";
            }
    
            leaf no-router-alert {
              type empty;
              description
                "Don't use router-alert IP option";
            }
    
            leaf group {
              type jt:ipv4addr;
              description
                "IP address of group for which to trace path";
            }
    
            leaf response-type {
              type enumeration {
                enum "multicast-response" {
                  value 0;
                  description
                    "Use multicast when requesting response";
                }
                enum "unicast-response" {
                  value 1;
                  description
                    "Use unicast when requesting response";
                }
              }
            }
    
            leaf response {
              type string;
              description
                "Hostname or multicast address of destination for response";
            }
    
            choice daemon-select {
              leaf logical-system {
                type string;
                description
                  "Name of logical system";
              }
            }  // choice daemon-select
    
            leaf source {
              type string;
              mandatory true;
              description
                "Hostname or IP address of source";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc multicast-trace-from-source
      }  // module junos-nfx-rpc-mtrace
    

© 2023 YumaWorks, Inc. All rights reserved.