commit version 22.12.12447

This commit is contained in:
2023-01-01 22:36:12 -05:00
parent af1b03d79f
commit b948283a96
744 changed files with 620715 additions and 27381 deletions

175
mibs/cdata/CDATA-COMMON-SMI Normal file
View File

@ -0,0 +1,175 @@
--
-- CDATA-COMMON-SMI.my
-- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253
-- Wednesday, March 02, 2016 at 16:10:01
--
CDATA-COMMON-SMI DEFINITIONS ::= BEGIN
IMPORTS
enterprises, MODULE-IDENTITY, OBJECT-IDENTITY
FROM SNMPv2-SMI
TEXTUAL-CONVENTION
FROM SNMPv2-TC;
-- May 27, 2010 at 10:56 GMT
vendor MODULE-IDENTITY
LAST-UPDATED "201603021453Z" -- March 02, 2016 at 14:53 GMT
ORGANIZATION
"vendor"
CONTACT-INFO
"Contact info"
DESCRIPTION
"common mib smi"
REVISION "201603021447Z" -- March 02, 2016 at 14:47 GMT
DESCRIPTION
"add gpon node"
::= { enterprises 34592 }
--
-- Textual conventions
--
DataDirection ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A data channel normally have two direction, up and down"
SYNTAX INTEGER
{
upstream(1),
downstream(2)
}
DeviceOperation ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This type defines an operate action aggregate"
SYNTAX INTEGER
{
reset(2),
default(3),
saveConfig(4),
restore(5),
delete(6)
}
DeviceStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Device work status type. One device or dummy device may
have following five work status:
notPresent(1): the device is not present (not installed)
offline(2):the device is present,but can not be communicated (or failed to get its info)
online(3):the device is present and can be communicated
normal(4):the device is online and work well
abnormal(5): the device is online but work abnormal for some reason"
SYNTAX INTEGER
{
notPresent(1),
offline(2),
online(3),
normal(4),
abnormal(5)
}
DeviceType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Device type convention. Define all PBB device type value.
----------------------------------
| family | series | class | type |
----------------------------------
8b 8b 8b 8b
refer to document <pducuct type defines>"
SYNTAX INTEGER { fd1508gs(67174657) }
LedStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Led status"
SYNTAX INTEGER
{
on(1),
off(2),
blink(3)
}
-- Textual conventions
--
OperSwitch ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Device function operation switch type"
SYNTAX INTEGER
{
enable(1),
disable(2)
}
--
-- Node definitions
--
-- Node definitions
--
-- 1.3.6.1.4.1.34592.1
-- 1.3.6.1.4.1.34592.1
ipProduct OBJECT-IDENTITY
STATUS current
DESCRIPTION
"ip products line.
"
::= { vendor 1 }
-- 1.3.6.1.4.1.34592.1.1
-- 1.3.6.1.4.1.34592.1.1
mediaConverter OBJECT-IDENTITY
STATUS current
DESCRIPTION
"supported by media converter line products.
"
::= { ipProduct 1 }
-- 1.3.6.1.4.1.34592.1.2
-- 1.3.6.1.4.1.34592.1.2
switch OBJECT-IDENTITY
STATUS current
DESCRIPTION
"supported by smartCPE Switch line products.
"
::= { ipProduct 2 }
-- 1.3.6.1.4.1.34592.1.3
-- 1.3.6.1.4.1.34592.1.3
epon OBJECT-IDENTITY
STATUS current
DESCRIPTION
"supported by epon line products."
::= { ipProduct 3 }
-- 1.3.6.1.4.1.34592.1.4
-- 1.3.6.1.4.1.34592.1.4
eoc OBJECT-IDENTITY
STATUS current
DESCRIPTION
"supported by eoc line products."
::= { ipProduct 4 }
-- 1.3.6.1.4.1.34592.1.5
gpon OBJECT-IDENTITY
STATUS current
DESCRIPTION
"supported by gpon line products."
::= { ipProduct 5 }
END
--
-- CDATA-COMMON-SMI.my
--

2757
mibs/cdata/CDATA-EPON-MIB Normal file

File diff suppressed because it is too large Load Diff

6182
mibs/cdata/CDATA-GPON-MIB Normal file

File diff suppressed because it is too large Load Diff

5664
mibs/cdata/CDATA-GPON-MIB2 Normal file

File diff suppressed because it is too large Load Diff

232
mibs/cdata/EDFA-oa-MIB Normal file
View File

@ -0,0 +1,232 @@
--
-- EDFA-oa-MIB.mib
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
-- Wednesday, November 08, 2017 at 10:55:00
--
EDFA-oa-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE, enterprises
FROM SNMPv2-SMI;
--
-- Node definitions
--
-- 1.3.6.1.4.1.34592
-- edfa OBJECT IDENTIFIER ::= { enterprises 34592 }
eponeoc MODULE-IDENTITY
LAST-UPDATED "201005271056Z" -- May 27, 2010 at 10:56 GMT
ORGANIZATION
"epon eoc factory."
CONTACT-INFO
" "
DESCRIPTION
"epon eoc common mib module"
::= { enterprises 34592 }
-- 1.3.6.1.4.1.34592.1
ipProduct OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Defines the base identifier containing the definition of ip products line.
"
::= { eponeoc 1 }
-- 1.3.6.1.4.1.34592.1.1
mediaConverter OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Defines the base identifier for the subtree
supported by media converter line products.
"
::= { ipProduct 1 }
-- 1.3.6.1.4.1.34592.1.5
edfa OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Defines the base identifier for the subtree
supported by smartCPE Switch line products.
"
::= { ipProduct 5 }
-- 1.3.6.1.4.1.34592.1.5.1
oaEDFAAlarmRangeTable OBJECT-TYPE
SYNTAX SEQUENCE OF OaEDFAAlarmRangeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Description."
::= { edfa 1 }
-- 1.3.6.1.4.1.34592.1.5.1.1
oaEDFAAlarmRangeEntry OBJECT-TYPE
SYNTAX OaEDFAAlarmRangeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Description."
INDEX { oaEDFAAlarmRangeIndex }
::= { oaEDFAAlarmRangeTable 1 }
OaEDFAAlarmRangeEntry ::=
SEQUENCE {
oaEDFAAlarmRangeIndex
INTEGER,
oaEDFAAlarmRangeDecr
OCTET STRING,
oaEDFAAlarmRangeHIHItoHI
INTEGER,
oaEDFAAlarmRangeHIHItoLO
INTEGER,
oaEDFAAlarmRangeHItoHI
INTEGER,
oaEDFAAlarmRangeHItoLO
INTEGER,
oaEDFAAlarmRangeLOtoHI
INTEGER,
oaEDFAAlarmRangeLOtoLO
INTEGER,
oaEDFAAlarmRangeLOLOtoHI
INTEGER,
oaEDFAAlarmRangeLOLOtoLO
INTEGER,
oaEDFAAlarmRangeDDtoHI
INTEGER,
oaEDFAAlarmRangeDDtoLO
INTEGER
}
-- 1.3.6.1.4.1.34592.1.5.1.1.1
oaEDFAAlarmRangeIndex OBJECT-TYPE
SYNTAX INTEGER (1..12)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Description."
::= { oaEDFAAlarmRangeEntry 1 }
-- 1.3.6.1.4.1.34592.1.5.1.1.2
oaEDFAAlarmRangeDecr OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS mandatory
DESCRIPTION
"Description."
::= { oaEDFAAlarmRangeEntry 2 }
-- 1.3.6.1.4.1.34592.1.5.1.1.3
oaEDFAAlarmRangeHIHItoHI OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Description."
::= { oaEDFAAlarmRangeEntry 3 }
-- 1.3.6.1.4.1.34592.1.5.1.1.4
oaEDFAAlarmRangeHIHItoLO OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Description."
::= { oaEDFAAlarmRangeEntry 4 }
-- 1.3.6.1.4.1.34592.1.5.1.1.5
oaEDFAAlarmRangeHItoHI OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Description."
::= { oaEDFAAlarmRangeEntry 5 }
-- 1.3.6.1.4.1.34592.1.5.1.1.6
oaEDFAAlarmRangeHItoLO OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Description."
::= { oaEDFAAlarmRangeEntry 6 }
-- 1.3.6.1.4.1.34592.1.5.1.1.7
oaEDFAAlarmRangeLOtoHI OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Description."
::= { oaEDFAAlarmRangeEntry 7 }
-- 1.3.6.1.4.1.34592.1.5.1.1.8
oaEDFAAlarmRangeLOtoLO OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Description."
::= { oaEDFAAlarmRangeEntry 8 }
-- 1.3.6.1.4.1.34592.1.5.1.1.9
oaEDFAAlarmRangeLOLOtoHI OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Description."
::= { oaEDFAAlarmRangeEntry 9 }
-- 1.3.6.1.4.1.34592.1.5.1.1.10
oaEDFAAlarmRangeLOLOtoLO OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Description."
::= { oaEDFAAlarmRangeEntry 10 }
-- 1.3.6.1.4.1.34592.1.5.1.1.11
oaEDFAAlarmRangeDDtoHI OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Description."
::= { oaEDFAAlarmRangeEntry 11 }
-- 1.3.6.1.4.1.34592.1.5.1.1.12
oaEDFAAlarmRangeDDtoLO OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Description."
::= { oaEDFAAlarmRangeEntry 12 }
END
--
-- EDFA-oa-MIB.mib
--

View File

@ -104,44 +104,80 @@
refer to document <pducuct type defines>"
SYNTAX INTEGER
{
EPON(16842752),
CHASSIS(16843009),
SYSTEM(16842752),
EPON-2U8P(16843009),
OLT(16843265),
PON(16843521),
PON(16909057),
EPON-1U(17105153),
EPON-1U2P(17105153),
OLT(17105409),
PON(17105665),
EPON-1U4P(17236225),
OLT(17236481),
PON(17236737),
PON(17235968),
EPON-1U8P(17170689),
OLT(17170945),
PON(17171201),
PON(17171202),
ONU4D-B(16974081),
ONU4D-B(16974082),
ONU4D-B(16974083),
ONU8D-B(16974084),
ONU4D(16974085),
ONU1D(16974086),
ONU1D-G(16974087),
ONU2D-G(16974088),
ONU2D-GM(16974095),
ONU4D-GM(16974094),
ONU4D-P(16974089),
ONU3D-M(16974090),
ONU4D(16974091),
ONU2D-M(16974092),
ONU4D2P(16974337),
ONU4D2P-P(16974338),
ONU4D1R(16974593),
ONU4D1R-P(16974594),
ONU4D2P1R(16974849),
ONU4D2P1R(17040129),
ONU4D2P1R-P(16974850),
ONU24D(17039617),
ONU1FE(825241960),
ONU1GE(825307496),
ONU2GE(825307757),
ONU4FE(825242728),
ONU4GE(825308258),
ONU4GEB(825308258),
ONU4GE(825308269),
ONU4FE1RF(858797160)
ONU1GE1FE1P(825307464),
ONU4FE1RF(858797160),
ONU1FE(16974086),
ONU1FE1GE(16974088),
ONU4FE(16974085),
ONU4FE(16974091),
ONU8FEB(16974084),
ONU4FE1TV-WDM(16974593),
ONU1FEC(825241683),
ONU1GEC(825241671),
ONU4FEC(875573331),
ONU4GEB(875573314),
ONU2GEM(842018893),
ONU4GEM(875573325),
ONU4FEW(875573335),
ONU4FE1TVC-WDM(875647827),
ONU4FE1TVCA(875643987),
ONU4FE1TVW-WDM(875647831),
ONU4FE1TVW(875643991),
ONU4FE2P(1),
ONU4FE2PA(16974337),
ONU4FE2P1TV(2),
ONU24FEB(3),
ONU4FE2PW(4),
ONU2FE1P(5),
ONU1FECA(825241960),
ONU1GECA(825307496),
ONU4FECA(825242728),
ONU1GEM (825241674),
ONU16FEB(8),
ONU4GE(16974097)
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,20 @@
--
-- FD-TRAP-MIB.my
-- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253
-- Wednesday, June 15, 2011 at 18:07:48
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
-- Wednesday, August 03, 2016 at 14:48:18
--
-- FD-TRAP-MIB.mib
-- FD-TRAP-MIB.my
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
-- Tuesday, July 14, 2015 at 17:44:57
--
-- FD-TRAP-MIB.my
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
-- Friday, May 15, 2015 at 11:41:26
--
-- FD-TRAP-MIB.txt
-- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253
-- Thursday, May 27, 2010 at 18:38:56
-- Monday, April 27, 2015 at 16:05:50
--
FD-TRAP-MIB DEFINITIONS ::= BEGIN
@ -22,23 +30,31 @@
FROM FD-PERFORMANCE-MIB
sfpPlugStauts, swPortLinkState
FROM FD-SWITCH-MIB
powerStatusBit, fanStatusBit, ponCardRunningStatus, nonAuthOnuMac
powerStatusBit, fanStatusBit, ponCardRunningStatus, nonAuthOnuMac, userId,
userName, userPassword, userPermission, userAccessDeviceMap, loginTimeout,
userEntryRowStatus
FROM FD-SYSTEM-MIB
alarmValue
FROM RMON-MIB
MODULE-COMPLIANCE, NOTIFICATION-GROUP
FROM SNMPv2-CONF
MODULE-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI;
-- 1.3.6.1.4.1.34592.1.3.6
-- May 27, 2010 at 10:56 GMT
-- 1.3.6.1.4.1.34592.1.3.6
eponTraps MODULE-IDENTITY
LAST-UPDATED "201005271056Z" -- May 27, 2010 at 10:56 GMT
ORGANIZATION
"epon eoc factory."
CONTACT-INFO
""
" "
DESCRIPTION
"Trap mib module"
::= { epon 6 }
@ -46,9 +62,12 @@
-- Node definitions
--
-- 1.3.6.1.4.1.34592.1.3.6.0
-- 1.3.6.1.4.1.34592.1.3.6.0
eponTrapsPrefix OBJECT IDENTIFIER ::= { eponTraps 0 }
-- 1.3.6.1.4.1.34592.1.3.6.0.1
-- 1.3.6.1.4.1.34592.1.3.6.0.1
sniSFPStatusChange NOTIFICATION-TYPE
OBJECTS { sfpPlugStauts }
@ -56,7 +75,9 @@
DESCRIPTION
"Description."
::= { eponTrapsPrefix 1 }
-- 1.3.6.1.4.1.34592.1.3.6.0.2
-- 1.3.6.1.4.1.34592.1.3.6.0.2
sniPortLinkChange NOTIFICATION-TYPE
OBJECTS { swPortLinkState }
@ -64,7 +85,9 @@
DESCRIPTION
"Description."
::= { eponTrapsPrefix 2 }
-- 1.3.6.1.4.1.34592.1.3.6.0.3
-- 1.3.6.1.4.1.34592.1.3.6.0.3
powerStatusChange NOTIFICATION-TYPE
OBJECTS { powerStatusBit }
@ -72,7 +95,9 @@
DESCRIPTION
"Description."
::= { eponTrapsPrefix 3 }
-- 1.3.6.1.4.1.34592.1.3.6.0.4
-- 1.3.6.1.4.1.34592.1.3.6.0.4
fanStatusChange NOTIFICATION-TYPE
OBJECTS { fanStatusBit }
@ -80,7 +105,9 @@
DESCRIPTION
"Description."
::= { eponTrapsPrefix 4 }
-- 1.3.6.1.4.1.34592.1.3.6.0.5
-- 1.3.6.1.4.1.34592.1.3.6.0.5
ponRunningStatusChange NOTIFICATION-TYPE
OBJECTS { ponCardRunningStatus }
@ -88,7 +115,9 @@
DESCRIPTION
"Description."
::= { eponTrapsPrefix 5 }
-- 1.3.6.1.4.1.34592.1.3.6.0.6
-- 1.3.6.1.4.1.34592.1.3.6.0.6
onuLinkStatusChange NOTIFICATION-TYPE
OBJECTS { linkOnLineStatus }
@ -96,7 +125,9 @@
DESCRIPTION
"Description."
::= { eponTrapsPrefix 6 }
-- 1.3.6.1.4.1.34592.1.3.6.0.7
-- 1.3.6.1.4.1.34592.1.3.6.0.7
onuOnlineStatusChange NOTIFICATION-TYPE
OBJECTS { onuOnLineStatus }
@ -104,7 +135,9 @@
DESCRIPTION
"Description."
::= { eponTrapsPrefix 7 }
-- 1.3.6.1.4.1.34592.1.3.6.0.8
-- 1.3.6.1.4.1.34592.1.3.6.0.8
onuPortStatusChange NOTIFICATION-TYPE
OBJECTS { uniPortLink }
@ -112,7 +145,9 @@
DESCRIPTION
"Description."
::= { eponTrapsPrefix 8 }
-- 1.3.6.1.4.1.34592.1.3.6.0.9
-- 1.3.6.1.4.1.34592.1.3.6.0.9
swSniPortTrafficChange NOTIFICATION-TYPE
OBJECTS { swSniPortTrafficChangeVal }
@ -120,7 +155,9 @@
DESCRIPTION
"Description."
::= { eponTrapsPrefix 9 }
-- 1.3.6.1.4.1.34592.1.3.6.0.10
-- 1.3.6.1.4.1.34592.1.3.6.0.10
oltTrafficChange NOTIFICATION-TYPE
OBJECTS { oltTrafficChangeVal }
@ -128,7 +165,9 @@
DESCRIPTION
"Description."
::= { eponTrapsPrefix 10 }
-- 1.3.6.1.4.1.34592.1.3.6.0.11
-- 1.3.6.1.4.1.34592.1.3.6.0.11
onuTrafficChange NOTIFICATION-TYPE
OBJECTS { onuTrafficChangeVal }
@ -136,7 +175,9 @@
DESCRIPTION
"Description."
::= { eponTrapsPrefix 11 }
-- 1.3.6.1.4.1.34592.1.3.6.0.12
-- 1.3.6.1.4.1.34592.1.3.6.0.12
linkIdResourceExhaust NOTIFICATION-TYPE
OBJECTS { linkIdExhaust }
@ -144,7 +185,9 @@
DESCRIPTION
"Description."
::= { eponTrapsPrefix 12 }
-- 1.3.6.1.4.1.34592.1.3.6.0.13
-- 1.3.6.1.4.1.34592.1.3.6.0.13
onuIdResourceExhaust NOTIFICATION-TYPE
OBJECTS { onuIdExhaust }
@ -152,7 +195,9 @@
DESCRIPTION
"Description."
::= { eponTrapsPrefix 13 }
-- 1.3.6.1.4.1.34592.1.3.6.0.14
-- 1.3.6.1.4.1.34592.1.3.6.0.14
illegalRegisterAlarm NOTIFICATION-TYPE
OBJECTS { nonAuthOnuMac }
@ -160,7 +205,9 @@
DESCRIPTION
"Description."
::= { eponTrapsPrefix 14 }
-- 1.3.6.1.4.1.34592.1.3.6.0.15
-- 1.3.6.1.4.1.34592.1.3.6.0.15
onuPortRstpStateChange NOTIFICATION-TYPE
OBJECTS { uniPortRstpState }
@ -168,27 +215,78 @@
DESCRIPTION
"Description."
::= { eponTrapsPrefix 15 }
-- 1.3.6.1.4.1.34592.1.3.6.0.16
-- 1.3.6.1.4.1.34592.1.3.6.0.16
rmonEventThreshold NOTIFICATION-TYPE
OBJECTS { alarmValue }
STATUS current
DESCRIPTION
"Description."
::= { eponTrapsPrefix 16 }
-- 1.3.6.1.4.1.34592.1.3.6.0.17
-- 1.3.6.1.4.1.34592.1.3.6.0.17
onuDyingGasp NOTIFICATION-TYPE
OBJECTS { onuOnLineStatus }
STATUS current
DESCRIPTION
"Description."
::= { eponTrapsPrefix 17 }
-- 1.3.6.1.4.1.34592.1.3.6.0.18
-- 1.3.6.1.4.1.34592.1.3.6.0.18
onuPortLoopBack NOTIFICATION-TYPE
OBJECTS { uniPortLink }
STATUS current
DESCRIPTION
"Description."
::= { eponTrapsPrefix 18 }
-- 1.3.6.1.4.1.34592.1.3.6.0.19
oltSystemReboot NOTIFICATION-TYPE
OBJECTS { userName }
STATUS current
DESCRIPTION
"Description."
::= { eponTrapsPrefix 19 }
-- 1.3.6.1.4.1.34592.1.3.6.1
-- 1.3.6.1.4.1.34592.1.3.6.1
fdTrapConformance OBJECT IDENTIFIER ::= { eponTraps 1 }
-- 1.3.6.1.4.1.34592.1.3.6.1.1
-- 1.3.6.1.4.1.34592.1.3.6.1.1
fdTrapGroups OBJECT IDENTIFIER ::= { fdTrapConformance 1 }
-- 1.3.6.1.4.1.34592.1.3.6.1.1.1
-- 1.3.6.1.4.1.34592.1.3.6.1.1.1
fdTrapGroup NOTIFICATION-GROUP
NOTIFICATIONS { sniSFPStatusChange, sniPortLinkChange, powerStatusChange, fanStatusChange, ponRunningStatusChange,
onuLinkStatusChange, onuOnlineStatusChange, onuPortStatusChange, swSniPortTrafficChange, oltTrafficChange,
onuTrafficChange, onuPortRstpStateChange, illegalRegisterAlarm, linkIdResourceExhaust, onuIdResourceExhaust
}
onuTrafficChange, onuPortRstpStateChange, onuDyingGasp, rmonEventThreshold, onuPortLoopBack,
oltSystemReboot, illegalRegisterAlarm, linkIdResourceExhaust, onuIdResourceExhaust }
STATUS current
DESCRIPTION
"A collection of objects providing notification management"
::= { fdTrapGroups 1 }
-- 1.3.6.1.4.1.34592.1.3.6.1.2
-- 1.3.6.1.4.1.34592.1.3.6.1.2
fdTrapCompliances OBJECT IDENTIFIER ::= { fdTrapConformance 2 }
-- 1.3.6.1.4.1.34592.1.3.6.1.2.1
-- this module
-- this module
-- 1.3.6.1.4.1.34592.1.3.6.1.2.1
fdTrapCompliance MODULE-COMPLIANCE
STATUS current
@ -197,6 +295,7 @@
MODULE -- this module
MANDATORY-GROUPS { fdTrapGroup }
::= { fdTrapCompliances 1 }
END

View File

@ -0,0 +1,89 @@
LTNET-COMMONINFO-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE
FROM RFC-1212
DisplayString
FROM RFC1213-MIB
NetworkAddress FROM RFC1155-SMI
ltnetRoot
FROM LTNET-ROOT
;
ltnetCommonInfoGroup OBJECT IDENTIFIER ::= { ltnetRoot 3 }
ltnetIpSimpleInfo OBJECT IDENTIFIER ::= { ltnetCommonInfoGroup 1 }
ltnetSubJoinedInfo OBJECT IDENTIFIER ::= { ltnetCommonInfoGroup 4 }
ltnetIpNetAddress OBJECT-TYPE
SYNTAX NetworkAddress
ACCESS read-write
STATUS mandatory
DESCRIPTION
" "
::= { ltnetIpSimpleInfo 1 }
ltnetIpMask OBJECT-TYPE
SYNTAX INTEGER (0..31)
ACCESS read-write
STATUS mandatory
DESCRIPTION
" "
::= { ltnetIpSimpleInfo 2 }
ltnetIpDefaultGateway OBJECT-TYPE
SYNTAX NetworkAddress
ACCESS read-write
STATUS mandatory
DESCRIPTION
" "
::= { ltnetIpSimpleInfo 3 }
ltnetIpDns OBJECT-TYPE
SYNTAX NetworkAddress
ACCESS read-write
STATUS optional
DESCRIPTION
" "
::= { ltnetIpSimpleInfo 4 }
ltnetIpPhysicalAddress OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This variable reports the media dependant 'physical' address of
the NE. This object was added to support the generation of traps."
::= { ltnetIpSimpleInfo 5 }
-- *
ltnetCommIdentifyNum OBJECT-TYPE
SYNTAX OCTET STRING ( SIZE(6 .. 10) )
ACCESS read-write
STATUS optional
DESCRIPTION
""
::= { ltnetSubJoinedInfo 1 }
ltnetCommonTime OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
""
::= { ltnetSubJoinedInfo 2 }
ltnetAlarmDelayTime OBJECT-TYPE
SYNTAX INTEGER ( 0..600 )
ACCESS read-write
STATUS mandatory
DESCRIPTION
""
::= { ltnetSubJoinedInfo 3 }
END

21
mibs/cdata/LTNET-ROOT Normal file
View File

@ -0,0 +1,21 @@
LTNET-ROOT DEFINITIONS ::= BEGIN
IMPORTS
enterprises
FROM RFC1155-SMI
;
ltnetRoot OBJECT IDENTIFIER ::= { enterprises 33826 }
-- DESCRIPTION
ltnetHFCemsTree OBJECT IDENTIFIER ::= { ltnetRoot 1 }
-- DESCRIPTION
osIdent OBJECT IDENTIFIER ::= { ltnetHFCemsTree 1}
-- DESCRIPTION
ltnetSmartDeviceTree OBJECT IDENTIFIER ::= { ltnetRoot 2 }
END

File diff suppressed because it is too large Load Diff

View File

@ -753,8 +753,8 @@ SPC200 DEFINITIONS ::= BEGIN
STATUS current
DESCRIPTION "Minimum signal measured over several samples for the
associated carrier wave entry. The value is expressed
in Glomer<65> which can be converted in dBm/Hz using the
following formula: dBm/Hz = 19*log10(Glomer<65>) - 113"
in Glomer<65> which can be converted in dBm/Hz using the
following formula: dBm/Hz = 19*log10(Glomer<65>) - 113"
::= { plcSNAnalyserEntry 1 }
@ -764,8 +764,8 @@ SPC200 DEFINITIONS ::= BEGIN
STATUS current
DESCRIPTION "Maximum signal measured on several samples for the
associated carrier wave entry. The value is expressed
in Glomer<65> which can be converted in dBm/Hz using the
following formula: dBm/Hz = 19*log10(Glomer<65>) - 113"
in Glomer<65> which can be converted in dBm/Hz using the
following formula: dBm/Hz = 19*log10(Glomer<65>) - 113"
::= { plcSNAnalyserEntry 2 }
@ -775,8 +775,8 @@ SPC200 DEFINITIONS ::= BEGIN
STATUS current
DESCRIPTION "Average signal measured on several samples for the
associated carrier wave entry. The value is expressed
in Glomer<65> which can be converted in dBm/Hz using the
following formula: dBm/Hz = 19*log10(Glomer<65>) - 113"
in Glomer<65> which can be converted in dBm/Hz using the
following formula: dBm/Hz = 19*log10(Glomer<65>) - 113"
::= { plcSNAnalyserEntry 3 }
plcSNAnalyserLastSignal OBJECT-TYPE
@ -785,8 +785,8 @@ SPC200 DEFINITIONS ::= BEGIN
STATUS current
DESCRIPTION "Signal measured for last sample on the associated
carrier wave entry. The value is expressed
in Glomer<65> which can be converted in dBm/Hz using the
following formula: dBm/Hz = 19*log10(Glomer<65>) - 113"
in Glomer<65> which can be converted in dBm/Hz using the
following formula: dBm/Hz = 19*log10(Glomer<65>) - 113"
::= { plcSNAnalyserEntry 4 }
plcSNAnalyserFFTDiv OBJECT-TYPE
@ -2678,127 +2678,6 @@ plcStaticSpySynchBandNb OBJECT-TYPE
spectrum analyser data"
::= { plcGroups 7 }
--PR01 END
agentCapabilities AGENT-CAPABILITIES
PRODUCT-RELEASE "Product-Release"
STATUS current
DESCRIPTION "The SPC200 chip SNMP agent capabilities"
SUPPORTS SPC200
INCLUDES { nodeGroup, inputNodeGroup,
topologyGroup, inputTopologyGroup,
statisticGroup, softwareGroup,
analyserGroup } --PR01
--OK SUPPORTS IF-MIB
--OK INCLUDES { ifGeneralInformationGroup, ifHCPacketGroup }
--OK VARIATION ifAdminStatus
--OK ACCESS read-only
--OK DESCRIPTION "Forbid the update of the administrative status"
--OK VARIATION ifLinkUpDownTrapEnable
--OK ACCESS not-implemented
--OK DESCRIPTION "No trap supported"
--KO VARIATION ifAlias
--KO ACCESS not-implemented
--KO DESCRIPTION "The non volatile alias name
--KO cannot be saved on the SPC200 chip"
--KO VARIATION ifMtu
--KO ACCESS not-implemented
--KO DESCRIPTION "Information not available on SPC200 chip"
SUPPORTS MAU-MIB
INCLUDES { mauIfGrpBasic }
VARIATION ifMauIndex
DESCRIPTION "Only one MAU. So the value is always 1"
VARIATION ifMauMediaAvailable
ACCESS not-implemented
DESCRIPTION "Information not available on SPC200 chip"
VARIATION ifMauMediaAvailableStateExits
ACCESS not-implemented
DESCRIPTION "Information not available on SPC200 chip"
VARIATION ifMauJabberState
ACCESS not-implemented
DESCRIPTION "Information not available on SPC200 chip"
VARIATION ifMauJabberingStateEnters
ACCESS not-implemented
DESCRIPTION "Information not available on SPC200 chip"
SUPPORTS IP-MIB
INCLUDES { ipGroup }
VARIATION ipForwarding
ACCESS not-implemented
DESCRIPTION "Information not available on SPC200 chip"
VARIATION ipDefaultTTL
ACCESS not-implemented
DESCRIPTION "Information not available on SPC200 chip"
VARIATION ipInHdrErrors
ACCESS not-implemented
DESCRIPTION "Information not available on SPC200 chip"
VARIATION ipInAddrErrors
ACCESS not-implemented
DESCRIPTION "Information not available on SPC200 chip"
VARIATION ipForwDatagrams
ACCESS not-implemented
DESCRIPTION "Information not available on SPC200 chip"
VARIATION ipInUnknownProtos
ACCESS not-implemented
DESCRIPTION "Information not available on SPC200 chip"
VARIATION ipInDiscards
ACCESS not-implemented
DESCRIPTION "Information not available on SPC200 chip"
VARIATION ipInDelivers
ACCESS not-implemented
DESCRIPTION "Information not available on SPC200 chip"
VARIATION ipOutDiscards
ACCESS not-implemented
DESCRIPTION "Information not available on SPC200 chip"
VARIATION ipOutNoRoutes
ACCESS not-implemented
DESCRIPTION "Information not available on SPC200 chip"
VARIATION ipReasmTimeout
ACCESS not-implemented
DESCRIPTION "Information not available on SPC200 chip"
VARIATION ipReasmReqds
ACCESS not-implemented
DESCRIPTION "Information not available on SPC200 chip"
VARIATION ipReasmOKs
ACCESS not-implemented
DESCRIPTION "Information not available on SPC200 chip"
VARIATION ipReasmFails
ACCESS not-implemented
DESCRIPTION "Information not available on SPC200 chip"
VARIATION ipFragOKs
ACCESS not-implemented
DESCRIPTION "Information not available on SPC200 chip"
VARIATION ipFragFails
ACCESS not-implemented
DESCRIPTION "Information not available on SPC200 chip"
VARIATION ipFragCreates
ACCESS not-implemented
DESCRIPTION "Information not available on SPC200 chip"
VARIATION ipAdEntBcastAddr
ACCESS not-implemented
DESCRIPTION "Information not available on SPC200 chip"
VARIATION ipAdEntReasmMaxSize
ACCESS not-implemented
DESCRIPTION "Information not available on SPC200 chip"
VARIATION ipRoutingDiscards
ACCESS not-implemented
DESCRIPTION "Information not available on SPC200 chip"
SUPPORTS SNMPv2-MIB
INCLUDES { systemGroup }
--OK SUPPORTS BRIDGE-MIB
--OK INCLUDES { dot1dBase }
--KO VARIATION dot1dBasePortDelayExceededDiscards
--KO ACCESS not-implemented
--KO DESCRIPTION "Information not available on SPC200 chip"
--KO VARIATION dot1dBasePortMtuExceededDiscards
--KO ACCESS not-implemented
--KO DESCRIPTION "Information not available on SPC200 chip"
::= { plcConformance 3 }
-- ifTableExt data

View File

@ -0,0 +1,200 @@
--
-- VENDOR-COMMON-MIB.my
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
-- Tuesday, Dec 25, 2017 at 15:03:49
--
VENDOR-COMMON-MIB DEFINITIONS ::= BEGIN
IMPORTS
enterprises, MODULE-IDENTITY, OBJECT-IDENTITY
FROM SNMPv2-SMI
TEXTUAL-CONVENTION
FROM SNMPv2-TC;
-- 1.3.6.1.4.1.34592
vendor MODULE-IDENTITY
LAST-UPDATED "201005271056Z" -- May 27, 2010 at 10:56 GMT
ORGANIZATION
"vendor."
CONTACT-INFO
" "
DESCRIPTION
"vendor common mib module"
::= { enterprises 34592 }
--
-- Textual conventions
--
-- Textual conventions
--
-- Textual conventions
--
OperSwitch ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Device function operation switch type"
SYNTAX INTEGER
{
enable(1),
disable(2)
}
DeviceStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Device work status type. One device or dummy device may
have following five work status:
notPresent(1): the device is not present (not installed)
offline(2):the device is present,but can not be communicated (or failed to get its info)
online(3):the device is present and can be communicated
normal(4):the device is online and work well
abnormal(5): the device is online but work abnormal for some reason"
SYNTAX INTEGER
{
notPresent(1),
offline(2),
online(3),
normal(4),
abnormal(5)
}
DataDirection ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A data channel normally have two direction, up and down"
SYNTAX INTEGER
{
upstream(1),
downstream(2)
}
DeviceOperation ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This type defines an operate action aggregate"
SYNTAX INTEGER
{
reset(2),
default(3),
saveConfig(4),
restore(5),
delete(6)
}
LedStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Led status"
SYNTAX INTEGER
{
on(1),
off(2),
blink(3)
}
DeviceType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Device type convention. Define all PBB device type value.
----------------------------------
| family | series | class | type |
----------------------------------
8b 8b 8b 8b
refer to document <pducuct type defines>"
SYNTAX INTEGER
{
epon(16842752),
chassis(16843009),
olt(16843265),
pon(16843521),
pon1(16909057),
epon1u(17105153),
olt1(17105409),
pon2(17105665),
onu4db(16974081),
onu4db1(16974082),
onu4db2(16974083),
onu8db(16974084),
onu4d(16974085),
onu1d(16974086),
onu1dg(16974087),
onu2dg(16974088),
onu2dgm(16974095),
onu4dgm(16974094),
onu4dp(16974089),
onu3dm(16974090),
onu4d1(16974091),
onu2dm(16974092),
onu4d2p(16974337),
onu4d2pp(16974338),
onu4d1r(16974593),
onu4d1rp(16974594),
onu4d2p1r(16974849),
onu4d2p1r1(17040129),
onu4d2p1rp(16974850),
onu24d(17039617)
}
--
-- Node definitions
--
-- 1.3.6.1.4.1.34592.1
ipProduct OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Defines the base identifier containing the definition of ip products line.
"
::= { vendor 1 }
-- 1.3.6.1.4.1.34592.1.1
mediaConverter OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Defines the base identifier for the subtree
supported by media converter line products.
"
::= { ipProduct 1 }
-- 1.3.6.1.4.1.34592.1.2
switch OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Defines the base identifier for the subtree
supported by smartCPE Switch line products.
"
::= { ipProduct 2 }
-- 1.3.6.1.4.1.34592.1.3
pon OBJECT-IDENTITY
STATUS current
DESCRIPTION
" "
::= { ipProduct 3 }
-- 1.3.6.1.4.1.34592.1.4
eoc OBJECT-IDENTITY
STATUS current
DESCRIPTION
" "
::= { ipProduct 4 }
END
--
-- EPON-EOC-MIB.my
--

View File

@ -206,7 +206,7 @@ rmtCardDesc OBJECT-TYPE
-- [Card Objects] --
cardObjects OBJECT IDENTIFIER ::= {systemMIB 4}
-- --[NMU Objects] --
-- [NMU Objects] --
nmuObjects OBJECT IDENTIFIER ::= {cardObjects 1}
nmuConfig OBJECT IDENTIFIER ::= {nmuObjects 1}
@ -288,7 +288,7 @@ trapHost4 OBJECT-TYPE
DESCRIPTION "The fourth host's IP address used to receive trap messages"
::= { nmuConfig 11 }
-- --[MC Configuration table] --
-- [MC Configuration table] --
mcCmObjects OBJECT IDENTIFIER ::= {cardObjects 2}
mcCmTable OBJECT-TYPE
@ -639,10 +639,10 @@ mcRmtUtility OBJECT-TYPE
DESCRIPTION "Rmote cards's reset, default to factory, set to HW word, etc..."
::= { mcCmEntry 35 }
-- --[MC 1G card Specific CM table] --
-- [MC 1G card Specific CM table] --
mcCm1gSpecificObjects OBJECT IDENTIFIER ::= {mcCmObjects 2}
-- -- --[MC 1G card IP table] --
-- [MC 1G card IP table] --
mcCm1gIpObjects OBJECT IDENTIFIER ::= {mcCm1gSpecificObjects 1}
mcCm1gIpTable OBJECT-TYPE
@ -679,7 +679,7 @@ mcIpAddr OBJECT-TYPE
DESCRIPTION "The Ip address of the node"
::= { mcCm1gIpEntry 2 }
-- -- --[MC 1G card SFP table] --
-- [MC 1G card SFP table] --
mcCm1gSfpObjects OBJECT IDENTIFIER ::= {mcCm1gSpecificObjects 2}
mcCm1gSfpTable OBJECT-TYPE
@ -819,7 +819,7 @@ sfpVoltage OBJECT-TYPE
DESCRIPTION "SFP voltage, units of 0.1mV (one word)"
::= { mcCm1gSfpEntry 13 }
-- --[MC Performance table] --
-- [MC Performance table] --
mcPmObjects OBJECT IDENTIFIER ::= {cardObjects 3}
mcPmTable OBJECT-TYPE
@ -880,10 +880,10 @@ mcPmRest OBJECT-TYPE
DESCRIPTION "reset counter"
::= { mcPmEntry 5 }
-- ---------------------------------------------------------------------------------------------
--
-- [Trap definition] --
-- --[shelf alarm] -- (1~19)
-- [shelf alarm] --
shelf-Detected NOTIFICATION-TYPE
OBJECTS { shelfIdx }
STATUS current
@ -932,7 +932,7 @@ shelf-fan-Off NOTIFICATION-TYPE
DESCRIPTION "Fan A is lost"
::= { alarmMIB 8}
-- --[card common alarm] -- (20~29)
-- [card common alarm] --
card-Detected NOTIFICATION-TYPE
OBJECTS { shelfIdx, slotIdx }
STATUS current
@ -945,7 +945,7 @@ card-Lost NOTIFICATION-TYPE
DESCRIPTION "A card is lost"
::= { alarmMIB 21}
-- --[card specific (MC) alarm] -- (above 30)
-- [card specific (MC) alarm] --
card-MC-Co-Tx-Up NOTIFICATION-TYPE
OBJECTS { shelfIdx, slotIdx }
STATUS current