add bin/mib conf dual file
This commit is contained in:
225
bin/mib/LGC-SS-RTPPROXY-MIB.my
Normal file
225
bin/mib/LGC-SS-RTPPROXY-MIB.my
Normal file
@@ -0,0 +1,225 @@
|
||||
--
|
||||
-- LGC-SS-RTPPROXY-MIB.my
|
||||
-- MIB generated by MG-SOFT Visual MIB Builder Version 7.0 Build 209
|
||||
-- Monday, February 27, 2012 at 17:18:47
|
||||
--
|
||||
|
||||
LGC-SS-RTPPROXY-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
lgcSS, DisplayString
|
||||
FROM LGC-MIB
|
||||
IpAddress, OBJECT-TYPE, MODULE-IDENTITY
|
||||
FROM SNMPv2-SMI;
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.18
|
||||
rtpproxy 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 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.3
|
||||
application OBJECT IDENTIFIER ::= { wxc2 3 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.18.1
|
||||
heartbeat OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Description."
|
||||
::= { rtpproxy 1 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.1.3.3.2.2
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.18.2
|
||||
parameter OBJECT IDENTIFIER ::= { rtpproxy 2 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.18.2.1
|
||||
system OBJECT IDENTIFIER ::= { parameter 1 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.18.2.1.1
|
||||
rtpProxyFlag OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
off(0),
|
||||
on(1)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:RtpProxy Flag
|
||||
Remark:RtpProxy Flag."
|
||||
::= { system 1 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.18.2.1.2
|
||||
applicationType OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
{
|
||||
tandem(0),
|
||||
implicittandem(1)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:Application Type
|
||||
Remark:Application Type."
|
||||
::= { system 2 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.18.2.1.3
|
||||
domainName OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..32))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:Domain Name
|
||||
Remark:Domain Name."
|
||||
::= { system 3 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.18.2.1.4
|
||||
interBaseUdpPortRGW OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..511)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:Inter Base Udp Port (RGW)
|
||||
Remark:Inter Base Udp Port (RGW)."
|
||||
::= { system 4 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.18.2.1.5
|
||||
intraBaseUdpPortAC OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..511)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:Intra Base Udp Port (AC)
|
||||
Remark:Intra Base Udp Port (AC)."
|
||||
::= { system 5 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.18.2.1.6
|
||||
interAddressRGW OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:Inter Address (RGW)
|
||||
Remark:Inter Address (RGW)."
|
||||
::= { system 6 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.18.2.1.7
|
||||
intraAddressAC OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:Intra Address (AC)
|
||||
Remark:Intra Address (AC)."
|
||||
::= { system 7 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.18.2.2
|
||||
voiceStreamIP OBJECT IDENTIFIER ::= { parameter 2 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.18.2.2.1
|
||||
iPEndpoint1 OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:IP Endpoint 1
|
||||
Remark:IP Endpoint 1."
|
||||
::= { voiceStreamIP 1 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.18.2.2.2
|
||||
iPEndpoint2 OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:IP Endpoint 2
|
||||
Remark:IP Endpoint 2."
|
||||
::= { voiceStreamIP 2 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.18.2.2.3
|
||||
iPEndpoint3 OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:IP Endpoint 3
|
||||
Remark:IP Endpoint 3."
|
||||
::= { voiceStreamIP 3 }
|
||||
|
||||
|
||||
-- 1.3.6.1.4.1.1373.2.3.3.18.2.2.4
|
||||
iPEndpoint4 OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Name:IP Endpoint 3
|
||||
Remark:IP Endpoint 3."
|
||||
::= { voiceStreamIP 4 }
|
||||
|
||||
|
||||
|
||||
END
|
||||
|
||||
--
|
||||
-- LGC-SS-RTPPROXY-MIB.my
|
||||
--
|
||||
Reference in New Issue
Block a user