401 lines
9.4 KiB
Plaintext
401 lines
9.4 KiB
Plaintext
--
|
|
-- LGC-SS-SMPP-MIB.my
|
|
-- MIB generated by MG-SOFT Visual MIB Builder Version 7.0 Build 209
|
|
-- Thursday, September 23, 2010 at 12:15:09
|
|
--
|
|
|
|
LGC-SS-SMPP-MIB DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
lgcSS, DisplayString16, RowStatus
|
|
FROM LGC-MIB
|
|
IpAddress, OBJECT-TYPE, MODULE-IDENTITY
|
|
FROM SNMPv2-SMI;
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.18
|
|
smpp MODULE-IDENTITY
|
|
LAST-UPDATED "200706291606Z" -- June 29, 2007 at 16:06 GMT
|
|
ORGANIZATION
|
|
"LGC Wireless"
|
|
CONTACT-INFO
|
|
"lcrd
|
|
lcrdsupport@lgcwireless.com"
|
|
DESCRIPTION
|
|
"Description."
|
|
REVISION "200706051219Z" -- June 05, 2007 at 12:19 GMT
|
|
DESCRIPTION
|
|
"This is the first release version of the MSC MIB"
|
|
::= { platform 18 }
|
|
|
|
|
|
|
|
--
|
|
-- Type definitions
|
|
--
|
|
|
|
AvailStateChoices ::= INTEGER
|
|
{
|
|
inTest(0),
|
|
failed(1),
|
|
powerOff(2),
|
|
offLine(3),
|
|
onLine(4),
|
|
dependency(5),
|
|
degraded(6),
|
|
notInstalled(7)
|
|
}
|
|
|
|
|
|
|
|
--
|
|
-- Node definitions
|
|
--
|
|
|
|
-- Node definitions
|
|
--
|
|
-- The MIB module for WXC2.
|
|
-- 1.3.6.1.4.1.1373.1.3
|
|
-- 1.3.6.1.4.1.1373.2.3
|
|
wxc2 OBJECT IDENTIFIER ::= { lgcSS 3 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.1.3.3
|
|
-- 1.3.6.1.4.1.1373.2.3.2
|
|
platform OBJECT IDENTIFIER ::= { wxc2 2 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.18.1
|
|
heartbeat OBJECT-TYPE
|
|
SYNTAX DisplayString16
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Description."
|
|
::= { smpp 1 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.1.3.3.2.2
|
|
-- 1.3.6.1.4.1.1373.2.3.2.18.2
|
|
parameter OBJECT IDENTIFIER ::= { smpp 2 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.1.3.3.2.2.1
|
|
-- 1.3.6.1.4.1.1373.2.3.2.18.2.2
|
|
sMPPLink OBJECT IDENTIFIER ::= { parameter 2 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.1.3.3.2.2.1.1
|
|
-- 1.3.6.1.4.1.1373.2.3.2.18.2.2.1
|
|
sMPPLinkTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF SMPPLinkEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Description."
|
|
::= { sMPPLink 1 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.1.3.3.2.2.1.1.1
|
|
-- 1.3.6.1.4.1.1373.2.3.2.18.2.2.1.1
|
|
sMPPLinkEntry OBJECT-TYPE
|
|
SYNTAX SMPPLinkEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Description."
|
|
INDEX { slIndex }
|
|
::= { sMPPLinkTable 1 }
|
|
|
|
|
|
SMPPLinkEntry ::=
|
|
SEQUENCE {
|
|
slIndex
|
|
INTEGER,
|
|
slLinkAlias
|
|
OCTET STRING,
|
|
slLinkType
|
|
INTEGER,
|
|
slServerType
|
|
INTEGER,
|
|
slSessionType
|
|
INTEGER,
|
|
slSystemID
|
|
OCTET STRING,
|
|
slPassword
|
|
OCTET STRING,
|
|
slSystemType
|
|
OCTET STRING,
|
|
slLocalGTT
|
|
OCTET STRING,
|
|
slRemoteGTT
|
|
OCTET STRING,
|
|
slLocalIP
|
|
IpAddress,
|
|
slRemoteIP
|
|
IpAddress,
|
|
slSessionInitTimer
|
|
INTEGER,
|
|
slEnquireLinkTimer
|
|
INTEGER,
|
|
slInactivityTimer
|
|
INTEGER,
|
|
slResponseTimer
|
|
INTEGER,
|
|
slLocalSSN
|
|
INTEGER,
|
|
slRemoteSSN
|
|
INTEGER,
|
|
slFlag
|
|
INTEGER,
|
|
slRowStatus
|
|
RowStatus
|
|
}
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.18.2.2.1.1.1
|
|
slIndex OBJECT-TYPE
|
|
SYNTAX INTEGER { create(1) }
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:Index
|
|
Remark:SMPP connection index number ranges from 0 to 31."
|
|
::= { sMPPLinkEntry 1 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.18.2.2.1.1.2
|
|
slLinkAlias OBJECT-TYPE
|
|
SYNTAX OCTET STRING (SIZE (0..8))
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:Link Alias
|
|
Remark:Name of the SMPP connection. Generally use the name of the remote SMPP entity."
|
|
::= { sMPPLinkEntry 2 }
|
|
|
|
|
|
-- Dialing Prefix Set ID
|
|
-- 1.3.6.1.4.1.1373.2.3.3.2.2.1.1.1.4
|
|
-- 1.3.6.1.4.1.1373.2.3.2.18.2.2.1.1.3
|
|
slLinkType OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
udp(0),
|
|
tcp(1)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:Link Type
|
|
Remark:Transport protocol of the SMPP connection."
|
|
DEFVAL { udp }
|
|
::= { sMPPLinkEntry 3 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.18.2.2.1.1.4
|
|
slServerType OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
client(0),
|
|
server(1)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:Server Type
|
|
Remark:Specify the application type of the local SMPP entity.<br><br>- Client = Work as External Short Message Entity (ESME)<br>- Server = Work as Short Message Center (SMSC)"
|
|
DEFVAL { client }
|
|
::= { sMPPLinkEntry 4 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.18.2.2.1.1.5
|
|
slSessionType OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
bindTX(0),
|
|
bindRX(1),
|
|
bindTRX(2)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:Session Type
|
|
Remark:Specify how the local SMPP entity shall bind to the remote SMPP entity.<br><br>- Tx = Work as Transmitter<br>- Rx = Work as Receiver<br>- TRx = Work as Transceiver"
|
|
::= { sMPPLinkEntry 5 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.18.2.2.1.1.6
|
|
slSystemID OBJECT-TYPE
|
|
SYNTAX OCTET STRING (SIZE (0..16))
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:System ID
|
|
Remark:Specify the user name for the gateway to use when connecting to the remote SMPP entity."
|
|
::= { sMPPLinkEntry 6 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.18.2.2.1.1.7
|
|
slPassword OBJECT-TYPE
|
|
SYNTAX OCTET STRING (SIZE (0..8))
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Name:Password
|
|
Remark:Specify the password for the gateway to use when connecting to the remote SMPP entity."
|
|
::= { sMPPLinkEntry 7 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.18.2.2.1.1.8
|
|
slSystemType OBJECT-TYPE
|
|
SYNTAX OCTET STRING (SIZE (0..12))
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Name:System Type
|
|
Remark:An optional login parameter that should be set only if required by the remote SMPP entity. The remote SMPP administrator will provide this value, which when required, is usually a short text string."
|
|
::= { sMPPLinkEntry 8 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.18.2.2.1.1.9
|
|
slLocalGTT OBJECT-TYPE
|
|
SYNTAX OCTET STRING (SIZE (0..16))
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Name:Local GTT
|
|
Remark:Specify the GTT of local SMPP entity."
|
|
::= { sMPPLinkEntry 9 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.18.2.2.1.1.10
|
|
slRemoteGTT OBJECT-TYPE
|
|
SYNTAX OCTET STRING (SIZE (0..16))
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Name:Remote GTT
|
|
Remark:Specify the GTT of remote SMPP entity."
|
|
::= { sMPPLinkEntry 10 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.18.2.2.1.1.11
|
|
slLocalIP OBJECT-TYPE
|
|
SYNTAX IpAddress
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:Local IP
|
|
Remark:Specify the IP address of local SMPP entity."
|
|
::= { sMPPLinkEntry 11 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.18.2.2.1.1.12
|
|
slRemoteIP OBJECT-TYPE
|
|
SYNTAX IpAddress
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:Remote IP
|
|
Remark:Specify the IP address of remote SMPP entity."
|
|
::= { sMPPLinkEntry 12 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.18.2.2.1.1.13
|
|
slSessionInitTimer OBJECT-TYPE
|
|
SYNTAX INTEGER (0..65535)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Name:Session Init Timer
|
|
Remark:Specify the maximum time-out value for the time period between an application's network connection setup request and BIND request.<br>If the time-out value is reached, the connection is terminated."
|
|
::= { sMPPLinkEntry 13 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.18.2.2.1.1.14
|
|
slEnquireLinkTimer OBJECT-TYPE
|
|
SYNTAX INTEGER (0..65535)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Name:Enquire Link Timer
|
|
Remark:Specify the minimum time-out period between the SMPP service's sending of ENQUIRE LINK requests to an application."
|
|
::= { sMPPLinkEntry 14 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.18.2.2.1.1.15
|
|
slInactivityTimer OBJECT-TYPE
|
|
SYNTAX INTEGER (0..65535)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Name:Inactivity Timer
|
|
Remark:Specify the maximum time-out period allowed for inactivity between an application's request towards the SMPP service.<br>If the time-out value is reached, the connection is terminated."
|
|
::= { sMPPLinkEntry 15 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.18.2.2.1.1.16
|
|
slResponseTimer OBJECT-TYPE
|
|
SYNTAX INTEGER (0..65535)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Name:Response Timer
|
|
Remark:Specify the maximum time-out period allowed between the SMPP service sends a request to an application and a response to the request is received.<br>If the time-out value is reached, the connection is terminated."
|
|
::= { sMPPLinkEntry 16 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.18.2.2.1.1.17
|
|
slLocalSSN OBJECT-TYPE
|
|
SYNTAX INTEGER (0..255)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:Local SSN
|
|
Remark:Specify the subsystem number of local SMPP entity."
|
|
::= { sMPPLinkEntry 17 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.18.2.2.1.1.18
|
|
slRemoteSSN OBJECT-TYPE
|
|
SYNTAX INTEGER (0..255)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:Remote SSN
|
|
Remark:Specify the subsystem number of remote SMPP entity."
|
|
::= { sMPPLinkEntry 18 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.18.2.2.1.1.19
|
|
slFlag OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
disable(0),
|
|
enable(1)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:Flag
|
|
Remark:Enable or disable this SMPP connection."
|
|
::= { sMPPLinkEntry 19 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.18.2.2.1.1.20
|
|
slRowStatus OBJECT-TYPE
|
|
SYNTAX RowStatus
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes"
|
|
::= { sMPPLinkEntry 20 }
|
|
|
|
|
|
|
|
END
|
|
|
|
--
|
|
-- LGC-SS-SMPP-MIB.my
|
|
--
|