📄 dba.mib
字号:
--
-- DBA.mib
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
-- Wednesday, July 12, 2006 at 19:40:19
--
-- DBA.mib
-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88
-- Monday, June 19, 2006 at 14:06:00
--
FORTO-DBA-MIB DEFINITIONS ::= BEGIN
IMPORTS
ifIndex
FROM IF-MIB
fortoPrivate
FROM FORTO-MIB
OBJECT-TYPE, MODULE-IDENTITY
FROM SNMPv2-SMI;
-- MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF;
-- 1.3.6.1.4.1.14590.1.19
-- February 08, 1905 at 13:55 GMT
-- February 08, 1905 at 13:55 GMT
-- 1.3.6.1.4.1.14590.1.19
fortoDba MODULE-IDENTITY
LAST-UPDATED "190502081355Z" -- February 08, 1905 at 13:55 GMT
ORGANIZATION
"FORTO LTD"
CONTACT-INFO
" EMANUEL GRINSPUN"
DESCRIPTION
"This MIB SLA DBA setting ."
REVISION "190502081355Z" -- February 08, 1905 at 13:55 GMT
DESCRIPTION
"Revisions made by the Interfaces MIB WG."
::= { fortoPrivate 19 }
--
-- Node definitions
--
-- Node definitions
--
-- 1.3.6.1.4.1.14590.1.19.1
-- 1.3.6.1.4.1.14590.1.19.1
fortoDBASetting OBJECT IDENTIFIER ::= { fortoDba 1 }
-- DBA PLATO
-- 1.3.6.1.4.1.14590.1.19.1.1
-- 1.3.6.1.4.1.14590.1.19.1.1
dbaPlatoSettingTable OBJECT-TYPE
SYNTAX SEQUENCE OF DbaPlatoSettingEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table configures the Plato2 DBA."
::= { fortoDBASetting 1 }
-- 1.3.6.1.4.1.14590.1.19.1.1.1
-- 1.3.6.1.4.1.14590.1.19.1.1.1
dbaPlatoSettingEntry OBJECT-TYPE
SYNTAX DbaPlatoSettingEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry containing IF Index some objects applies to OLT and some to ONU device."
INDEX { ifIndex }
::= { dbaPlatoSettingTable 1 }
DbaPlatoSettingEntry ::=
SEQUENCE {
dbaPlatoSettingName
OCTET STRING,
dbaPlatoSettingVersion
OCTET STRING,
dbaPlatoSettingClass
INTEGER,
dbaPlatoSettingMaxGrBw
INTEGER,
dbaPlatoSettingMaxGrBwFine
INTEGER,
dbaPlatoSettingMaxBeBw
INTEGER,
dbaPlatoSettingMaxBeBwFine
INTEGER,
dbaPlatoSettingCycleLength
INTEGER,
dbaPlatoSettingDiscoveryFrequency
INTEGER,
dbaPlatoSettingDelay
INTEGER,
dbaPlatoSettingAdminStatus
INTEGER,
dbaPlatoSettingStatus
INTEGER
}
-- 1.3.6.1.4.1.14590.1.19.1.1.1.1
-- 1.3.6.1.4.1.14590.1.19.1.1.1.1
dbaPlatoSettingName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"DBA NAME
Supported ifIndex = OLT device."
::= { dbaPlatoSettingEntry 1 }
-- 1.3.6.1.4.1.14590.1.19.1.1.1.2
-- 1.3.6.1.4.1.14590.1.19.1.1.1.2
dbaPlatoSettingVersion OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"DBA VERSION
Supported ifIndex = OLT device."
::= { dbaPlatoSettingEntry 2 }
-- 1.3.6.1.4.1.14590.1.19.1.1.1.3
-- 1.3.6.1.4.1.14590.1.19.1.1.1.3
dbaPlatoSettingClass OBJECT-TYPE
SYNTAX INTEGER (0..7)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Precedence of this flow over others in case of contention
Supported ifIndex = ONU device.
NOTE for SNMP SET : this leaf must be used together with dbaPlatoSettingMaxGrBw,
dbaPlatoSettingMaxGrBwFine, dbaPlatoSettingMaxBeBw and dbaPlatoSettingMaxBeBwFine leaves."
DEFVAL { 0 }
::= { dbaPlatoSettingEntry 3 }
-- 1.3.6.1.4.1.14590.1.19.1.1.1.4
-- 1.3.6.1.4.1.14590.1.19.1.1.1.4
dbaPlatoSettingMaxGrBw OBJECT-TYPE
SYNTAX INTEGER (0..1000)
UNITS " 1 MBPS "
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Guaranteed bandwidth (1Mbps units)
Supported ifIndex = ONU device.
NOTE for SNMP SET : this leaf must be used together with dbaPlatoSettingClass,
dbaPlatoSettingMaxGrBwFine, dbaPlatoSettingMaxBeBw and dbaPlatoSettingMaxBeBwFine leaves."
DEFVAL { 1 }
::= { dbaPlatoSettingEntry 4 }
-- 1.3.6.1.4.1.14590.1.19.1.1.1.5
-- 1.3.6.1.4.1.14590.1.19.1.1.1.5
dbaPlatoSettingMaxGrBwFine OBJECT-TYPE
SYNTAX INTEGER (0..15)
UNITS " 64 KBPS "
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Fine Guaranteed bandwidth. Added to Max_gr_bw(64 Kbps units)
Supported ifIndex = ONU device.
NOTE for SNMP SET : this leaf must be used together with dbaPlatoSettingClass,
dbaPlatoSettingMaxGrBw, dbaPlatoSettingMaxBeBw and dbaPlatoSettingMaxBeBwFine leaves."
DEFVAL { 0 }
::= { dbaPlatoSettingEntry 5 }
-- 1.3.6.1.4.1.14590.1.19.1.1.1.6
-- 1.3.6.1.4.1.14590.1.19.1.1.1.6
dbaPlatoSettingMaxBeBw OBJECT-TYPE
SYNTAX INTEGER (0..1000)
UNITS " 1 MBPS "
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Best effort bandwidth (1Mbps units)
Supported ifIndex = ONU device.
NOTE for SNMP SET : this leaf must be used together with dbaPlatoSettingClass,
dbaPlatoSettingMaxGrBw, dbaPlatoSettingMaxGrBwFine and dbaPlatoSettingMaxBeBwFine leaves."
DEFVAL { 2 }
::= { dbaPlatoSettingEntry 6 }
-- 1.3.6.1.4.1.14590.1.19.1.1.1.7
-- 1.3.6.1.4.1.14590.1.19.1.1.1.7
dbaPlatoSettingMaxBeBwFine OBJECT-TYPE
SYNTAX INTEGER (0..15)
UNITS " 64 KBPS "
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Fine Best Effort bandwidth. Added to Max_be_bw(64 Kbps units)
Supported ifIndex = ONU device.
NOTE for SNMP SET : this leaf must be used together with dbaPlatoSettingClass,
dbaPlatoSettingMaxGrBw, dbaPlatoSettingMaxGrBwFine and dbaPlatoSettingMaxBeBw leaves."
DEFVAL { 0 }
::= { dbaPlatoSettingEntry 7 }
-- 1.3.6.1.4.1.14590.1.19.1.1.1.8
-- 1.3.6.1.4.1.14590.1.19.1.1.1.8
dbaPlatoSettingCycleLength OBJECT-TYPE
SYNTAX INTEGER (1..255)
UNITS " 50 nano seconds "
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Cycle length of algorithm (50us units)
Supported ifIndex = OLT device.
NOTE for SNMP SET : this leaf must be used together with dbaPlatoSettingDiscoveryFrequency leaf.
"
DEFVAL { 14 }
::= { dbaPlatoSettingEntry 8 }
-- 1.3.6.1.4.1.14590.1.19.1.1.1.9
-- 1.3.6.1.4.1.14590.1.19.1.1.1.9
dbaPlatoSettingDiscoveryFrequency OBJECT-TYPE
SYNTAX INTEGER (1..255)
UNITS " 1 mili seconds "
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Frequency of discovery window (1ms units)
Supported ifIndex = OLT device.
NOTE for SNMP SET : this leaf must be used together with dbaPlatoSettingCycleLength leaf.
"
DEFVAL { 50 }
::= { dbaPlatoSettingEntry 9 }
-- 1.3.6.1.4.1.14590.1.19.1.1.1.10
-- 1.3.6.1.4.1.14590.1.19.1.1.1.10
dbaPlatoSettingDelay OBJECT-TYPE
SYNTAX INTEGER
{
lowdelay(1),
highdelay(2)
}
UNITS " 1 mili seconds "
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Delay constraint of a specific ONU . This is applicable for plato2 only
1 (low delay) ,
2 (high delay)
"
DEFVAL { 1 }
::= { dbaPlatoSettingEntry 10 }
-- 1.3.6.1.4.1.14590.1.19.1.1.1.11
-- 1.3.6.1.4.1.14590.1.19.1.1.1.11
dbaPlatoSettingAdminStatus OBJECT-TYPE
SYNTAX INTEGER
{
init(1),
clean(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Init dba = 1
Clean Dba = 2
Supported ifIndex = OLT device. "
::= { dbaPlatoSettingEntry 11 }
-- 1.3.6.1.4.1.14590.1.19.1.1.1.12
dbaPlatoSettingStatus OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Setting Status "
::= { dbaPlatoSettingEntry 12 }
-- DBA INTERNAL
-- 1.3.6.1.4.1.14590.1.19.1.2
-- 1.3.6.1.4.1.14590.1.19.1.2
dbaInternalSettingTable OBJECT-TYPE
SYNTAX SEQUENCE OF DbaInternalSettingEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table configures the internal DBA."
::= { fortoDBASetting 2 }
-- 1.3.6.1.4.1.14590.1.19.1.2.1
-- 1.3.6.1.4.1.14590.1.19.1.2.1
dbaInternalSettingEntry OBJECT-TYPE
SYNTAX DbaInternalSettingEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry containing IF Index some objects applies to OLT and some to ONU device."
INDEX { ifIndex }
::= { dbaInternalSettingTable 1 }
DbaInternalSettingEntry ::=
SEQUENCE {
dbaInternalSettingDiscoveryFrequency
INTEGER,
dbaInternalSettingDiscoveryLength
INTEGER,
dbaInternalSettingCycleLength
INTEGER,
dbaInternalSettingMinBw
INTEGER,
dbaInternalSettingMaxBw
INTEGER,
dbaInternalSettingAdminStatus
INTEGER,
dbaInternalSettingStatus
INTEGER
}
-- 1.3.6.1.4.1.14590.1.19.1.2.1.1
-- 1.3.6.1.4.1.14590.1.19.1.2.1.1
dbaInternalSettingDiscoveryFrequency OBJECT-TYPE
SYNTAX INTEGER (0..65535)
UNITS " grant"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"How often the OLT should send discovery frames to the ONUs,
measured in grant cycles
Supported ifIndex = OLT device.
NOTE for SNMP SET : this leaf must be used together with dbaInternalSettingDiscoveryLength and
dbaInternalSettingCycleLength leaves. "
DEFVAL { 500 }
::= { dbaInternalSettingEntry 1 }
-- 1.3.6.1.4.1.14590.1.19.1.2.1.2
-- 1.3.6.1.4.1.14590.1.19.1.2.1.2
dbaInternalSettingDiscoveryLength OBJECT-TYPE
SYNTAX INTEGER (0..65535)
UNITS " TQ"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Discovery grant length (stated in TQ units)
Supported ifIndex = OLT device.
NOTE for SNMP SET : this leaf must be used together with dbaInternalSettingDiscoveryFrequency and
dbaInternalSettingCycleLength leaves. "
DEFVAL { 1792 }
::= { dbaInternalSettingEntry 2 }
-- 1.3.6.1.4.1.14590.1.19.1.2.1.3
-- 1.3.6.1.4.1.14590.1.19.1.2.1.3
dbaInternalSettingCycleLength OBJECT-TYPE
SYNTAX INTEGER (200..16777215)
UNITS " TQ"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Size of grant period (stated in TQ units
Supported ifIndex = OLT device.
NOTE for SNMP SET : this leaf must be used together with dbaInternalSettingDiscoveryFrequency and
dbaInternalSettingDiscoveryLength leaves. "
DEFVAL { 65536 }
::= { dbaInternalSettingEntry 3 }
-- 1.3.6.1.4.1.14590.1.19.1.2.1.4
-- 1.3.6.1.4.1.14590.1.19.1.2.1.4
dbaInternalSettingMinBw OBJECT-TYPE
SYNTAX INTEGER (43..65535)
UNITS " TQ"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Minimum net (without optics overhead)
guaranteed bandwidth in grant cycle. Stated in TQ units
Supported ifIndex = ONU device.
NOTE for SNMP SET : this leaf must be used together with dbaInternalSettingMaxBw leaf."
DEFVAL { 85 }
::= { dbaInternalSettingEntry 4 }
-- 1.3.6.1.4.1.14590.1.19.1.2.1.5
-- 1.3.6.1.4.1.14590.1.19.1.2.1.5
dbaInternalSettingMaxBw OBJECT-TYPE
SYNTAX INTEGER (43..65535)
UNITS " TQ"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Maximum net (without optics overhead)
bandwidth possible in a grant cycle. Stated in TQ units
Supported ifIndex = ONU device.
NOTE for SNMP SET : this leaf must be used together with dbaInternalSettingMinBw leaf. "
DEFVAL { 65535 }
::= { dbaInternalSettingEntry 5 }
-- 1.3.6.1.4.1.14590.1.19.1.2.1.12
-- 1.3.6.1.4.1.14590.1.19.1.2.1.12
dbaInternalSettingAdminStatus OBJECT-TYPE
SYNTAX INTEGER
{
init(1),
clean(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Init dba = 1
Clean Dba = 2
Supported ifIndex = OLT device. "
::= { dbaInternalSettingEntry 12 }
-- 1.3.6.1.4.1.14590.1.19.1.2.1.13
dbaInternalSettingStatus OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"dba internal setting status "
::= { dbaInternalSettingEntry 13 }
END
--
-- DBA.mib
--
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -