# python version 1.0 DO NOT EDIT # # This python file has been generated by smidump version 0.5.0: # # smidump -f python TOKENRING-STATION-SR-MIB FILENAME = "./libsmi-0.5.0/mibs/ietf/TOKENRING-STATION-SR-MIB" MIB = { "moduleName" : "TOKENRING-STATION-SR-MIB", "TOKENRING-STATION-SR-MIB" : { "nodetype" : "module", "language" : "SMIv2", "organization" : """IETF Interfaces MIB Working Group""", "contact" : """ Keith McCloghrie Postal: Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 US Phone: +1 408 526 5260 Email: kzm@cisco.com""", "description" : """The MIB module for managing source routes in end-stations on IEEE 802.5 Token Ring networks.""", "revisions" : ( { "date" : "1994-12-16 10:00", "description" : """[Revision added by libsmi due to a LAST-UPDATED clause.]""", }, ), "identity node" : "dot5SrMIB", }, "imports" : ( {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"}, {"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"}, {"module" : "SNMPv2-TC", "name" : "TEXTUAL-CONVENTION"}, {"module" : "SNMPv2-TC", "name" : "RowStatus"}, {"module" : "SNMPv2-TC", "name" : "MacAddress"}, {"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"}, {"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"}, {"module" : "RFC1213-MIB", "name" : "mib-2"}, {"module" : "RFC1213-MIB", "name" : "ifIndex"}, ), "typedefs" : { "SourceRoute" : { "basetype" : "OctetString", "status" : "current", "ranges" : [ { "min" : "0", "max" : "30" }, ], "range" : { "min" : "0", "max" : "30" }, "format" : "1x:", "description" : """Represents a Source Route, containing an embedded sequence of bridge and ring ID's, as used by 802.5 Source Routing.""", "reference" : """Annex C of ISO/IEC 10038: 1993, [ANSI/IEEE Std 802.1D, 1993]""", }, }, # typedefs "nodes" : { "dot5SrMIB" : { "nodetype" : "node", "moduleName" : "TOKENRING-STATION-SR-MIB", "oid" : "1.3.6.1.2.1.42", "status" : "current", }, # node "dot5SrMIBObjects" : { "nodetype" : "node", "moduleName" : "TOKENRING-STATION-SR-MIB", "oid" : "1.3.6.1.2.1.42.1", }, # node "dot5SrRouteTable" : { "nodetype" : "table", "moduleName" : "TOKENRING-STATION-SR-MIB", "oid" : "1.3.6.1.2.1.42.1.1", "status" : "current", "description" : """The table of source-routing routes. This represents the 802.5 RIF database.""", }, # table "dot5SrRouteEntry" : { "nodetype" : "row", "moduleName" : "TOKENRING-STATION-SR-MIB", "oid" : "1.3.6.1.2.1.42.1.1.1", "create" : "true", "status" : "current", "linkage" : [ "ifIndex", "dot5SrRouteDestination", ], "description" : """Information on a specific route. An entry is created whenever a 'Single Path Explorer' or an 'All Paths Explorer' discovers a route to a neighbor not currently in the table, or whenever an 'All Paths Explorer' discovers a better (e.g., shorter) route than the route currently stored in the table. This is done on behalf of any network layer client. The ifIndex value in the INDEX clause refers to the value of MIB-II's ifIndex object for the interface on which the route is in effect.""", }, # row "dot5SrRouteDestination" : { "nodetype" : "column", "moduleName" : "TOKENRING-STATION-SR-MIB", "oid" : "1.3.6.1.2.1.42.1.1.1.2", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "MacAddress"}, }, "access" : "noaccess", "description" : """The destination of this route.""", }, # column "dot5SrRouteControl" : { "nodetype" : "column", "moduleName" : "TOKENRING-STATION-SR-MIB", "oid" : "1.3.6.1.2.1.42.1.1.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "ranges" : [ { "min" : "2", "max" : "2" }, ], "range" : { "min" : "2", "max" : "2" }, }, }, "access" : "readwrite", "description" : """The value of Routing Control field for this route.""", "reference" : """Annex C of ISO/IEC 10038: 1993, [ANSI/IEEE Std 802.1D, 1993]""", }, # column "dot5SrRouteDescr" : { "nodetype" : "column", "moduleName" : "TOKENRING-STATION-SR-MIB", "oid" : "1.3.6.1.2.1.42.1.1.1.4", "status" : "current", "syntax" : { "type" : { "module" :"TOKENRING-STATION-SR-MIB", "name" : "SourceRoute"}, }, "access" : "readwrite", "description" : """The embedded sequence of bridge and ring ID's for this route. For destinations on the local ring, the value of this object is the zero-length string.""", "reference" : """Annex C of ISO/IEC 10038: 1993, [ANSI/IEEE Std 802.1D, 1993]""", }, # column "dot5SrRouteStatus" : { "nodetype" : "column", "moduleName" : "TOKENRING-STATION-SR-MIB", "oid" : "1.3.6.1.2.1.42.1.1.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"}, }, "access" : "readwrite", "description" : """The status of this row. Values of the instances of dot5SrRouteControl and dot5SrRouteDescr can be modified while the row's status is 'active.""", }, # column "dot5SrConformance" : { "nodetype" : "node", "moduleName" : "TOKENRING-STATION-SR-MIB", "oid" : "1.3.6.1.2.1.42.2", }, # node "dot5SrGroups" : { "nodetype" : "node", "moduleName" : "TOKENRING-STATION-SR-MIB", "oid" : "1.3.6.1.2.1.42.2.1", }, # node "dot5SrCompliances" : { "nodetype" : "node", "moduleName" : "TOKENRING-STATION-SR-MIB", "oid" : "1.3.6.1.2.1.42.2.2", }, # node }, # nodes "groups" : { "dot5SrRouteGroup" : { "nodetype" : "group", "moduleName" : "TOKENRING-STATION-SR-MIB", "oid" : "1.3.6.1.2.1.42.2.1.1", "status" : "current", "members" : { "dot5SrRouteControl" : { "nodetype" : "member", "module" : "TOKENRING-STATION-SR-MIB" }, "dot5SrRouteDescr" : { "nodetype" : "member", "module" : "TOKENRING-STATION-SR-MIB" }, "dot5SrRouteStatus" : { "nodetype" : "member", "module" : "TOKENRING-STATION-SR-MIB" }, }, # members "description" : """A collection of objects providing for the management of source routes in stations on IEEE 802.5 source-routing networks.""", }, # group }, # groups "compliances" : { "dot5SrCompliance" : { "nodetype" : "compliance", "moduleName" : "TOKENRING-STATION-SR-MIB", "oid" : "1.3.6.1.2.1.42.2.2.1", "status" : "current", "description" : """The compliance statement for SNMPv2 entities which implement the IEEE 802.5 Station Source Route MIB.""", "requires" : { "dot5SrRouteGroup" : { "nodetype" : "mandatory", "module" : "TOKENRING-STATION-SR-MIB" }, }, # requires "refinements" : { "dot5SrRouteStatus" : { "module" : "TOKENRING-STATION-SR-MIB", "syntax" : { "type" : { "basetype" : "Enumeration", "parent module" : { "name" : "SNMPv2-TC", "type" : "RowStatus", }, "active" : { "nodetype" : "namednumber", "number" : "1" }, }, }, # syntax "access" : "readonly", "description" : """Write access is not required, and only the 'active' value need be supported.""", }, "dot5SrRouteControl" : { "module" : "TOKENRING-STATION-SR-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "dot5SrRouteDescr" : { "module" : "TOKENRING-STATION-SR-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, }, # refinements }, # compliance }, # compliances }