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

FILENAME = "./libsmi-0.5.0/mibs/ietf/DIAL-CONTROL-MIB"

MIB = {
    "moduleName" : "DIAL-CONTROL-MIB",

    "DIAL-CONTROL-MIB" : {
        "nodetype" : "module",
        "language" : "SMIv2",
        "organization" :    
            """IETF ISDN Working Group""",
        "contact" : 
            """        Guenter Roeck
Postal: cisco Systems
        170 West Tasman Drive
        San Jose, CA 95134
        U.S.A.
Phone:  +1 408 527 3143
E-mail: groeck@cisco.com""",
        "description" :
            """The MIB module to describe peer information for
demand access and possibly other kinds of interfaces.""",
        "revisions" : (
            {
                "date" : "1996-09-23 15:44",
                "description" :
                    """[Revision added by libsmi due to a LAST-UPDATED clause.]""",
            },
        ),
        "identity node" : "dialControlMib",
    },

    "imports" : (
        {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"},
        {"module" : "SNMPv2-SMI", "name" : "NOTIFICATION-TYPE"},
        {"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"},
        {"module" : "SNMPv2-SMI", "name" : "Unsigned32"},
        {"module" : "SNMPv2-TC", "name" : "TEXTUAL-CONVENTION"},
        {"module" : "SNMPv2-TC", "name" : "DisplayString"},
        {"module" : "SNMPv2-TC", "name" : "TimeStamp"},
        {"module" : "SNMPv2-TC", "name" : "RowStatus"},
        {"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"},
        {"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"},
        {"module" : "SNMPv2-CONF", "name" : "NOTIFICATION-GROUP"},
        {"module" : "IANAifType-MIB", "name" : "IANAifType"},
        {"module" : "IF-MIB", "name" : "ifOperStatus"},
        {"module" : "IF-MIB", "name" : "ifIndex"},
        {"module" : "IF-MIB", "name" : "InterfaceIndex"},
        {"module" : "IF-MIB", "name" : "InterfaceIndexOrZero"},
        {"module" : "RFC1213-MIB", "name" : "transmission"},
    ),

    "typedefs" : {
        "AbsoluteCounter32" : {
            "basetype" : "Unsigned32",
            "status" : "current",
            "description" :
                """Represents a Counter32-like value that starts at zero,
does not decrease, and does not wrap. This may be used
only in situations where wrapping is not possible or
extremely unlikely. Should such a counter overflow,
it locks at the maxium value of 4,294,967,295.

The primary use of this type of counter is situations
where a counter value is to be recorded as history
and is thus no longer subject to reading for changing
values.""",
        },
    }, # typedefs

    "nodes" : {
        "dialControlMib" : {
            "nodetype" : "node",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21",
            "status" : "current",
        }, # node
        "dialControlMibObjects" : {
            "nodetype" : "node",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1",
        }, # node
        "dialCtlConfiguration" : {
            "nodetype" : "node",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.1",
        }, # node
        "dialCtlAcceptMode" : {
            "nodetype" : "scalar",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.1.1",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "acceptNone" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "acceptAll" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                    "acceptKnown" : {
                        "nodetype" : "namednumber",
                        "number" : "3"
                    },
                },
            },
            "access" : "readwrite",
            "description" :
                """The security level for acceptance of incoming calls.
acceptNone(1)  - incoming calls will not be accepted
acceptAll(2)   - incoming calls will be accepted,
                 even if there is no matching entry
                 in the dialCtlPeerCfgTable
acceptKnown(3) - incoming calls will be accepted only
                 if there is a matching entry in the
                 dialCtlPeerCfgTable""",
        }, # scalar
        "dialCtlTrapEnable" : {
            "nodetype" : "scalar",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.1.2",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "enabled" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "disabled" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "disabled",
            "description" :
                """This object indicates whether dialCtlPeerCallInformation
and dialCtlPeerCallSetup traps should be generated for
all peers. If the value of this object is enabled(1),
traps will be generated for all peers. If the value
of this object is disabled(2), traps will be generated
only for peers having dialCtlPeerCfgTrapEnable set
to enabled(1).""",
        }, # scalar
        "dialCtlPeer" : {
            "nodetype" : "node",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2",
        }, # node
        "dialCtlPeerCfgTable" : {
            "nodetype" : "table",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.1",
            "status" : "current",
            "description" :
                """The list of peers from which the managed device
will accept calls or to which it will place them.""",
        }, # table
        "dialCtlPeerCfgEntry" : {
            "nodetype" : "row",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.1.1",
            "create" : "true",
            "status" : "current",
            "linkage" : [
                "dialCtlPeerCfgId",
                "ifIndex",
            ],
            "description" :
                """Configuration data for a single Peer. This entry is
effectively permanent, and contains information
to identify the peer, how to connect to the peer,
how to identify the peer and its permissions.
The value of dialCtlPeerCfgOriginateAddress must be
specified before a new row in this table can become
active(1). Any writeable parameters in an existing entry
can be modified while the entry is active. The modification
will take effect when the peer in question will be
called the next time.
An entry in this table can only be created if the
associated ifEntry already exists.""",
        }, # row
        "dialCtlPeerCfgId" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.1.1.1",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "1",
                        "max" : "2147483647"
                    },
                    ],
                    "range" : {
                        "min" : "1",
                        "max" : "2147483647"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """This object identifies a single peer. There may
be several entries in this table for one peer,
defining different ways of reaching this peer.
Thus, there may be several entries in this table
with the same value of dialCtlPeerCfgId.
Multiple entries for one peer may be used to support
multilink as well as backup lines.
A single peer will be identified by a unique value
of this object. Several entries for one peer MUST
have the same value of dialCtlPeerCfgId, but different
ifEntries and thus different values of ifIndex.""",
        }, # column
        "dialCtlPeerCfgIfType" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.1.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"IANAifType-MIB", "name" : "IANAifType"},
            },
            "access" : "readwrite",
            "default" : "other",
            "description" :
                """The interface type to be used for calling this peer.
In case of ISDN, the value of isdn(63) is to be used.""",
        }, # column
        "dialCtlPeerCfgLowerIf" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.1.1.3",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"IF-MIB", "name" : "InterfaceIndexOrZero"},
            },
            "access" : "readwrite",
            "default" : "0",
            "description" :
                """ifIndex value of an interface the peer will have to be
called on. For example, on an ISDN interface, this can be
the ifIndex value of a D channel or the ifIndex value of a
B channel, whatever is appropriate for a given peer.
As an example, for Basic Rate leased lines it will be
necessary to specify a B channel ifIndex, while for
semi-permanent connections the D channel ifIndex has
to be specified.
If the interface can be dynamically assigned, this object
has a value of zero.""",
        }, # column
        "dialCtlPeerCfgOriginateAddress" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.1.1.4",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "DisplayString"},
            },
            "access" : "readwrite",
            "description" :
                """Call Address at which the peer will be called.
Think of this as the set of characters following 'ATDT '
or the 'phone number' included in a D channel call request.

The structure of this information will be switch type
specific. If there is no address information required
for reaching the peer, i.e., for leased lines,
this object will be a zero length string.""",
        }, # column
        "dialCtlPeerCfgAnswerAddress" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.1.1.5",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "DisplayString"},
            },
            "access" : "readwrite",
            "default" : "",
            "description" :
                """Calling Party Number information element, as for example
passed in an ISDN SETUP message by a PBX or switch,
for incoming calls.
This address can be used to identify the peer.
If this address is either unknown or identical
to dialCtlPeerCfgOriginateAddress, this object will be
a zero length string.""",
        }, # column
        "dialCtlPeerCfgSubAddress" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.1.1.6",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "DisplayString"},
            },
            "access" : "readwrite",
            "default" : "",
            "description" :
                """Subaddress at which the peer will be called.
If the subaddress is undefined for the given media or
unused, this is a zero length string.""",
        }, # column
        "dialCtlPeerCfgClosedUserGroup" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.1.1.7",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "DisplayString"},
            },
            "access" : "readwrite",
            "default" : "",
            "description" :
                """Closed User Group at which the peer will be called.
If the Closed User Group is undefined for the given media
or unused, this is a zero length string.""",
            "reference" :
                """Q.931, chapter 4.6.1.""",
        }, # column
        "dialCtlPeerCfgSpeed" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.1.1.8",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "0",
            "description" :
                """The desired information transfer speed in bits/second
when calling this peer.
The detailed media specific information, e.g. information
type and information transfer rate for ISDN circuits,
has to be extracted from this object.
If the transfer speed to be used is unknown or the default
speed for this type of interfaces, the value of this object
may be zero.""",
        }, # column
        "dialCtlPeerCfgInfoType" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.1.1.9",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "other" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "speech" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                    "unrestrictedDigital" : {
                        "nodetype" : "namednumber",
                        "number" : "3"
                    },
                    "unrestrictedDigital56" : {
                        "nodetype" : "namednumber",
                        "number" : "4"
                    },
                    "restrictedDigital" : {
                        "nodetype" : "namednumber",
                        "number" : "5"
                    },
                    "audio31" : {
                        "nodetype" : "namednumber",
                        "number" : "6"
                    },
                    "audio7" : {
                        "nodetype" : "namednumber",
                        "number" : "7"
                    },
                    "video" : {
                        "nodetype" : "namednumber",
                        "number" : "8"
                    },
                    "packetSwitched" : {
                        "nodetype" : "namednumber",
                        "number" : "9"
                    },
                    "fax" : {
                        "nodetype" : "namednumber",
                        "number" : "10"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "other",
            "description" :
                """The Information Transfer Capability to be used when
calling this peer.

speech(2) refers to a non-data connection, whereas
audio31(6) and audio7(7) refer to data mode
connections.""",
        }, # column
        "dialCtlPeerCfgPermission" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.1.1.10",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "originate" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "answer" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                    "both" : {
                        "nodetype" : "namednumber",
                        "number" : "3"
                    },
                    "callback" : {
                        "nodetype" : "namednumber",
                        "number" : "4"
                    },
                    "none" : {
                        "nodetype" : "namednumber",
                        "number" : "5"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "both",
            "description" :
                """Applicable permissions. callback(4) either rejects the
call and then calls back, or uses the 'Reverse charging'
information element if it is available.
Note that callback(4) is supposed to control charging, not
security, and applies to callback prior to accepting a
call. Callback for security reasons can be handled using
PPP callback.""",
        }, # column
        "dialCtlPeerCfgInactivityTimer" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.1.1.11",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "0",
            "units" : "seconds",
            "description" :
                """The connection will be automatically disconnected
if no longer carrying useful data for a time
period, in seconds, specified in this object.
Useful data in this context refers to forwarding
packets, including routing information; it
excludes the encapsulator maintenance frames.
A value of zero means the connection will not be
automatically taken down due to inactivity,
which implies that it is a dedicated circuit.""",
        }, # column
        "dialCtlPeerCfgMinDuration" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.1.1.12",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "0",
            "description" :
                """Minimum duration of a call in seconds, starting from the
time the call is connected until the call is disconnected.
This is to accomplish the fact that in most countries
charging applies to units of time, which should be matched
as closely as possible.""",
        }, # column
        "dialCtlPeerCfgMaxDuration" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.1.1.13",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "0",
            "description" :
                """Maximum call duration in seconds. Zero means 'unlimited'.""",
        }, # column
        "dialCtlPeerCfgCarrierDelay" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.1.1.14",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "0",
            "units" : "seconds",
            "description" :
                """The call timeout time in seconds. The default value
of zero means that the call timeout as specified for
the media in question will apply.""",
        }, # column
        "dialCtlPeerCfgCallRetries" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.1.1.15",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "0",
            "description" :
                """The number of calls to a non-responding address
that may be made. A retry count of zero means
there is no bound. The intent is to bound
the number of successive calls to an address
which is inaccessible, or which refuses those calls.

Some countries regulate the number of call retries
to a given peer that can be made.""",
        }, # column
        "dialCtlPeerCfgRetryDelay" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.1.1.16",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "0",
            "units" : "seconds",
            "description" :
                """The time in seconds between call retries if a peer
cannot be reached.
A value of zero means that call retries may be done
without any delay.""",
        }, # column
        "dialCtlPeerCfgFailureDelay" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.1.1.17",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "0",
            "units" : "seconds",
            "description" :
                """The time in seconds after which call attempts are
to be placed again after a peer has been noticed
to be unreachable, i.e. after dialCtlPeerCfgCallRetries
unsuccessful call attempts.
A value of zero means that a peer will not be called
again after dialCtlPeerCfgCallRetries unsuccessful call
attempts.""",
        }, # column
        "dialCtlPeerCfgTrapEnable" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.1.1.18",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "enabled" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "disabled" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "disabled",
            "description" :
                """This object indicates whether dialCtlPeerCallInformation
and dialCtlPeerCallSetup traps should be generated for
this peer.""",
        }, # column
        "dialCtlPeerCfgStatus" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.1.1.19",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
            },
            "access" : "readwrite",
            "description" :
                """Status of one row in this table.""",
        }, # column
        "dialCtlPeerStatsTable" : {
            "nodetype" : "table",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.2",
            "status" : "current",
            "description" :
                """Statistics information for each peer entry.
There will be one entry in this table for each entry
in the dialCtlPeerCfgTable.""",
        }, # table
        "dialCtlPeerStatsEntry" : {
            "nodetype" : "row",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.2.1",
            "status" : "current",
            "linkage" : [
                { "DIAL-CONTROL-MIB" : {
                    "indexkind" : "augments",
                    "relatedNode" : "dialCtlPeerCfgEntry",
                }},
            ],
            "description" :
                """Statistics information for a single Peer. This entry
is effectively permanent, and contains information
describing the last call attempt as well as supplying
statistical information.""",
        }, # row
        "dialCtlPeerStatsConnectTime" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.2.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"DIAL-CONTROL-MIB", "name" : "AbsoluteCounter32"},
            },
            "access" : "readonly",
            "units" : "seconds",
            "description" :
                """Accumulated connect time to the peer since system startup.
This is the total connect time, i.e. the connect time
for outgoing calls plus the time for incoming calls.""",
        }, # column
        "dialCtlPeerStatsChargedUnits" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.2.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"DIAL-CONTROL-MIB", "name" : "AbsoluteCounter32"},
            },
            "access" : "readonly",
            "description" :
                """The total number of charging units applying to this
peer since system startup.
Only the charging units applying to the local interface,
i.e. for originated calls or for calls with 'Reverse
charging' being active, will be counted here.""",
        }, # column
        "dialCtlPeerStatsSuccessCalls" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.2.1.3",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"DIAL-CONTROL-MIB", "name" : "AbsoluteCounter32"},
            },
            "access" : "readonly",
            "description" :
                """Number of completed calls to this peer.""",
        }, # column
        "dialCtlPeerStatsFailCalls" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.2.1.4",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"DIAL-CONTROL-MIB", "name" : "AbsoluteCounter32"},
            },
            "access" : "readonly",
            "description" :
                """Number of failed call attempts to this peer since system
startup.""",
        }, # column
        "dialCtlPeerStatsAcceptCalls" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.2.1.5",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"DIAL-CONTROL-MIB", "name" : "AbsoluteCounter32"},
            },
            "access" : "readonly",
            "description" :
                """Number of calls from this peer accepted since system
startup.""",
        }, # column
        "dialCtlPeerStatsRefuseCalls" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.2.1.6",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"DIAL-CONTROL-MIB", "name" : "AbsoluteCounter32"},
            },
            "access" : "readonly",
            "description" :
                """Number of calls from this peer refused since system
startup.""",
        }, # column
        "dialCtlPeerStatsLastDisconnectCause" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.2.1.7",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "4"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "4"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The encoded network cause value associated with the last
call.
This object will be updated whenever a call is started
or cleared.
The value of this object will depend on the interface type
as well as on the protocol and protocol version being
used on this interface. Some references for possible cause
values are given below.""",
            "reference" :
                """- Bellcore SR-NWT-001953, Generic Guidelines for
ISDN Terminal Equipment On Basic Access Interfaces,
chapter 5.2.5.8.
- Bellcore SR-NWT-002343, ISDN Primary Rate Interface
Generic Guidelines for Customer Premises Equipment,
chapter 8.2.5.8.
- ITU-T Q.931, Appendix I.
- ITU-T X.25, CAUSE and DIAGNOSTIC field values.
- German Telekom FTZ 1TR6, chapter 3.2.3.4.4.4.""",
        }, # column
        "dialCtlPeerStatsLastDisconnectText" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.2.1.8",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "DisplayString"},
            },
            "access" : "readonly",
            "description" :
                """ASCII text describing the reason for the last call
termination.
This object exists because it would be impossible for
a management station to store all possible cause values
for all types of interfaces. It should be used only if
a management station is unable to decode the value of
dialCtlPeerStatsLastDisconnectCause.

This object will be updated whenever a call is started
or cleared.""",
        }, # column
        "dialCtlPeerStatsLastSetupTime" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.2.2.1.9",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"},
            },
            "access" : "readonly",
            "description" :
                """The value of sysUpTime when the last call to this peer
was started.
For ISDN media, this will be the time when the setup
message was received from or sent to the network.
This object will be updated whenever a call is started
or cleared.""",
        }, # column
        "callActive" : {
            "nodetype" : "node",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.3",
        }, # node
        "callActiveTable" : {
            "nodetype" : "table",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.3.1",
            "status" : "current",
            "description" :
                """A table containing information about active
calls to a specific destination.""",
        }, # table
        "callActiveEntry" : {
            "nodetype" : "row",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.3.1.1",
            "status" : "current",
            "linkage" : [
                "callActiveSetupTime",
                "callActiveIndex",
            ],
            "description" :
                """The information regarding a single active Connection.
An entry in this table will be created when a call is
started. An entry in this table will be deleted when
an active call clears.""",
        }, # row
        "callActiveSetupTime" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.3.1.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"},
            },
            "access" : "noaccess",
            "description" :
                """The value of sysUpTime when the call associated to this
entry was started. This will be useful for an NMS to
retrieve all calls after a specific time. Also, this object
can be useful in finding large delays between the time the
call was started and the time the call was connected.
For ISDN media, this will be the time when the setup
message was received from or sent to the network.""",
        }, # column
        "callActiveIndex" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.3.1.1.2",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "1",
                        "max" : "2147483647"
                    },
                    ],
                    "range" : {
                        "min" : "1",
                        "max" : "2147483647"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """Small index variable to distinguish calls that start in
the same hundredth of a second.""",
        }, # column
        "callActivePeerAddress" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.3.1.1.3",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "DisplayString"},
            },
            "access" : "readonly",
            "description" :
                """The number this call is connected to. If the number is
not available, then it will have a length of zero.""",
        }, # column
        "callActivePeerSubAddress" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.3.1.1.4",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "DisplayString"},
            },
            "access" : "readonly",
            "description" :
                """The subaddress this call is connected to. If the subaddress
is undefined or not available, this will be a zero length
string.""",
        }, # column
        "callActivePeerId" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.3.1.1.5",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """This is the Id value of the peer table entry
to which this call was made. If a peer table entry
for this call does not exist or is unknown, the value
of this object will be zero.""",
        }, # column
        "callActivePeerIfIndex" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.3.1.1.6",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """This is the ifIndex value of the peer table entry
to which this call was made. If a peer table entry
for this call does not exist or is unknown, the value
of this object will be zero.""",
        }, # column
        "callActiveLogicalIfIndex" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.3.1.1.7",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"IF-MIB", "name" : "InterfaceIndexOrZero"},
            },
            "access" : "readonly",
            "description" :
                """This is the ifIndex value of the logical interface through
which this call was made. For ISDN media, this would be
the ifIndex of the B channel which was used for this call.
If the ifIndex value is unknown, the value of this object
will be zero.""",
        }, # column
        "callActiveConnectTime" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.3.1.1.8",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"},
            },
            "access" : "readonly",
            "description" :
                """The value of sysUpTime when the call was connected.
If the call is not connected, this object will have a
value of zero.""",
        }, # column
        "callActiveCallState" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.3.1.1.9",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "unknown" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "connecting" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                    "connected" : {
                        "nodetype" : "namednumber",
                        "number" : "3"
                    },
                    "active" : {
                        "nodetype" : "namednumber",
                        "number" : "4"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The current call state.
unknown(1)     - The call state is unknown.
connecting(2)  - A connection attempt (outgoing call)
                 is being made.
connected(3)   - An incoming call is in the process
                 of validation.
active(4)      - The call is active.""",
        }, # column
        "callActiveCallOrigin" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.3.1.1.10",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "originate" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "answer" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                    "callback" : {
                        "nodetype" : "namednumber",
                        "number" : "3"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The call origin.""",
        }, # column
        "callActiveChargedUnits" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.3.1.1.11",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"DIAL-CONTROL-MIB", "name" : "AbsoluteCounter32"},
            },
            "access" : "readonly",
            "description" :
                """The number of charged units for this connection.
For incoming calls or if charging information is
not supplied by the switch, the value of this object
will be zero.""",
        }, # column
        "callActiveInfoType" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.3.1.1.12",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "other" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "speech" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                    "unrestrictedDigital" : {
                        "nodetype" : "namednumber",
                        "number" : "3"
                    },
                    "unrestrictedDigital56" : {
                        "nodetype" : "namednumber",
                        "number" : "4"
                    },
                    "restrictedDigital" : {
                        "nodetype" : "namednumber",
                        "number" : "5"
                    },
                    "audio31" : {
                        "nodetype" : "namednumber",
                        "number" : "6"
                    },
                    "audio7" : {
                        "nodetype" : "namednumber",
                        "number" : "7"
                    },
                    "video" : {
                        "nodetype" : "namednumber",
                        "number" : "8"
                    },
                    "packetSwitched" : {
                        "nodetype" : "namednumber",
                        "number" : "9"
                    },
                    "fax" : {
                        "nodetype" : "namednumber",
                        "number" : "10"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The information type for this call.""",
        }, # column
        "callActiveTransmitPackets" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.3.1.1.13",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"DIAL-CONTROL-MIB", "name" : "AbsoluteCounter32"},
            },
            "access" : "readonly",
            "description" :
                """The number of packets which were transmitted for this
call.""",
        }, # column
        "callActiveTransmitBytes" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.3.1.1.14",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"DIAL-CONTROL-MIB", "name" : "AbsoluteCounter32"},
            },
            "access" : "readonly",
            "description" :
                """The number of bytes which were transmitted for this
call.""",
        }, # column
        "callActiveReceivePackets" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.3.1.1.15",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"DIAL-CONTROL-MIB", "name" : "AbsoluteCounter32"},
            },
            "access" : "readonly",
            "description" :
                """The number of packets which were received for this
call.""",
        }, # column
        "callActiveReceiveBytes" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.3.1.1.16",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"DIAL-CONTROL-MIB", "name" : "AbsoluteCounter32"},
            },
            "access" : "readonly",
            "description" :
                """The number of bytes which were received for this call.""",
        }, # column
        "callHistory" : {
            "nodetype" : "node",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.4",
        }, # node
        "callHistoryTableMaxLength" : {
            "nodetype" : "scalar",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.4.1",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                },
            },
            "access" : "readwrite",
            "description" :
                """The upper limit on the number of entries that the
callHistoryTable may contain.  A value of 0
will prevent any history from being retained. When
this table is full, the oldest entry will be deleted
and the new one will be created.""",
        }, # scalar
        "callHistoryRetainTimer" : {
            "nodetype" : "scalar",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.4.2",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                },
            },
            "access" : "readwrite",
            "units" : "minutes",
            "description" :
                """The minimum amount of time that an callHistoryEntry
will be maintained before being deleted. A value of
0 will prevent any history from being retained in the
callHistoryTable, but will neither prevent callCompletion
traps being generated nor affect other tables.""",
        }, # scalar
        "callHistoryTable" : {
            "nodetype" : "table",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.4.3",
            "status" : "current",
            "description" :
                """A table containing information about specific
calls to a specific destination.""",
        }, # table
        "callHistoryEntry" : {
            "nodetype" : "row",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.4.3.1",
            "status" : "current",
            "linkage" : [
                "callActiveSetupTime",
                "callActiveIndex",
            ],
            "description" :
                """The information regarding a single Connection.""",
        }, # row
        "callHistoryPeerAddress" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.4.3.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "DisplayString"},
            },
            "access" : "readonly",
            "description" :
                """The number this call was connected to. If the number is
not available, then it will have a length of zero.""",
        }, # column
        "callHistoryPeerSubAddress" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.4.3.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "DisplayString"},
            },
            "access" : "readonly",
            "description" :
                """The subaddress this call was connected to. If the subaddress
is undefined or not available, this will be a zero length
string.""",
        }, # column
        "callHistoryPeerId" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.4.3.1.3",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """This is the Id value of the peer table entry
to which this call was made. If a peer table entry
for this call does not exist, the value of this object
will be zero.""",
        }, # column
        "callHistoryPeerIfIndex" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.4.3.1.4",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Integer32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "2147483647"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """This is the ifIndex value of the peer table entry
to which this call was made. If a peer table entry
for this call does not exist, the value of this object
will be zero.""",
        }, # column
        "callHistoryLogicalIfIndex" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.4.3.1.5",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"IF-MIB", "name" : "InterfaceIndex"},
            },
            "access" : "readonly",
            "description" :
                """This is the ifIndex value of the logical interface through
which this call was made. For ISDN media, this would be
the ifIndex of the B channel which was used for this call.""",
        }, # column
        "callHistoryDisconnectCause" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.4.3.1.6",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "4"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "4"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The encoded network cause value associated with this call.

The value of this object will depend on the interface type
as well as on the protocol and protocol version being
used on this interface. Some references for possible cause
values are given below.""",
            "reference" :
                """- Bellcore SR-NWT-001953, Generic Guidelines for
ISDN Terminal Equipment On Basic Access Interfaces,
chapter 5.2.5.8.
- Bellcore SR-NWT-002343, ISDN Primary Rate Interface
Generic Guidelines for Customer Premises Equipment,
chapter 8.2.5.8.
- ITU-T Q.931, Appendix I.
- ITU-T X.25, CAUSE and DIAGNOSTIC field values.
- German Telekom FTZ 1TR6, chapter 3.2.3.4.4.4.""",
        }, # column
        "callHistoryDisconnectText" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.4.3.1.7",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "DisplayString"},
            },
            "access" : "readonly",
            "description" :
                """ASCII text describing the reason for call termination.

This object exists because it would be impossible for
a management station to store all possible cause values
for all types of interfaces. It should be used only if
a management station is unable to decode the value of
dialCtlPeerStatsLastDisconnectCause.""",
        }, # column
        "callHistoryConnectTime" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.4.3.1.8",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"},
            },
            "access" : "readonly",
            "description" :
                """The value of sysUpTime when the call was connected.""",
        }, # column
        "callHistoryDisconnectTime" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.4.3.1.9",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"},
            },
            "access" : "readonly",
            "description" :
                """The value of sysUpTime when the call was disconnected.""",
        }, # column
        "callHistoryCallOrigin" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.4.3.1.10",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "originate" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "answer" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                    "callback" : {
                        "nodetype" : "namednumber",
                        "number" : "3"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The call origin.""",
        }, # column
        "callHistoryChargedUnits" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.4.3.1.11",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"DIAL-CONTROL-MIB", "name" : "AbsoluteCounter32"},
            },
            "access" : "readonly",
            "description" :
                """The number of charged units for this connection.
For incoming calls or if charging information is
not supplied by the switch, the value of this object
will be zero.""",
        }, # column
        "callHistoryInfoType" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.4.3.1.12",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "other" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "speech" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                    "unrestrictedDigital" : {
                        "nodetype" : "namednumber",
                        "number" : "3"
                    },
                    "unrestrictedDigital56" : {
                        "nodetype" : "namednumber",
                        "number" : "4"
                    },
                    "restrictedDigital" : {
                        "nodetype" : "namednumber",
                        "number" : "5"
                    },
                    "audio31" : {
                        "nodetype" : "namednumber",
                        "number" : "6"
                    },
                    "audio7" : {
                        "nodetype" : "namednumber",
                        "number" : "7"
                    },
                    "video" : {
                        "nodetype" : "namednumber",
                        "number" : "8"
                    },
                    "packetSwitched" : {
                        "nodetype" : "namednumber",
                        "number" : "9"
                    },
                    "fax" : {
                        "nodetype" : "namednumber",
                        "number" : "10"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The information type for this call.""",
        }, # column
        "callHistoryTransmitPackets" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.4.3.1.13",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"DIAL-CONTROL-MIB", "name" : "AbsoluteCounter32"},
            },
            "access" : "readonly",
            "description" :
                """The number of packets which were transmitted while this
call was active.""",
        }, # column
        "callHistoryTransmitBytes" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.4.3.1.14",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"DIAL-CONTROL-MIB", "name" : "AbsoluteCounter32"},
            },
            "access" : "readonly",
            "description" :
                """The number of bytes which were transmitted while this
call was active.""",
        }, # column
        "callHistoryReceivePackets" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.4.3.1.15",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"DIAL-CONTROL-MIB", "name" : "AbsoluteCounter32"},
            },
            "access" : "readonly",
            "description" :
                """The number of packets which were received while this
call was active.""",
        }, # column
        "callHistoryReceiveBytes" : {
            "nodetype" : "column",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.1.4.3.1.16",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"DIAL-CONTROL-MIB", "name" : "AbsoluteCounter32"},
            },
            "access" : "readonly",
            "description" :
                """The number of bytes which were received while this
call was active.""",
        }, # column
        "dialControlMibTrapPrefix" : {
            "nodetype" : "node",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.2",
        }, # node
        "dialControlMibTraps" : {
            "nodetype" : "node",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.2.0",
        }, # node
        "dialControlMibConformance" : {
            "nodetype" : "node",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.3",
        }, # node
        "dialControlMibCompliances" : {
            "nodetype" : "node",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.3.1",
        }, # node
        "dialControlMibGroups" : {
            "nodetype" : "node",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.3.2",
        }, # node
    }, # nodes

    "notifications" : {
        "dialCtlPeerCallInformation" : {
            "nodetype" : "notification",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.2.0.1",
            "status" : "current",
            "objects" : {
                "callHistoryPeerId" : {
                    "nodetype" : "object",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callHistoryPeerIfIndex" : {
                    "nodetype" : "object",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callHistoryLogicalIfIndex" : {
                    "nodetype" : "object",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "ifOperStatus" : {
                    "nodetype" : "object",
                    "module" : "IF-MIB"
                },
                "callHistoryPeerAddress" : {
                    "nodetype" : "object",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callHistoryPeerSubAddress" : {
                    "nodetype" : "object",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callHistoryDisconnectCause" : {
                    "nodetype" : "object",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callHistoryConnectTime" : {
                    "nodetype" : "object",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callHistoryDisconnectTime" : {
                    "nodetype" : "object",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callHistoryInfoType" : {
                    "nodetype" : "object",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callHistoryCallOrigin" : {
                    "nodetype" : "object",
                    "module" : "DIAL-CONTROL-MIB"
                },
            },
            "description" :
                """This trap/inform is sent to the manager whenever
a successful call clears, or a failed call attempt
is determined to have ultimately failed. In the
event that call retry is active, then this is after
all retry attempts have failed. However, only one such
trap is sent in between successful call attempts;
subsequent call attempts result in no trap.
ifOperStatus will return the operational status of the
virtual interface associated with the peer to whom
this call was made to.""",
        }, # notification
        "dialCtlPeerCallSetup" : {
            "nodetype" : "notification",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.2.0.2",
            "status" : "current",
            "objects" : {
                "callActivePeerId" : {
                    "nodetype" : "object",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callActivePeerIfIndex" : {
                    "nodetype" : "object",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callActiveLogicalIfIndex" : {
                    "nodetype" : "object",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "ifOperStatus" : {
                    "nodetype" : "object",
                    "module" : "IF-MIB"
                },
                "callActivePeerAddress" : {
                    "nodetype" : "object",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callActivePeerSubAddress" : {
                    "nodetype" : "object",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callActiveInfoType" : {
                    "nodetype" : "object",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callActiveCallOrigin" : {
                    "nodetype" : "object",
                    "module" : "DIAL-CONTROL-MIB"
                },
            },
            "description" :
                """This trap/inform is sent to the manager whenever
a call setup message is received or sent.
ifOperStatus will return the operational status of the
virtual interface associated with the peer to whom
this call was made to.""",
        }, # notification
    }, # notifications

    "groups" : {
        "dialControlGroup" : {
            "nodetype" : "group",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.3.2.1",
            "status" : "current",
            "members" : {
                "dialCtlAcceptMode" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlTrapEnable" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerCfgIfType" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerCfgLowerIf" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerCfgOriginateAddress" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerCfgAnswerAddress" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerCfgSubAddress" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerCfgClosedUserGroup" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerCfgSpeed" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerCfgInfoType" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerCfgPermission" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerCfgInactivityTimer" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerCfgMinDuration" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerCfgMaxDuration" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerCfgCarrierDelay" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerCfgCallRetries" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerCfgRetryDelay" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerCfgFailureDelay" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerCfgTrapEnable" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerCfgStatus" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerStatsConnectTime" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerStatsChargedUnits" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerStatsSuccessCalls" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerStatsFailCalls" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerStatsAcceptCalls" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerStatsRefuseCalls" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerStatsLastDisconnectCause" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerStatsLastDisconnectText" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerStatsLastSetupTime" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
            }, # members
            "description" :
                """A collection of objects providing the DIAL CONTROL
capability.""",
        }, # group
        "callActiveGroup" : {
            "nodetype" : "group",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.3.2.2",
            "status" : "current",
            "members" : {
                "callActivePeerAddress" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callActivePeerSubAddress" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callActivePeerId" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callActivePeerIfIndex" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callActiveLogicalIfIndex" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callActiveConnectTime" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callActiveCallState" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callActiveCallOrigin" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callActiveChargedUnits" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callActiveInfoType" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callActiveTransmitPackets" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callActiveTransmitBytes" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callActiveReceivePackets" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callActiveReceiveBytes" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
            }, # members
            "description" :
                """A collection of objects providing the active call
capability.""",
        }, # group
        "callHistoryGroup" : {
            "nodetype" : "group",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.3.2.3",
            "status" : "current",
            "members" : {
                "callHistoryTableMaxLength" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callHistoryRetainTimer" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callHistoryPeerAddress" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callHistoryPeerSubAddress" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callHistoryPeerId" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callHistoryPeerIfIndex" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callHistoryLogicalIfIndex" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callHistoryDisconnectCause" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callHistoryDisconnectText" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callHistoryConnectTime" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callHistoryDisconnectTime" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callHistoryCallOrigin" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callHistoryChargedUnits" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callHistoryInfoType" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callHistoryTransmitPackets" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callHistoryTransmitBytes" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callHistoryReceivePackets" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callHistoryReceiveBytes" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
            }, # members
            "description" :
                """A collection of objects providing the Call History
capability.""",
        }, # group
        "callNotificationsGroup" : {
            "nodetype" : "group",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.3.2.4",
            "status" : "current",
            "members" : {
                "dialCtlPeerCallInformation" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "dialCtlPeerCallSetup" : {
                    "nodetype" : "member",
                    "module" : "DIAL-CONTROL-MIB"
                },
            }, # members
            "description" :
                """The notifications which a Dial Control MIB entity is
required to implement.""",
        }, # group
    }, # groups

    "compliances" : {
        "dialControlMibCompliance" : {
            "nodetype" : "compliance",
            "moduleName" : "DIAL-CONTROL-MIB",
            "oid" : "1.3.6.1.2.1.10.21.3.1.1",
            "status" : "current",
            "description" :
                """The compliance statement for entities which
implement the DIAL CONTROL MIB""",
            "requires" : {
                "dialControlGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callActiveGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callHistoryGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "DIAL-CONTROL-MIB"
                },
                "callNotificationsGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "DIAL-CONTROL-MIB"
                },
            }, # requires
        }, # compliance
    }, # compliances

}