CISCO-MMAIL-DIAL-CONTROL-MIB
AI MIB Summary
The CISCO-MMAIL-DIAL-CONTROL-MIB extends RFC 2128 to monitor and configure dial peer parameters for circuit-switched telephony interfaces and IP-based mail server connections on Cisco devices. It provides granular control over dialing sessions and routing attributes for both legacy telephony circuits and IP mail transport protocols.
This MIB module enhances the IETF Dial Control MIB (RFC2128) for providing management of dial peers on both a circuit-switched telephony network, and a mail server on IP network.
57
Objects
Active
Status
8
Dependencies
Imported Objects
Objects
57 total| Object Name |
|---|
ciscoMediaMailDialControlMIB OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.102 |
RFC1155-SMI Unknown .1.3.6.1.4.1.9.9.102 |
cmmdcMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.102.1 |
cmmPeer OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.102.1.1 |
cmmIpPeerCfgTableThe table contains the Media mail peer specific
information that is required to accept mail connection or
to which it will connect them via IP network with the
specified session protocol in cmmIpPeerCfgSessionProtocol. SEQUENCE OF CmmIpPeerCfgEntry .1.3.6.1.4.1.9.9.102.1.1.1 |
cmmIpPeerCfgEntryA single Media Mail specific Peer. One entry per media mail
encapsulation. The entry is created when its associated
'mediaMailOverIp(139)' encapsulation ifEntry is created.
This entry is deleted when its associated ifEntry is
deleted. CmmIpPeerCfgEntry .1.3.6.1.4.1.9.9.102.1.1.1.1 |
cmmIpPeerCfgSessionProtocolThe object specifies the session protocol to be used
for sending/receiving media mail between local and remote
mail sever via IP network.
smtp - Simple Mail Transfer Protocol.rw Enumeration .1.3.6.1.4.1.9.9.102.1.1.1.1.1 |
cmmIpPeerCfgSessionTargetThe object specifies the session target of the peer.
Session Targets definitions:
The session target has the syntax used by the IETF service
location protocol. The syntax is as follows:
mapping-type:type-specific-syntax
The mapping-type specifies a scheme for mapping the
matching dial string to a session target. The
type-specific-syntax is exactly that, something that the
particular mapping scheme can understand.
For example,
Session target mailto:+$d$@fax.cisco.com
The valid Mapping type definitions for the peer are as
follows:
mailto - Syntax: mailto:w@x.y.zrw DisplayString -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.102.1.1.1.1.2 |
cmmIpPeerCfgImgEncodingTypeThis object specifies the image encoding conversion for
outgoing mail connection to mail server.
If the value of this object is transparent, it means
'pass through' without encoding conversion.rw CmmImgEncodingOrTransparent -- Rsyntax INTEGER { -- transparent(1), -- modifiedHuffman(2), -- modifiedREAD(3), -- modifiedMR(4) -- } .1.3.6.1.4.1.9.9.102.1.1.1.1.3 |
cmmIpPeerCfgImgResolutionThis object specifies the image resolution conversion for
outgoing mail connection to mail server.
If the value of this object is transparent, it means
'pass through' without resolution conversion.rw CmmImgResolutionOrTransparent -- Rsyntax INTEGER { -- transparent(1), -- standard(2), -- fine(3), -- superFine(4) -- } .1.3.6.1.4.1.9.9.102.1.1.1.1.4 |
cmmIpPeerCfgMsgDispoNotificationThis object specifies the Request of Message Disposition
Notification.
true - Request Message Disposition Notification.
false - No Message Disposition Notification.rw TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.102.1.1.1.1.5 |
cmmIpPeerCfgDeliStatNotificationThis object specifies the Request of Delivery Status
Notification.
success - Request Notification if the media mail is
successfully delivered to the recipient.
failure - Request Notification if the media mail is failed
to deliver to the recipient.
delayed - Request Notification if the media mail is delayed
to deliver to the recipient.rw OCTET STRING .1.3.6.1.4.1.9.9.102.1.1.1.1.6 |
cmmCallActive OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.102.1.2 |
cmmIpCallActiveTableThis table is the Media Mail over IP extension to the call
active table of IETF Dial Control MIB. It contains Media
Mail over IP call leg information. SEQUENCE OF CmmIpCallActiveEntry .1.3.6.1.4.1.9.9.102.1.2.1 |
cmmIpCallActiveEntryThe information regarding a single Media mail over IP call
leg. The call leg entry is identified by using the same
index objects that are used by Call Active table of IETF
Dial Control MIB to identify the call.
An entry of this table is created when its associated call
active entry in the IETF Dial Control MIB is created and
the call active entry contains information for the call
establishment to the mail server peer on the IP network
via a Media Mail over IP peer.
The entry is deleted when its associated call active entry
in the IETF Dial Control MIB is deleted. CmmIpCallActiveEntry .1.3.6.1.4.1.9.9.102.1.2.1.1 |
cmmIpCallActiveConnectionIdThe global call identifier for the gateway call.ro CvcGUid -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.102.1.2.1.1.1 |
cmmIpCallActiveRemoteIPAddressRemote mail server IP address for the Media mail call.ro IpAddress .1.3.6.1.4.1.9.9.102.1.2.1.1.2 |
cmmIpCallActiveSessionProtocolThe object specifies the session protocol to be used
for the media mail call between local and remote mail
server via IP network.ro Enumeration .1.3.6.1.4.1.9.9.102.1.2.1.1.3 |
cmmIpCallActiveSessionTargetThe object specifies the session target of the peer that
is used for the call. This object is set with the
information in the call associated
cmmIpPeerCfgSessionTarget object when the media mail call
is connected.ro DisplayString -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.102.1.2.1.1.4 |
cmmIpCallActiveMessageIdThe global unique message identification of
the Media mail.ro DisplayString -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.102.1.2.1.1.5 |
cmmIpCallActiveAccountIdThe Account ID of Media mail.ro DisplayString -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.102.1.2.1.1.6 |
cmmIpCallActiveImgEncodingTypeThe image encoding type of Media mail.ro CmmImgEncoding -- Rsyntax INTEGER { -- modifiedHuffman(2), -- modifiedREAD(3), -- modifiedMR(4) -- } .1.3.6.1.4.1.9.9.102.1.2.1.1.7 |
cmmIpCallActiveImgResolutionThe image resolution of Media mail.ro CmmImgResolution -- Rsyntax INTEGER { -- standard(2), -- fine(3), -- superFine(4) -- } .1.3.6.1.4.1.9.9.102.1.2.1.1.8 |
cmmIpCallActiveAcceptMimeTypesThe number of accepted MIME types for the Media mail call.ro AbsoluteCounter32 -- Rsyntax Gauge .1.3.6.1.4.1.9.9.102.1.2.1.1.9 |
cmmIpCallActiveDiscdMimeTypesThe number of discarded MIME types for the Media mail call.ro AbsoluteCounter32 -- Rsyntax Gauge .1.3.6.1.4.1.9.9.102.1.2.1.1.10 |
cmmIpCallActiveNotificationThe notification type of the Media mail call.
none - No notification.
mdn - Message Disposition notification.
dsn - Delivery Status notification.
dsnMdn - Both Delivery Status and Message Disposition
notificationro Enumeration .1.3.6.1.4.1.9.9.102.1.2.1.1.11 |
cmmCallHistory OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.102.1.3 |
cmmIpCallHistoryTableThis table is the Media Mail extension to the call history
table of IETF Dial Control MIB. It contains Media Mail call
leg information about specific Media mail gateway call. SEQUENCE OF CmmIpCallHistoryEntry .1.3.6.1.4.1.9.9.102.1.3.1 |
cmmIpCallHistoryEntryThe information regarding a single Media Mail call leg.
The call leg entry is identified by using the same index
objects that are used by Call Active table of IETF Dial
Control MIB to identify the call.
An entry of this table is created when its associated call
history entry in the IETF Dial Control MIB is created and
the call history entry contains information for the call
establishment to the mail server on the IP network via a
Media Mail over IP peer.
The entry is deleted when its associated call history entry
in the IETF Dial Control MIB is deleted. CmmIpCallHistoryEntry .1.3.6.1.4.1.9.9.102.1.3.1.1 |
cmmIpCallHistoryConnectionIdThe global call identifier for the gateway call.ro CvcGUid -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.102.1.3.1.1.1 |
cmmIpCallHistoryRemoteIPAddressRemote mail server IP address for the media mail call.ro IpAddress .1.3.6.1.4.1.9.9.102.1.3.1.1.2 |
cmmIpCallHistorySessionProtocolThe object specifies the session protocol to be used
for the media mail call between local and remote mail
server via IP network.ro Enumeration .1.3.6.1.4.1.9.9.102.1.3.1.1.3 |
cmmIpCallHistorySessionTargetThe object specifies the session target of the peer that
is used for the call. This object is set with the
information in the call associated
cmmIpPeerCfgSessionTarget object when the media mail call
is connected.ro DisplayString -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.102.1.3.1.1.4 |
cmmIpCallHistoryMessageIdThe global unique message identification of
the Media mail.ro DisplayString -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.102.1.3.1.1.5 |
cmmIpCallHistoryAccountIdThe Account ID of Media mail.ro DisplayString -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.102.1.3.1.1.6 |
cmmIpCallHistoryImgEncodingTypeThe image encoding type of Media mail.ro CmmImgEncoding -- Rsyntax INTEGER { -- modifiedHuffman(2), -- modifiedREAD(3), -- modifiedMR(4) -- } .1.3.6.1.4.1.9.9.102.1.3.1.1.7 |
cmmIpCallHistoryImgResolutionThe image resolution of Media mail.ro CmmImgResolution -- Rsyntax INTEGER { -- standard(2), -- fine(3), -- superFine(4) -- } .1.3.6.1.4.1.9.9.102.1.3.1.1.8 |
cmmIpCallHistoryAcceptMimeTypesThe number of accepted MIME types for the Media mail call.ro AbsoluteCounter32 -- Rsyntax Gauge .1.3.6.1.4.1.9.9.102.1.3.1.1.9 |
cmmIpCallHistoryDiscdMimeTypesThe number of discarded MIME types for the Media mail call.ro AbsoluteCounter32 -- Rsyntax Gauge .1.3.6.1.4.1.9.9.102.1.3.1.1.10 |
cmmIpCallHistoryNotificationThe notification type of the Media mail call.
none - No notification.
mdn - Message Disposition notification.
dsn - Delivery Status notification.
dsnMdn - Both Delivery Status and Message Disposition
notificationro Enumeration .1.3.6.1.4.1.9.9.102.1.3.1.1.11 |
cmmFaxGeneralCfg OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.102.1.4 |
cmmFaxCfgCalledSubscriberIdThe regular expression for the FAX called subscriber
identification (CSI) coding format.
$d$ in the regular expression substitute CSI with the
destination number of the call.rw DisplayString .1.3.6.1.4.1.9.9.102.1.4.1 |
cmmFaxCfgXmitSubscriberIdThe regular expression for the FAX Transmitting subscriber
identification (TSI) coding format.
$s$ in the regular expression substitute TSI with the
caller ID of the call.rw DisplayString .1.3.6.1.4.1.9.9.102.1.4.2 |
cmmFaxCfgRightHeadingStringThe regular expression for the FAX right heading at the top
of cover page or text page.
The default value of this object is an empty string.rw CmmFaxHeadingString -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.102.1.4.3 |
cmmFaxCfgCenterHeadingStringThe regular expression for the FAX center heading at the
top of cover page or text page.
The default value of this object is an empty string.rw CmmFaxHeadingString -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.102.1.4.4 |
cmmFaxCfgLeftHeadingStringThe regular expression for the FAX left heading at the top
of cover page or text page.
The default value of this object is an empty string.rw CmmFaxHeadingString -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.102.1.4.5 |
cmmFaxCfgCovergPageControlThe object controls the generation of cover page of FAX.
coverPageEnable - enable the managed system to generate
the FAX cover page.
coverPageCtlByEmail - allow email to control the FAX cover
page generation.
coverPageDetailEnable- enable the detailed mail header on
the cover page.rw OCTET STRING .1.3.6.1.4.1.9.9.102.1.4.6 |
cmmFaxCfgCovergPageCommentThe object contains the comment on the FAX cover page.rw DisplayString -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.102.1.4.7 |
cmmFaxCfgFaxProfileThe profile that applies to TIFF file for facsimile. The
default value of this object is profileF.rw OCTET STRING .1.3.6.1.4.1.9.9.102.1.4.8 |
cmmdcMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.102.3 |
cmmdcMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.102.3.1 |
cmmdcMIBCompliance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.102.3.1.1 |
cmmdcMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.102.3.2 |
cmmdcPeerCfgGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.102.3.2.1 |
cmmIpCallGeneralGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.102.3.2.2 |
cmmIpCallImageGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.102.3.2.3 |
cmmFaxGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.102.3.2.4 |