SNMP-MPD-MIB

  • Version: 2002-10-14

    SNMP-MPD-MIB@2002-10-14


    
      module SNMP-MPD-MIB {
    
        yang-version 1;
    
        namespace
          "http://tail-f.com/ns/mibs/SNMP-MPD-MIB/200210140000Z";
    
        prefix SNMP_MPD_MIB;
    
        import ietf-yang-types {
          prefix yang;
        }
        import tailf-common {
          prefix tailf;
        }
    
        revision "2002-10-14" {
          description "";
        }
    
        tailf:id "";
        tailf:snmp-mib-module-name "SNMP-MPD-MIB";
    
        container SNMP-MPD-MIB {
          config false;
          container snmpMPDStats {
            tailf:snmp-oid "1.3.6.1.6.3.11.2.1";
            leaf snmpUnknownSecurityModels {
              tailf:snmp-oid "1.3.6.1.6.3.11.2.1.1";
              type yang:counter32;
              config false;
            }
    
            leaf snmpInvalidMsgs {
              tailf:snmp-oid "1.3.6.1.6.3.11.2.1.2";
              type yang:counter32;
              config false;
            }
    
            leaf snmpUnknownPDUHandlers {
              tailf:snmp-oid "1.3.6.1.6.3.11.2.1.3";
              type yang:counter32;
              config false;
            }
          }  // container snmpMPDStats
        }  // container SNMP-MPD-MIB
      }  // module SNMP-MPD-MIB
    

© 2023 YumaWorks, Inc. All rights reserved.