CISCO-ITP-DSMR-SMPP-MIB

File: CISCO-ITP-DSMR-SMPP-MIB.mib (35436 bytes)

Imported modules

CISCO-ITP-MLR-MIB CISCO-ITP-GSP-MIB CISCO-SMI
INET-ADDRESS-MIB SNMPv2-CONF SNMPv2-SMI
SNMPv2-TC

Imported symbols

CmlrName cgspCLLICode cgspEventSequenceNumber
cgspInstNetwork ciscoMgmt InetAddressType
InetAddress InetPortNumber MODULE-COMPLIANCE
NOTIFICATION-GROUP OBJECT-GROUP Counter32
MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
Unsigned32 RowStatus TEXTUAL-CONVENTION
TruthValue

Defined Types

CdsmrSmppInactivityTimer  
This textual convention defines the allowed values used to define Inactivity timer used by Short Message Peer-to-Peer session. The value of zero is reserved to indicate that an object has not been set to value and that the default value is to be used.
TEXTUAL-CONVENTION    
  Unsigned32 0 | 1000..9000000  

CdsmrSmppResponseTimer  
This textual convention defines the allowed values used to define response timer ,in milliseconds, used by Short Message Peer-to-Peer session. The value of zero is reserved to indicate that an object has not been set to value and that the default value is to be used.
TEXTUAL-CONVENTION    
  Unsigned32 0 | 1000..10000  

CdsmrSmppSendWindow  
This textual convention defines the allowed values used to define send window used by Short Message Peer-to-Peer session. The value of zero is reserved to indicate that an object has not been set to value and that the default value is to be used.
TEXTUAL-CONVENTION    
  Unsigned32 0 | 1..100  

CdsmrSmppSessionInitTimer  
This textual convention defines the allowed values used to define session initiation timer used to create Short Message Peer-to-Peer session. The value of zero is reserved to indicate that an object has not been set to value and that the default value is to be used.
TEXTUAL-CONVENTION    
  Unsigned32 0 | 500..120000  

CdsmrSmppBindType  
List of possible bind types. 'none' : Bind type not specified. 'any' : Allow receipt of any SMPP bind type, send transceiver binds 'receiver' : Receive or send SMPP receiver binds only 'transceiver': Receive or send SMPP transceiver binds only 'transmitter': Receive or send SMPP transmitter binds only
TEXTUAL-CONVENTION    
  INTEGER none(1), any(2), receiver(3), transceiver(4), transmitter(5)  

CdsmrSmppKeepaliveTimer  
This textual convention defines the allowed values used to define keep alive timer used by Short Message Peer-to-Peer session. The value of zero is reserved to indicate that an object has not been set to value and that the default value is to be used.
TEXTUAL-CONVENTION    
  Unsigned32 0 | 500..120000  

CdsmrSmppProfileTableEntry  
SEQUENCE    
  cdsmrSmppProfileName CmlrName
  cdsmrSmppProfileBindType CdsmrSmppBindType
  cdsmrSmppProfileInactivityTimer CdsmrSmppInactivityTimer
  cdsmrSmppProfileKeepaliveTimer CdsmrSmppKeepaliveTimer
  cdsmrSmppProfileCallingParty TruthValue
  cdsmrSmppProfileResponseTimer CdsmrSmppResponseTimer
  cdsmrSmppProfileSendWindow CdsmrSmppSendWindow
  cdsmrSmppProfileSessionInitTimer CdsmrSmppSessionInitTimer
  cdsmrSmppProfileRowStatus RowStatus

CdsmrSmppSessionTableEntry  
SEQUENCE    
  cdsmrSmppSessionLocalPortNumber InetPortNumber
  cdsmrSmppSessionLocalIpAddrType InetAddressType
  cdsmrSmppSessionLocalIpAddress InetAddress
  cdsmrSmppSessionDynamicDest TruthValue
  cdsmrSmppSessionRowStatus RowStatus

CdsmrSmppDestTableEntry  
SEQUENCE    
  cdsmrSmppDestName CmlrName
  cdsmrSmppDestBindType CdsmrSmppBindType
  cdsmrSmppDestInactivityTimer CdsmrSmppInactivityTimer
  cdsmrSmppDestKeepaliveTimer CdsmrSmppKeepaliveTimer
  cdsmrSmppDestCallingParty TruthValue
  cdsmrSmppDestResponseTimer CdsmrSmppResponseTimer
  cdsmrSmppDestSendWindow CdsmrSmppSendWindow
  cdsmrSmppDestSessionInitTimer CdsmrSmppSessionInitTimer
  cdsmrSmppDestRemotePortNumber InetPortNumber
  cdsmrSmppDestRemoteIpAddrType InetAddressType
  cdsmrSmppDestRemoteIpAddress InetAddress
  cdsmrSmppDestProfileName CmlrName
  cdsmrSmppDestState INTEGER
  cdsmrSmppDestSentRequests Counter32
  cdsmrSmppDestRcvdRequests Counter32
  cdsmrSmppDestSentResponses Counter32
  cdsmrSmppDestRcvdResponses Counter32
  cdsmrSmppDestRowStatus RowStatus

Defined Values

ciscoItpDsmrSmppMIB 1.3.6.1.4.1.9.9.1301
The MIB for providing information about Distributed Short Message Routing delivery using Short Message Peer-to-Peer protocol. Acronyms and Terms DSMR Distributed Short Message Routing SMPP Short Message Peer-to-Peer (protocol) SMS Short Message Service UCP Universal Computer Protocol. WRR Weighted Round Robin. A variation of the round robin algorithm that uses server weights to allow uneven distribution of traffic among a set of available servers. ********************************************
MODULE-IDENTITY    

ciscoItpDsmrSmppMIBNotifs 1.3.6.1.4.1.9.9.1301.0
OBJECT IDENTIFIER    

ciscoItpDsmrSmppMIBObjects 1.3.6.1.4.1.9.9.1301.1
OBJECT IDENTIFIER    

ciscoItpDsmrSmppMIBConform 1.3.6.1.4.1.9.9.1301.2
OBJECT IDENTIFIER    

cdsmrSmppScalars 1.3.6.1.4.1.9.9.1301.1.0
OBJECT IDENTIFIER    

cdsmrSmppSessionStateNotifEnable 1.3.6.1.4.1.9.9.1301.1.0.1
A control to enable or disable notifications as follows: 'true' Indicates that the ciscoItpDsmrSmppSessionState notification should be generated.. 'false' Indicates that ciscoItpDsmrSmppSessionState notification generation is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cdsmrSmppProfileTable 1.3.6.1.4.1.9.9.1301.1.2
A table that is used to monitor specific information used to configure short message peer-to-peer protocol profile. Entries are added to this table via cdsmrSmppProfileRowStatus in accordance with the RowStatus convention.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CdsmrSmppProfileTableEntry

cdsmrSmppProfileTableEntry 1.3.6.1.4.1.9.9.1301.1.2.1
Each entry defines parameter that can be used to default values for sessions.
Status: current Access: not-accessible
OBJECT-TYPE    
  CdsmrSmppProfileTableEntry  

cdsmrSmppProfileName 1.3.6.1.4.1.9.9.1301.1.2.1.1
A name used to define a collection of parameters for short message peer-to-peer protocol. A name that is used to identify a unique SMPP profile.
Status: current Access: not-accessible
OBJECT-TYPE    
  CmlrName  

cdsmrSmppProfileBindType 1.3.6.1.4.1.9.9.1301.1.2.1.2
Specifies allowed types of binds for session.
Status: current Access: read-create
OBJECT-TYPE    
  CdsmrSmppBindType  

cdsmrSmppProfileInactivityTimer 1.3.6.1.4.1.9.9.1301.1.2.1.3
This object defines the allowed values used to define inactivity timer used by Short Message Peer-to-Peer session. Indicates the maximum time lapse allowed time between transactions before destination is considered inactive. The value for this object should be two to three times the value specified for the cdsmrSmppProfileKeepaliveTimer object.
Status: current Access: read-create
OBJECT-TYPE    
  CdsmrSmppInactivityTimer  

cdsmrSmppProfileKeepaliveTimer 1.3.6.1.4.1.9.9.1301.1.2.1.4
This object defines the allowed values used to define keep alive timer used by Short Message Peer-to-Peer session.
Status: current Access: read-create
OBJECT-TYPE    
  CdsmrSmppKeepaliveTimer  

cdsmrSmppProfileCallingParty 1.3.6.1.4.1.9.9.1301.1.2.1.5
This object is used to indicate presence of optional calling party option.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cdsmrSmppProfileResponseTimer 1.3.6.1.4.1.9.9.1301.1.2.1.6
This object defines the allowed values used to define response timer used by Short Message Peer-to-Peer session. This is the amount of time to wait before retransmitting packet.
Status: current Access: read-create
OBJECT-TYPE    
  CdsmrSmppResponseTimer  

cdsmrSmppProfileSendWindow 1.3.6.1.4.1.9.9.1301.1.2.1.7
This object defines the allowed size of send window used by Short Message Peer-to-Peer session window.
Status: current Access: read-create
OBJECT-TYPE    
  CdsmrSmppSendWindow  

cdsmrSmppProfileSessionInitTimer 1.3.6.1.4.1.9.9.1301.1.2.1.8
This object defines the allowed values used to define session initiation timer used to create Short Message Peer-to-Peer session. This specifies the maximum amount of time to wait for the session Bind to be received.
Status: current Access: read-create
OBJECT-TYPE    
  CdsmrSmppSessionInitTimer  

cdsmrSmppProfileRowStatus 1.3.6.1.4.1.9.9.1301.1.2.1.9
The object is used by a management station to create or delete the row entry in cdsmrSmppProfileTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cdsmrSmppSessionTable 1.3.6.1.4.1.9.9.1301.1.3
A table that is used to collection information on short message peer-to-peer protocol sessions. Entries are added to this table via cdsmrSmppSessionRowStatus in accordance with the RowStatus convention.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CdsmrSmppSessionTableEntry

cdsmrSmppSessionTableEntry 1.3.6.1.4.1.9.9.1301.1.3.1
Each entry defines parameter and state information on short message peer-to-peer protocol sessions.
Status: current Access: not-accessible
OBJECT-TYPE    
  CdsmrSmppSessionTableEntry  

cdsmrSmppSessionLocalPortNumber 1.3.6.1.4.1.9.9.1301.1.3.1.1
Local port number used to establish short message peer-to-peer protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetPortNumber  

cdsmrSmppSessionLocalIpAddrType 1.3.6.1.4.1.9.9.1301.1.3.1.2
This object contains the type of the local IP address used to create an session.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

cdsmrSmppSessionLocalIpAddress 1.3.6.1.4.1.9.9.1301.1.3.1.3
This object contains the local IP address used to create the session with the partner of this session.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

cdsmrSmppSessionDynamicDest 1.3.6.1.4.1.9.9.1301.1.3.1.4
Indicates whether dynamic destinations are allowed as follows. 'true' - dynamic destination are allowed. 'false' - dynamic destinations are not allowed.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cdsmrSmppSessionRowStatus 1.3.6.1.4.1.9.9.1301.1.3.1.5
The object is used by a management station to create or delete the row entry in cdsmrSmppSessionTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cdsmrSmppDestTable 1.3.6.1.4.1.9.9.1301.1.4
A table that is used to define a collection of information on short message destinations. One or more destination is defined under each session using peer to peer protocol. Entries are added to this table via cdsmrSmppDestRowStatus in accordance with the RowStatus convention.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CdsmrSmppDestTableEntry

cdsmrSmppDestTableEntry 1.3.6.1.4.1.9.9.1301.1.4.1
Each entry defines parameter and state information on short message peer-to-peer protocol destinations.
Status: current Access: not-accessible
OBJECT-TYPE    
  CdsmrSmppDestTableEntry  

cdsmrSmppDestName 1.3.6.1.4.1.9.9.1301.1.4.1.1
A name used to uniquely identify a destination using short message peer-to-peer protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  CmlrName  

cdsmrSmppDestBindType 1.3.6.1.4.1.9.9.1301.1.4.1.2
Specifies allowed types of binds for session.
Status: current Access: read-create
OBJECT-TYPE    
  CdsmrSmppBindType  

cdsmrSmppDestInactivityTimer 1.3.6.1.4.1.9.9.1301.1.4.1.3
This object defines the allowed values used to define inactivity timer used by Short Message Peer-to-Peer session. Indicates the maximum time lapse allowed between transactions before destination is considered inactive.
Status: current Access: read-create
OBJECT-TYPE    
  CdsmrSmppInactivityTimer  

cdsmrSmppDestKeepaliveTimer 1.3.6.1.4.1.9.9.1301.1.4.1.4
This object defines the allowed values used to define keep alive timer used by Short Message Peer-to-Peer session.
Status: current Access: read-create
OBJECT-TYPE    
  CdsmrSmppKeepaliveTimer  

cdsmrSmppDestCallingParty 1.3.6.1.4.1.9.9.1301.1.4.1.5
This textual convention is used to indicate presence of optional calling party option.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cdsmrSmppDestResponseTimer 1.3.6.1.4.1.9.9.1301.1.4.1.6
This object defines the allowed values used to define response timer used by Short Message Peer-to-Peer session. This is the amount of time to wait before retransmitting packet.
Status: current Access: read-create
OBJECT-TYPE    
  CdsmrSmppResponseTimer  

cdsmrSmppDestSendWindow 1.3.6.1.4.1.9.9.1301.1.4.1.7
This object defines the allowed size of send window used by Short Message Peer-to-Peer session.
Status: current Access: read-create
OBJECT-TYPE    
  CdsmrSmppSendWindow  

cdsmrSmppDestSessionInitTimer 1.3.6.1.4.1.9.9.1301.1.4.1.8
This object defines the allowed values used to define session initiation timer used to create Short Message Peer-to-Peer session. This specifies the maximum amount of time to wait for the session Bind to be received.
Status: current Access: read-create
OBJECT-TYPE    
  CdsmrSmppSessionInitTimer  

cdsmrSmppDestRemotePortNumber 1.3.6.1.4.1.9.9.1301.1.4.1.9
Remote port number used to establish short message peer-to-peer protocol session.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

cdsmrSmppDestRemoteIpAddrType 1.3.6.1.4.1.9.9.1301.1.4.1.10
This object contains the type of the remote IP address used to create an session.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

cdsmrSmppDestRemoteIpAddress 1.3.6.1.4.1.9.9.1301.1.4.1.11
This object contains the remote IP address used to create the session.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

cdsmrSmppDestProfileName 1.3.6.1.4.1.9.9.1301.1.4.1.12
Specifies Profile from cdsmrSmppProfileTable table to define common default parameters for destination.
Status: current Access: read-create
OBJECT-TYPE    
  CmlrName  

cdsmrSmppDestState 1.3.6.1.4.1.9.9.1301.1.4.1.13
Current state of destination. 'active' - Destination is available. 'inactive' - Destination is unvailable. 'open' - Device is listening on port for destination to establish connection.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2), open(3)  

cdsmrSmppDestSentRequests 1.3.6.1.4.1.9.9.1301.1.4.1.14
Number of SMS requests sent to destination.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cdsmrSmppDestRcvdRequests 1.3.6.1.4.1.9.9.1301.1.4.1.15
Number of SMS requests received from destination.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cdsmrSmppDestSentResponses 1.3.6.1.4.1.9.9.1301.1.4.1.16
Number of SMS responses sent to destination.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cdsmrSmppDestRcvdResponses 1.3.6.1.4.1.9.9.1301.1.4.1.17
Number of SMS responses received from destination.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cdsmrSmppDestRowStatus 1.3.6.1.4.1.9.9.1301.1.4.1.18
The object is used by a management station to create or delete the row entry in cdsmrSmppDestTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciscoItpDsmrSmppSessionState 1.3.6.1.4.1.9.9.1301.0.1
This notification is generated whenever UCP destination changes states. This notification provides information on the availablity of the destination to receive and process packets using the SMPP protocol.
Status: current Access: read-create
NOTIFICATION-TYPE    

ciscoItpDsmrSmppMIBCompliances 1.3.6.1.4.1.9.9.1301.2.1
OBJECT IDENTIFIER    

ciscoItpDsmrSmppMIBGroups 1.3.6.1.4.1.9.9.1301.2.2
OBJECT IDENTIFIER    

ciscoItpDsmrSmppMIBCompliance 1.3.6.1.4.1.9.9.1301.2.1.1
The compliance statement for entities which implement the Cisco CISCO-ITP-MLR-MIB
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoItpDsmrSmppGroup 1.3.6.1.4.1.9.9.1301.2.2.1
A collection of objects providing information used to configure Short Message Peer-to-Peer Protocol.
Status: current Access: read-only
OBJECT-GROUP    

ciscoItpDsmrSmppNotificationsGroup 1.3.6.1.4.1.9.9.1301.2.2.2
DSMR Short Message Peer-to-Peer Protocol notification objects.
Status: current Access: read-only
NOTIFICATION-GROUP