# python version 1.0 DO NOT EDIT # # This python file has been generated by smidump version 0.5.0: # # smidump -f python PSAMP-MIB FILENAME = "./libsmi-0.5.0/mibs/ietf/PSAMP-MIB" MIB = { "moduleName" : "PSAMP-MIB", "PSAMP-MIB" : { "nodetype" : "module", "language" : "SMIv2", "organization" : """IETF IPFIX Working Group""", "contact" : """WG charter: http://datatracker.ietf.org/wg/ipfix/charter/ Mailing Lists: General Discussion: ipfix@ietf.org To Subscribe: https://www.ietf.org/mailman/listinfo/ipfix Archive: http://www.ietf.org/mail-archive/web/ipfix/current/maillist.html Thomas Dietz (editor) NEC Europe Ltd. NEC Laboratories Europe Network Research Division Kurfuersten-Anlage 36 69115 Heidelberg Germany Phone: +49 6221 4342-128 EMail: Thomas.Dietz@neclab.eu Benoit Claise Cisco Systems, Inc. De Kleetlaan 6a b1 Diegem 1831 Belgium Phone: +32 2 704 5622 EMail: bclaise@cisco.com Juergen Quittek NEC Europe Ltd. NEC Laboratories Europe Network Research Division Kurfuersten-Anlage 36 69115 Heidelberg Germany Phone: +49 6221 4342-115 EMail: quittek@neclab.eu""", "description" : """The PSAMP MIB defines managed objects for packet sampling and filtering. These objects provide information about managed nodes supporting packet sampling, including packet sampling capabilities, configuration, and statistics. The PSAMP MIB module registers additional top-level OIDs for the parameter subtrees of its Selector functions in the IPFIX-SELECTOR-MIB Function sub-registry according to the procedures defined in RFC 6615. Copyright (c) 2012 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info). This version of this MIB module is part of RFC 6727; see the RFC itself for full legal notices.""", "revisions" : ( { "date" : "2012-09-05 12:00", "description" : """Initial version, published as RFC 6727.""", }, ), "identity node" : "psampMIB", }, "imports" : ( {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"}, {"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"}, {"module" : "SNMPv2-SMI", "name" : "Integer32"}, {"module" : "SNMPv2-SMI", "name" : "Unsigned32"}, {"module" : "SNMPv2-SMI", "name" : "mib-2"}, {"module" : "SNMPv2-TC", "name" : "TruthValue"}, {"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"}, {"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"}, {"module" : "APPLICATION-MIB", "name" : "Unsigned64TC"}, {"module" : "FLOAT-TC-MIB", "name" : "Float64TC"}, {"module" : "IPFIX-SELECTOR-MIB", "name" : "ipfixSelectorFunctions"}, ), "nodes" : { "psampSampCountBased" : { "nodetype" : "node", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.2", }, # node "psampSampCountBasedAvail" : { "nodetype" : "scalar", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.2.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """This object indicates the availability of systematic count-based sampling at the managed node. A Selector may be unavailable if it is implemented but currently disabled due to, e.g., administrative reasons, lack of resources, or similar.""", }, # scalar "psampSampCountBasedParamSetTable" : { "nodetype" : "table", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.2.2", "status" : "current", "description" : """This table lists configurations of systematic count-based packet sampling. A parameter set describing a configuration contains two parameters: the sampling interval length and space.""", }, # table "psampSampCountBasedParamSetEntry" : { "nodetype" : "row", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.2.2.1", "status" : "current", "linkage" : [ "psampSampCountBasedIndex", ], "description" : """Defines an entry in the psampSampCountBasedParamSetTable.""", }, # row "psampSampCountBasedIndex" : { "nodetype" : "column", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.2.2.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "2147483647" }, ], "range" : { "min" : "1", "max" : "2147483647" }, }, }, "access" : "noaccess", "description" : """The index of this parameter set in the psampSampCountBasedParamSetTable. It is used in the object ipfixSelectionProcessSelectorFunction entries of the ipfixSelectionProcessTable in the IPFIX-MIB as reference to this parameter set.""", }, # column "psampSampCountBasedInterval" : { "nodetype" : "column", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.2.2.1.2", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readonly", "units" : "packets", "description" : """This object specifies the number of packets that are consecutively sampled. A value of 100 means that 100 consecutive packets are sampled.""", "reference" : """RFC 5475 (Section 5.1) and RFC 5477 (Section 8.2)""", }, # column "psampSampCountBasedSpace" : { "nodetype" : "column", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.2.2.1.3", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readonly", "units" : "packets", "description" : """This object specifies the number of packets between two intervals specified by the object psampSampCountBasedInterval. A value of 100 means that the next interval starts 100 packets (which are not sampled) after the current psampSampCountBasedInterval is over.""", "reference" : """RFC 5475 (Section 5.1) and RFC 5477 (Section 8.2)""", }, # column "psampSampTimeBased" : { "nodetype" : "node", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.3", }, # node "psampSampTimeBasedAvail" : { "nodetype" : "scalar", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.3.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """This object indicates the availability of systematic time-based sampling at the managed node. A Selector may be unavailable if it is implemented but currently disabled due to, e.g., administrative reasons, lack of resources, or similar.""", }, # scalar "psampSampTimeBasedParamSetTable" : { "nodetype" : "table", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.3.2", "status" : "current", "description" : """This table lists configurations of systematic time-based packet sampling. A parameter set describing a configuration contains two parameters: the sampling interval length and the space.""", }, # table "psampSampTimeBasedParamSetEntry" : { "nodetype" : "row", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.3.2.1", "status" : "current", "linkage" : [ "psampSampTimeBasedIndex", ], "description" : """Defines an entry in the psampSampTimeBasedParamSetTable.""", }, # row "psampSampTimeBasedIndex" : { "nodetype" : "column", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.3.2.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "2147483647" }, ], "range" : { "min" : "1", "max" : "2147483647" }, }, }, "access" : "noaccess", "description" : """The index of this parameter set in the psampSampTimeBasedParamSetTable. It is used in the object ipfixSelectionProcessSelectorFunction entries of the ipfixSelectionProcessTable in the IPFIX-MIB as reference to this parameter set.""", }, # column "psampSampTimeBasedInterval" : { "nodetype" : "column", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.3.2.1.2", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readonly", "units" : "microseconds", "description" : """This object specifies the time interval in microseconds during which all arriving packets are sampled.""", "reference" : """RFC 5475 (Section 5.1) and RFC 5477 (Section 8.2)""", }, # column "psampSampTimeBasedSpace" : { "nodetype" : "column", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.3.2.1.3", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readonly", "units" : "microseconds", "description" : """This object specifies the time interval in microseconds between two intervals specified by the object psampSampTimeBasedInterval. A value of 100 means that the next interval starts 100 microseconds (during which no packets are sampled) after the current psampSampTimeBasedInterval is over.""", "reference" : """RFC 5475 (Section 5.1) and RFC 5477 (Section 8.2)""", }, # column "psampSampRandOutOfN" : { "nodetype" : "node", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.4", }, # node "psampSampRandOutOfNAvail" : { "nodetype" : "scalar", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.4.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """This object indicates the availability of random n-out-of-N sampling at the managed node. A Selector may be unavailable if it is implemented but currently disabled due to, e.g., administrative reasons, lack of resources, or similar.""", }, # scalar "psampSampRandOutOfNParamSetTable" : { "nodetype" : "table", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.4.2", "status" : "current", "description" : """This table lists configurations of random n-out-of-N sampling. A parameter set describing a configuration contains two parameters: the sampling size and the parent population.""", }, # table "psampSampRandOutOfNParamSetEntry" : { "nodetype" : "row", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.4.2.1", "status" : "current", "linkage" : [ "psampSampRandOutOfNIndex", ], "description" : """Defines an entry in the psampSampRandOutOfNParamSetTable.""", }, # row "psampSampRandOutOfNIndex" : { "nodetype" : "column", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.4.2.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "2147483647" }, ], "range" : { "min" : "1", "max" : "2147483647" }, }, }, "access" : "noaccess", "description" : """The index of this parameter set in the psampSampRandOutOfNParamSetTable. It is used in the object ipfixSelectionProcessSelectorFunction entries of the ipfixSelectionProcessTable in the IPFIX-MIB as reference to this parameter set.""", }, # column "psampSampRandOutOfNSize" : { "nodetype" : "column", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.4.2.1.2", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readonly", "units" : "packets", "description" : """This object specifies the number of elements taken from the parent Population specified in psampSampRandOutOfNPopulation.""", "reference" : """RFC 5475 (Section 5.2.1) and RFC 5477 (Section 8.2)""", }, # column "psampSampRandOutOfNPopulation" : { "nodetype" : "column", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.4.2.1.3", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readonly", "units" : "packets", "description" : """This object specifies the number of elements in the parent Population.""", "reference" : """RFC 5475 (Section 5.2.1) and RFC 5477 (Section 8.2)""", }, # column "psampSampUniProb" : { "nodetype" : "node", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.5", }, # node "psampSampUniProbAvail" : { "nodetype" : "scalar", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.5.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """This object indicates the availability of random uniform probabilistic sampling at the managed node. A Selector may be unavailable if it is implemented but currently disabled due to, e.g., administrative reasons, lack of resources, or similar.""", }, # scalar "psampSampUniProbParamSetTable" : { "nodetype" : "table", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.5.2", "status" : "current", "description" : """This table lists configurations of random probabilistic sampling. A parameter set describing a configuration contains a single parameter only: the sampling probability.""", }, # table "psampSampUniProbParamSetEntry" : { "nodetype" : "row", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.5.2.1", "status" : "current", "linkage" : [ "psampSampUniProbIndex", ], "description" : """Defines an entry in the psampSampUniProbParamSetTable.""", }, # row "psampSampUniProbIndex" : { "nodetype" : "column", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.5.2.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "2147483647" }, ], "range" : { "min" : "1", "max" : "2147483647" }, }, }, "access" : "noaccess", "description" : """The index of this parameter set in the psampSampUniProbParamSetTable. It is used in the object ipfixSelectionProcessSelectorFunction entries of the ipfixSelectionProcessTable in the IPFIX-MIB as reference to this parameter set.""", }, # column "psampSampUniProbProbability" : { "nodetype" : "column", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.5.2.1.2", "status" : "current", "syntax" : { "type" : { "module" :"FLOAT-TC-MIB", "name" : "Float64TC"}, }, "access" : "readonly", "description" : """This object specifies the probability that a packet is sampled, expressed as a value between 0 and 1. The probability is equal for every packet. A value of 0 means no packet is sampled since the probability is 0. A value of 1 means all packets are sampled since the probability is 1. NaN (not a number) and infinity MUST NOT be used.""", "reference" : """RFC 5475 (Section 5.2.2.1) and RFC 5477 (Section 8.2)""", }, # column "psampFiltPropMatch" : { "nodetype" : "node", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.6", }, # node "psampFiltPropMatchAvail" : { "nodetype" : "scalar", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.6.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """This object indicates the availability of property match filtering at the managed node. A Selector may be unavailable if it is implemented but currently disabled due to, e.g., administrative reasons, lack of resources, or similar.""", }, # scalar "psampFiltHash" : { "nodetype" : "node", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.7", }, # node "psampFiltHashAvail" : { "nodetype" : "scalar", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.7.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """This object indicates the availability of hash filtering at the managed node. A Selector may be unavailable if it is implemented but currently disabled due to, e.g., administrative reasons, lack of resources, or similar.""", }, # scalar "psampFiltHashCapabilities" : { "nodetype" : "node", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.7.2", }, # node "psampFiltHashParamSetTable" : { "nodetype" : "table", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.7.3", "status" : "current", "description" : """This table lists configurations of hash filtering. A parameter set describing a configuration contains eight parameters describing the hash function.""", }, # table "psampFiltHashParamSetEntry" : { "nodetype" : "row", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.7.3.1", "status" : "current", "linkage" : [ "psampFiltHashIndex", ], "description" : """Defines an entry in the psampFiltHashParamSetTable.""", }, # row "psampFiltHashIndex" : { "nodetype" : "column", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.7.3.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "2147483647" }, ], "range" : { "min" : "1", "max" : "2147483647" }, }, }, "access" : "noaccess", "description" : """The index of this parameter set in the psampFiltHashParamSetTable. It is used in the object ipfixSelectionProcessSelectorFunction entries of the ipfixSelectionProcessTable in the IPFIX-MIB as reference to this parameter set.""", }, # column "psampFiltHashFunction" : { "nodetype" : "column", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.7.3.1.2", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "crc32" : { "nodetype" : "namednumber", "number" : "1" }, "ipsx" : { "nodetype" : "namednumber", "number" : "2" }, "bob" : { "nodetype" : "namednumber", "number" : "3" }, }, }, "access" : "readonly", "description" : """The hash function used by this filter. The PSAMP-MIB defines the following hash functions: crc32(1): The CRC-32 Hash Function as defined in RFC 1141. ipsx(2): The IPSX Hash Function as described in RFC 5475, Appendix A.1. bob(3): The BOB Hash Function as described in RFC 5475, Appendix A.2.""", "reference" : """RFC 5475 (Section 6.2 and Appendixes A.1 and A.2) and RFC 1141""", }, # column "psampFiltHashInitializerValue" : { "nodetype" : "column", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.7.3.1.3", "status" : "current", "syntax" : { "type" : { "module" :"APPLICATION-MIB", "name" : "Unsigned64TC"}, }, "access" : "readonly", "description" : """This object specifies the initializer value to the hash function.""", "reference" : """RFC 5475, Sections 6.2, 3.8, and 7.1""", }, # column "psampFiltHashIpPayloadOffset" : { "nodetype" : "column", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.7.3.1.4", "status" : "current", "syntax" : { "type" : { "module" :"APPLICATION-MIB", "name" : "Unsigned64TC"}, }, "access" : "readonly", "description" : """This object specifies the IP payload offset used by a Hash-based Selection Selector.""", "reference" : """RFC 5475, Sections 6.2, 3.8, and 7.1""", }, # column "psampFiltHashIpPayloadSize" : { "nodetype" : "column", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.7.3.1.5", "status" : "current", "syntax" : { "type" : { "module" :"APPLICATION-MIB", "name" : "Unsigned64TC"}, }, "access" : "readonly", "description" : """This object specifies the IP payload size used by a Hash-based Selection Selector.""", "reference" : """RFC 5475, Sections 6.2, 3.8, and 7.1""", }, # column "psampFiltHashSelectedRangeMin" : { "nodetype" : "column", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.7.3.1.6", "status" : "current", "syntax" : { "type" : { "module" :"APPLICATION-MIB", "name" : "Unsigned64TC"}, }, "access" : "readonly", "description" : """This object specifies the value for the beginning of a hash function's selected range.""", "reference" : """RFC 5475, Sections 6.2, 3.8, and 7.1""", }, # column "psampFiltHashSelectedRangeMax" : { "nodetype" : "column", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.7.3.1.7", "status" : "current", "syntax" : { "type" : { "module" :"APPLICATION-MIB", "name" : "Unsigned64TC"}, }, "access" : "readonly", "description" : """This object specifies the value for the end of a hash function's selected range.""", "reference" : """RFC 5475, Sections 6.2, 3.8, and 7.1""", }, # column "psampFiltHashOutputRangeMin" : { "nodetype" : "column", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.7.3.1.8", "status" : "current", "syntax" : { "type" : { "module" :"APPLICATION-MIB", "name" : "Unsigned64TC"}, }, "access" : "readonly", "description" : """This object specifies the value for the beginning of a hash function's potential output range.""", "reference" : """RFC 5475, Sections 6.2, 3.8, and 7.1""", }, # column "psampFiltHashOutputRangeMax" : { "nodetype" : "column", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.194.1.1.7.3.1.9", "status" : "current", "syntax" : { "type" : { "module" :"APPLICATION-MIB", "name" : "Unsigned64TC"}, }, "access" : "readonly", "description" : """This object specifies the value for the end of a hash function's potential output range.""", "reference" : """RFC 5475, Sections 6.2, 3.8, and 7.1""", }, # column "psampMIB" : { "nodetype" : "node", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.212", "status" : "current", }, # node "psampObjects" : { "nodetype" : "node", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.212.1", }, # node "psampConformance" : { "nodetype" : "node", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.212.2", }, # node "psampCompliances" : { "nodetype" : "node", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.212.2.1", }, # node "psampGroups" : { "nodetype" : "node", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.212.2.2", }, # node }, # nodes "groups" : { "psampGroupSampCountBased" : { "nodetype" : "group", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.212.2.2.1", "status" : "current", "members" : { "psampSampCountBasedAvail" : { "nodetype" : "member", "module" : "PSAMP-MIB" }, "psampSampCountBasedInterval" : { "nodetype" : "member", "module" : "PSAMP-MIB" }, "psampSampCountBasedSpace" : { "nodetype" : "member", "module" : "PSAMP-MIB" }, }, # members "description" : """These objects are needed if count based sampling is implemented.""", }, # group "psampGroupSampTimeBased" : { "nodetype" : "group", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.212.2.2.2", "status" : "current", "members" : { "psampSampTimeBasedAvail" : { "nodetype" : "member", "module" : "PSAMP-MIB" }, "psampSampTimeBasedInterval" : { "nodetype" : "member", "module" : "PSAMP-MIB" }, "psampSampTimeBasedSpace" : { "nodetype" : "member", "module" : "PSAMP-MIB" }, }, # members "description" : """These objects are needed if time based sampling is implemented.""", }, # group "psampGroupSampRandOutOfN" : { "nodetype" : "group", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.212.2.2.3", "status" : "current", "members" : { "psampSampRandOutOfNAvail" : { "nodetype" : "member", "module" : "PSAMP-MIB" }, "psampSampRandOutOfNSize" : { "nodetype" : "member", "module" : "PSAMP-MIB" }, "psampSampRandOutOfNPopulation" : { "nodetype" : "member", "module" : "PSAMP-MIB" }, }, # members "description" : """These objects are needed if random n-out-of-N sampling is implemented.""", }, # group "psampGroupSampUniProb" : { "nodetype" : "group", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.212.2.2.4", "status" : "current", "members" : { "psampSampUniProbAvail" : { "nodetype" : "member", "module" : "PSAMP-MIB" }, "psampSampUniProbProbability" : { "nodetype" : "member", "module" : "PSAMP-MIB" }, }, # members "description" : """These objects are needed if uniform probabilistic sampling is implemented.""", }, # group "psampGroupFiltPropMatch" : { "nodetype" : "group", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.212.2.2.5", "status" : "current", "members" : { "psampFiltPropMatchAvail" : { "nodetype" : "member", "module" : "PSAMP-MIB" }, }, # members "description" : """These objects are needed if property match filtering is implemented.""", }, # group "psampGroupFiltHash" : { "nodetype" : "group", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.212.2.2.6", "status" : "current", "members" : { "psampFiltHashAvail" : { "nodetype" : "member", "module" : "PSAMP-MIB" }, "psampFiltHashFunction" : { "nodetype" : "member", "module" : "PSAMP-MIB" }, "psampFiltHashInitializerValue" : { "nodetype" : "member", "module" : "PSAMP-MIB" }, "psampFiltHashIpPayloadOffset" : { "nodetype" : "member", "module" : "PSAMP-MIB" }, "psampFiltHashIpPayloadSize" : { "nodetype" : "member", "module" : "PSAMP-MIB" }, "psampFiltHashSelectedRangeMin" : { "nodetype" : "member", "module" : "PSAMP-MIB" }, "psampFiltHashSelectedRangeMax" : { "nodetype" : "member", "module" : "PSAMP-MIB" }, "psampFiltHashOutputRangeMin" : { "nodetype" : "member", "module" : "PSAMP-MIB" }, "psampFiltHashOutputRangeMax" : { "nodetype" : "member", "module" : "PSAMP-MIB" }, }, # members "description" : """These objects are needed if hash filtering is implemented.""", }, # group }, # groups "compliances" : { "psampCompliance" : { "nodetype" : "compliance", "moduleName" : "PSAMP-MIB", "oid" : "1.3.6.1.2.1.212.2.1.1", "status" : "current", "description" : """The implementation of all objects is optional and depends on the implementation of the corresponding functionality in the equipment.""", "requires" : { "psampGroupSampCountBased" : { "nodetype" : "optional", "module" : "PSAMP-MIB", "description" : """These objects must be implemented if systematic count-based sampling is implemented in the equipment.""", }, "psampGroupSampTimeBased" : { "nodetype" : "optional", "module" : "PSAMP-MIB", "description" : """These objects must be implemented if systematic time-based sampling is implemented in the equipment.""", }, "psampGroupSampRandOutOfN" : { "nodetype" : "optional", "module" : "PSAMP-MIB", "description" : """These objects must be implemented if random n-out-of-N sampling is implemented in the equipment.""", }, "psampGroupSampUniProb" : { "nodetype" : "optional", "module" : "PSAMP-MIB", "description" : """These objects must be implemented if uniform probabilistic sampling is implemented in the equipment.""", }, "psampGroupFiltPropMatch" : { "nodetype" : "optional", "module" : "PSAMP-MIB", "description" : """These objects must be implemented if the property match filtering is implemented in the equipment.""", }, "psampGroupFiltHash" : { "nodetype" : "optional", "module" : "PSAMP-MIB", "description" : """These objects must be implemented if hash filtering is implemented in the equipment.""", }, }, # requires }, # compliance }, # compliances }