junos-nfx-rpc-pgm

Junos RPC YANG module for pgm command(s)

  • Version: 2019-01-01

    junos-nfx-rpc-pgm@2019-01-01


    
      module junos-nfx-rpc-pgm {
    
        yang-version 1;
    
        namespace
          "http://yang.juniper.net/junos-nfx/rpc/pgm";
    
        prefix pgm;
    
        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 pgm command(s)";
    
        revision "2019-01-01" {
          description "Junos: 21.3R1.9";
        }
    
    
        rpc get-pgm-nak {
          description
            "Show PGM negative acknowledgments";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml pgm-nak {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-pgm-nak
    
        rpc get-pgm-source-path-messages {
          description
            "Show PGM source path messages";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml pgm-source-path-messages {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-pgm-source-path-messages
    
        rpc get-pgm-statistics {
          description
            "Show PGM packet statistics";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml pgm-statistics-information {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-pgm-statistics
      }  // module junos-nfx-rpc-pgm
    

© 2023 YumaWorks, Inc. All rights reserved.