# python version 1.0 DO NOT EDIT # # This python file has been generated by smidump version 0.5.0: # # smidump -f python COFFEE-POT-MIB FILENAME = "./libsmi-0.5.0/mibs/ietf/COFFEE-POT-MIB" MIB = { "moduleName" : "COFFEE-POT-MIB", "COFFEE-POT-MIB" : { "nodetype" : "module", "language" : "SMIv2", "organization" : """Networked Appliance Management Working Group""", "contact" : """ Michael Slavitch Loran Technologies, 955 Green Valley Crescent Ottawa, Ontario Canada K2A 0B6 Tel: 613-723-7505 Fax: 613-723-7209 E-mail: slavitch@loran.com""", "description" : """The MIB Module for coffee vending devices.""", "revisions" : ( { "date" : "1998-03-23 17:00", "description" : """[Revision added by libsmi due to a LAST-UPDATED clause.]""", }, ), "identity node" : "coffee", }, "imports" : ( {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"}, {"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"}, {"module" : "SNMPv2-SMI", "name" : "Integer32"}, {"module" : "SNMPv2-SMI", "name" : "transmission"}, {"module" : "SNMPv2-TC", "name" : "TimeInterval"}, {"module" : "SNMPv2-TC", "name" : "DisplayString"}, ), "nodes" : { "coffee" : { "nodetype" : "node", "moduleName" : "COFFEE-POT-MIB", "oid" : "1.3.6.1.2.1.10.132", "status" : "current", }, # node "potName" : { "nodetype" : "scalar", "moduleName" : "COFFEE-POT-MIB", "oid" : "1.3.6.1.2.1.10.132.1", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SNMPv2-TC", "type" : "DisplayString", }, "ranges" : [ { "min" : "0", "max" : "255" }, ], "range" : { "min" : "0", "max" : "255" }, }, }, "access" : "readonly", "description" : """The vendor description of the pot under management""", }, # scalar "potCapacity" : { "nodetype" : "scalar", "moduleName" : "COFFEE-POT-MIB", "oid" : "1.3.6.1.2.1.10.132.2", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Integer32"}, }, "access" : "readonly", "description" : """The number of units of beverage supported by this device (regardless of its current state) .""", }, # scalar "potType" : { "nodetype" : "scalar", "moduleName" : "COFFEE-POT-MIB", "oid" : "1.3.6.1.2.1.10.132.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "automatic-drip" : { "nodetype" : "namednumber", "number" : "1" }, "percolator" : { "nodetype" : "namednumber", "number" : "2" }, "french-press" : { "nodetype" : "namednumber", "number" : "3" }, "espresso" : { "nodetype" : "namednumber", "number" : "4" }, }, }, "access" : "readwrite", "description" : """The brew type of the coffee pot.""", }, # scalar "potLocation" : { "nodetype" : "scalar", "moduleName" : "COFFEE-POT-MIB", "oid" : "1.3.6.1.2.1.10.132.4", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SNMPv2-TC", "type" : "DisplayString", }, "ranges" : [ { "min" : "0", "max" : "255" }, ], "range" : { "min" : "0", "max" : "255" }, }, }, "access" : "readwrite", "description" : """The physical location of the pot in question""", }, # scalar "potMonitor" : { "nodetype" : "node", "moduleName" : "COFFEE-POT-MIB", "oid" : "1.3.6.1.2.1.10.132.6", }, # node "potOperStatus" : { "nodetype" : "scalar", "moduleName" : "COFFEE-POT-MIB", "oid" : "1.3.6.1.2.1.10.132.6.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "off" : { "nodetype" : "namednumber", "number" : "1" }, "brewing" : { "nodetype" : "namednumber", "number" : "2" }, "holding" : { "nodetype" : "namednumber", "number" : "3" }, "other" : { "nodetype" : "namednumber", "number" : "4" }, "waiting" : { "nodetype" : "namednumber", "number" : "5" }, }, }, "access" : "readonly", "description" : """The operating status of the pot in question. Note that this is a read-only feature. Current hardware prevents us from changing the port state via SNMP.""", }, # scalar "potLevel" : { "nodetype" : "scalar", "moduleName" : "COFFEE-POT-MIB", "oid" : "1.3.6.1.2.1.10.132.6.2", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Integer32"}, }, "access" : "readonly", "description" : """The number of units of coffee under management. The units of level are defined in potMetric below.""", }, # scalar "potMetric" : { "nodetype" : "scalar", "moduleName" : "COFFEE-POT-MIB", "oid" : "1.3.6.1.2.1.10.132.6.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "espresso" : { "nodetype" : "namednumber", "number" : "1" }, "demi-tasse" : { "nodetype" : "namednumber", "number" : "2" }, "cup" : { "nodetype" : "namednumber", "number" : "3" }, "mug" : { "nodetype" : "namednumber", "number" : "4" }, "bucket" : { "nodetype" : "namednumber", "number" : "5" }, }, }, "access" : "readonly", "description" : """The vendor description of the pot under management""", }, # scalar "potStartTime" : { "nodetype" : "scalar", "moduleName" : "COFFEE-POT-MIB", "oid" : "1.3.6.1.2.1.10.132.6.4", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Integer32"}, }, "access" : "readwrite", "description" : """The time in seconds since Jan 1 1970 to start the pot if and only if potOperStatus is waiting(5)""", }, # scalar "lastStartTime" : { "nodetype" : "scalar", "moduleName" : "COFFEE-POT-MIB", "oid" : "1.3.6.1.2.1.10.132.6.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TimeInterval"}, }, "access" : "readonly", "description" : """The amount of time, in TimeTicks, since the coffee making process was initiated.""", }, # scalar "potTemperature" : { "nodetype" : "scalar", "moduleName" : "COFFEE-POT-MIB", "oid" : "1.3.6.1.2.1.10.132.6.6", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Integer32"}, }, "access" : "readonly", "units" : "degrees Centigrade", "description" : """The ambient temperature of the coffee within the pot""", }, # scalar }, # nodes }