Files
svc.ems/bin/mib/LGC-SS-RLS-MIB.my

589 lines
12 KiB
Plaintext

--
-- LGC-SS-RLS-MIB.my
-- MIB generated by MG-SOFT Visual MIB Builder Version 7.0 Build 209
-- Thursday, September 23, 2010 at 11:37:05
--
LGC-SS-RLS-MIB DEFINITIONS ::= BEGIN
IMPORTS
lgcSS, RowStatus, AdminStateChoices
FROM LGC-MIB
IpAddress, OBJECT-TYPE, MODULE-IDENTITY
FROM SNMPv2-SMI;
-- 1.3.6.1.4.1.1373.2.3.3.15
rls 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"
::= { application 15 }
--
-- 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.3
application OBJECT IDENTIFIER ::= { wxc2 3 }
-- 1.3.6.1.4.1.1373.1.3.3.2.2
-- 1.3.6.1.4.1.1373.2.3.3.15.2
parameter OBJECT IDENTIFIER ::= { rls 2 }
-- 1.3.6.1.4.1.1373.2.3.3.15.2.1
system OBJECT IDENTIFIER ::= { parameter 1 }
-- 1.3.6.1.4.1.1373.2.3.3.15.2.1.1
rLSFlag OBJECT-TYPE
SYNTAX INTEGER
{
off(0),
on(1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Name:RLS Flag
Remark:Enable or disable RTP Local Switching function."
::= { system 1 }
-- 1.3.6.1.4.1.1373.2.3.3.15.2.1.2
saveCommand OBJECT-TYPE
SYNTAX INTEGER { saveParameter(1) }
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Description."
::= { system 2 }
-- 1.3.6.1.4.1.1373.2.3.3.15.2.2
vimMg OBJECT IDENTIFIER ::= { parameter 2 }
-- 1.3.6.1.4.1.1373.2.3.3.15.2.2.1
vimMgTable OBJECT-TYPE
SYNTAX SEQUENCE OF VimMgEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Name:VIM MG"
::= { vimMg 1 }
-- 1.3.6.1.4.1.1373.2.3.3.15.2.2.1.1
vimMgEntry OBJECT-TYPE
SYNTAX VimMgEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"level:1 Name:VIM MG"
INDEX { vmIndex }
::= { vimMgTable 1 }
VimMgEntry ::=
SEQUENCE {
vmIndex
INTEGER,
vmTitle
OCTET STRING,
vmAdministrationState
AdminStateChoices,
vmIP
IpAddress,
vmDomainName
OCTET STRING,
vmSwitchingMode
INTEGER,
vmEndPoint
INTEGER,
vmType
INTEGER,
vmMaxPhysicalPorts
INTEGER,
vmMaxChannels
INTEGER,
vmPacketizationPeriod
INTEGER,
vmCodecType
INTEGER,
vmAuditTimer
INTEGER,
vmPhysicalPortEntries
INTEGER,
vmRowStatus
RowStatus
}
-- 1.3.6.1.4.1.1373.2.3.3.15.2.2.1.1.1
vmIndex OBJECT-TYPE
SYNTAX INTEGER (1..10)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Key Parameter:Yes Name:Index
Remark:Media gateway index number ranges from 1 to 10."
::= { vimMgEntry 1 }
-- 1.3.6.1.4.1.1373.2.3.3.15.2.2.1.1.2
vmTitle OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..32))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Key Parameter:Yes Name:Title
Remark:Media gateway name for identification purpose only."
::= { vimMgEntry 2 }
-- Administration State
-- 1.3.6.1.4.1.1373.2.3.3.2.2.3.1.1.4
-- 1.3.6.1.4.1.1373.2.3.3.15.2.2.1.1.3
vmAdministrationState OBJECT-TYPE
SYNTAX AdminStateChoices
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Key Parameter:Yes Name:Admin State
Remark:Control the operation of the managed media gateway by lock and unlock commands."
::= { vimMgEntry 3 }
-- 1.3.6.1.4.1.1373.2.3.3.15.2.2.1.1.4
vmIP OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Key Parameter:Yes Name:IP
Remark:IP address of the connected media gateway."
::= { vimMgEntry 4 }
-- 1.3.6.1.4.1.1373.2.3.3.15.2.2.1.1.5
vmDomainName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..32))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Key Parameter:Yes Name:Domain Name
Remark:Domain name of the connected media gateway."
::= { vimMgEntry 5 }
-- Switching Mode
-- 1.3.6.1.4.1.1373.2.3.3.2.2.5.1.1.6
-- 1.3.6.1.4.1.1373.2.3.3.15.2.2.1.1.6
vmSwitchingMode OBJECT-TYPE
SYNTAX INTEGER
{
mgcp(0),
eightECP(1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Key Parameter:Yes Name:Switching Mode
Remark:Switching mode of the media gateway. Select MGCP as default."
DEFVAL { mgcp }
::= { vimMgEntry 6 }
-- End Point Description
-- 1.3.6.1.4.1.1373.2.3.3.2.2.5.1.1.7
-- 1.3.6.1.4.1.1373.2.3.3.15.2.2.1.1.7
vmEndPoint OBJECT-TYPE
SYNTAX INTEGER
{
structured(1),
unStructured(2),
unStructuredHex(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Name:Endpoint
Remark:Method of MGCP endpoint description. Select Unstructured as default."
DEFVAL { structured }
::= { vimMgEntry 7 }
-- MG Type
-- 1.3.6.1.4.1.1373.2.3.3.2.2.5.1.1.9
-- 1.3.6.1.4.1.1373.2.3.3.15.2.2.1.1.8
vmType OBJECT-TYPE
SYNTAX INTEGER
{
audioCodes(1),
lgcMG(2),
lgcCS(3),
ipBSS(4),
analogLine(11),
vim(19),
tandem(20),
announcementServer(21),
interactiveVoiceResponse(31),
conferenceBridge(41),
packetRelay(51),
wiretap(61),
atm(71)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Key Parameter:Yes Name:Type
Remark:(Read Only) Type of media gateway endpoint."
DEFVAL { digitalChannel }
::= { vimMgEntry 8 }
-- Max Physical Ports
-- 1.3.6.1.4.1.1373.2.3.3.2.2.5.1.1.10
-- 1.3.6.1.4.1.1373.2.3.3.15.2.2.1.1.9
vmMaxPhysicalPorts OBJECT-TYPE
SYNTAX INTEGER (0..32)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Name:Max Ports
Remark:The total physical port number of the media gateway."
::= { vimMgEntry 9 }
-- Max Channels
-- 1.3.6.1.4.1.1373.2.3.3.2.2.5.1.1.11
-- 1.3.6.1.4.1.1373.2.3.3.15.2.2.1.1.10
vmMaxChannels OBJECT-TYPE
SYNTAX INTEGER (0..1024)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Name:Max Channels
Remark:The total channel number of the virtual media gateway. Applicable to virtual media gateway only."
::= { vimMgEntry 10 }
-- Packetization Period
-- 1.3.6.1.4.1.1373.2.3.3.2.2.5.1.1.12
-- 1.3.6.1.4.1.1373.2.3.3.15.2.2.1.1.11
vmPacketizationPeriod OBJECT-TYPE
SYNTAX INTEGER
{
x20ms(20),
x40ms(40),
x60ms(60),
x80ms(80)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Name:Packetization Period
Remark:The period over which encoded voice bits are collected for encapsulation in."
DEFVAL { x20ms }
::= { vimMgEntry 11 }
-- Codec Type
-- 1.3.6.1.4.1.1373.2.3.3.2.2.5.1.1.13
-- 1.3.6.1.4.1.1373.2.3.3.15.2.2.1.1.12
vmCodecType OBJECT-TYPE
SYNTAX INTEGER
{
aLaw(0),
uLaw(1),
fr(2),
efr(3),
AMR-12-2(4),
g729b(5),
AMR-10-2(6),
AMR-7-95(7),
AMR-7-4(8),
AMR-6-7(9),
AMR-5-15(10),
AMR-5-9(11),
AMR-4-75(12),
g729(13),
null(255)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Name:Codec Type
Remark:(Read Only) Codec type of the media gateway."
::= { vimMgEntry 12 }
-- 1.3.6.1.4.1.1373.2.3.3.15.2.2.1.1.13
vmAuditTimer OBJECT-TYPE
SYNTAX INTEGER (0..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Name:Audit Timer
Remark:The time interval between sending AUEP message from MGC to MGW to check the trunk status. Unit is second."
::= { vimMgEntry 13 }
-- 1.3.6.1.4.1.1373.2.3.3.15.2.2.1.1.14
vmPhysicalPortEntries OBJECT-TYPE
SYNTAX INTEGER (0..32)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Key Parameter:Yes Name:Port Entries
Remark:The total number of the configured physical ports of this media gateway."
::= { vimMgEntry 14 }
-- 1.3.6.1.4.1.1373.2.3.3.15.2.2.1.1.15
vmRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Key Parameter:Yes"
::= { vimMgEntry 15 }
-- 1.3.6.1.4.1.1373.2.3.3.15.2.2.2
physicalPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF PhysicalPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Description."
::= { vimMg 2 }
-- 1.3.6.1.4.1.1373.2.3.3.15.2.2.2.1
physicalPortEntry OBJECT-TYPE
SYNTAX PhysicalPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"level:2"
INDEX { ppIndex, ppMGIndex }
::= { physicalPortTable 1 }
PhysicalPortEntry ::=
SEQUENCE {
ppMGIndex
INTEGER,
ppIndex
INTEGER,
ppAdministrationState
AdminStateChoices,
ppUsedFlag
INTEGER,
ppStatus
INTEGER,
ppPlatID
INTEGER
}
-- 1.3.6.1.4.1.1373.2.3.3.15.2.2.2.1.1
ppMGIndex OBJECT-TYPE
SYNTAX INTEGER (1..8)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Name:MG Index
Remark:(Read Only) Index number of the serving media gateway."
::= { physicalPortEntry 1 }
-- 1.3.6.1.4.1.1373.2.3.3.15.2.2.2.1.2
ppIndex OBJECT-TYPE
SYNTAX INTEGER (1..32)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Key Parameter:Yes Name:Port ID
Remark:(Read Only) Physical port index number ranges from 1 to 32."
::= { physicalPortEntry 2 }
-- Administration State
-- 1.3.6.1.4.1.1373.2.3.3.2.2.3.1.1.4
-- 1.3.6.1.4.1.1373.2.3.3.15.2.2.2.1.3
ppAdministrationState OBJECT-TYPE
SYNTAX AdminStateChoices
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Key Parameter:Yes Name:Admin State
Remark:Control the operation of the managed physical port by lock and unlock commands."
::= { physicalPortEntry 3 }
-- 1.3.6.1.4.1.1373.2.3.3.15.2.2.2.1.4
ppUsedFlag OBJECT-TYPE
SYNTAX INTEGER
{
idle(0),
inUse(1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Key Parameter:Yes Name:Used Flag
Remark:The occupancy status of the physical port."
::= { physicalPortEntry 4 }
-- 1.3.6.1.4.1.1373.2.3.3.15.2.2.2.1.5
ppStatus OBJECT-TYPE
SYNTAX INTEGER
{
notReady(0),
ready(1)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Key Parameter:Yes Name:Status
Remark:The current availability status of the physical port."
::= { physicalPortEntry 5 }
-- 1.3.6.1.4.1.1373.2.3.3.15.2.2.2.1.6
ppPlatID OBJECT-TYPE
SYNTAX INTEGER (0..1)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Key Parameter:Yes Name:Platform ID
Remark:Specify the serving MSC platform, either MSC-0 or MSC-1."
::= { physicalPortEntry 6 }
-- 1.3.6.1.4.1.1373.1.3.3.2.2.3
-- 1.3.6.1.4.1.1373.2.3.3.15.2.3
routingZone OBJECT IDENTIFIER ::= { parameter 3 }
-- 1.3.6.1.4.1.1373.1.3.3.2.2.3.1
-- 1.3.6.1.4.1.1373.2.3.3.15.2.3.1
routingZoneTable OBJECT-TYPE
SYNTAX SEQUENCE OF RoutingZoneEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Description."
::= { routingZone 1 }
-- 1.3.6.1.4.1.1373.1.3.3.2.2.3.1.1
-- 1.3.6.1.4.1.1373.2.3.3.15.2.3.1.1
routingZoneEntry OBJECT-TYPE
SYNTAX RoutingZoneEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"level:1"
INDEX { rzIndex }
::= { routingZoneTable 1 }
RoutingZoneEntry ::=
SEQUENCE {
rzIndex
INTEGER,
rzSite
INTEGER,
rzRowStatus
RowStatus
}
-- Index
-- 1.3.6.1.4.1.1373.2.3.3.2.2.3.1.1.1
-- 1.3.6.1.4.1.1373.2.3.3.15.2.3.1.1.1
rzIndex OBJECT-TYPE
SYNTAX INTEGER (1..31)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Key Parameter:Yes Name:Index
Remark:Routing zone index number ranges from 1 to 31."
::= { routingZoneEntry 1 }
-- DPC
-- 1.3.6.1.4.1.1373.2.3.3.2.2.3.1.1.7
-- 1.3.6.1.4.1.1373.2.3.3.15.2.3.1.1.2
rzSite OBJECT-TYPE
SYNTAX INTEGER
{
local(0),
remote(1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Key Parameter:Yes Name:Site
Remark:Determine each Routing Zone which configured in MSC Routing Zone table to Local or Remote. iRLS will not be invocated by the calls within local Routing Zone."
::= { routingZoneEntry 2 }
-- 1.3.6.1.4.1.1373.2.3.3.15.2.3.1.1.3
rzRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Description."
::= { routingZoneEntry 3 }
END
--
-- LGC-SS-RLS-MIB.my
--