📄 networkaccess.mib
字号:
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Maximum number of entries allowed in OLT address table
One of the following values: 0,1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1022, 8192
"
::= { networkLLIDEntry 2 }
-- 1.3.6.1.4.1.14590.1.10.3.1.1.3
-- 1.3.6.1.4.1.14590.1.10.3.1.1.3
-- 1.3.6.1.4.1.14590.1.10.3.1.1.3
-- 1.3.6.1.4.1.14590.1.10.3.1.1.3
networkLLIDDownlinkFEC OBJECT-TYPE
SYNTAX INTEGER
{
disable(0),
enable(1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Downlink FEC mode is disabled for the LLID = 0
Downlink FEC mode is enabled for the LLID = 1
"
::= { networkLLIDEntry 3 }
-- 1.3.6.1.4.1.14590.1.10.3.1.1.4
-- 1.3.6.1.4.1.14590.1.10.3.1.1.4
-- 1.3.6.1.4.1.14590.1.10.3.1.1.4
-- 1.3.6.1.4.1.14590.1.10.3.1.1.4
networkLLIDUplinkFEC OBJECT-TYPE
SYNTAX INTEGER
{
disable(0),
enable(1)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"uplink FEC mode is disabled for the LLID = 0
uplink FEC mode is enabled for the LLID = 1
"
::= { networkLLIDEntry 4 }
-- 1.3.6.1.4.1.14590.1.10.3.1.1.5
-- 1.3.6.1.4.1.14590.1.10.3.1.1.5
-- 1.3.6.1.4.1.14590.1.10.3.1.1.5
-- 1.3.6.1.4.1.14590.1.10.3.1.1.5
networkLLIDLastUplinkFrameFECStatus OBJECT-TYPE
SYNTAX INTEGER
{
disable(0),
enable(1)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Last uplink frame for the given LLID didn't have FEC= 0
Last uplink frame for the given LLID had FEC = 1 "
::= { networkLLIDEntry 5 }
-- 1.3.6.1.4.1.14590.1.10.4
-- 1.3.6.1.4.1.14590.1.10.4
-- 1.3.6.1.4.1.14590.1.10.4
-- 1.3.6.1.4.1.14590.1.10.4
fortoNetworkGeneral OBJECT IDENTIFIER ::= { fortoNetworkAccess 4 }
-- general OLT configuration
-- 1.3.6.1.4.1.14590.1.10.4.1
-- 1.3.6.1.4.1.14590.1.10.4.1
-- 1.3.6.1.4.1.14590.1.10.4.1
-- 1.3.6.1.4.1.14590.1.10.4.1
networkPriorityQueueTable OBJECT-TYPE
SYNTAX SEQUENCE OF NetworkPriorityQueueEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Priority Queue Table
."
::= { fortoNetworkGeneral 1 }
-- 1.3.6.1.4.1.14590.1.10.4.1.1
-- 1.3.6.1.4.1.14590.1.10.4.1.1
-- 1.3.6.1.4.1.14590.1.10.4.1.1
-- 1.3.6.1.4.1.14590.1.10.4.1.1
networkPriorityQueueEntry OBJECT-TYPE
SYNTAX NetworkPriorityQueueEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry containing IF INDEX (OLT and LLID) for get and set."
INDEX { networkOLTIndex, networkOLTPort }
::= { networkPriorityQueueTable 1 }
NetworkPriorityQueueEntry ::=
SEQUENCE {
networkOLTIndex
FortoOLTIdIndex,
networkOLTPort
INTEGER,
networkPriorityQueueFramesTypes
INTEGER,
networkPriorityQueueQueue
INTEGER
}
-- 1.3.6.1.4.1.14590.1.10.4.1.1.1
-- 1.3.6.1.4.1.14590.1.10.4.1.1.1
-- 1.3.6.1.4.1.14590.1.10.4.1.1.1
-- 1.3.6.1.4.1.14590.1.10.4.1.1.1
networkOLTIndex OBJECT-TYPE
SYNTAX FortoOLTIdIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"OLT ID
"
::= { networkPriorityQueueEntry 1 }
-- 1.3.6.1.4.1.14590.1.10.4.1.1.2
-- 1.3.6.1.4.1.14590.1.10.4.1.1.2
-- 1.3.6.1.4.1.14590.1.10.4.1.1.2
-- 1.3.6.1.4.1.14590.1.10.4.1.1.2
networkOLTPort OBJECT-TYPE
SYNTAX INTEGER
{
pon(0),
system(1)
}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"PON (uplink) System (downlink)
0 1
"
::= { networkPriorityQueueEntry 2 }
-- 1.3.6.1.4.1.14590.1.10.4.1.1.3
-- 1.3.6.1.4.1.14590.1.10.4.1.1.3
-- 1.3.6.1.4.1.14590.1.10.4.1.1.3
-- 1.3.6.1.4.1.14590.1.10.4.1.1.3
networkPriorityQueueFramesTypes OBJECT-TYPE
SYNTAX INTEGER (0..7)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Frames types "
::= { networkPriorityQueueEntry 3 }
-- 1.3.6.1.4.1.14590.1.10.4.1.1.4
-- 1.3.6.1.4.1.14590.1.10.4.1.1.4
-- 1.3.6.1.4.1.14590.1.10.4.1.1.4
-- 1.3.6.1.4.1.14590.1.10.4.1.1.4
networkPriorityQueueQueue OBJECT-TYPE
SYNTAX INTEGER (0..7)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Queue "
::= { networkPriorityQueueEntry 4 }
-- 1.3.6.1.4.1.14590.1.10.4.2
-- 1.3.6.1.4.1.14590.1.10.4.2
-- 1.3.6.1.4.1.14590.1.10.4.2
-- 1.3.6.1.4.1.14590.1.10.4.2
networkFrameSizeTable OBJECT-TYPE
SYNTAX SEQUENCE OF NetworkFrameSizeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Frame Size Table
."
::= { fortoNetworkGeneral 2 }
-- 1.3.6.1.4.1.14590.1.10.4.2.1
-- 1.3.6.1.4.1.14590.1.10.4.2.1
-- 1.3.6.1.4.1.14590.1.10.4.2.1
-- 1.3.6.1.4.1.14590.1.10.4.2.1
networkFrameSizeEntry OBJECT-TYPE
SYNTAX NetworkFrameSizeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry containing IF INDEX (OLT and LLID) for get and set."
INDEX { networkOLTIndex, networkOLTPort }
::= { networkFrameSizeTable 1 }
NetworkFrameSizeEntry ::=
SEQUENCE {
networkFrameSizeUntaggedFramesOversizeLimit
INTEGER,
networkFrameSizeTaggedFramesOversizeLimit
INTEGER
}
-- 1.3.6.1.4.1.14590.1.10.4.2.1.1
-- 1.3.6.1.4.1.14590.1.10.4.2.1.1
-- 1.3.6.1.4.1.14590.1.10.4.2.1.1
-- 1.3.6.1.4.1.14590.1.10.4.2.1.1
networkFrameSizeUntaggedFramesOversizeLimit OBJECT-TYPE
SYNTAX INTEGER (64..1600)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Untagged frames oversize limit, including FCS "
::= { networkFrameSizeEntry 1 }
-- 1.3.6.1.4.1.14590.1.10.4.2.1.2
-- 1.3.6.1.4.1.14590.1.10.4.2.1.2
-- 1.3.6.1.4.1.14590.1.10.4.2.1.2
-- 1.3.6.1.4.1.14590.1.10.4.2.1.2
networkFrameSizeTaggedFramesOversizeLimit OBJECT-TYPE
SYNTAX INTEGER (64..1600)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Tagged frames oversize limit, including FCS "
::= { networkFrameSizeEntry 2 }
-- Classifier Config
-- 1.3.6.1.4.1.14590.1.10.4.4
-- 1.3.6.1.4.1.14590.1.10.4.4
-- 1.3.6.1.4.1.14590.1.10.4.4
-- 1.3.6.1.4.1.14590.1.10.4.4
networkClassifierConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF NetworkClassifierConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Classifier Config Table
."
::= { fortoNetworkGeneral 4 }
-- 1.3.6.1.4.1.14590.1.10.4.4.1
-- 1.3.6.1.4.1.14590.1.10.4.4.1
-- 1.3.6.1.4.1.14590.1.10.4.4.1
-- 1.3.6.1.4.1.14590.1.10.4.4.1
networkClassifierConfigEntry OBJECT-TYPE
SYNTAX NetworkClassifierConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry containing OLT ) for get and set."
INDEX { networkOLTIndex, networkOLTPort }
::= { networkClassifierConfigTable 1 }
NetworkClassifierConfigEntry ::=
SEQUENCE {
networkClassifierConfigLinkConstraintFramesPriority
INTEGER,
networkClassifierConfigNonPrioritizedFrames
INTEGER
}
-- 1.3.6.1.4.1.14590.1.10.4.4.1.1
-- 1.3.6.1.4.1.14590.1.10.4.4.1.1
-- 1.3.6.1.4.1.14590.1.10.4.4.1.1
-- 1.3.6.1.4.1.14590.1.10.4.4.1.1
networkClassifierConfigLinkConstraintFramesPriority OBJECT-TYPE
SYNTAX INTEGER (0..7)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Link constraint frames (frames with DA of 01-00-8C-00-00-XX ) "
::= { networkClassifierConfigEntry 1 }
-- 1.3.6.1.4.1.14590.1.10.4.4.1.2
-- 1.3.6.1.4.1.14590.1.10.4.4.1.2
-- 1.3.6.1.4.1.14590.1.10.4.4.1.2
-- 1.3.6.1.4.1.14590.1.10.4.4.1.2
networkClassifierConfigNonPrioritizedFrames OBJECT-TYPE
SYNTAX INTEGER (0..7)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Non-prioritized frames "
::= { networkClassifierConfigEntry 2 }
-- 1.3.6.1.4.1.14590.1.10.4.5
-- 1.3.6.1.4.1.14590.1.10.4.5
-- 1.3.6.1.4.1.14590.1.10.4.5
-- 1.3.6.1.4.1.14590.1.10.4.5
networkClassifierRulesTable OBJECT-TYPE
SYNTAX SEQUENCE OF NetworkClassifierRulesEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Classifier Config Table
."
::= { fortoNetworkGeneral 5 }
-- 1.3.6.1.4.1.14590.1.10.4.5.1
-- 1.3.6.1.4.1.14590.1.10.4.5.1
-- 1.3.6.1.4.1.14590.1.10.4.5.1
-- 1.3.6.1.4.1.14590.1.10.4.5.1
networkClassifierRulesEntry OBJECT-TYPE
SYNTAX NetworkClassifierRulesEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry containing OLT ) for get and set."
INDEX { networkOLTIndex, networkOLTPort }
::= { networkClassifierRulesTable 1 }
NetworkClassifierRulesEntry ::=
SEQUENCE {
networkClassifierRulesEntity
INTEGER,
networkClassifierRulesParameter
INTEGER,
networkClassifierRulesDestination
INTEGER
}
-- 1.3.6.1.4.1.14590.1.10.4.5.1.1
-- 1.3.6.1.4.1.14590.1.10.4.5.1.1
-- 1.3.6.1.4.1.14590.1.10.4.5.1.1
-- 1.3.6.1.4.1.14590.1.10.4.5.1.1
networkClassifierRulesEntity OBJECT-TYPE
SYNTAX INTEGER (0..6)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Classification entity to be configured, according to Classification types) "
::= { networkClassifierRulesEntry 1 }
-- 1.3.6.1.4.1.14590.1.10.4.5.1.2
-- 1.3.6.1.4.1.14590.1.10.4.5.1.2
-- 1.3.6.1.4.1.14590.1.10.4.5.1.2
-- 1.3.6.1.4.1.14590.1.10.4.5.1.2
networkClassifierRulesParameter OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Relevant parameter for the classification entity, NULL when not required)
"
::= { networkClassifierRulesEntry 2 }
-- 1.3.6.1.4.1.14590.1.10.4.5.1.3
-- 1.3.6.1.4.1.14590.1.10.4.5.1.3
-- 1.3.6.1.4.1.14590.1.10.4.5.1.3
-- 1.3.6.1.4.1.14590.1.10.4.5.1.3
networkClassifierRulesDestination OBJECT-TYPE
SYNTAX INTEGER
{
pon(0),
system(1),
ponhost(2),
systemhost(3),
host(4),
non(5)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"PON (applicable only if source port is System) only = 0
System (applicable only if source port is PON) only = 1
PON and HOST (applicable only if source port is System)= 2
System and HOST (applicable only if source port is PON) =3
HOST only = 4
NONE = 5
"
::= { networkClassifierRulesEntry 3 }
-- 1.3.6.1.4.1.14590.1.10.5
-- 1.3.6.1.4.1.14590.1.10.5
-- 1.3.6.1.4.1.14590.1.10.5
-- 1.3.6.1.4.1.14590.1.10.5
fortoNetworkONURTT OBJECT IDENTIFIER ::= { fortoNetworkAccess 5 }
-- Get ONU PARAMS
-- 1.3.6.1.4.1.14590.1.10.5.1
-- 1.3.6.1.4.1.14590.1.10.5.1
-- 1.3.6.1.4.1.14590.1.10.5.1
-- 1.3.6.1.4.1.14590.1.10.5.1
networkONURTTTable OBJECT-TYPE
SYNTAX SEQUENCE OF NetworkONURTTEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"GET ONU PARAMETERS
."
::= { fortoNetworkONURTT 1 }
-- 1.3.6.1.4.1.14590.1.10.5.1.1
-- 1.3.6.1.4.1.14590.1.10.5.1.1
-- 1.3.6.1.4.1.14590.1.10.5.1.1
-- 1.3.6.1.4.1.14590.1.10.5.1.1
networkONURTTEntry OBJECT-TYPE
SYNTAX NetworkONURTTEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry containing IF INDEX (OLT and LLID) for get ONU Params."
INDEX { ifIndex }
::= { networkONURTTTable 1 }
NetworkONURTTEntry ::=
SEQUENCE {
networkONURTTTMAC
MacAddress,
networkONURTTRoundTrip
INTEGER,
networkONURTTLlid
INTEGER
}
-- 1.3.6.1.4.1.14590.1.10.5.1.1.1
-- 1.3.6.1.4.1.14590.1.10.5.1.1.1
-- 1.3.6.1.4.1.14590.1.10.5.1.1.1
-- 1.3.6.1.4.1.14590.1.10.5.1.1.1
networkONURTTTMAC OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"ONU MAC address "
::= { networkONURTTEntry 1 }
-- 1.3.6.1.4.1.14590.1.10.5.1.1.2
-- 1.3.6.1.4.1.14590.1.10.5.1.1.2
-- 1.3.6.1.4.1.14590.1.10.5.1.1.2
-- 1.3.6.1.4.1.14590.1.10.5.1.1.2
networkONURTTRoundTrip OBJECT-TYPE
SYNTAX INTEGER (0..65565)
UNITS "TQ"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Round trip time between OLT and ONU, measured in TQ "
::= { networkONURTTEntry 2 }
-- 1.3.6.1.4.1.14590.1.10.5.1.1.3
-- 1.3.6.1.4.1.14590.1.10.5.1.1.3
-- 1.3.6.1.4.1.14590.1.10.5.1.1.3
-- 1.3.6.1.4.1.14590.1.10.5.1.1.3
networkONURTTLlid OBJECT-TYPE
SYNTAX INTEGER (0..65565)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"LLID value that will be used when transmitting ONU frame toward the PON"
::= { networkONURTTEntry 3 }
END
--
-- NetworkAccess.mib
--
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -