add bin/mib conf dual file
This commit is contained in:
378
bin/mib/LGC-SS-MNP-MIB.my
Normal file
378
bin/mib/LGC-SS-MNP-MIB.my
Normal file
@@ -0,0 +1,378 @@
|
||||
--
|
||||
-- LGC-SS-MNP-MIB.my
|
||||
-- MIB generated by MG-SOFT Visual MIB Builder Version 7.0 Build 209
|
||||
-- Monday, September 13, 2010 at 17:59:41
|
||||
--
|
||||
|
||||
LGC-SS-MNP-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
lgcSS, DisplayString16, RowStatus, DisplayString
|
||||
FROM LGC-MIB
|
||||
Opaque, OBJECT-TYPE, MODULE-IDENTITY
|
||||
FROM SNMPv2-SMI;
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.7
|
||||
mnp 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"
|
||||
::= { mss 7 }
|
||||
|
||||
|
||||
|
||||
--
|
||||
-- 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
|
||||
mss OBJECT IDENTIFIER ::= { wxc2 3 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.7.1
|
||||
heartbeat OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { mnp 1 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.1.3.3.2.2
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.7.2
|
||||
parameter OBJECT IDENTIFIER ::= { mnp 2 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.7.2.1
|
||||
system OBJECT IDENTIFIER ::= { parameter 1 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.7.2.1.1
|
||||
flag OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (16))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:MNP Flag
|
||||
Remark:Enable or disable MNP (Mobile Number Portability) function."
|
||||
::= { system 1 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.7.2.1.2
|
||||
nPLRNumber OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..16))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:NPLR Address
|
||||
Remark:The E.164 node address of the NPLR (Number Portability Location Register)."
|
||||
::= { system 2 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.7.2.1.3
|
||||
routingNumber OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..16))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:Routing Number
|
||||
Remark:A specific number which is part of the routing information, used by the network to route the call and the non-call related signaling messages."
|
||||
::= { system 3 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.7.2.1.4
|
||||
routingMethod OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
direct(1),
|
||||
indirect(2)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:Routing Method
|
||||
Remark:For every call or non-call related transaction initiated from local network, the MSC can select one of the two following routing conventions:<UL><LI>Direct = Route the calls directly from the PLMN to the ported subscriber's network.</LI><LI>Indirect = Route the calls from the PLMN to the ported subscriber's subscription network via the number range holder.</LI></UL>"
|
||||
::= { system 4 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.7.2.1.5
|
||||
rNPosition OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..255)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:RN Position
|
||||
Remark:The routing number will be attached to the called number in the portability database. <br>This parameter specifies the digit position of the called number to append the routing number."
|
||||
::= { system 5 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.7.2.1.6
|
||||
type OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
srf(0),
|
||||
ansiIn(1)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:MNP Solution
|
||||
Remark:Select a solution for call related signaling in the ETSI MNP-standard:<UL><LI>MNP-SRF = Mobile Number Portability Signaling Relay Function</LI><LI>ANSI IN = American National Standard Institute Intelligent Network</LI></UL>"
|
||||
::= { system 6 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.7.2.1.7
|
||||
systemCommand OBJECT-TYPE
|
||||
SYNTAX INTEGER { saveSubsData(2) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { system 7 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.7.2.1.8
|
||||
importSubs OBJECT-TYPE
|
||||
SYNTAX Opaque (SIZE (7))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Hidden Flag:Yes
|
||||
OPAQUE DECODE RULE:
|
||||
[unit]operation[u]00.0-00.7[u]select
|
||||
[v]1[opt]Send
|
||||
[v]2[opt]Reading
|
||||
[v]3[opt]Succeed
|
||||
[v]4[opt]Failed
|
||||
[unit]Imported subs.[u]01.0-03.7[u]input
|
||||
[v]toDec-high-0
|
||||
[unit]Loaded subs.[u]04.0-06.7[u]input
|
||||
[v]toDec-high-0"
|
||||
::= { system 8 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.1.3.3.2.2.1
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.7.2.2
|
||||
localPrefix OBJECT IDENTIFIER ::= { parameter 2 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.1.3.3.2.2.1.4
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.7.2.2.1
|
||||
localPrefixTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF LocalPrefixEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { localPrefix 1 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.1.3.3.2.2.1.4.1
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.7.2.2.1.1
|
||||
localPrefixEntry OBJECT-TYPE
|
||||
SYNTAX LocalPrefixEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"level:1"
|
||||
INDEX { localIndex }
|
||||
::= { localPrefixTable 1 }
|
||||
|
||||
|
||||
LocalPrefixEntry ::=
|
||||
SEQUENCE {
|
||||
localIndex
|
||||
INTEGER,
|
||||
localTitle
|
||||
OCTET STRING,
|
||||
localPrefixNumber
|
||||
OCTET STRING,
|
||||
localRowStatus
|
||||
RowStatus
|
||||
}
|
||||
|
||||
-- Route Selection RZS Index
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.2.2.1.4.1.1
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.7.2.2.1.1.1
|
||||
localIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..31)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Key Parameter:Yes Name:Index
|
||||
Remark:Local prefix index number ranges from 0 to 31."
|
||||
::= { localPrefixEntry 1 }
|
||||
|
||||
|
||||
-- Title
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.2.2.1.4.1.3
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.7.2.2.1.1.2
|
||||
localTitle OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..16))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Key Parameter:Yes Name:Title
|
||||
Remark:Local prefix name for identification purpose only."
|
||||
::= { localPrefixEntry 2 }
|
||||
|
||||
|
||||
-- Trunk Group
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.2.2.1.4.1.5
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.7.2.2.1.1.3
|
||||
localPrefixNumber OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..15))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Key Parameter:Yes Name:Prefix
|
||||
Remark:Specify prefix of E.164 numbers using in the local network."
|
||||
::= { localPrefixEntry 3 }
|
||||
|
||||
|
||||
-- Row Status
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.2.2.1.4.1.11
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.7.2.2.1.1.4
|
||||
localRowStatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Key Parameter:Yes"
|
||||
::= { localPrefixEntry 4 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.1.3.3.2.2.2
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.7.2.3
|
||||
portablePrefix OBJECT IDENTIFIER ::= { parameter 3 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.1.3.3.2.2.1.4
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.7.2.3.1
|
||||
portablePrefixTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF PortablePrefixEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { portablePrefix 1 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.1.3.3.2.2.1.4.1
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.7.2.3.1.1
|
||||
portablePrefixEntry OBJECT-TYPE
|
||||
SYNTAX PortablePrefixEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"level:1"
|
||||
INDEX { portableIndex }
|
||||
::= { portablePrefixTable 1 }
|
||||
|
||||
|
||||
PortablePrefixEntry ::=
|
||||
SEQUENCE {
|
||||
portableIndex
|
||||
INTEGER,
|
||||
portableTitle
|
||||
DisplayString16,
|
||||
portablePrefixNumber
|
||||
OCTET STRING,
|
||||
portableRowStatus
|
||||
RowStatus
|
||||
}
|
||||
|
||||
-- Route Selection RZS Index
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.2.2.1.4.1.1
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.7.2.3.1.1.1
|
||||
portableIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..127)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Key Parameter:Yes Name:Index
|
||||
Remark:Portable prefix index number ranges from 0 to 127."
|
||||
::= { portablePrefixEntry 1 }
|
||||
|
||||
|
||||
-- Title
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.2.2.1.4.1.3
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.7.2.3.1.1.2
|
||||
portableTitle OBJECT-TYPE
|
||||
SYNTAX DisplayString16
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Key Parameter:Yes Name:Title
|
||||
Remark:Portable prefix name for identification purpose only."
|
||||
::= { portablePrefixEntry 2 }
|
||||
|
||||
|
||||
-- Trunk Group
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.2.2.1.4.1.5
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.7.2.3.1.1.3
|
||||
portablePrefixNumber OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..15))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Key Parameter:Yes Name:Prefix
|
||||
Remark:Specify prefix of E.164 numbers that can be ported among networks."
|
||||
::= { portablePrefixEntry 3 }
|
||||
|
||||
|
||||
-- Row Status
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.2.2.1.4.1.11
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.7.2.3.1.1.4
|
||||
portableRowStatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Key Parameter:Yes"
|
||||
::= { portablePrefixEntry 4 }
|
||||
|
||||
|
||||
|
||||
END
|
||||
|
||||
--
|
||||
-- LGC-SS-MNP-MIB.my
|
||||
--
|
||||
Reference in New Issue
Block a user