junos-nfx-rpc-forwarding-options

Junos RPC YANG module for forwarding-options command(s)

  • Version: 2019-01-01

    junos-nfx-rpc-forwarding-options@2019-01-01


    
      module junos-nfx-rpc-forwarding-options {
    
        yang-version 1;
    
        namespace
          "http://yang.juniper.net/junos-nfx/rpc/forwarding-options";
    
        prefix forwarding-options;
    
        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 forwarding-options command(s)";
    
        revision "2019-01-01" {
          description "Junos: 21.3R1.9";
        }
    
    
        rpc get-hash-info {
          description
            "Show enhanced-hash-key parameters";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml hash-info {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-hash-info
    
        rpc get-flex-hash-information {
          description
            "Show flex-hash configuration";
          input {
            leaf profile-name {
              type string;
              description "Flex profile name";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-flex-hash-information
    
        rpc get-conditional-match-information {
          description
            "Show conditional-match configuartion";
          input {
            leaf profile-name {
              type string;
              description
                "Conditional match profile name";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-conditional-match-information
    
        rpc get-hash-information {
          description "Show hash-key parameters";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml hash-info {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-hash-information
    
        rpc get-native-analyzer-information {
          description
            "Show native analyzer information";
          input {
            leaf analyzer-name {
              type string;
              description "Analyzer name";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml analyzer {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-native-analyzer-information
    
        rpc get-forwarding-options-next-hop-group {
          description
            "Show next-hop-group information";
          input {
            leaf verbosity {
              type enumeration {
                enum "terse" {
                  value 0;
                  description
                    "Display terse output";
                }
                enum "brief" {
                  value 1;
                  description
                    "Display brief output";
                }
                enum "detail" {
                  value 2;
                  description
                    "Display detail output";
                }
              }
              default "brief";
            }
    
            leaf group-name {
              type string;
              description
                "Name of next-hop-group";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml smpl-next-hop-group {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-forwarding-options-next-hop-group
    
        rpc get-forwarding-options-port-mirroring {
          description
            "Show port-mirroring information";
          input {
            leaf verbosity {
              type enumeration {
                enum "terse" {
                  value 0;
                  description
                    "Display terse output";
                }
                enum "detail" {
                  value 1;
                  description
                    "Display detail output";
                }
              }
              default "detail";
            }
    
            leaf instance-name {
              type string;
              description
                "Name of port-mirroring instance";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml smpl-port-mirroring {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-forwarding-options-port-mirroring
    
        rpc hyper-mode {
          description "Show hyper mode";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml hyper-mode {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc hyper-mode
      }  // module junos-nfx-rpc-forwarding-options
    

© 2023 YumaWorks, Inc. All rights reserved.