add: omc bin & conf & mib
This commit is contained in:
260
omc/bin/mib/LGC-SS-AAS-MIB.my
Normal file
260
omc/bin/mib/LGC-SS-AAS-MIB.my
Normal file
@@ -0,0 +1,260 @@
|
||||
--
|
||||
-- LGC-SS-AAS-MIB.my
|
||||
-- MIB generated by MG-SOFT Visual MIB Builder Version 7.0 Build 209
|
||||
-- Monday, September 13, 2010 at 15:36:43
|
||||
--
|
||||
|
||||
LGC-SS-AAS-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
lgcSS
|
||||
FROM LGC-MIB
|
||||
OBJECT-TYPE, MODULE-IDENTITY
|
||||
FROM SNMPv2-SMI;
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.10
|
||||
aas 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 10 }
|
||||
|
||||
|
||||
|
||||
--
|
||||
-- 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.10.2
|
||||
parameter OBJECT IDENTIFIER ::= { aas 2 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.10.2.1
|
||||
system OBJECT IDENTIFIER ::= { parameter 1 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.10.2.1.1
|
||||
systemNum OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..255)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:System ID
|
||||
Remark:(Read Only) ID to identify the target AAS."
|
||||
::= { system 1 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.10.2.1.2
|
||||
aASPrefix OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..16))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:AAS Prefix
|
||||
Remark:Define an internal prefix used to route to AAS and play audio announcement.<br>- Default = BB"
|
||||
::= { system 2 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.10.2.1.3
|
||||
playTimes OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..255)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:Play Times
|
||||
Remark:Define the audio announcement play times.<br>- Range = 1 - 5"
|
||||
::= { system 3 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.10.2.1.4
|
||||
command OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
reset(1),
|
||||
saveVoiceFile(2),
|
||||
loadVoiceFile(3),
|
||||
saveCodec(4),
|
||||
loadCodec(5)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Remark:Control command for VAS."
|
||||
::= { system 4 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.10.2.2
|
||||
linkManage OBJECT IDENTIFIER ::= { parameter 2 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.10.2.2.1
|
||||
networkIndication OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
international(0),
|
||||
internationalSpare(1),
|
||||
national(2),
|
||||
nationalSpare(3)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:Network Indicator
|
||||
Remark:Select the type of network used to establish connection between AAS and MSS."
|
||||
::= { linkManage 1 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.10.2.2.2
|
||||
mSISDN OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..16))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:SRF MSISDN
|
||||
Remark:(Read Only) The E.164 node address of the SRF."
|
||||
::= { linkManage 2 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.10.2.2.3
|
||||
cC OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..4))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:CC
|
||||
Remark:Country code"
|
||||
::= { linkManage 3 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.10.2.2.4
|
||||
nDC OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..6))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:NDC
|
||||
Remark:National Destination Code"
|
||||
::= { linkManage 4 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.10.2.2.5
|
||||
aAS0OPC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..16777215)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:AAS 0 OPC
|
||||
Remark:Originating Point Code of AAS-0 in decimal format."
|
||||
::= { linkManage 5 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.10.2.2.6
|
||||
aAS0DPC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..16777215)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:AAS 0 DPC
|
||||
Remark:Destination Point Code of AAS-0 in decimal format."
|
||||
::= { linkManage 6 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.10.2.2.7
|
||||
aAS1OPC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..16777215)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:AAS 1 OPC
|
||||
Remark:Originating Point Code of AAS-1 in decimal format."
|
||||
::= { linkManage 7 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.10.2.2.8
|
||||
aAS1DPC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..16777215)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:AAS 1 DPC
|
||||
Remark:Destination Point Code of AAS-1 in decimal format."
|
||||
::= { linkManage 8 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.10.2.2.9
|
||||
flagLink0 OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
disable(0),
|
||||
enable(1)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:Link 0 Flag
|
||||
Remark:Enable or disable link-0 of the target AAS specified in the upper System ID field."
|
||||
::= { linkManage 9 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.10.2.2.10
|
||||
flagLink1 OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
disable(0),
|
||||
enable(1)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:Link 1 Flag
|
||||
Remark:Enable or disable link-1 of the target AAS specified in the upper System ID field."
|
||||
::= { linkManage 10 }
|
||||
|
||||
|
||||
|
||||
END
|
||||
|
||||
--
|
||||
-- LGC-SS-AAS-MIB.my
|
||||
--
|
||||
Reference in New Issue
Block a user