# python version 1.0 DO NOT EDIT # # This python file has been generated by smidump version 0.5.0: # # smidump -f python SNMPv2-USEC-MIB FILENAME = "./libsmi-0.5.0/mibs/ietf/SNMPv2-USEC-MIB" MIB = { "moduleName" : "SNMPv2-USEC-MIB", "SNMPv2-USEC-MIB" : { "nodetype" : "module", "language" : "SMIv2", "organization" : """IETF SNMPv2 Working Group""", "contact" : """ Glenn W. Waters Postal: Bell-Northern Research, Ltd. P.O. Box 3511, Station C Ottawa, ON, K1Y 4H7 Canada Tel: +1 613 763 3933 E-mail: gwaters@bnr.ca""", "description" : """The MIB module for SNMPv2 entities implementing the user- based security model.""", "revisions" : ( { "date" : "1996-01-12 00:00", "description" : """[Revision added by libsmi due to a LAST-UPDATED clause.]""", }, ), "identity node" : "usecMIB", }, "imports" : ( {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"}, {"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"}, {"module" : "SNMPv2-SMI", "name" : "Counter32"}, {"module" : "SNMPv2-SMI", "name" : "Unsigned32"}, {"module" : "SNMPv2-SMI", "name" : "snmpModules"}, {"module" : "SNMPv2-TC", "name" : "TEXTUAL-CONVENTION"}, {"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"}, {"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"}, ), "typedefs" : { "AgentID" : { "basetype" : "OctetString", "status" : "current", "ranges" : [ { "min" : "12", "max" : "12" }, ], "range" : { "min" : "12", "max" : "12" }, "description" : """An agent's administratively-unique identifier. The value for this object may not be all zeros or all 'ff'H. The initial value for this object may be configured via an operator console entry or via an algorithmic function. In the later case, the following guidelines are recommended: 1) The first four octets are set to the binary equivalent of the agent's SNMP network management private enterprise number as assigned by the Internet Assigned Numbers Authority (IANA). For example, if Acme Networks has been assigned { enterprises 696 }, the first four octets would be assigned '000002b8'H. 2) The remaining eight octets are the cookie whose contents are determined via one or more enterprise- specific methods. Such methods must be designed so as to maximize the possibility that the value of this object will be unique in the agent's administrative domain. For example, the cookie may be the IP address of the agent, or the MAC address of one of the interfaces, with each address suitably padded with random octets. If multiple methods are defined, then it is recommended that the cookie be further divided into one octet that indicates the method being used and seven octets which are a function of the method.""", }, }, # typedefs "nodes" : { "usecMIB" : { "nodetype" : "node", "moduleName" : "SNMPv2-USEC-MIB", "oid" : "1.3.6.1.6.3.6", "status" : "current", }, # node "usecMIBObjects" : { "nodetype" : "node", "moduleName" : "SNMPv2-USEC-MIB", "oid" : "1.3.6.1.6.3.6.1", }, # node "usecAgent" : { "nodetype" : "node", "moduleName" : "SNMPv2-USEC-MIB", "oid" : "1.3.6.1.6.3.6.1.1", }, # node "agentID" : { "nodetype" : "scalar", "moduleName" : "SNMPv2-USEC-MIB", "oid" : "1.3.6.1.6.3.6.1.1.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-USEC-MIB", "name" : "AgentID"}, }, "access" : "readonly", "description" : """The agent's administratively-unique identifier.""", }, # scalar "agentBoots" : { "nodetype" : "scalar", "moduleName" : "SNMPv2-USEC-MIB", "oid" : "1.3.6.1.6.3.6.1.1.2", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readonly", "description" : """The number of times that the agent has re-initialized itself since its initial configuration.""", }, # scalar "agentTime" : { "nodetype" : "scalar", "moduleName" : "SNMPv2-USEC-MIB", "oid" : "1.3.6.1.6.3.6.1.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "0", "max" : "2147483647" }, ], "range" : { "min" : "0", "max" : "2147483647" }, }, }, "access" : "readonly", "units" : "seconds", "description" : """The number of seconds since the agent last incremented the agentBoots object.""", }, # scalar "agentSize" : { "nodetype" : "scalar", "moduleName" : "SNMPv2-USEC-MIB", "oid" : "1.3.6.1.6.3.6.1.1.4", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "484", "max" : "65507" }, ], "range" : { "min" : "484", "max" : "65507" }, }, }, "access" : "readonly", "description" : """The maximum length in octets of an SNMPv2 message which this agent will accept using any transport mapping.""", }, # scalar "usecStats" : { "nodetype" : "node", "moduleName" : "SNMPv2-USEC-MIB", "oid" : "1.3.6.1.6.3.6.1.2", }, # node "usecStatsUnsupportedQoS" : { "nodetype" : "scalar", "moduleName" : "SNMPv2-USEC-MIB", "oid" : "1.3.6.1.6.3.6.1.2.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The total number of packets received by the SNMPv2 entity which were dropped because they requested a quality-of- service that was unknown to the agent or otherwise unavailable.""", }, # scalar "usecStatsNotInWindows" : { "nodetype" : "scalar", "moduleName" : "SNMPv2-USEC-MIB", "oid" : "1.3.6.1.6.3.6.1.2.2", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The total number of packets received by the SNMPv2 entity which were dropped because they appeared outside of the agent's window.""", }, # scalar "usecStatsUnknownUserNames" : { "nodetype" : "scalar", "moduleName" : "SNMPv2-USEC-MIB", "oid" : "1.3.6.1.6.3.6.1.2.3", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The total number of packets received by the SNMPv2 entity which were dropped because they referenced a user that was not known to the agent.""", }, # scalar "usecStatsWrongDigestValues" : { "nodetype" : "scalar", "moduleName" : "SNMPv2-USEC-MIB", "oid" : "1.3.6.1.6.3.6.1.2.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The total number of packets received by the SNMPv2 entity which were dropped because they didn't contain the expected digest value.""", }, # scalar "usecStatsUnknownContexts" : { "nodetype" : "scalar", "moduleName" : "SNMPv2-USEC-MIB", "oid" : "1.3.6.1.6.3.6.1.2.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The total number of packets received by the SNMPv2 entity which were dropped because they referenced a context that was not known to the agent.""", }, # scalar "usecStatsBadParameters" : { "nodetype" : "scalar", "moduleName" : "SNMPv2-USEC-MIB", "oid" : "1.3.6.1.6.3.6.1.2.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The total number of packets received by the SNMPv2 entity which were dropped because the <parameters> field was improperly encoded or had invalid syntax.""", }, # scalar "usecStatsUnauthorizedOperations" : { "nodetype" : "scalar", "moduleName" : "SNMPv2-USEC-MIB", "oid" : "1.3.6.1.6.3.6.1.2.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The total number of packets received by the SNMPv2 entity which were dropped because the PDU type referred to an operation that is invalid or not authorized.""", }, # scalar "usecMIBConformance" : { "nodetype" : "node", "moduleName" : "SNMPv2-USEC-MIB", "oid" : "1.3.6.1.6.3.6.2", }, # node "usecMIBCompliances" : { "nodetype" : "node", "moduleName" : "SNMPv2-USEC-MIB", "oid" : "1.3.6.1.6.3.6.2.1", }, # node "usecMIBGroups" : { "nodetype" : "node", "moduleName" : "SNMPv2-USEC-MIB", "oid" : "1.3.6.1.6.3.6.2.2", }, # node }, # nodes "groups" : { "usecBasicGroup" : { "nodetype" : "group", "moduleName" : "SNMPv2-USEC-MIB", "oid" : "1.3.6.1.6.3.6.2.2.1", "status" : "current", "members" : { "agentID" : { "nodetype" : "member", "module" : "SNMPv2-USEC-MIB" }, "agentBoots" : { "nodetype" : "member", "module" : "SNMPv2-USEC-MIB" }, "agentTime" : { "nodetype" : "member", "module" : "SNMPv2-USEC-MIB" }, "agentSize" : { "nodetype" : "member", "module" : "SNMPv2-USEC-MIB" }, }, # members "description" : """A collection of objects providing identification, clocks, and capabilities of an SNMPv2 entity which implements the SNMPv2 USEC model.""", }, # group "usecStatsGroup" : { "nodetype" : "group", "moduleName" : "SNMPv2-USEC-MIB", "oid" : "1.3.6.1.6.3.6.2.2.2", "status" : "current", "members" : { "usecStatsUnsupportedQoS" : { "nodetype" : "member", "module" : "SNMPv2-USEC-MIB" }, "usecStatsNotInWindows" : { "nodetype" : "member", "module" : "SNMPv2-USEC-MIB" }, "usecStatsUnknownUserNames" : { "nodetype" : "member", "module" : "SNMPv2-USEC-MIB" }, "usecStatsWrongDigestValues" : { "nodetype" : "member", "module" : "SNMPv2-USEC-MIB" }, "usecStatsUnknownContexts" : { "nodetype" : "member", "module" : "SNMPv2-USEC-MIB" }, "usecStatsBadParameters" : { "nodetype" : "member", "module" : "SNMPv2-USEC-MIB" }, "usecStatsUnauthorizedOperations" : { "nodetype" : "member", "module" : "SNMPv2-USEC-MIB" }, }, # members "description" : """A collection of objects providing basic error statistics of an SNMPv2 entity which implements the SNMPv2 USEC model.""", }, # group }, # groups "compliances" : { "usecMIBCompliance" : { "nodetype" : "compliance", "moduleName" : "SNMPv2-USEC-MIB", "oid" : "1.3.6.1.6.3.6.2.1.1", "status" : "current", "description" : """The compliance statement for SNMPv2 entities which implement the SNMPv2 USEC model.""", "requires" : { "usecBasicGroup" : { "nodetype" : "mandatory", "module" : "SNMPv2-USEC-MIB" }, "usecStatsGroup" : { "nodetype" : "mandatory", "module" : "SNMPv2-USEC-MIB" }, }, # requires }, # compliance }, # compliances }