# python version 1.0						DO NOT EDIT
#
# This python file has been generated by smidump version 0.5.0:
#
#   smidump -f python DSA-MIB

FILENAME = "./libsmi-0.5.0/mibs/ietf/DSA-MIB"

MIB = {
    "moduleName" : "DSA-MIB",

    "DSA-MIB" : {
        "nodetype" : "module",
        "language" : "SMIv2",
        "organization" :    
            """IETF Mail and Directory Management Working
Group""",
        "contact" : 
            """        Glenn Mansfield

Postal: AIC Systems Laboratory
        6-6-3, Minami Yoshinari
        Aoba-ku, Sendai, 989-32
        JP

Tel:    +81 22 279 3310
Fax:    +81 22 279 3640
E-Mail: glenn@aic.co.jp""",
        "description" :
            """ The MIB module for monitoring Directory System Agents.""",
        "revisions" : (
            {
                "date" : "1993-11-25 00:00",
                "description" :
                    """[Revision added by libsmi due to a LAST-UPDATED clause.]""",
            },
        ),
        "identity node" : "dsaMIB",
    },

    "imports" : (
        {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"},
        {"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"},
        {"module" : "SNMPv2-SMI", "name" : "NOTIFICATION-TYPE"},
        {"module" : "SNMPv2-TC", "name" : "DisplayString"},
        {"module" : "SNMPv2-TC", "name" : "TimeStamp"},
        {"module" : "SNMPv2-TC", "name" : "TEXTUAL-CONVENTION"},
        {"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"},
        {"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"},
        {"module" : "RFC1213-MIB", "name" : "mib-2"},
        {"module" : "NETWORK-SERVICES-MIB", "name" : "applIndex"},
        {"module" : "NETWORK-SERVICES-MIB", "name" : "DistinguishedName"},
    ),

    "nodes" : {
        "dsaMIB" : {
            "nodetype" : "node",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29",
            "status" : "current",
        }, # node
        "dsaOpsTable" : {
            "nodetype" : "table",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.1",
            "status" : "current",
            "description" :
                """ The table holding information related to the
DSA operations.""",
        }, # table
        "dsaOpsEntry" : {
            "nodetype" : "row",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.1.1",
            "status" : "current",
            "linkage" : [
                "applIndex",
            ],
            "description" :
                """ Entry containing operations related statistics
for a DSA.""",
        }, # row
        "dsaAnonymousBinds" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.1.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """ Number of anonymous  binds to this DSA from DUAs
since application start.""",
        }, # column
        "dsaUnauthBinds" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.1.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """ Number of un-authenticated binds to this
DSA since application start.""",
        }, # column
        "dsaSimpleAuthBinds" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.1.1.3",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """ Number of binds to this DSA that were authenticated
using simple authentication procedures since
application start.""",
            "reference" :
                """ CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
Section 8.1.2.1.1.""",
        }, # column
        "dsaStrongAuthBinds" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.1.1.4",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """ Number of binds to this DSA that were authenticated
using the strong authentication procedures since
application start. This includes the binds that were
authenticated using external authentication procedures.""",
            "reference" :
                """ CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
Sections 8.1.2.1.2 &  8.1.2.1.3.""",
        }, # column
        "dsaBindSecurityErrors" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.1.1.5",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """ Number of bind operations that have been rejected
by this DSA due to inappropriateAuthentication or
invalidCredentials.""",
            "reference" :
                """ CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
Section 12.7.2""",
        }, # column
        "dsaInOps" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.1.1.6",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """ Number of operations forwarded to this DSA
from DUAs or other DSAs since application
start up.""",
        }, # column
        "dsaReadOps" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.1.1.7",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """ Number of read operations serviced by
this DSA since application startup.""",
            "reference" :
                """ CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
Section 9.1.""",
        }, # column
        "dsaCompareOps" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.1.1.8",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """ Number of compare operations serviced by
this DSA  since application startup.""",
            "reference" :
                """ CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
Section 9.2.""",
        }, # column
        "dsaAddEntryOps" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.1.1.9",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """ Number of addEntry operations serviced by
this DSA since application startup.""",
            "reference" :
                """ CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
Section 11.1.""",
        }, # column
        "dsaRemoveEntryOps" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.1.1.10",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """ Number of removeEntry operations serviced by
this DSA since application startup.""",
            "reference" :
                """ CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
Section 11.2.""",
        }, # column
        "dsaModifyEntryOps" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.1.1.11",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """ Number of modifyEntry operations serviced by
this DSA since application startup.""",
            "reference" :
                """ CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
Section 11.3.""",
        }, # column
        "dsaModifyRDNOps" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.1.1.12",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """ Number of modifyRDN operations serviced by
this DSA since application startup.""",
            "reference" :
                """ CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
Section 11.4.""",
        }, # column
        "dsaListOps" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.1.1.13",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """ Number of list operations serviced by
this DSA since application startup.""",
            "reference" :
                """ CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
Section 10.1.""",
        }, # column
        "dsaSearchOps" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.1.1.14",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """ Number of search operations- baseObjectSearches,
oneLevelSearches and  subTreeSearches, serviced
by this DSA  since application startup.""",
            "reference" :
                """ CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
Section 10.2.""",
        }, # column
        "dsaOneLevelSearchOps" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.1.1.15",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """ Number of oneLevelSearch operations serviced
by this DSA since application startup.""",
            "reference" :
                """ CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
Section 10.2.2.2.""",
        }, # column
        "dsaWholeTreeSearchOps" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.1.1.16",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """ Number of wholeTreeSearch operations serviced
by this DSA since application startup.""",
            "reference" :
                """ CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
Section 10.2.2.2.""",
        }, # column
        "dsaReferrals" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.1.1.17",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """ Number of referrals returned by this DSA in response
to requests for operations since application startup.""",
            "reference" :
                """ CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
Section 12.6.""",
        }, # column
        "dsaChainings" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.1.1.18",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """ Number of operations forwarded by this DSA
to other DSAs since application startup.""",
            "reference" :
                """ CCITT Blue Book Fascicle VIII.8 - Rec. X.518, 1988:
Section 14.""",
        }, # column
        "dsaSecurityErrors" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.1.1.19",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """ Number of operations forwarded to this DSA
which did not meet the security requirements. """,
            "reference" :
                """ CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
Section 12.7.""",
        }, # column
        "dsaErrors" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.1.1.20",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """ Number of operations that could not be serviced
due to errors other than security errors, and
referrals.
A partially serviced operation will not be counted
as an error.
The errors include NameErrors, UpdateErrors, Attribute
errors and ServiceErrors.""",
            "reference" :
                """ CCITT Blue Book Fascicle VIII.8 - Rec. X.511, 1988:
Sections 12.4, 12.5, 12.8 & 12.9.""",
        }, # column
        "dsaEntriesTable" : {
            "nodetype" : "table",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.2",
            "status" : "current",
            "description" :
                """ The table holding information related to the
entry statistics and cache performance of the DSAs.""",
        }, # table
        "dsaEntriesEntry" : {
            "nodetype" : "row",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.2.1",
            "status" : "current",
            "linkage" : [
                "applIndex",
            ],
            "description" :
                """ Entry containing statistics pertaining to entries
held by a DSA.""",
        }, # row
        "dsaMasterEntries" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.2.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"},
            },
            "access" : "readonly",
            "description" :
                """ Number of entries mastered in the DSA.""",
        }, # column
        "dsaCopyEntries" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.2.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"},
            },
            "access" : "readonly",
            "description" :
                """ Number of entries for which systematic (slave)
copies are maintained in the DSA.""",
        }, # column
        "dsaCacheEntries" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.2.1.3",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Gauge32"},
            },
            "access" : "readonly",
            "description" :
                """ Number of entries cached (non-systematic copies) in
the DSA. This will include the entries that are
cached partially. The negative cache is not counted.""",
        }, # column
        "dsaCacheHits" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.2.1.4",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """ Number of operations that were serviced from
the locally held cache since application
startup.""",
        }, # column
        "dsaSlaveHits" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.2.1.5",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """ Number of operations that were serviced from
the locally held object replications [ shadow
entries] since application startup.""",
        }, # column
        "dsaIntTable" : {
            "nodetype" : "table",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.3",
            "status" : "current",
            "description" :
                """ Each row of this table contains some details
related to the history of the interaction
of the monitored DSAs with their respective
peer DSAs.""",
        }, # table
        "dsaIntEntry" : {
            "nodetype" : "row",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.3.1",
            "status" : "current",
            "linkage" : [
                "applIndex",
                "dsaIntIndex",
            ],
            "description" :
                """ Entry containing interaction details of a DSA
with a peer DSA.""",
        }, # row
        "dsaIntIndex" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.3.1.1",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "1",
                        "max" : "2147483647"
                    },
                    ],
                    "range" : {
                        "min" : "1",
                        "max" : "2147483647"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """ Together with applIndex it forms the unique key to
identify the conceptual row which contains useful info
on the (attempted) interaction between the DSA (referred
to by applIndex) and a peer DSA.""",
        }, # column
        "dsaName" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.3.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"NETWORK-SERVICES-MIB", "name" : "DistinguishedName"},
            },
            "access" : "readonly",
            "description" :
                """ Distinguished Name of the peer DSA to which this
entry pertains.""",
        }, # column
        "dsaTimeOfCreation" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.3.1.3",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"},
            },
            "access" : "readonly",
            "description" :
                """ The value of sysUpTime when this row was created.
If the entry was created before the network management
subsystem was initialized, this object will contain
a value of zero.""",
        }, # column
        "dsaTimeOfLastAttempt" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.3.1.4",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"},
            },
            "access" : "readonly",
            "description" :
                """ The value of sysUpTime when the last attempt was made
to contact this DSA. If the last attempt was made before
the network management subsystem was initialized, this
object will contain a value of zero.""",
        }, # column
        "dsaTimeOfLastSuccess" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.3.1.5",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"},
            },
            "access" : "readonly",
            "description" :
                """ The value of sysUpTime when the last attempt made to
contact this DSA was successful. If there have
been no successful attempts this entry will have a value
of zero. If the last successful attempt was made before
the network management subsystem was initialized, this
object will contain a value of zero.""",
        }, # column
        "dsaFailuresSinceLastSuccess" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.3.1.6",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """ The number of failures since the last time an
attempt to contact this DSA was successful. If
there has been no successful attempts, this counter
will contain the number of failures since this entry
was created.""",
        }, # column
        "dsaFailures" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.3.1.7",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """ Cumulative failures since the creation of
this entry.""",
        }, # column
        "dsaSuccesses" : {
            "nodetype" : "column",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.3.1.8",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """ Cumulative successes since the creation of
this entry.""",
        }, # column
        "dsaConformance" : {
            "nodetype" : "node",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.4",
        }, # node
        "dsaGroups" : {
            "nodetype" : "node",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.4.1",
        }, # node
        "dsaCompliances" : {
            "nodetype" : "node",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.4.2",
        }, # node
    }, # nodes

    "groups" : {
        "dsaOpsGroup" : {
            "nodetype" : "group",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.4.1.1",
            "status" : "current",
            "members" : {
                "dsaAnonymousBinds" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaUnauthBinds" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaSimpleAuthBinds" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaStrongAuthBinds" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaBindSecurityErrors" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaInOps" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaReadOps" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaCompareOps" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaAddEntryOps" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaRemoveEntryOps" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaModifyEntryOps" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaModifyRDNOps" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaListOps" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaSearchOps" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaOneLevelSearchOps" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaWholeTreeSearchOps" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaReferrals" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaChainings" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaSecurityErrors" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaErrors" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
            }, # members
            "description" :
                """ A collection of objects for monitoring the DSA
operations.""",
        }, # group
        "dsaEntryGroup" : {
            "nodetype" : "group",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.4.1.2",
            "status" : "current",
            "members" : {
                "dsaMasterEntries" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaCopyEntries" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaCacheEntries" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaCacheHits" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaSlaveHits" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
            }, # members
            "description" :
                """ A collection of objects for monitoring the DSA
entry statistics and cache performance.""",
        }, # group
        "dsaIntGroup" : {
            "nodetype" : "group",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.4.1.3",
            "status" : "current",
            "members" : {
                "dsaName" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaTimeOfCreation" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaTimeOfLastAttempt" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaTimeOfLastSuccess" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaFailuresSinceLastSuccess" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaFailures" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
                "dsaSuccesses" : {
                    "nodetype" : "member",
                    "module" : "DSA-MIB"
                },
            }, # members
            "description" :
                """ A collection of objects for monitoring the DSA's
interaction with peer DSAs.""",
        }, # group
    }, # groups

    "compliances" : {
        "dsaOpsCompliance" : {
            "nodetype" : "compliance",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.4.2.1",
            "status" : "current",
            "description" :
                """The compliance statement for SNMPv2 entities
which implement the DSA-MIB for monitoring
DSA operations.""",
            "requires" : {
                "dsaOpsGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "DSA-MIB"
                },
            }, # requires
        }, # compliance
        "dsaEntryCompliance" : {
            "nodetype" : "compliance",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.4.2.2",
            "status" : "current",
            "description" :
                """The compliance statement for SNMPv2 entities
which implement the DSA-MIB for monitoring
DSA operations,  entry statistics and cache
performance.""",
            "requires" : {
                "dsaOpsGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "DSA-MIB"
                },
                "dsaEntryGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "DSA-MIB"
                },
            }, # requires
        }, # compliance
        "dsaIntCompliance" : {
            "nodetype" : "compliance",
            "moduleName" : "DSA-MIB",
            "oid" : "1.3.6.1.2.1.29.4.2.3",
            "status" : "current",
            "description" :
                """ The compliance statement  for SNMPv2  entities
which implement the DSA-MIB for monitoring DSA
operations and the interaction of the DSA with
peer DSAs.""",
            "requires" : {
                "dsaOpsGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "DSA-MIB"
                },
                "dsaIntGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "DSA-MIB"
                },
            }, # requires
        }, # compliance
    }, # compliances

}