# python version 1.0 DO NOT EDIT # # This python file has been generated by smidump version 0.5.0: # # smidump -f python FLOAT-TC-MIB FILENAME = "./libsmi-0.5.0/mibs/ietf/FLOAT-TC-MIB" MIB = { "moduleName" : "FLOAT-TC-MIB", "FLOAT-TC-MIB" : { "nodetype" : "module", "language" : "SMIv2", "organization" : """IETF OPSAWG Working Group""", "contact" : """WG Email: opsawg@ietf.org Editor: Randy Presuhn randy_presuhn@mindspring.com""", "description" : """Textual conventions for the representation of floating-point numbers. Copyright (c) 2011 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 6340; see the RFC itself for full legal notices.""", "revisions" : ( { "date" : "2011-07-27 00:00", "description" : """Initial version, published as RFC 6340.""", }, ), "identity node" : "floatTcMIB", }, "imports" : ( {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"}, {"module" : "SNMPv2-SMI", "name" : "mib-2"}, {"module" : "SNMPv2-TC", "name" : "TEXTUAL-CONVENTION"}, ), "typedefs" : { "Float32TC" : { "basetype" : "OctetString", "status" : "current", "ranges" : [ { "min" : "4", "max" : "4" }, ], "range" : { "min" : "4", "max" : "4" }, "description" : """This type represents a 32-bit (4-octet) IEEE floating-point number in binary interchange format.""", "reference" : """IEEE Standard for Floating-Point Arithmetic, Standard 754-2008""", }, "Float64TC" : { "basetype" : "OctetString", "status" : "current", "ranges" : [ { "min" : "8", "max" : "8" }, ], "range" : { "min" : "8", "max" : "8" }, "description" : """This type represents a 64-bit (8-octet) IEEE floating-point number in binary interchange format.""", "reference" : """IEEE Standard for Floating-Point Arithmetic, Standard 754-2008""", }, "Float128TC" : { "basetype" : "OctetString", "status" : "current", "ranges" : [ { "min" : "16", "max" : "16" }, ], "range" : { "min" : "16", "max" : "16" }, "description" : """This type represents a 128-bit (16-octet) IEEE floating-point number in binary interchange format.""", "reference" : """IEEE Standard for Floating-Point Arithmetic, Standard 754-2008""", }, }, # typedefs "nodes" : { "floatTcMIB" : { "nodetype" : "node", "moduleName" : "FLOAT-TC-MIB", "oid" : "1.3.6.1.2.1.201", "status" : "current", }, # node }, # nodes }