NSCRTV-FTTX-EPON-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for NSCRTV-FTTX-EPON-MIB.
933
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
933 total| Object Name |
|---|
nscrtvRoot OBJECT IDENTIFIER .1.3.6.1.4.1.17409 |
nscrtvHFCemsTree OBJECT IDENTIFIER .1.3.6.1.4.1.17409.1 |
nscrtvEponEocTree OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2 |
propertyIdent OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.1 |
alarmsIdent OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.2 |
eponAlarmTree OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.2.11 |
eponTrapObjectGroup OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.2.11.1 |
eponNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.2.11.1.1 |
eponAlarmNotificationAlarm TRAP definition NOTIFICATION-TYPE .1.3.6.1.4.1.17409.2.2.11.1.1.1 |
eponEventNotificationEvent TRAP definition NOTIFICATION-TYPE .1.3.6.1.4.1.17409.2.2.11.1.1.2 |
eponTrapObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.2.11.1.2 |
eponTrapInstanceAlarm instance, indicates the detailed managed object, which
detects faults.ro EponAlarmInstance .1.3.6.1.4.1.17409.2.2.11.1.2.1 |
eponTrapCorrelationIdThe unique sequence number for the alarm to be cleared, for alarm clearing.
Set to 0 for alarm reportingro Unsigned32 .1.3.6.1.4.1.17409.2.2.11.1.2.2 |
eponTrapAdditionalTextAdditional info to the alarm, for further desciption of the
alarm. The format of it shall be related to each kind alarm
defined in alarm reference tablero OCTET STRING .1.3.6.1.4.1.17409.2.2.11.1.2.3 |
eponTrapCodeCro EponAlarmCode .1.3.6.1.4.1.17409.2.2.11.1.2.4 |
eponTrapSeverityro EponSeverityType .1.3.6.1.4.1.17409.2.2.11.1.2.5 |
eponTrapOccurTimero DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.17409.2.2.11.1.2.6 |
eponTrapSequenceNumberA unique sequence number for each trap generated by node. The sequence
number shall be reset to 1 when node restarts.
The alarm sequence number shall be independent of the event sequence
number. Each shall be self-governed.
The sequence ID of alarm shall be assigned from the order of transmitting
trap to the NMS, instead of the order of alarm occurance. Therefore the NMS
will receive the continuous sequence ID.
1. When device is in active/standby mode, sequence ID shall be synchronized
between active and standby control module.
2. When control module switchover takes place, the current sequence ID shall
keep the synchronized value.
3. When device restarts, sequence ID shall start from 1.
4. It shall be increased per alarm trap including both alarm raising and clear.
5. Non-zero value shall be used. When reaches the maximum number, it shall
roll back to 1.
The sequence ID of event shall be assigned from the order of transmitting
trap to the NMS. Therefore the NMS will receive the continuous sequence ID.
1. When device is in active/standby mode, sequence ID shall be synchronized
between active and standby control module.
2. When control module switchover takes place, the current sequence ID shall
keep the synchronized value.
3. When device restarts, sequence ID shall start from 1.
4. It shall be increased per event trap.
5. Non-zero value shall be used. When reaches the maximum number, it shall
roll back to 1.ro Unsigned32 .1.3.6.1.4.1.17409.2.2.11.1.2.7 |
eponAlarmObjGroup OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.2.11.2 |
activeAlarmTableActive alarm table
The device shall maintain this table, to maintain all outstanding
(not cleared) alarms generated by the device, including:
1. Not hit device local alarm filter. That means had been reported to
trap receiver (NMS or EMS)
2. Hit local alarm filter. That means not trap is reported to trap receiver
for the alarm.
The device shall maintain two numbers:
1. Alarm sequence number: As described in eponTrapSequenceNumber, it is initially
set to 1 when device restarts, increases per trap reported to trap receiver,
and rollover to 1 once it reaches the maximum value.
From NMS's view, traps received from a nodes will be consecutive, by identifying
the alarm sequence number carried in alarm trap. If breaks, means some trap
may be lost, since packet loss between NMS and NE.
2. Alarm raising number: This is maintained by NE internally and does not intend for
being acknowledged by external manage system. It is designed to uniquely indentify
each alarm raised by NE, excluding duplicates. Once one alarm raised, despite
whether it is hit by alarm filter, NE shall assign a raising number to it. So, it
major functionality is to uniquely identify alarms hit NE local alarm filter, since
this kindly alarm will not be reported to NMS, and hence no alarm sequence number
is assigned to it.
It is initially set to 1 when device restarts, increases per alarm generation (
excluding duplicates), and rollover to 1 once it reaches the maximum value.
FUNCTION DESCRIPTION OF ACTIVE ALARM TABLE:
ALARM RAISING
1. When NE detects one fault and associates to one kind of alarm, it shall check whether
there is same alarm in active alarm table, which is indexed by alarm code and alarm
instance. If hits, it means duplicates, update the corresponding entry of the table.
Otherwise,
2. The alarm is not a duplicate. Assign an alarm raising number. Check whether the
alarm hits local alarm filters. If hits, set alarm sequence number to 0.
Create an entry into active alarm table. Otherwise,
3. Assign an alarm sequence number to the alarm. Create an entry into active alarm
table. Report the alarm trap to all trap receivers.
ALARM CLEARING
1. When NE detects one fault is cleared and associates to one kind of alarm, it shall
check whether there is corresponding alarm in active alarm table, which is indexed
by alarm code and alarm instance. If no hit, escape this clear event. Upon a hit,
if the alarm sequence number is 0, move the active alarm entry to history alarm
table and update the corresponding fields. At this case, historyAlarmCorrelationId
and historyAlarmSeqNum will be set to 0.
Otherwise,
2. Assign an alarm sequence number to the clear trap. Report the alarm clear trap to
all trap receivers. Move the active alarm entry to history alarm table and update
the corresponding fields. At this case, activeAlarmSeqNum shall be copied to
historyAlarmCorrelationId, and historyAlarmSeqNum shall be set to the new alarm
sequence number for the clear trap.
ALARM SYNCHRONIZATION BETWEEN NE AND NMS
-
1. Once NMS finds the alarm sequence number in reported alarm traps is not continuous,
it will walk active or history alarm table of the NE for the lost seuqence number. SEQUENCE OF ActiveAlarmEntry .1.3.6.1.4.1.17409.2.2.11.2.1 |
activeAlarmEntry ActiveAlarmEntry .1.3.6.1.4.1.17409.2.2.11.2.1.1 |
activeAlarmSeqNumAlarm sequence number
The definition refered to the description of activeAlarmTable Unsigned32 .1.3.6.1.4.1.17409.2.2.11.2.1.1.1 |
activeAlarmCodeCro EponAlarmCode .1.3.6.1.4.1.17409.2.2.11.2.1.1.2 |
activeAlarmInstanceAlarm instance, indicates the detailed managed objectro EponAlarmInstance .1.3.6.1.4.1.17409.2.2.11.2.1.1.3 |
activeAlarmSeverityro EponSeverityType .1.3.6.1.4.1.17409.2.2.11.2.1.1.4 |
activeAlarmRaisingNumberAlarm raising number.
The definition refered to the description of activeAlarmTable Unsigned32 .1.3.6.1.4.1.17409.2.2.11.2.1.1.5 |
activeAlarmFirstOccurTimeThe time stamp when alarm occurs, which triggered to create the
active alarm entry.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.17409.2.2.11.2.1.1.6 |
activeAlarmLastOccurTimeThe time stamp when alarm occurs, where the alarm is duplicated
with existed active alarm entry, and it was the latest one.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.17409.2.2.11.2.1.1.7 |
activeAlarmRepeatsNumber of repeated alarms for this active alarm entryro Counter32 .1.3.6.1.4.1.17409.2.2.11.2.1.1.8 |
activeAlarmConfirmNode shall not clear an active alarm, upon the confirmation
of the active alarm, but just mark an acknowledged status.
An alarm will only be cleared once the clear condition hits.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.2.11.2.1.1.9 |
activeAlarmAdditionalTextAdditional info to the alarm, for further desciption of the
alarm. The format of it shall be related to each kind alarm
defined in alarm reference tablero OCTET STRING .1.3.6.1.4.1.17409.2.2.11.2.1.1.10 |
historyAlarmTableHistory alarm table.
The device shall maintain this table, to maintain all cleared
alarms generated by the device, including:
1. Not hit device local alarm filter. That means had been reported to
trap receiver (NMS or EMS)
2. Hit local alarm filter. That means not trap is reported to trap receiver
for the alarm.
The number of history alarm enteries in the table could be device-specific.
However, it is recommended no less than 200 entries.
The detailed function definition refers to that given in description of
activeAlarmTable. SEQUENCE OF HistoryAlarmEntry .1.3.6.1.4.1.17409.2.2.11.2.2 |
historyAlarmEntry HistoryAlarmEntry .1.3.6.1.4.1.17409.2.2.11.2.2.1 |
historyAlarmSeqNumAlarm sequence number
The definition refered to the description of historyAlarmTable Unsigned32 .1.3.6.1.4.1.17409.2.2.11.2.2.1.1 |
historyAlarmCodeCro EponAlarmCode .1.3.6.1.4.1.17409.2.2.11.2.2.1.2 |
historyAlarmInstanceAlarm instance, indicates the detailed managed objectro EponAlarmInstance .1.3.6.1.4.1.17409.2.2.11.2.2.1.3 |
historyAlarmSeverityro EponSeverityType .1.3.6.1.4.1.17409.2.2.11.2.2.1.4 |
historyAlarmRaisingNumberAlarm raising number.
The definition refered to the description of historyAlarmTable Unsigned32 .1.3.6.1.4.1.17409.2.2.11.2.2.1.5 |
historyAlarmFirstOccurTimeThe time stamp when alarm occurs, which triggered to create the
history alarm entry.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.17409.2.2.11.2.2.1.6 |
historyAlarmLastOccurTimeThe time stamp when alarm occurs, where the alarm is duplicated
with existed history alarm entry, and it was the latest one.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.17409.2.2.11.2.2.1.7 |
historyAlarmRepeatsNumber of repeated alarms for this history alarm entryro Counter32 .1.3.6.1.4.1.17409.2.2.11.2.2.1.8 |
historyAlarmCorrelationIdIt is the corresponding sequence ID of the alarm that to
be cleared.ro Unsigned32 .1.3.6.1.4.1.17409.2.2.11.2.2.1.9 |
historyAlarmAdditionalTextAdditional info to the alarm, for further desciption of the
alarm. The format of it shall be related to each kind alarm
defined in alarm reference tablero OCTET STRING .1.3.6.1.4.1.17409.2.2.11.2.2.1.10 |
historyAlarmClearTimeDefine when the alarm was clearedro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.17409.2.2.11.2.2.1.11 |
eventLogTableEvent log table.
The device shall maintain this table, to maintain all events had
be reported by the device, including:
1. The event table shall be saved in RAM memory and shall be flushed
when OLT restarts.
2. The event log table shall support no less than 200 entries. When
the event log table is full, the oldest entry in the table shall be
removed first.
3. When OLT is configured with control module redundancy, active controller
shall automatically synchronize the events in event log table b/w active
and standby. SEQUENCE OF EventLogEntry .1.3.6.1.4.1.17409.2.2.11.2.3 |
eventLogEntry EventLogEntry .1.3.6.1.4.1.17409.2.2.11.2.3.1 |
eventSeqNumEvent sequence number
The definition refered to the description of eponTrapSequenceNumber Unsigned32 .1.3.6.1.4.1.17409.2.2.11.2.3.1.1 |
eventCodeCro EponAlarmCode .1.3.6.1.4.1.17409.2.2.11.2.3.1.2 |
eventInstanceEvent instance, indicates the detailed managed objectro EponAlarmInstance .1.3.6.1.4.1.17409.2.2.11.2.3.1.3 |
eventOccurTimeThe time stamp when event occursro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.17409.2.2.11.2.3.1.4 |
eventAdditionalTextAdditional info to the event, for further desciption of the
event. The format of it shall be related to each kind event
defined in event reference tablero OCTET STRING .1.3.6.1.4.1.17409.2.2.11.2.3.1.5 |
eponManagementObjGroup OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.2.11.3 |
eponManagementAddrTableA table of transport addresses to be used in the generation
of SNMP messages. SEQUENCE OF EponManagementAddrEntry .1.3.6.1.4.1.17409.2.2.11.3.1 |
eponManagementAddrEntryA transport address to be used in the generation
of SNMP operations.
Entries in the snmpTargetAddrTable are created and
deleted using the snmpTargetAddrRowStatus object. EponManagementAddrEntry .1.3.6.1.4.1.17409.2.2.11.3.1.1 |
eponManagementAddrNameEMS OCTET STRING .1.3.6.1.4.1.17409.2.2.11.3.1.1.1 |
eponManagementAddrTAddressTRAP UDPrw TAddress .1.3.6.1.4.1.17409.2.2.11.3.1.1.2 |
eponManagementAddrCommunityTRAPCommunityrw OCTET STRING .1.3.6.1.4.1.17409.2.2.11.3.1.1.3 |
eponManagementAddrRowStatusEPONrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.2.11.3.1.1.4 |
eponTree OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3 |
systemObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.1 |
systemGlobalObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.1.1 |
systemTime8rw DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.1.1.1 |
inbandIpAddressIPrw IpAddress .1.3.6.1.4.1.17409.2.3.1.1.2 |
inbandIpSubnetMaskIPrw IpAddress .1.3.6.1.4.1.17409.2.3.1.1.3 |
inbandIpGatewayIPrw IpAddress .1.3.6.1.4.1.17409.2.3.1.1.4 |
inbandVlanIdVLAN ID.
VLANVLANrw INTEGER .1.3.6.1.4.1.17409.2.3.1.1.5 |
inbandMacAddressMAC.ro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.1.1.6 |
outbandIpAddressIPrw IpAddress .1.3.6.1.4.1.17409.2.3.1.1.7 |
outbandIpSubnetMaskIPrw IpAddress .1.3.6.1.4.1.17409.2.3.1.1.8 |
outbandIpGatewayIPrw IpAddress .1.3.6.1.4.1.17409.2.3.1.1.9 |
outbandMacAddressMACro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.1.1.10 |
systemOUIOUIro OCTET STRING .1.3.6.1.4.1.17409.2.3.1.1.11 |
vendorNameVender name of the OLT equipmentro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.1.1.12 |
devSnSerial number of the OLT equipmentro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.1.1.13 |
saveConfigSave device configuration when set value to 1.rw INTEGER .1.3.6.1.4.1.17409.2.3.1.1.14 |
saveConfigStatusSave device configuration statusro Enumeration .1.3.6.1.4.1.17409.2.3.1.1.15 |
oltObjectsOLT OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.1.2 |
oltPropertyTableOLT SEQUENCE OF OltPropertyEntry .1.3.6.1.4.1.17409.2.3.1.2.1 |
oltPropertyEntry OltPropertyEntry .1.3.6.1.4.1.17409.2.3.1.2.1.1 |
oltDeviceIndexOLT
OLTOLTOLTOLTro INTEGER .1.3.6.1.4.1.17409.2.3.1.2.1.1.1 |
oltNameOLTrw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.1.2.1.1.2 |
oltTypeOLTro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.1.2.1.1.3 |
oltAdminStatusOLT
up(1) -
down(2) -
testing(3) -rw Enumeration .1.3.6.1.4.1.17409.2.3.1.2.1.1.4 |
oltDeviceUpTimeOLTro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.1.2.1.1.5 |
oltDeviceNumOfTotalServiceSlotTotal number of service slots in the OLT device, including
service card, switch card, control card, uplink card, etc.
but except power, FAN, regardless whether the slot is installed
modulero INTEGER .1.3.6.1.4.1.17409.2.3.1.2.1.1.6 |
oltDeviceNumOfTotalPowerSlotTotal number of power slots in the OLT device, regardless whether
the slot is installed modulero INTEGER .1.3.6.1.4.1.17409.2.3.1.2.1.1.7 |
oltDeviceNumOfTotalFanSlotTotal number of FAN slots in the OLT device, regardless whether
the slot is installed modulero INTEGER .1.3.6.1.4.1.17409.2.3.1.2.1.1.8 |
oltDeviceStyleThe device stype of either fixed or chassis based
fixed(1) - such as pizza box
chassisBased(2) - Have number of slots for installing service card, power card, etc.ro Enumeration .1.3.6.1.4.1.17409.2.3.1.2.1.1.9 |
boardObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.1.3 |
boardTableOLT
This table shall include rows for all slots, including the slots has
a presence state of 'NotInstalled'. SEQUENCE OF BoardEntry .1.3.6.1.4.1.17409.2.3.1.3.1 |
boardEntry BoardEntry .1.3.6.1.4.1.17409.2.3.1.3.1.1 |
bDeviceIndexOLT
OLTOLTOLTOLT INTEGER .1.3.6.1.4.1.17409.2.3.1.3.1.1.1 |
bCardIndex EponCardIndex .1.3.6.1.4.1.17409.2.3.1.3.1.1.2 |
bTypecontrolBoard(1) -
geponBoard(2) - GE EPON
uplinkBoard(3) -
switchBoard(4) -
other(5) -
vacant(6) -ro Enumeration .1.3.6.1.4.1.17409.2.3.1.3.1.1.3 |
bAttribute-
active(1) -
standby(2) -
standalone(3) - OLT
notApplicable(4) -ro Enumeration .1.3.6.1.4.1.17409.2.3.1.3.1.1.4 |
bOperationStatusup(1) -
down(2) -
testing(3) -ro Enumeration .1.3.6.1.4.1.17409.2.3.1.3.1.1.5 |
bAdminStatusup(1) -
down(2) -
testing(3) -rw Enumeration .1.3.6.1.4.1.17409.2.3.1.3.1.1.6 |
bHardwareVersionro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.1.3.1.1.7 |
bFirmwareVersionro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.1.3.1.1.8 |
bSoftwareVersionro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.1.3.1.1.9 |
bUpTimero TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.1.3.1.1.10 |
bAlarmStatusro Bits .1.3.6.1.4.1.17409.2.3.1.3.1.1.11 |
bSerialNumberSNro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.1.3.1.1.12 |
bActionnoAction(1) -
switchover(2) -
upgrade(3) -rw Enumeration .1.3.6.1.4.1.17409.2.3.1.3.1.1.13 |
bNameThe board name defined by vendor individualro OCTET STRING .1.3.6.1.4.1.17409.2.3.1.3.1.1.14 |
bPresenceStatusThe physical presence status of the slotro Enumeration .1.3.6.1.4.1.17409.2.3.1.3.1.1.15 |
powerObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.1.4 |
powerPropertyTable SEQUENCE OF PowerPropertyEntry .1.3.6.1.4.1.17409.2.3.1.4.1 |
powerPropertyEntry PowerPropertyEntry .1.3.6.1.4.1.17409.2.3.1.4.1.1 |
powerDeviceIndexOLT
OLTOLTOLTOLT INTEGER .1.3.6.1.4.1.17409.2.3.1.4.1.1.1 |
powerCardIndex EponCardIndex .1.3.6.1.4.1.17409.2.3.1.4.1.1.2 |
powerCardOperationStatusup(1) -
down(2) -
testing(3) -ro Enumeration .1.3.6.1.4.1.17409.2.3.1.4.1.1.3 |
powerCardAlarmStatusro Bits .1.3.6.1.4.1.17409.2.3.1.4.1.1.4 |
powerCardActionnoAction(1) -
switchover(2) -
Note:
Switchover(2) shall be only set to the power board with powerCardRedundancyStatus
of active(1)rw Enumeration .1.3.6.1.4.1.17409.2.3.1.4.1.1.5 |
powerCardNameThe power card name defined by vendor individualro OCTET STRING .1.3.6.1.4.1.17409.2.3.1.4.1.1.6 |
powerCardPresenceStatusThe physical presence status of the power slotro Enumeration .1.3.6.1.4.1.17409.2.3.1.4.1.1.7 |
powerCardRedundancyStatusThe redundancy status of the power card
active(1) - The power card is working on redundanct active/
Standby mode and the current role is active.
stanby(2) - The power card is working on redundanct active/
Standby mode and the current role is standby.
standalone(3) - The power card is not working on redundanct mode
and the current role is standalone.
loadShareing(4) - The power card is working on redundanct loadsharing
mode.ro Enumeration .1.3.6.1.4.1.17409.2.3.1.4.1.1.8 |
fanObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.1.5 |
fanPropertyTable SEQUENCE OF FanPropertyEntry .1.3.6.1.4.1.17409.2.3.1.5.1 |
fanPropertyEntry FanPropertyEntry .1.3.6.1.4.1.17409.2.3.1.5.1.1 |
fanDeviceIndexOLT
OLTOLTOLTOLT INTEGER .1.3.6.1.4.1.17409.2.3.1.5.1.1.1 |
fanCardIndex EponCardIndex .1.3.6.1.4.1.17409.2.3.1.5.1.1.2 |
fanCardOperationStatusup(1) -
down(2) -
testing(3) -ro Enumeration .1.3.6.1.4.1.17409.2.3.1.5.1.1.3 |
fanCardAlarmStatusro Bits .1.3.6.1.4.1.17409.2.3.1.5.1.1.4 |
fanCardNameThe FAN card name defined by vendor individualro OCTET STRING .1.3.6.1.4.1.17409.2.3.1.5.1.1.5 |
fanCardPresenceStatusThe physical presence status of the FAN card slotro Enumeration .1.3.6.1.4.1.17409.2.3.1.5.1.1.6 |
fileTransferManagement OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.1.6 |
fileTransferTable SEQUENCE OF FileTransferEntry .1.3.6.1.4.1.17409.2.3.1.6.1 |
fileTransferEntry FileTransferEntry .1.3.6.1.4.1.17409.2.3.1.6.1.1 |
fileTransferIndex INTEGER .1.3.6.1.4.1.17409.2.3.1.6.1.1.1 |
fileTransferProtocolTyperw Enumeration .1.3.6.1.4.1.17409.2.3.1.6.1.1.2 |
serverIpAddressIPrw IpAddress .1.3.6.1.4.1.17409.2.3.1.6.1.1.3 |
ftpUserNameFTPrw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.1.6.1.1.4 |
ftpUserPasswordFTPrw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.1.6.1.1.5 |
transferFileSrcNamePath'/tftproot/file/image.binrw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.1.6.1.1.6 |
transferFileDstNamePath'/tftproot/file/image.binrw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.1.6.1.1.7 |
transferActionnoOperation(1) -
put(2) -
get(3) -
halt(4) -rw Enumeration .1.3.6.1.4.1.17409.2.3.1.6.1.1.8 |
transferStatusidle(1) -
inProgress(2) -
success(3) -
failure(4) -ro Enumeration .1.3.6.1.4.1.17409.2.3.1.6.1.1.9 |
fileInfoManagementTableOLT
It is done by file list per directionary.
Please walk filePath for the file lists in the specified
path. If leave it NULL or walk fileInfoManagementEntry,
the file list of the root directionary shall be returned SEQUENCE OF FileInfoManagementEntry .1.3.6.1.4.1.17409.2.3.1.6.2 |
fileInfoManagementEntry FileInfoManagementEntry .1.3.6.1.4.1.17409.2.3.1.6.2.1 |
filePathFile path
It shall be started with a length octet, followed with path string. The length octet
shall indicate the number of character octets, excluding length itself.
For example, 0x05 41 42 43 44 45, respresents ABCDE
It shall be ended with '/', which is used to distinguish the two DisplayString
indexes. For example, if the path is flash/root, filePath shall be set to flash/root/. DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.1.6.2.1.1 |
fileNameFile name. MUST not include '/' character and MUST not be NULL.
It shall be started with a length octet, followed with name string. The length octet
shall indicate the number of character octets, excluding length itself.
For example, 0x05 41 42 43 44 45, respresents ABCDE DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.1.6.2.1.2 |
fileSizero Counter32 UNITS "bytes" .1.3.6.1.4.1.17409.2.3.1.6.2.1.3 |
fileModifyTimero DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.1.6.2.1.4 |
fileManagementActionnoOperation(1) -
erase(2) -rw Enumeration .1.3.6.1.4.1.17409.2.3.1.6.2.1.5 |
fileAttributeThe attribute of the filero Enumeration .1.3.6.1.4.1.17409.2.3.1.6.2.1.6 |
onuBatchUpgradeTableONU\u6279\u5904\u7406\u5347\u7ea7\u8868,\u5177\u4f53\u5b9e\u73b0\u6d41\u7a0b\u89c1\u9644\u5f55A.1 SEQUENCE OF OnuBatchUpgradeEntry .1.3.6.1.4.1.17409.2.3.1.7 |
onuBatchUpgradeEntry OnuBatchUpgradeEntry .1.3.6.1.4.1.17409.2.3.1.7.1 |
onuBatchUpgradeIndexonu\u5347\u7ea7\u64cd\u4f5c\u7d22\u5f15,OLT\u5382\u5546\u6839\u636eOLT\u5bf9ONU\u5347\u7ea7\u7684\u5e76\u884c\u80fd\u529b,\u5efa\u7acb\u4e00\u5b9a\u6570\u91cf\u7684\u5347\u7ea7\u64cd\u4f5c\u9879,\u81f3\u5c11\u4e3a1,\u4e0d\u5f3a\u5236\u8981\u6c42\u5e76\u884c\u5347\u7ea7\u591a\u7c7b\u578bONU,\u5141\u8bb8\u4e32\u884c\u65b9\u5f0f\u6267\u884c INTEGER .1.3.6.1.4.1.17409.2.3.1.7.1.1 |
onuBatchUpgradeOnuListOnu\u5217\u8868,\u6bcf4byte\u8868\u793a\u4e00\u4e2aonu(\u53c2\u7167EponDeviceIndex),\u957f\u5ea6\u4e3a4 * (onu\u4e2a\u6570),\u6700\u5927\u957f\u5ea6\u662f4*256rw OCTET STRING .1.3.6.1.4.1.17409.2.3.1.7.1.2 |
onuBatchUpgradeAction\u5199\u5165\u4efb\u610f\u503c\u89e6\u53d1\u5347\u7ea7rw INTEGER .1.3.6.1.4.1.17409.2.3.1.7.1.3 |
onuBatchUpgradeStatusOnu\u5217\u8868,\u6bcf2byte\u8868\u793a\u4e00\u4e2aonu\u7684\u5347\u7ea7\u72b6\u6001,\u957f\u5ea6\u4e3a2 * (onu\u4e2a\u6570),\u540c\u5f53\u524d\u5347\u7ea7\u4efb\u52a1\u7684onulist\u4e00\u4e00\u5bf9\u5e94
\u72b6\u6001\u7801\u8bf4\u660e\uff1a
1\uff1aIdle
2\uff1aWaiting
3\uff1aInProgress
4\uff1aSuccess
5\uff1aFailure(\u4e0d\u786e\u5b9a\u539f\u56e0\u7684\u9519\u8bef)
6\uff1aOnuTypeNotConsistent(Onu\u7c7b\u578b\u4e0d\u4e00\u81f4)
7\uff1aFileDownloadFail(\u4e0b\u8f7d\u955c\u50cf\u5931\u8d25,\u5305\u62ecOLT\u5185\u90e8\u677f\u5361\u95f4\u4f20\u8f93\u5931\u8d25\u6216\u8005\u6587\u4ef6\u524d\u7f6e\u6821\u9a8c\u5931\u8d25)
8\uff1aOnuNotExist(Onu\u6389\u7ebf\u6216\u8005\u522b\u7684\u5bfc\u81f4Onuid\u5931\u6548\u7684\u60c5\u51b5)
9\uff1aNotConsistent(Onu\u540c\u5347\u7ea7\u6587\u4ef6\u4e0d\u5339\u914d)
10\uff1aOnuCommunicationFail(Onu\u901a\u4fe1\u5931\u8d25)ro OCTET STRING .1.3.6.1.4.1.17409.2.3.1.7.1.4 |
onuBatchUpgradeImageName\u5199\u5165\u7528\u4e8e\u5347\u7ea7\u7684ONU\u955c\u50cf\u6587\u4ef6\u540drw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.1.7.1.5 |
sniObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.2 |
sniAttributeTableA list of sniAttributeTable entries. SEQUENCE OF SniAttributeEntry .1.3.6.1.4.1.17409.2.3.2.1 |
sniAttributeEntryThe sniAttributeEntry Information SniAttributeEntry .1.3.6.1.4.1.17409.2.3.2.1.1 |
sniAttributeDeviceIndexDevice Index INTEGER .1.3.6.1.4.1.17409.2.3.2.1.1.1 |
sniAttributeCardIndexCard Index EponCardIndex .1.3.6.1.4.1.17409.2.3.2.1.1.2 |
sniAttributePortIndexPort Index EponPortIndex .1.3.6.1.4.1.17409.2.3.2.1.1.3 |
sniPortNamePort Namerw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.2.1.1.4 |
sniAdminStatusAdmin Statusrw Enumeration .1.3.6.1.4.1.17409.2.3.2.1.1.5 |
sniOperationStatusOperation Statusro Enumeration .1.3.6.1.4.1.17409.2.3.2.1.1.6 |
sniMediaTypeMedia Typero Enumeration .1.3.6.1.4.1.17409.2.3.2.1.1.7 |
sniAutoNegotiationStatusAuto Negotiation Statusro Enumeration .1.3.6.1.4.1.17409.2.3.2.1.1.8 |
sniAutoNegotiationModeAuto Negotiation Moderw Enumeration .1.3.6.1.4.1.17409.2.3.2.1.1.9 |
sniPerfStats15minuteEnabletrue(1) false(2)rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.2.1.1.10 |
sniPerfStats24hourEnabletrue(1) false(2)rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.2.1.1.11 |
sniLastStatusChangeTimeLast Change Timero TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.17409.2.3.2.1.1.12 |
sniMacAddrLearnMaxNumNumber of MAC address limited on the SNI port.
value 0 means no limitrw INTEGER .1.3.6.1.4.1.17409.2.3.2.1.1.13 |
sniIsolationEnableWhether or not isolate the SNI port to other portsrw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.2.1.1.14 |
sniPortTypeSNI port type, Ge-Port, Te-Portro Enumeration .1.3.6.1.4.1.17409.2.3.2.1.1.15 |
sniTrunkManagement OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.2.2 |
sniTrunkGroupConfigTableA list of sniTrunkGroupConfigTable entries. SEQUENCE OF SniTrunkGroupConfigEntry .1.3.6.1.4.1.17409.2.3.2.2.1 |
sniTrunkGroupConfigEntryThe sniTrunk Group Config Entry Information SniTrunkGroupConfigEntry .1.3.6.1.4.1.17409.2.3.2.2.1.1 |
sniTrunkGroupConfigIndexTrunk Group Config Index INTEGER .1.3.6.1.4.1.17409.2.3.2.2.1.1.1 |
sniTrunkGroupConfigNameTrunk Group Config Namerw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.2.2.1.1.2 |
sniTrunkGroupConfigMemberTrunk Group Config Member.
It is presented by member port list. Each member port is identified
by 4-byte format, same as TC of EponDeviceIndex. The actual length of
this string depends of the number of member ports in the trunk group.
The relationship is:
Length of the string = 4 * (NUM of member ports)
For example, if device 1, port 1/2 and 2/3 is the member ports of the
trunk, then sniTrunkGroupConfigMember is presented as:
01 01 02 00 01 02 03 00rw OCTET STRING .1.3.6.1.4.1.17409.2.3.2.2.1.1.3 |
sniTrunkGroupConfigPolicyTrunk Group Config Policyrw Enumeration .1.3.6.1.4.1.17409.2.3.2.2.1.1.4 |
sniTrunkGroupConfigRowstatusTrunk Group Config Rowstatusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.2.2.1.1.5 |
sniTrunkGroupTablea list of sniTrunkGroupConfigTable entries. SEQUENCE OF SniTrunkGroupEntry .1.3.6.1.4.1.17409.2.3.2.2.2 |
sniTrunkGroupEntryTrunk Group Entry SniTrunkGroupEntry .1.3.6.1.4.1.17409.2.3.2.2.2.1 |
sniTrunkGroupIndexTrunk Group Index INTEGER .1.3.6.1.4.1.17409.2.3.2.2.2.1.1 |
sniTrunkGroupOperationStatusTrunk Group Operation Statusro Enumeration .1.3.6.1.4.1.17409.2.3.2.2.2.1.2 |
sniTrunkGroupActualSpeedTrunk Group Actual Speed.
The speed is the aggregated rates of all operational UP member
ports of the trunk.
For example, 4 member ports of the trunk, two are UP, each is 1000M
then the SUN is 2000M. As a result, the return of the MIB shall be
2000Mbpsro INTEGER UNITS "Mbps" .1.3.6.1.4.1.17409.2.3.2.2.2.1.3 |
sniTrunkGroupAdminStatusTrunk Group AdminStatusrw Enumeration .1.3.6.1.4.1.17409.2.3.2.2.2.1.4 |
sniMirrorTablea list of sniMirrorTable entries. SEQUENCE OF SniMirrorEntry .1.3.6.1.4.1.17409.2.3.2.3 |
sniMirrorEntryThe Mirror Information. SniMirrorEntry .1.3.6.1.4.1.17409.2.3.2.3.1 |
sniMirrorGroupIndexMirror Group Index INTEGER .1.3.6.1.4.1.17409.2.3.2.3.1.1 |
sniMirrorGroupNameMirror Group Namerw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.2.3.1.2 |
sniMirrorGroupDstPortListMirror Group Dst Port List.
It is presented by destination port list. Each port is identified
by 4-byte format, same as TC of EponDeviceIndex. The actual length of
this string depends of the number of destination ports in this mirror
instance.
The relationship is:
Length of the string = 4 * (NUM of ports)
For example, if device 1, port 2/3 is the destination port of the
mirror instance, then object will be presented as:
01 02 03 00rw OCTET STRING .1.3.6.1.4.1.17409.2.3.2.3.1.3 |
sniMirrorGroupSrcInPortListMirror Group Src In Port List.
It will includes the PON ports.
It is presented by source ingress port list. Each port is identified
by 4-byte format, same as TC of EponDeviceIndex. The actual length of
this string depends of the number of source ingress ports in this mirror
instance.
The relationship is:
Length of the string = 4 * (NUM of ports)
For example, if device 1, port 2/3, device 6, port 7/8 is the source
ingress port of the mirror instance, then object will be presented as:
01 02 03 00 06 07 08 00rw OCTET STRING .1.3.6.1.4.1.17409.2.3.2.3.1.4 |
sniMirrorGroupSrcOutPortListMirror Group Src Out Port List.
It will includes the PON ports.
It is presented by source egress port list. Each port is identified
by 4-byte format, same as TC of EponDeviceIndex. The actual length of
this string depends of the number of source egress ports in this mirror
instance.
The relationship is:
Length of the string = 4 * (NUM of ports)
For example, if device 1, port 2/3, device 6, port 7/8 is the source
egress port of the mirror instance, then object will be presented as:
01 02 03 00 06 07 08 00rw OCTET STRING .1.3.6.1.4.1.17409.2.3.2.3.1.5 |
sniMirrorGroupRowstatusMirror Group Rowstatusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.2.3.1.6 |
sniMacAddressManagement OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.2.4 |
sniMacAddressManagementTableA list of MacAddressManagement entries. SEQUENCE OF SniMacAddressManagementEntry .1.3.6.1.4.1.17409.2.3.2.4.1 |
sniMacAddressManagementEntryThe Mac Address Management Information SniMacAddressManagementEntry .1.3.6.1.4.1.17409.2.3.2.4.1.1 |
sniMacAddressManagementDeviceIndexdevice Index INTEGER .1.3.6.1.4.1.17409.2.3.2.4.1.1.1 |
sniMacAddrTableAgingTimeMac Address Table Aging Timerw INTEGER .1.3.6.1.4.1.17409.2.3.2.4.1.1.2 |
sniMacAddrTableClearMac Address Table Clearrw Enumeration .1.3.6.1.4.1.17409.2.3.2.4.1.1.3 |
sniMacAddressTableA list of MacAddress entries. SEQUENCE OF SniMacAddressEntry .1.3.6.1.4.1.17409.2.3.2.4.2 |
sniMacAddressEntryThe Mac Address Information SniMacAddressEntry .1.3.6.1.4.1.17409.2.3.2.4.2.1 |
sniMacAddrIndexMac Address Index MacAddress (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.2.4.2.1.1 |
sniMacAddrVlanIdIndexMac Address Vlan Id Index INTEGER .1.3.6.1.4.1.17409.2.3.2.4.2.1.2 |
sniMacAddrTypeMac Address Typerw Enumeration .1.3.6.1.4.1.17409.2.3.2.4.2.1.3 |
sniMacAddrPortIdMac Address Port Idrw EponDeviceIndex .1.3.6.1.4.1.17409.2.3.2.4.2.1.4 |
sniMacAddrRowStatusdelete,create,Updaterw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.2.4.2.1.5 |
sniBroadcastStormSuppressionTableA list of BroadcastStormSuppression entries. SEQUENCE OF SniBroadcastStormSuppressionEntry .1.3.6.1.4.1.17409.2.3.2.5 |
sniBroadcastStormSuppressionEntryThe Broadcast Storm Suppression Information SniBroadcastStormSuppressionEntry .1.3.6.1.4.1.17409.2.3.2.5.1 |
sniBroadcastStormSuppressionDeviceIndexdevice Index INTEGER .1.3.6.1.4.1.17409.2.3.2.5.1.1 |
sniBroadcastStormSuppressionCardIndexcard Index EponCardIndex .1.3.6.1.4.1.17409.2.3.2.5.1.2 |
sniBroadcastStormSuppressionPortIndexport Index EponPortIndex .1.3.6.1.4.1.17409.2.3.2.5.1.3 |
sniUnicastStormEnableCast Storm Enablerw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.2.5.1.4 |
sniUnicastStormInPacketRateCast Storm In Packet Raterw INTEGER UNITS "pps" .1.3.6.1.4.1.17409.2.3.2.5.1.5 |
sniUnicastStormOutPacketRateCast Storm Out Packet Raterw INTEGER UNITS "pps" .1.3.6.1.4.1.17409.2.3.2.5.1.6 |
sniMulticastStormEnabletrue(1) false(2)rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.2.5.1.7 |
sniMulticastStormInPacketRateMulticast Storm In Packet Raterw INTEGER UNITS "pps" .1.3.6.1.4.1.17409.2.3.2.5.1.8 |
sniMulticastStormOutPacketRateMulticast Storm Out Packet Raterw INTEGER UNITS "pps" .1.3.6.1.4.1.17409.2.3.2.5.1.9 |
sniBroadcastStormEnabletrue(1) false(2)rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.2.5.1.10 |
sniBroadcastStormInPacketRateBroadcast Storm In Packet Raterw INTEGER UNITS "pps" .1.3.6.1.4.1.17409.2.3.2.5.1.11 |
sniBroadcastStormOutPacketRateBroadcast Storm Out Packet Raterw INTEGER UNITS "pps" .1.3.6.1.4.1.17409.2.3.2.5.1.12 |
ponPortObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.3 |
ponPortInfoTablePON SEQUENCE OF PonPortInfoEntry .1.3.6.1.4.1.17409.2.3.3.1 |
ponPortInfoEntry PonPortInfoEntry .1.3.6.1.4.1.17409.2.3.3.1.1 |
ponDeviceIndexOLT
OLTOLTOLTOLT INTEGER .1.3.6.1.4.1.17409.2.3.3.1.1.1 |
ponCardIndex EponCardIndex .1.3.6.1.4.1.17409.2.3.3.1.1.2 |
ponPortIndexpon EponPortIndex .1.3.6.1.4.1.17409.2.3.3.1.1.3 |
ponPortTypePONro Enumeration .1.3.6.1.4.1.17409.2.3.3.1.1.4 |
ponOperationStatusup(1) -
down(2) -
testing(3) -ro Enumeration .1.3.6.1.4.1.17409.2.3.3.1.1.5 |
ponPortAdminStatusenable (1) -
disable (2) -rw Enumeration .1.3.6.1.4.1.17409.2.3.3.1.1.6 |
ponPortMaxOnuNumSupportONUro INTEGER .1.3.6.1.4.1.17409.2.3.3.1.1.7 |
ponPortUpOnuNumONUro INTEGER .1.3.6.1.4.1.17409.2.3.3.1.1.8 |
ponPortEncryptModerw Enumeration .1.3.6.1.4.1.17409.2.3.3.1.1.9 |
ponPortEncryptKeyExchangeTimerw INTEGER UNITS "seconds" .1.3.6.1.4.1.17409.2.3.3.1.1.10 |
ponPortIsolationEnablePONrw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.3.1.1.11 |
maxDsBandwidthro INTEGER UNITS "kbps" .1.3.6.1.4.1.17409.2.3.3.1.1.12 |
actualDsBandwidthInUsero INTEGER UNITS "kbps" .1.3.6.1.4.1.17409.2.3.3.1.1.13 |
remainDsBandwidthro INTEGER UNITS "kbps" .1.3.6.1.4.1.17409.2.3.3.1.1.14 |
perfStats15minuteEnable15rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.3.1.1.15 |
perfStats24hourEnable24rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.3.1.1.16 |
ponPortMacAddrLearnMaxNumPONmac
value 0 means no limitrw INTEGER .1.3.6.1.4.1.17409.2.3.3.1.1.17 |
maxUsBandwidthro INTEGER UNITS "kbps" .1.3.6.1.4.1.17409.2.3.3.1.1.18 |
actualUsBandwidthInUsero INTEGER UNITS "kbps" .1.3.6.1.4.1.17409.2.3.3.1.1.19 |
remainUsBandwidthro INTEGER UNITS "kbps" .1.3.6.1.4.1.17409.2.3.3.1.1.20 |
ponPortNamePON port name.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.3.1.1.21 |
onuLongEmitDetectEnablePONONU
01rw Enumeration .1.3.6.1.4.1.17409.2.3.3.1.1.22 |
aclManagementGroupACL OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.3.2 |
aclListTableACL SEQUENCE OF AclListEntry .1.3.6.1.4.1.17409.2.3.3.2.1 |
aclListEntry AclListEntry .1.3.6.1.4.1.17409.2.3.3.2.1.1 |
aclListIndexACL INTEGER .1.3.6.1.4.1.17409.2.3.3.2.1.1.1 |
aclDescriptionACLrw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.3.2.1.1.2 |
ruleRowStatusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.3.2.1.1.3 |
aclRuleTableACL SEQUENCE OF AclRuleEntry .1.3.6.1.4.1.17409.2.3.3.2.2 |
aclRuleEntry AclRuleEntry .1.3.6.1.4.1.17409.2.3.3.2.2.1 |
aclRuleListIndex INTEGER .1.3.6.1.4.1.17409.2.3.3.2.2.1.1 |
aclRuleIndexACL INTEGER .1.3.6.1.4.1.17409.2.3.3.2.2.1.2 |
matchedSourseMacrw MacAddress (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.3.2.2.1.3 |
matchedDestinationMacrw MacAddress (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.3.2.2.1.4 |
matchedVlanId\u95c1\u544a\u7255\u7f0d\u5a47\u5d22\u9288\u590b\u510d\u95b8\u64b3\u3008an idrw INTEGER .1.3.6.1.4.1.17409.2.3.3.2.2.1.5 |
matchedEthernetTyperw INTEGER .1.3.6.1.4.1.17409.2.3.3.2.2.1.6 |
matchedSourseIP\u95c1\u544a\u7255\u7f0d\u5a47\u5d22\u9288\u590b\u510d\u95b8\u66e8\u525b\u9416\u76dcPrw IpAddress .1.3.6.1.4.1.17409.2.3.3.2.2.1.7 |
matchedDestinationIP\u95c1\u544a\u7255\u7f0d\u5a47\u5d22\u9288\u590b\u510d\u95b8\u66e8\u53bd\u7ed0\u6945\u67e3\u928a\u30e5\u6bacPrw IpAddress .1.3.6.1.4.1.17409.2.3.3.2.2.1.8 |
matchedIpMessageTyperw INTEGER .1.3.6.1.4.1.17409.2.3.3.2.2.1.9 |
matchedDscprw INTEGER .1.3.6.1.4.1.17409.2.3.3.2.2.1.10 |
matchedSoursePortrw INTEGER .1.3.6.1.4.1.17409.2.3.3.2.2.1.11 |
matchedDestinationPortrw INTEGER .1.3.6.1.4.1.17409.2.3.3.2.2.1.12 |
aclRuleRowStatusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.3.2.2.1.13 |
matchedFieldSelectionrw OCTET STRING .1.3.6.1.4.1.17409.2.3.3.2.2.1.14 |
aclActionrw Enumeration .1.3.6.1.4.1.17409.2.3.3.2.2.1.15 |
aclActionParameterrw OCTET STRING .1.3.6.1.4.1.17409.2.3.3.2.2.1.16 |
matchedSourseMacMask\u95c1\u544a\u7255\u7f0d\u5a47\u5d22\u9288\u590b\u510d\u95b8\u66e8\u525b\u9416\u76e1AC\u95c1\u7845\u3000\u93c5\u6fcb\u60a5\u951f\ufffdrw MacAddress (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.3.2.2.1.17 |
matchedDestinationMacMask\u95c1\u544a\u7255\u7f0d\u5a47\u5d22\u9288\u590b\u510d\u95b8\u66e8\u53bd\u7ed0\u6945\u67e3\u928a\u30e5\u6bb0AC\u95c1\u7845\u3000\u93c5\u6fcb\u60a5\u951f\ufffdrw MacAddress (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.3.2.2.1.18 |
matchedSourseIPMask\u95c1\u544a\u7255\u7f0d\u5a47\u5d22\u9288\u590b\u510d\u95b8\u66e8\u525b\u9416\u76dcP\u95c1\u7845\u3000\u93c5\u6fcb\u60a5\u951f\ufffdrw IpAddress .1.3.6.1.4.1.17409.2.3.3.2.2.1.19 |
matchedDestinationIPMask\u95c1\u544a\u7255\u7f0d\u5a47\u5d22\u9288\u590b\u510d\u95b8\u66e8\u53bd\u7ed0\u6945\u67e3\u928a\u30e5\u6bacP\u95c1\u7845\u3000\u93c5\u6fcb\u60a5\u951f\ufffdrw IpAddress .1.3.6.1.4.1.17409.2.3.3.2.2.1.20 |
portACLListTableACL
This table applies on OLT pon port, OLT SNI, OLT onu ID, ONU UNI.
1. If the table is maintained in OLT device:
Applied Obj - Descriptions of Index
OLT Pon Port - OnuNum of aclDeviceIndex shall be set to 0,
/OLT SNI aclCardIndex, and aclPortIndex set to 0 indicates
meaningless
OLT onu ID - Set aclDeviceIndex to corresponding ONU ID,
aclCardIndex, and aclPortIndex set to 0 indicates
meaningless
ONU UNI - Set aclDeviceIndex to corresponding ONU ID,
aclCardIndex, and aclPortIndex set to the corresponding
value
2. If the table is maintained in ONU device:
aclDeviceIndex shall be set to 0 to indicate meaningless.
aclCardIndex shall be set to corresponding slot.
aclPortIndex shall be set to corresponding port. SEQUENCE OF PortACLListEntry .1.3.6.1.4.1.17409.2.3.3.2.3 |
portACLListEntry PortACLListEntry .1.3.6.1.4.1.17409.2.3.3.2.3.1 |
aclDeviceIndexFor OLT, set to corresponding PON port, SNI, or ONU
For ONU, set to 0 EponDeviceIndex .1.3.6.1.4.1.17409.2.3.3.2.3.1.1 |
aclCardIndexFor OLT, set to 0,
For ONU, set to corresponding slot EponCardIndex .1.3.6.1.4.1.17409.2.3.3.2.3.1.2 |
aclPortIndexFor OLT, set to 0,
For ONU, set to corresponding slot EponPortIndex .1.3.6.1.4.1.17409.2.3.3.2.3.1.3 |
portAclListIndexACL INTEGER .1.3.6.1.4.1.17409.2.3.3.2.3.1.4 |
aclPortDirectionACLrw Bits .1.3.6.1.4.1.17409.2.3.3.2.3.1.5 |
aclRowStatusACLrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.3.2.3.1.6 |
ponBroadcastStormSuppressionTable SEQUENCE OF PonBroadcastStormSuppressionEntry .1.3.6.1.4.1.17409.2.3.3.3 |
ponBroadcastStormSuppressionEntry PonBroadcastStormSuppressionEntry .1.3.6.1.4.1.17409.2.3.3.3.1 |
bsDeviceIndexOLT
OLTOLTOLTOLT INTEGER .1.3.6.1.4.1.17409.2.3.3.3.1.1 |
bsCardIndex EponCardIndex .1.3.6.1.4.1.17409.2.3.3.3.1.2 |
bsPortIndexpon EponPortIndex .1.3.6.1.4.1.17409.2.3.3.3.1.3 |
unicastStormEnablerw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.3.3.1.4 |
unicastStormInPacketRaterw INTEGER UNITS "pps" .1.3.6.1.4.1.17409.2.3.3.3.1.5 |
unicastStormOutPacketRaterw INTEGER UNITS "pps" .1.3.6.1.4.1.17409.2.3.3.3.1.6 |
multicastStormEnablerw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.3.3.1.7 |
multicastStormInPacketRaterw INTEGER UNITS "pps" .1.3.6.1.4.1.17409.2.3.3.3.1.8 |
multicastStormOutPacketRaterw INTEGER UNITS "pps" .1.3.6.1.4.1.17409.2.3.3.3.1.9 |
broadcastStormEnablerw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.3.3.1.10 |
broadcastStormInPacketRaterw INTEGER UNITS "pps" .1.3.6.1.4.1.17409.2.3.3.3.1.11 |
broadcastStormOutPacketRaterw INTEGER UNITS "pps" .1.3.6.1.4.1.17409.2.3.3.3.1.12 |
ponOnuAuthenticationModeTablePONONU SEQUENCE OF ponOnuAuthenticationModeEntry .1.3.6.1.4.1.17409.2.3.3.4 |
ponOnuAuthenticationModeEntryThe ponOnuAuthenticationModeEntry Information ponOnuAuthenticationModeEntry .1.3.6.1.4.1.17409.2.3.3.4.1 |
ponAuthenDeviceIndexOLTOLTOLT
OLTOLT INTEGER .1.3.6.1.4.1.17409.2.3.3.4.1.1 |
ponAuthenCardIndex EponCardIndex .1.3.6.1.4.1.17409.2.3.3.4.1.2 |
ponAuthenPortIndexpon EponPortIndex .1.3.6.1.4.1.17409.2.3.3.4.1.3 |
ponOnuAuthenModeAuthen mode: This is mode in authen ,rw Enumeration .1.3.6.1.4.1.17409.2.3.3.4.1.4 |
onuAuthenModeRowStatusonuauthen Row Statusrw INTEGER .1.3.6.1.4.1.17409.2.3.3.4.1.5 |
ponPortOpticalTransmissionPropertyTable SEQUENCE OF PonPortOpticalTransmissionPropertyEntry .1.3.6.1.4.1.17409.2.3.3.5 |
ponPortOpticalTransmissionPropertyEntry PonPortOpticalTransmissionPropertyEntry .1.3.6.1.4.1.17409.2.3.3.5.1 |
ponOpDeviceIndexOLT
OLTOLTOLTOLTro INTEGER .1.3.6.1.4.1.17409.2.3.3.5.1.1 |
ponOpCardIndexro EponCardIndex .1.3.6.1.4.1.17409.2.3.3.5.1.2 |
ponOpPortIndexro EponPortIndex .1.3.6.1.4.1.17409.2.3.3.5.1.3 |
ponOpVccro INTEGER UNITS "centi-mV" .1.3.6.1.4.1.17409.2.3.3.5.1.4 |
ponOpBiasro INTEGER UNITS "centi-mA" .1.3.6.1.4.1.17409.2.3.3.5.1.5 |
ponOpTxPowerro INTEGER UNITS "centi-dBm" .1.3.6.1.4.1.17409.2.3.3.5.1.6 |
ponOpRxPowerro INTEGER UNITS "centi-dBm" .1.3.6.1.4.1.17409.2.3.3.5.1.7 |
ponPortOpticalRxPowerTable SEQUENCE OF PonPortOpticalRxPowerEntry .1.3.6.1.4.1.17409.2.3.3.6 |
ponPortOpticalRxPowerEntryThe ponPortOpticalRxPowerEntry Information PonPortOpticalRxPowerEntry .1.3.6.1.4.1.17409.2.3.3.6.1 |
ponOpRxOfOnuDeviceIndexonuDevice Index EponDeviceIndex .1.3.6.1.4.1.17409.2.3.3.6.1.1 |
ponOpRxPowerOfOnuOLT pon port received onu optical powerro INTEGER UNITS "centi-dBm" .1.3.6.1.4.1.17409.2.3.3.6.1.2 |
onuObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.4 |
onuInfoTableA list of onuInfoTable entries. SEQUENCE OF OnuInfoEntry .1.3.6.1.4.1.17409.2.3.4.1 |
onuInfoEntryThe onuInfoEntry Information OnuInfoEntry .1.3.6.1.4.1.17409.2.3.4.1.1 |
onuDeviceIndexonuDevice Index EponDeviceIndex .1.3.6.1.4.1.17409.2.3.4.1.1.1 |
onuNameonu Namerw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.4.1.1.2 |
onuTypeonu Type
fixed(1) - not slot concept
chassisBased(2) - port is indexed by coupling slot IDro Enumeration .1.3.6.1.4.1.17409.2.3.4.1.1.3 |
onuIpAddressonu Ip Addressrw IpAddress .1.3.6.1.4.1.17409.2.3.4.1.1.4 |
onuIpSubnetMaskonu Ip Subnet Maskrw IpAddress .1.3.6.1.4.1.17409.2.3.4.1.1.5 |
onuIpGatewayonu Ip Gatewayrw IpAddress .1.3.6.1.4.1.17409.2.3.4.1.1.6 |
onuMacAddressonuMac Addressro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.4.1.1.7 |
onuOperationStatusonu Operation Statusro Enumeration .1.3.6.1.4.1.17409.2.3.4.1.1.8 |
onuAdminStatusonu Admin Statusrw Enumeration .1.3.6.1.4.1.17409.2.3.4.1.1.9 |
onuChipVendoronu Chip Vendorro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.4.1.1.10 |
onuChipTypeonu Chip Typero DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.4.1.1.11 |
onuChipVersiononu Chip Versionro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.4.1.1.12 |
onuSoftwareVersiononu Software Versionro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.4.1.1.13 |
onuFirmwareVersiononu Firmware Versionro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.4.1.1.14 |
onuTestDistanceonu Test Distancero INTEGER UNITS "Meter" .1.3.6.1.4.1.17409.2.3.4.1.1.15 |
onuLlidIdonu Llid Idro INTEGER .1.3.6.1.4.1.17409.2.3.4.1.1.16 |
resetONUreset ONUrw Enumeration .1.3.6.1.4.1.17409.2.3.4.1.1.17 |
onuTimeSinceLastRegisterThe number of seconds, since the time when the ONU is registeredro Counter32 UNITS "seconds" .1.3.6.1.4.1.17409.2.3.4.1.1.18 |
onuMgmtCvlanCVLAN ID of management data for the ONUrw INTEGER .1.3.6.1.4.1.17409.2.3.4.1.1.19 |
onuMgmtSvlanSVLAN ID of management data for the ONU
Set to 0, means only single VLAN is supported, no SVLAN concept,
for the ONU managementrw INTEGER .1.3.6.1.4.1.17409.2.3.4.1.1.20 |
onuMgmtPriorityTagged dot1p priority of management data for the ONUrw INTEGER .1.3.6.1.4.1.17409.2.3.4.1.1.21 |
onuMgmtSnmpTrapHostThe host IP address, to which the ONU will send trap.rw IpAddress .1.3.6.1.4.1.17409.2.3.4.1.1.22 |
onuMgmtSnmpCommunityForReadThe read SNMP community to the ONU.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.4.1.1.23 |
onuMgmtSnmpCommunityForWriteThe write SNMP community to the ONU.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.4.1.1.24 |
onuVendorIdONU vendor id.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.4.1.1.25 |
onuModelIdONU model id.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.4.1.1.26 |
onuHardwareVersionONU hardware version.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.4.1.1.27 |
onuSnONU serial number.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.4.1.1.28 |
onuTimeLastRegisterro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.17409.2.3.4.1.1.29 |
onuPonPortOpticalTransmissionPropertyTableThis table is designed for both OLT and ONU
Applied Obj - Descriptions of Index
OLT - OnuNum of EponDeviceIndex TC shall be set to 0,
onuPonPortOpticalTransmissionPropertyCardIndex, and
onuPonPortOpticalTransmissionPropertyPortIndex set to
65535 indicates meaningless
ONU - Set EponDeviceIndex TC to corresponding ONU ID,
onuPonPortOpticalTransmissionPropertyCardIndex, and
onuPonPortOpticalTransmissionPropertyPortIndex set to the
corresponding value SEQUENCE OF OnuPonPortOpticalTransmissionPropertyEntry .1.3.6.1.4.1.17409.2.3.4.2 |
onuPonPortOpticalTransmissionPropertyEntryThe onuPonPortOpticalTransmissionPropertyEntry Information OnuPonPortOpticalTransmissionPropertyEntry .1.3.6.1.4.1.17409.2.3.4.2.1 |
onuPonPortOpticalTransmissionPropertyDeviceIndexDevice Index of the ONU. EponDeviceIndex .1.3.6.1.4.1.17409.2.3.4.2.1.1 |
onuPonPortOpticalTransmissionPropertyCardIndexCard Index in the ONU. Shall set to 0, if ONU is not a modulized
device INTEGER .1.3.6.1.4.1.17409.2.3.4.2.1.2 |
onuPonPortOpticalTransmissionPropertyPortIndexPort Index in the Pon card of ONU INTEGER .1.3.6.1.4.1.17409.2.3.4.2.1.3 |
onuReceivedOpticalPowerreceived Optical Powerro INTEGER UNITS "centi-dBm" .1.3.6.1.4.1.17409.2.3.4.2.1.4 |
onuTramsmittedOpticalPowertramsmitted Optical Powerro INTEGER UNITS "centi-dBm" .1.3.6.1.4.1.17409.2.3.4.2.1.5 |
onuBiasCurrentbiasCurrentro INTEGER UNITS "centi-mA" .1.3.6.1.4.1.17409.2.3.4.2.1.6 |
onuWorkingVoltageonuworking Voltagero INTEGER UNITS "centi-mV" .1.3.6.1.4.1.17409.2.3.4.2.1.7 |
onuWorkingTemperatureworking Temperaturero INTEGER UNITS "Centi-degree centigrade" .1.3.6.1.4.1.17409.2.3.4.2.1.8 |
onuCapabilityTableA list of onuInfoTable entries. SEQUENCE OF OnuCapabilityEntry .1.3.6.1.4.1.17409.2.3.4.3 |
onuCapabilityEntryThe onuCapabilityEntry Information OnuCapabilityEntry .1.3.6.1.4.1.17409.2.3.4.3.1 |
onuCapabilityDeviceIndexonu Device Index EponDeviceIndex .1.3.6.1.4.1.17409.2.3.4.3.1.1 |
onuGePortNumgePort Numro INTEGER .1.3.6.1.4.1.17409.2.3.4.3.1.2 |
onuGePortBitmapgePort Bitmap
In slot+port pair list manner. Suppose each slot support up to 64 ports.
One octet to indentify slot and 8 octets to identify portbitmap for
the slot. The bitmap definition is internet sequence. The most left bit
is for port 1 of the slot, the most right bit is for port 64 of the slot.
If the slot cannot support 64 ports, set the bits of not supported ports
to 0.
If the port is GE port, set the corresponding bit to 1.
Since the slot num depends on each individual device, the object is variable
length. If the device is fixed box (not modulized), set the slot number to
255. Then the network management system could ignore the slot info.
It is not necessary to list the slot doesn't support GE port.
For example, if have 4 GE ports, of: 1/4, 1/6, 2/3, 4/17,
the object will be presented in:
01 14 00 00 00 00 00 00 00
02 20 00 00 00 00 00 00 00
04 00 00 80 00 00 00 00 00
Another example, for fixed box, if have 4 ge ports of 4,6,10,17, the object
will be presented as:
FF 14 40 10 00 00 00 00ro OCTET STRING .1.3.6.1.4.1.17409.2.3.4.3.1.3 |
onuFePortNumfePort Numro INTEGER .1.3.6.1.4.1.17409.2.3.4.3.1.4 |
onuFePortBitmapfePort Bitmap
In slot+port pair list manner. Suppose each slot support up to 64 ports.
One octet to indentify slot and 8 octets to identify portbitmap for
the slot. The bitmap definition is internet sequence. The most left bit
is for port 1 of the slot, the most right bit is for port 64 of the slot.
If the slot cannot support 64 ports, set the bits of not supported ports
to 0.
If the port is FE port, set the corresponding bit to 1.
Since the slot num depends on each individual device, the object is variable
length. If the device is fixed box (not modulized), set the slot number to
255. Then the network management system could ignore the slot info.
It is not necessary to list the slot doesn't support FE port.
For example, if have 4 FE ports, of: 1/4, 1/6, 2/3, 4/17,
the object will be presented in:
01 14 00 00 00 00 00 00 00
02 20 00 00 00 00 00 00 00
04 00 00 80 00 00 00 00 00
Another example, for fixed box, if have 4 FE ports of 4,6,10,17, the object
will be presented as:
FF 14 40 10 00 00 00 00ro OCTET STRING .1.3.6.1.4.1.17409.2.3.4.3.1.5 |
onuQueueNumUplinkqueue Num Uplinkro INTEGER .1.3.6.1.4.1.17409.2.3.4.3.1.6 |
onuMaxQueueNumUplinkmax Queue Num Uplinkro INTEGER .1.3.6.1.4.1.17409.2.3.4.3.1.7 |
onuQueueNumDownlinkqueue Num Downlinkro INTEGER .1.3.6.1.4.1.17409.2.3.4.3.1.8 |
onuMaxQueueNumDownlinkmax Queue Num Downlinkro INTEGER .1.3.6.1.4.1.17409.2.3.4.3.1.9 |
onuFecEnablefec Enablerw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.4.3.1.10 |
onuEncryptModeencrypt Modero Enumeration .1.3.6.1.4.1.17409.2.3.4.3.1.11 |
onuEncryptKeyExchangeTimeencryptKeyExchange Timero TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.17409.2.3.4.3.1.12 |
onuIsolationEnableONU\u7f02\u5099\u7126\u59ab\u5fdb\u5d39\u93b7\u5c7b\u4eb9\u6fde\u6219\u57ba\u9237\u66e2\u67e1\u9350\u3125\u4e9e\u95bb\u5ea2\u5f43\u9709\u95bf\u6fc6\u7246\u9354\u7538\u67db\u8e47\u30e6\u5af9
true(1) false(2)rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.4.3.1.13 |
slaTableA list of slaTable entries. SEQUENCE OF SlaEntry .1.3.6.1.4.1.17409.2.3.4.4 |
slaEntryThe slaEntry Information SlaEntry .1.3.6.1.4.1.17409.2.3.4.4.1 |
slaIndexsla Index EponDeviceIndex .1.3.6.1.4.1.17409.2.3.4.4.1.1 |
slaDsFixedBWDownstream sla FixedBWrw INTEGER UNITS "kbps" .1.3.6.1.4.1.17409.2.3.4.4.1.2 |
slaDsPeakBWDownstream sla PeakBWrw INTEGER UNITS "kbps" .1.3.6.1.4.1.17409.2.3.4.4.1.3 |
slaDsCommittedBWDownstream sla CommittedBWrw INTEGER UNITS "kbps" .1.3.6.1.4.1.17409.2.3.4.4.1.4 |
slaUsFixedBWUpstream sla FixedBWrw INTEGER UNITS "kbps" .1.3.6.1.4.1.17409.2.3.4.4.1.5 |
slaUsPeakBWUpstream sla PeakBWrw INTEGER UNITS "kbps" .1.3.6.1.4.1.17409.2.3.4.4.1.6 |
slaUsCommittedBWUpstream sla CommittedBWrw INTEGER UNITS "kbps" .1.3.6.1.4.1.17409.2.3.4.4.1.7 |
onuAuthenticationManagement OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.4.5 |
onuAuthenticationPolicyDefine the behavior on the auth policy
acceptAll(1) - Disable ONU authentication, all ONU could register
to OLT
rejectNotConfigured(2) - Only the relationship b/w ONU ID and MAC address defined
in onuAuthenticationPreConfigTable could register to OLT.rw Enumeration .1.3.6.1.4.1.17409.2.3.4.5.1 |
onuAuthenticationPreConfigTableA list of onuAuthenticationPreConfigTable entries. SEQUENCE OF OnuAuthenticationPreConfigEntry .1.3.6.1.4.1.17409.2.3.4.5.2 |
onuAuthenticationPreConfigEntryThe onuAuthenticationPreConfigEntry Information OnuAuthenticationPreConfigEntry .1.3.6.1.4.1.17409.2.3.4.5.2.1 |
onuAuthenOnuIdonu logical ID EponDeviceIndex .1.3.6.1.4.1.17409.2.3.4.5.2.1.1 |
onuAuthenMacAddressonu Mac Addressrw MacAddress (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.4.5.2.1.2 |
onuAuthenActionAuthen Action
This is optional in functionrw Enumeration .1.3.6.1.4.1.17409.2.3.4.5.2.1.3 |
onuAuthenRowStatusauthen Row Statusrw Enumeration .1.3.6.1.4.1.17409.2.3.4.5.2.1.4 |
onuAuthenticationBlockTableA list of onuAuthenticationBlockTable entries. SEQUENCE OF OnuAuthenticationBlockEntry .1.3.6.1.4.1.17409.2.3.4.5.3 |
onuAuthenticationBlockEntryThe onuAuthenticationBlockEntry Information OnuAuthenticationBlockEntry .1.3.6.1.4.1.17409.2.3.4.5.3.1 |
onuAuthenBlockOnuIdONU Id EponDeviceIndex .1.3.6.1.4.1.17409.2.3.4.5.3.1.1 |
onuAuthenBlockMacAddressMac Addressrw MacAddress (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.4.5.3.1.2 |
authenBlockTime\u52a0\u5165\u9ed1\u540d\u5355\u65f6\u95f4rw TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.17409.2.3.4.5.3.1.3 |
onuAuthenBlockRowStatusRow Statusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.4.5.3.1.4 |
onuLoidAuthenticationConfigTableA list of onu LOID AuthenticationConfigTable entries. SEQUENCE OF OnuLoidAuthenticationConfigEntry .1.3.6.1.4.1.17409.2.3.4.5.4 |
onuLoidAuthenticationConfigEntryThe onuLoidAuthenticationConfigEntryInformation OnuLoidAuthenticationConfigEntry .1.3.6.1.4.1.17409.2.3.4.5.4.1 |
onuLoidAuthenOnuIdonu logical ID EponDeviceIndex .1.3.6.1.4.1.17409.2.3.4.5.4.1.1 |
onuLoidAuthenLOIDrw OCTET STRING .1.3.6.1.4.1.17409.2.3.4.5.4.1.2 |
onuLoidAuthenPasswordrw OCTET STRING .1.3.6.1.4.1.17409.2.3.4.5.4.1.3 |
onuLoidAuthenRowStatusRow Statusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.4.5.4.1.4 |
onuAutoFindTableA list of autofind list entries. SEQUENCE OF OnuAutoFindEntry .1.3.6.1.4.1.17409.2.3.4.6 |
onuAutoFindEntryThe onuAutoFindEntry Information
\u81ea\u52a8\u4e0a\u7535\u4e0a\u7ebf\u7684\u672a\u6388\u6743\u7684ONU,\u5168\u90e8\u53ea\u8bfb,\u4e0d\u505a\u914d\u7f6e OnuAutoFindEntry .1.3.6.1.4.1.17409.2.3.4.6.1 |
onuAutoFindOnuIndexindex EponDeviceIndex .1.3.6.1.4.1.17409.2.3.4.6.1.1 |
onuAutoFindMacAddressMac Addressro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.4.6.1.2 |
onuAutoFindTime\u4e0a\u7ebf\u65f6\u95f4ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.17409.2.3.4.6.1.3 |
onuAutoFindAuthenLOIDONU\u8ba4\u8bc1\u903b\u8f91\u6807\u8bc6;
\u5f53\u4f4d\u6570\u4e3a0\u7684\u65f6\u5019,\u8868\u793a\u6ca1\u6709ro OCTET STRING .1.3.6.1.4.1.17409.2.3.4.6.1.4 |
onuAutoFindAuthenPassword\u5bc6\u7801\u4e3a0\uff5e12\u4f4d\u7684\u5b57\u7b26\u4e32,\u5982356abc,\u5f53\u4f4d\u6570\u4e3a0\u7684\u65f6\u5019,\u8868\u793a\u6ca1\u6709\u5bc6\u7801ro OCTET STRING .1.3.6.1.4.1.17409.2.3.4.6.1.5 |
uniObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.5 |
uniAttributeTableA list of uniAttributeTable entries. SEQUENCE OF UniAttributeEntry .1.3.6.1.4.1.17409.2.3.5.1 |
uniAttributeEntryThe uniAttributeEntry Information UniAttributeEntry .1.3.6.1.4.1.17409.2.3.5.1.1 |
uniAttributeDeviceIndexDevice Index
For OLT, set to corresponding ONU ID
For ONU, set to 0 EponDeviceIndex .1.3.6.1.4.1.17409.2.3.5.1.1.1 |
uniAttributeCardIndexCard Index
The value of this cardIndex depends on onuType.
fixed(1) - set to 0, to indicate slot num is meaningless.
chassisBased(2) - MUST NOT be zero EponCardIndex .1.3.6.1.4.1.17409.2.3.5.1.1.2 |
uniAttributePortIndexPort Index EponPortIndex .1.3.6.1.4.1.17409.2.3.5.1.1.3 |
uniAdminStatusAdmin Statusrw Enumeration .1.3.6.1.4.1.17409.2.3.5.1.1.4 |
uniOperationStatusOperation Statusro Enumeration .1.3.6.1.4.1.17409.2.3.5.1.1.5 |
uniAutoNegotiationEnableWhether or not to enable auto negotiation on the uni portrw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.5.1.1.6 |
uniAutoNegotiationLocalTechAbilityThis indicates the technology ability of the local devicero AutoNegotiationTechAbility .1.3.6.1.4.1.17409.2.3.5.1.1.7 |
uniAutoNegotiationRestartRestart the autonegotiationrw Enumeration .1.3.6.1.4.1.17409.2.3.5.1.1.8 |
uniMacAddrLearnMaxNumMac Address Learn Max Numrw INTEGER .1.3.6.1.4.1.17409.2.3.5.1.1.9 |
uniCurrentPerfStatsEnabletrue(1) false(2)rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.5.1.1.10 |
uniMacAddressManagement OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.5.2 |
uniMacAddressManagementTableA list of MacAddress global parameter in a onu. SEQUENCE OF UniMacAddressManagementEntry .1.3.6.1.4.1.17409.2.3.5.2.1 |
uniMacAddressManagementEntry UniMacAddressManagementEntry .1.3.6.1.4.1.17409.2.3.5.2.1.1 |
uniMacAddrONUIndexonuDevice Index EponDeviceIndex .1.3.6.1.4.1.17409.2.3.5.2.1.1.1 |
uniMacAddrAgingTimeMac Address Table Aging Timerw INTEGER UNITS "Seconds" .1.3.6.1.4.1.17409.2.3.5.2.1.1.2 |
uniMacAddrClearMac Address Table Clearrw Enumeration .1.3.6.1.4.1.17409.2.3.5.2.1.1.3 |
uniMacAddressTableA list of MacAddress entries. SEQUENCE OF UniMacAddressEntry .1.3.6.1.4.1.17409.2.3.5.2.2 |
uniMacAddressEntryThe Mac Address Information UniMacAddressEntry .1.3.6.1.4.1.17409.2.3.5.2.2.1 |
uniMacAddrIndexMac Address Index MacAddress (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.5.2.2.1.1 |
uniMacAddrVlanIdIndexMac Address Vlan Id Index INTEGER .1.3.6.1.4.1.17409.2.3.5.2.2.1.2 |
uniMacAddrTypeMac Address Typerw Enumeration .1.3.6.1.4.1.17409.2.3.5.2.2.1.3 |
uniMacAddrPortIdMac Address Port Id
The first octet is slot ID, the second octet is port ID.
If the device is fixed (not modulized), set slot ID to 0.
Note that, slot here shall follow the last byte definition of
EponCardIndex to indicate the main-slot and sub-slot index.
For example, for modulized port 10/3, set to 0x0A 03
For fix box port 3, set to 0x00 03rw OCTET STRING .1.3.6.1.4.1.17409.2.3.5.2.2.1.4 |
uniMacAddrRowStatusdelete,create. Update is not supportedrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.5.2.2.1.5 |
uniTrunkManagement OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.5.3 |
uniTrunkGroupConfigTableA list of uniTrunkGroupConfigTable entries. SEQUENCE OF UniTrunkGroupConfigEntry .1.3.6.1.4.1.17409.2.3.5.3.1 |
uniTrunkGroupConfigEntryThe uniTrunk Group Config Entry Information UniTrunkGroupConfigEntry .1.3.6.1.4.1.17409.2.3.5.3.1.1 |
uniTrunkGroupConfigIndexTrunk Group Config Index INTEGER .1.3.6.1.4.1.17409.2.3.5.3.1.1.1 |
uniTrunkGroupConfigNameTrunk Group Config Namerw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.5.3.1.1.2 |
uniTrunkGroupConfigMemberTrunk Group Config Member.
It is presented by member port list. Each member port is identified
by 2-byte format, One for slot ID, the last for port ID. The actual
length of this string depends of the number of member ports in the
trunk group. If the ONU is fixed (not modulized), set slot ID to 0,
the NMS could ignore the slot info.
Note that, slot here shall follow the last byte definition of
EponCardIndex to indicate the main-slot and sub-slot index.
The relationship is:
Length of the string = 2 * (NUM of member ports)
For example, if port 1/2 and 3/4 is the member ports of the
trunk, then the object is presented as:
01 02 03 04rw OCTET STRING .1.3.6.1.4.1.17409.2.3.5.3.1.1.3 |
uniTrunkGroupConfigPolicyTrunk Group Config Policyrw Enumeration .1.3.6.1.4.1.17409.2.3.5.3.1.1.4 |
uniTrunkGroupConfigRowstatusTrunk Group Config Rowstatusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.5.3.1.1.5 |
uniTrunkGroupTablea list of uniTrunkGroupConfigTable entries. SEQUENCE OF UniTrunkGroupEntry .1.3.6.1.4.1.17409.2.3.5.3.2 |
uniTrunkGroupEntryTrunk Group Entry UniTrunkGroupEntry .1.3.6.1.4.1.17409.2.3.5.3.2.1 |
uniTrunkGroupIndexTrunk Group Index INTEGER .1.3.6.1.4.1.17409.2.3.5.3.2.1.1 |
uniTrunkGroupOperationStatusTrunk Group Operation Statusro Enumeration .1.3.6.1.4.1.17409.2.3.5.3.2.1.2 |
uniTrunkGroupActualSpeedTrunk Group Actual Speed.
The speed is the aggregated rates of all operational UP member
ports of the trunk.
For example, 4 member ports of the trunk, two are UP, each is 1000M
then the SUN is 2000M. As a result, the return of the MIB shall be
2000Mbpsro INTEGER UNITS "Mbps" .1.3.6.1.4.1.17409.2.3.5.3.2.1.3 |
uniTrunkGroupAdminStatusTrunk Group AdminStatusrw Enumeration .1.3.6.1.4.1.17409.2.3.5.3.2.1.4 |
uniPortRateLimitTableA list of PortRateLimit entries. SEQUENCE OF UniPortRateLimitEntry .1.3.6.1.4.1.17409.2.3.5.4 |
uniPortRateLimitEntryThe Port Rate Limit Information UniPortRateLimitEntry .1.3.6.1.4.1.17409.2.3.5.4.1 |
uniPortRateLimitDeviceIndexdevice Index
For OLT, set to corresponding ONU ID
For ONU, set to 0 EponDeviceIndex .1.3.6.1.4.1.17409.2.3.5.4.1.1 |
uniPortRateLimitCardIndexcard Index
The value of this cardIndex depends on onuType.
fixed(1) - set to 0, to indicate slot num is meaningless.
chassisBased(2) - MUST NOT be zero EponCardIndex .1.3.6.1.4.1.17409.2.3.5.4.1.2 |
uniPortRateLimitPortIndexport Index EponPortIndex .1.3.6.1.4.1.17409.2.3.5.4.1.3 |
uniPortInCIRCommitted Information Rate(CIR) in kbps.rw INTEGER UNITS "kbps" .1.3.6.1.4.1.17409.2.3.5.4.1.4 |
uniPortInCBSCommitted Burst Rate(CBS) in kbyte.rw INTEGER UNITS "Kbytes" .1.3.6.1.4.1.17409.2.3.5.4.1.5 |
uniPortInEBSebs in kbytes.rw INTEGER UNITS "Kbytes" .1.3.6.1.4.1.17409.2.3.5.4.1.6 |
uniPortOutCIRCommitted Information Rate(CIR) in kbps.rw INTEGER UNITS "Kbps" .1.3.6.1.4.1.17409.2.3.5.4.1.7 |
uniPortOutPIRPIR in kbps.rw INTEGER UNITS "Kbps" .1.3.6.1.4.1.17409.2.3.5.4.1.8 |
uniPortInRateLimitEnableWhether or not to enable or disable ingress rate limit for the UNI.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.5.4.1.9 |
uniPortOutRateLimitEnableWhether or not to enable or disable egress rate limit for the UNI.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.5.4.1.10 |
uniMirrorTablea list of uniMirrorTable entries. SEQUENCE OF UniMirrorEntry .1.3.6.1.4.1.17409.2.3.5.5 |
uniMirrorEntryThe Mirror Information. UniMirrorEntry .1.3.6.1.4.1.17409.2.3.5.5.1 |
uniMirrorGroupIndexMirror Group Index INTEGER .1.3.6.1.4.1.17409.2.3.5.5.1.1 |
uniMirrorGroupNameMirror Group Namerw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.5.5.1.2 |
uniMirrorGroupDstPortListMirror Group Dst Port List.
It is presented by port list. Each port is identified by
2-byte format, One for slot ID, the last for port ID. The
actual length of this string depends of the number of
ports in destination port list of the mirror group,
If the ONU is fixed (not modulized), set slot ID to 0,
the NMS could ignore the slot info.
Note that, slot here shall follow the last byte definition of
EponCardIndex to indicate the main-slot and sub-slot index.
The relationship is:
Length of the string = 2 * (NUM of ports)
For example, if port 1/2 and 3/4 is the destination ports of
the mirror group, then the object is presented as:
01 02 03 04rw OCTET STRING .1.3.6.1.4.1.17409.2.3.5.5.1.3 |
uniMirrorGroupSrcInPortListMirror Group Src In Port List.
It is presented by port list. Each port is identified by
2-byte format, One for slot ID, the last for port ID. The
actual length of this string depends of the number of
ports in source ingress list of the mirror group,
If the ONU is fixed (not modulized), set slot ID to 0,
the NMS could ignore the slot info.
Note that, slot here shall follow the last byte definition of
EponCardIndex to indicate the main-slot and sub-slot index.
The relationship is:
Length of the string = 2 * (NUM of ports)
For example, if port 1/2 and 3/4 is the source ingress ports of
the mirror group, then the object is presented as:
01 02 03 04rw OCTET STRING .1.3.6.1.4.1.17409.2.3.5.5.1.4 |
uniMirrorGroupSrcOutPortListMirror Group Src Out Port List.
It is presented by port list. Each port is identified by
2-byte format, One for slot ID, the last for port ID. The
actual length of this string depends of the number of
ports in source egress list of the mirror group,
If the ONU is fixed (not modulized), set slot ID to 0,
the NMS could ignore the slot info.
Note that, slot here shall follow the last byte definition of
EponCardIndex to indicate the main-slot and sub-slot index.
The relationship is:
Length of the string = 2 * (NUM of ports)
For example, if port 1/2 and 3/4 is the source egress ports of
the mirror group, then the object is presented as:
01 02 03 04rw OCTET STRING .1.3.6.1.4.1.17409.2.3.5.5.1.5 |
uniMirrorGroupRowstatusMirror Group Rowstatusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.5.5.1.6 |
uniBroadcastStormSuppressionTableA list of BroadcastStormSuppression entries. SEQUENCE OF UniBroadcastStormSuppressionEntry .1.3.6.1.4.1.17409.2.3.5.6 |
uniBroadcastStormSuppressionEntryThe Broadcast Storm Suppression Information UniBroadcastStormSuppressionEntry .1.3.6.1.4.1.17409.2.3.5.6.1 |
uniBroadcastStormSuppressionCardIndexcard Index
The value of this cardIndex depends on onuType.
fixed(1) - set to 0, to indicate slot num is meaningless.
chassisBased(2) - MUST NOT be zero EponCardIndex .1.3.6.1.4.1.17409.2.3.5.6.1.1 |
uniBroadcastStormSuppressionPortIndexport Index EponPortIndex .1.3.6.1.4.1.17409.2.3.5.6.1.2 |
uniUnicastStormEnableCast Storm Enablerw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.5.6.1.3 |
uniUnicastStormInPacketRateCast Storm In Packet Raterw INTEGER UNITS "pps" .1.3.6.1.4.1.17409.2.3.5.6.1.4 |
uniUnicastStormOutPacketRateCast Storm Out Packet Raterw INTEGER UNITS "pps" .1.3.6.1.4.1.17409.2.3.5.6.1.5 |
uniMulticastStormEnabletrue(1) false(2)rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.5.6.1.6 |
uniMulticastStormInPacketRateMulticast Storm In Packet Raterw INTEGER UNITS "pps" .1.3.6.1.4.1.17409.2.3.5.6.1.7 |
uniMulticastStormOutPacketRateMulticast Storm Out Packet Raterw INTEGER UNITS "pps" .1.3.6.1.4.1.17409.2.3.5.6.1.8 |
uniBroadcastStormEnabletrue(1) false(2)rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.5.6.1.9 |
uniBroadcastStormInPacketRateBroadcast Storm In Packet Raterw INTEGER UNITS "pps" .1.3.6.1.4.1.17409.2.3.5.6.1.10 |
uniBroadcastStormOutPacketRateBroadcast Storm Out Packet Raterw INTEGER UNITS "pps" .1.3.6.1.4.1.17409.2.3.5.6.1.11 |
uniExtAttributeTableThe extended attribute list for each UNI. SEQUENCE OF UniExtAttributeEntry .1.3.6.1.4.1.17409.2.3.5.7 |
uniExtAttributeEntry UniExtAttributeEntry .1.3.6.1.4.1.17409.2.3.5.7.1 |
uniExtAttributeCardIndexCard index
The value of this cardIndex depends on onuType.
fixed(1) - set to 0, to indicate slot num is meaningless.
chassisBased(2) - MUST NOT be zero EponCardIndex .1.3.6.1.4.1.17409.2.3.5.7.1.1 |
uniExtAttributePortIndex EponPortIndex .1.3.6.1.4.1.17409.2.3.5.7.1.2 |
uniPerfStats15minuteEnabletrue(1) false(2)rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.5.7.1.3 |
uniPerfStats24hourEnabletrue(1) false(2)rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.5.7.1.4 |
uniLastChangeTimeLast Change Timero TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.17409.2.3.5.7.1.5 |
uniIsolationEnabletrue(1) false(2)rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.5.7.1.6 |
uniExMacAddrLearnMaxNumMac Address Learn Max Numrw INTEGER .1.3.6.1.4.1.17409.2.3.5.7.1.7 |
uniAutoNegotiationAdvertisedTechAbilityRefer to clause 30.6.1.1.6 of IEEE 802.3 2005 editionrw INTEGER .1.3.6.1.4.1.17409.2.3.5.7.1.8 |
uniMacAddrClearByPortClear MAC address by UNI port.
clearDynamic(1) - Clear all dynamic MAC address learned on the UNI portrw Enumeration .1.3.6.1.4.1.17409.2.3.5.7.1.9 |
igmpManagementObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.6 |
igmpEntityTableIGMP SEQUENCE OF IgmpEntityEntry .1.3.6.1.4.1.17409.2.3.6.1 |
igmpEntityEntry IgmpEntityEntry .1.3.6.1.4.1.17409.2.3.6.1.1 |
igmpDeviceIndexFor OLT, set to corresponding device
For ONU, set to 0 INTEGER .1.3.6.1.4.1.17409.2.3.6.1.1.1 |
igmpModeIGMP
centralized(1) - All the multicast control is done by OLT
distributedwithcm(2) - Both OLT and ONU perform IGMP proxy and
controlled multicast will be enabled. At
this case, if igmp joins shall follow the
definition in multicastPackageList, for the
port
disabled(3) - Disable IGMP proxy on OLT and ONU
distributedwocm(4) - Both OLT and ONU perform IGMP proxy and
controlled multicast will be disabled. At
this case, if igmp joins shall be accept even
violate the definition in multicastPackageList,
for the port.rw Enumeration .1.3.6.1.4.1.17409.2.3.6.1.1.2 |
maxQueryResponseTime1/10
This is used for sending general queryrw INTEGER UNITS "tenth second" .1.3.6.1.4.1.17409.2.3.6.1.1.3 |
robustVariableThis is used for sending general query
No less than 1rw INTEGER .1.3.6.1.4.1.17409.2.3.6.1.1.4 |
queryIntervalThis is used for sending general queryrw INTEGER UNITS "seconds" .1.3.6.1.4.1.17409.2.3.6.1.1.5 |
lastMemberQueryIntervalMax Response Time inserted into Group-Specific Queries sent in response
to Leave Group messages, and is also the amount of time between
Group-Specific Query messagesrw INTEGER UNITS "tenth second" .1.3.6.1.4.1.17409.2.3.6.1.1.6 |
lastMemberQueryCountNumber of Group-Specific Queries sent before the router assumes there
are no local membersrw INTEGER .1.3.6.1.4.1.17409.2.3.6.1.1.7 |
igmpVersionIGMPrw Enumeration .1.3.6.1.4.1.17409.2.3.6.1.1.8 |
igmpProxyParaTableIGMP proxy - SEQUENCE OF IgmpProxyParaEntry .1.3.6.1.4.1.17409.2.3.6.2 |
igmpProxyParaEntry IgmpProxyParaEntry .1.3.6.1.4.1.17409.2.3.6.2.1 |
proxyIndexIGMP Proxy - INTEGER .1.3.6.1.4.1.17409.2.3.6.2.1.1 |
proxyNameIGMP Proxyrw OCTET STRING .1.3.6.1.4.1.17409.2.3.6.2.1.2 |
proxySrcIPAddressproxyIPrw IpAddress .1.3.6.1.4.1.17409.2.3.6.2.1.3 |
proxyMulticastVIDIGMP ProxyVID
VIDrw INTEGER .1.3.6.1.4.1.17409.2.3.6.2.1.4 |
proxyMulticastIPAddressIPrw IpAddress .1.3.6.1.4.1.17409.2.3.6.2.1.5 |
multicastAssuredBWkbpsrw Unsigned32 UNITS "kbps" .1.3.6.1.4.1.17409.2.3.6.2.1.6 |
multicastMaxBWkbpsrw Unsigned32 UNITS "kbps" .1.3.6.1.4.1.17409.2.3.6.2.1.7 |
proxyRowStatusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.6.2.1.8 |
igmpForwardingTableMulticast forwarding table SEQUENCE OF IgmpForwardingEntry .1.3.6.1.4.1.17409.2.3.6.3 |
igmpForwardingEntry IgmpForwardingEntry .1.3.6.1.4.1.17409.2.3.6.3.1 |
groupDeviceIndexFor OLT, set to corresponding OLT device
For ONU, set to 0 INTEGER .1.3.6.1.4.1.17409.2.3.6.3.1.1 |
groupVlanIndexVlan INTEGER .1.3.6.1.4.1.17409.2.3.6.3.1.2 |
groupIPAddressIP IpAddress .1.3.6.1.4.1.17409.2.3.6.3.1.3 |
groupPortListForwarding port list
1. OLT
It is presented by member port list. Each member port is identified
by 4-byte format, same as TC of EponDeviceIndex. The actual length of
this string depends of the number of member ports in the port list.
The relationship is:
Length of the string = 4 * (NUM of member ports)
For example, if device 1, port 1/2 and 2/3 is the member ports,
then this object will be presented as:
01 01 02 00 01 02 03 00
2. ONU
It is presented by member port list. Each member port is identified
by 2-byte format, One for slot ID, the last for port ID. The actual
length of this string depends of the number of member ports. If the
ONU is fixed (not modulized), set slot ID to 0, the NMS could ignore
the slot info.
Note that, slot here shall follow the last byte definition of
EponCardIndex to indicate the main-slot and sub-slot index.
The relationship is:
Length of the string = 2 * (NUM of member ports)
For example, if port 1/2 and 3/4 is the member ports of the group,
then the object is presented as:
01 02 03 04ro OCTET STRING .1.3.6.1.4.1.17409.2.3.6.3.1.4 |
controllededMulticastTable OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.6.4 |
controlledMulticastUserAuthorityTable SEQUENCE OF ControlledMulticastUserAuthorityEntry .1.3.6.1.4.1.17409.2.3.6.4.1 |
controlledMulticastUserAuthorityEntry ControlledMulticastUserAuthorityEntry .1.3.6.1.4.1.17409.2.3.6.4.1.1 |
cmDeviceIndexFor OLT, set to corresponding device/slot/port/ONU
For ONU, set to 0 EponDeviceIndex .1.3.6.1.4.1.17409.2.3.6.4.1.1.1 |
cmCardIndexSet to corresponding UNI slot EponCardIndex .1.3.6.1.4.1.17409.2.3.6.4.1.1.2 |
cmPortIndexPort ID
Set to corresponding UNI port EponPortIndex .1.3.6.1.4.1.17409.2.3.6.4.1.1.3 |
multicastPackageList.
cmProxyListbitcmIndexrw OCTET STRING .1.3.6.1.4.1.17409.2.3.6.4.1.1.4 |
igmpGlobalBWIGMP -
kbpsrw Unsigned32 UNITS "kbps" .1.3.6.1.4.1.17409.2.3.6.4.1.1.5 |
igmpGlobalBWUsedIGMP -
kbpsro Unsigned32 UNITS "kbps" .1.3.6.1.4.1.17409.2.3.6.4.1.1.6 |
cmUserAuthorityRowStatusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.6.4.1.1.7 |
controlledMulticastPackageTable SEQUENCE OF ControlledMulticastPackageEntry .1.3.6.1.4.1.17409.2.3.6.4.2 |
controlledMulticastPackageEntry ControlledMulticastPackageEntry .1.3.6.1.4.1.17409.2.3.6.4.2.1 |
cmIndex INTEGER .1.3.6.1.4.1.17409.2.3.6.4.2.1.1 |
cmNamerw OCTET STRING .1.3.6.1.4.1.17409.2.3.6.4.2.1.2 |
cmProxyListProxy
INTERNETOCTETOCTET 0, OCTET 1, ...
OCTETbitbit0bit1...bit7
bitOCTETbitigmpProxyParaTable
proxyIndexbitproxyIndex
80proxyIndex1..8010
proxyPON1,15,38cmProxyList
0x80 02 00 00 04 00 00 00 00 00rw OCTET STRING .1.3.6.1.4.1.17409.2.3.6.4.2.1.3 |
multicastUserAuthoritypermitpreviewdenyrw Enumeration .1.3.6.1.4.1.17409.2.3.6.4.2.1.4 |
maxRequestChannelNumrw INTEGER .1.3.6.1.4.1.17409.2.3.6.4.2.1.5 |
singlePreviewTimerw INTEGER UNITS "seconds" .1.3.6.1.4.1.17409.2.3.6.4.2.1.6 |
totalPreviewTimerw INTEGER UNITS "seconds" .1.3.6.1.4.1.17409.2.3.6.4.2.1.7 |
previewResetTimerw INTEGER UNITS "seconds" .1.3.6.1.4.1.17409.2.3.6.4.2.1.8 |
previewCountrw INTEGER .1.3.6.1.4.1.17409.2.3.6.4.2.1.9 |
cmRowStatusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.6.4.2.1.10 |
igmpOnuUniTableA list of igmpOnuUniTable entries. SEQUENCE OF igmpOnuUniEntry .1.3.6.1.4.1.17409.2.3.6.5 |
igmpOnuUniEntryThe igmpOnuUniEntry Information igmpOnuUniEntry .1.3.6.1.4.1.17409.2.3.6.5.1 |
uniMvlanDeviceIndex EponDeviceIndex .1.3.6.1.4.1.17409.2.3.6.5.1.1 |
uniMvlanCardIndex EponCardIndex .1.3.6.1.4.1.17409.2.3.6.5.1.2 |
uniMvlanPortIndexrw EponPortIndex .1.3.6.1.4.1.17409.2.3.6.5.1.3 |
uniMvlanVid(unimvlan(1..4084))VLAN IDUNI8VLANrw OCTET STRING .1.3.6.1.4.1.17409.2.3.6.5.1.4 |
uniMaxMultiNumrw INTEGER .1.3.6.1.4.1.17409.2.3.6.5.1.5 |
uniMvlanTag,0 1rw Enumeration .1.3.6.1.4.1.17409.2.3.6.5.1.6 |
uniMvlanRowstatusrw Enumeration .1.3.6.1.4.1.17409.2.3.6.5.1.7 |
igmpOltMulticastVlanTableOLT SEQUENCE OF IgmpOltMulticastVlanEntry .1.3.6.1.4.1.17409.2.3.6.6 |
igmpOltMulticastVlanEntry IgmpOltMulticastVlanEntry .1.3.6.1.4.1.17409.2.3.6.6.1 |
igmpOltMulticastVlanDeviceIndexOLT device index INTEGER .1.3.6.1.4.1.17409.2.3.6.6.1.1 |
multicastVlanIdOLT \u7f02\u509a\u5037\u7ec0\u4f7a\ufffd\u9853\u3220\u7bb0\u95bb\u2543\u5d56AN IDrw INTEGER .1.3.6.1.4.1.17409.2.3.6.6.1.2 |
mVlanMaxQueryResponseTimeThis is used for sending general queryrw INTEGER UNITS "tenth second" .1.3.6.1.4.1.17409.2.3.6.6.1.3 |
mVlanRobustVariableThis is used for sending general query
No less than 1rw INTEGER .1.3.6.1.4.1.17409.2.3.6.6.1.4 |
mVlanQueryInterval\u599e\u308e\u5053\u93b7\ufffd This is used for sending general queryrw INTEGER UNITS "seconds" .1.3.6.1.4.1.17409.2.3.6.6.1.5 |
mVlanLastMemberQueryIntervalMax Response Time inserted into Group-Specific Queries sent in response
to Leave Group messages, and is also the amount of time between
Group-Specific Query messagesrw INTEGER UNITS "tenth second" .1.3.6.1.4.1.17409.2.3.6.6.1.6 |
mVlanLastMemberQueryCountNumber of Group-Specific Queries sent before the router assumes there
are no local membersrw INTEGER .1.3.6.1.4.1.17409.2.3.6.6.1.7 |
mvlanRowstatusrw Enumeration .1.3.6.1.4.1.17409.2.3.6.6.1.8 |
igmpSniMulticastVlanTableSNI SEQUENCE OF IgmpSniMulticastVlanEntry .1.3.6.1.4.1.17409.2.3.6.7 |
igmpSniMulticastVlanEntryThe igmpSniMulticastVlanEntry Information IgmpSniMulticastVlanEntry .1.3.6.1.4.1.17409.2.3.6.7.1 |
sniMultiVlanVidrw INTEGER .1.3.6.1.4.1.17409.2.3.6.7.1.1 |
sniMultiVlanDeviceIndexSNI\u95c1\u8364\u59f3\u9412\ufe42\u5d15\u93b6\u527f\u56ec\ue517\u934c\u6db1\u703c\u95c1\u975b\u7e52\u6fee\u98ce\u7c9a\u9367\u6941\u7165\u6fde\u621e\ue7c7\u93c6\ue54bvice/slot/sni port EponDeviceIndex .1.3.6.1.4.1.17409.2.3.6.7.1.2 |
sniMultiVlanRowstatusrw INTEGER .1.3.6.1.4.1.17409.2.3.6.7.1.3 |
onuIgmpModeTableONU SEQUENCE OF OnuIgmpModeEntry .1.3.6.1.4.1.17409.2.3.6.8 |
onuIgmpModeEntryThe onuIgmpModeEntry Information OnuIgmpModeEntry .1.3.6.1.4.1.17409.2.3.6.8.1 |
onuIgmpModeDeviceIndexONU ID EponDeviceIndex .1.3.6.1.4.1.17409.2.3.6.8.1.1 |
onuIgmpModerw Enumeration .1.3.6.1.4.1.17409.2.3.6.8.1.2 |
vlanManagementObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.7 |
vlanGlobalInfoTableVLAN SEQUENCE OF VlanGlobalInfoEntry .1.3.6.1.4.1.17409.2.3.7.1 |
vlanGlobalInfoEntry VlanGlobalInfoEntry .1.3.6.1.4.1.17409.2.3.7.1.1 |
vlanDeviceIndexFor OLT, set to corresponding device ID
For ONU, set to 0 INTEGER .1.3.6.1.4.1.17409.2.3.7.1.1.1 |
maxVlanIdVLAN IDro INTEGER .1.3.6.1.4.1.17409.2.3.7.1.1.2 |
maxSupportVlansVLANro INTEGER .1.3.6.1.4.1.17409.2.3.7.1.1.3 |
createdVlanNumberVLANro INTEGER .1.3.6.1.4.1.17409.2.3.7.1.1.4 |
vlanConfigGroupVlan OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.7.2 |
oltVlanConfigTableOLT VLAN SEQUENCE OF OltVlanConfigEntry .1.3.6.1.4.1.17409.2.3.7.2.1 |
oltVlanConfigEntry OltVlanConfigEntry .1.3.6.1.4.1.17409.2.3.7.2.1.1 |
oltVlanIndexVlan INTEGER .1.3.6.1.4.1.17409.2.3.7.2.1.1.1 |
oltVlanDeviceIndexOLT INTEGER .1.3.6.1.4.1.17409.2.3.7.2.1.1.2 |
oltVlanNameOLT VLAN namerw OCTET STRING .1.3.6.1.4.1.17409.2.3.7.2.1.1.3 |
taggedPortVlantagPON/SNI in OLT
It is presented by member port list. Each member port is identified
by 4-byte format, same as TC of EponDeviceIndex. The actual length of
this string depends of the number of member ports in the port list.
The relationship is:
Length of the string = 4 * (NUM of member ports)
For example, if device 1, port 1/2 and 2/3 is the member ports,
then this object will be presented as:
01 01 02 00 01 02 03 00rw OCTET STRING .1.3.6.1.4.1.17409.2.3.7.2.1.1.4 |
untaggedPortVlanUntagPON/SNI in OLT
It is presented by member port list. Each member port is identified
by 4-byte format, same as TC of EponDeviceIndex. The actual length of
this string depends of the number of member ports in the port list.
The relationship is:
Length of the string = 4 * (NUM of member ports)
For example, if device 1, port 1/2 and 2/3 is the member ports,
then this object will be presented as:
01 01 02 00 01 02 03 00rw OCTET STRING .1.3.6.1.4.1.17409.2.3.7.2.1.1.5 |
oltVlanRowStatusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.7.2.1.1.6 |
onuVlanConfigTableONU VLAN
It is maintained by ONU itself. SEQUENCE OF OnuVlanConfigEntry .1.3.6.1.4.1.17409.2.3.7.2.2 |
onuVlanConfigEntry OnuVlanConfigEntry .1.3.6.1.4.1.17409.2.3.7.2.2.1 |
onuVlanIndexVlan INTEGER .1.3.6.1.4.1.17409.2.3.7.2.2.1.1 |
onuVlanDeviceIndexONU EponDeviceIndex .1.3.6.1.4.1.17409.2.3.7.2.2.1.2 |
onuVlanNameONU VLAN namerw OCTET STRING .1.3.6.1.4.1.17409.2.3.7.2.2.1.3 |
onuVlanTaggedPortVlantagUNI
It is presented by member port list. Each member port is identified
by 2-byte format, One for slot ID, the last for port ID. The actual
length of this string depends of the number of tagged member ports
in the VLAN. If the ONU is fixed (not modulized), set slot ID to 0,
the NMS could ignore the slot info.
Note that, slot here shall follow the last byte definition of
EponCardIndex to indicate the main-slot and sub-slot index.
The relationship is:
Length of the string = 2 * (NUM of member ports)
For example, if port 1/2 and 3/4 is the tagged member ports of the
VLAN, then the object is presented as:
01 02 03 04rw OCTET STRING .1.3.6.1.4.1.17409.2.3.7.2.2.1.4 |
onuVlanUntaggedPortVlanUntagUNI
It is presented by member port list. Each member port is identified
by 2-byte format, One for slot ID, the last for port ID. The actual
length of this string depends of the number of untagged member ports
in the VLAN. If the ONU is fixed (not modulized), set slot ID to FF,
the NMS could ignore the slot info.
Note that, slot here shall follow the last byte definition of
EponCardIndex to indicate the main-slot and sub-slot index.
The relationship is:
Length of the string = 2 * (NUM of member ports)
For example, if port 1/2 and 3/4 is the untagged member ports of the
VLAN, then the object is presented as:
01 02 03 04rw OCTET STRING .1.3.6.1.4.1.17409.2.3.7.2.2.1.5 |
onuVlanRowStatusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.7.2.2.1.6 |
portVlanGroupVlansniuniponport OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.7.3 |
onuPortortVlanTableVlan
This table applies on OLT pon port, OLT SNI, OLT onu ID, ONU UNI.
1. If the table is maintained in OLT device:
Applied Obj - Descriptions of Index
OLT Pon Port - OnuNum of pvlanDeviceIndex shall be set to 0,
/OLT SNI pvlanCardIndex, and pvlanPortIndex set to 0 indicates
meaningless
OLT onu ID - Set pvlanDeviceIndex to corresponding ONU ID,
pvlanCardIndex, and pvlanPortIndex set to 0 indicates
meaningless
ONU UNI - Set pvlanDeviceIndex to corresponding ONU ID,
pvlanCardIndex, and pvlanPortIndex set to the corresponding
value
2. If the table is maintained in ONU device:
pvlanDeviceIndex shall be set to 0 to indicate meaningless.
pvlanCardIndex shall be set to corresponding slot.
pvlanPortIndex shall be set to corresponding port. SEQUENCE OF OnuPortVlanEntry .1.3.6.1.4.1.17409.2.3.7.3.1 |
onuPortVlanEntry OnuPortVlanEntry .1.3.6.1.4.1.17409.2.3.7.3.1.1 |
pvlanDeviceIndexOLT/ONU EponDeviceIndex .1.3.6.1.4.1.17409.2.3.7.3.1.1.1 |
pvlanCardIndex EponCardIndex .1.3.6.1.4.1.17409.2.3.7.3.1.1.2 |
pvlanPortIndexpon/uni/sni EponPortIndex .1.3.6.1.4.1.17409.2.3.7.3.1.1.3 |
vlanTagTpidIt shall be presented in hexadecimal format. For example, 81 00
to indicate 0x8100rw OCTET STRING .1.3.6.1.4.1.17409.2.3.7.3.1.1.4 |
vlanTagCfirw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.7.3.1.1.5 |
vlanTagPriorityvlanrw INTEGER .1.3.6.1.4.1.17409.2.3.7.3.1.1.6 |
vlanPVidport Vlan IDrw INTEGER .1.3.6.1.4.1.17409.2.3.7.3.1.1.7 |
vlanModevlanrw Enumeration .1.3.6.1.4.1.17409.2.3.7.3.1.1.8 |
portVlanTranslationTableVlan
This table applies on OLT pon port, OLT SNI, OLT onu ID, ONU UNI.
1. If the table is maintained in OLT device:
Applied Obj - Descriptions of Index
OLT Pon Port - OnuNum of pvtDeviceIndex shall be set to 0,
/OLT SNI pvtCardIndex, and pvtPortIndex set to 0 indicates
meaningless
OLT onu ID - Set pvtDeviceIndex to corresponding ONU ID,
pvtCardIndex, and pvtPortIndex set to 0 indicates
meaningless
ONU UNI - Set pvtDeviceIndex to corresponding ONU ID,
pvtCardIndex, and pvtPortIndex set to the corresponding
value
2. If the table is maintained in ONU device:
pvtDeviceIndex shall be set to 0 to indicate meaningless.
pvtCardIndex shall be set to corresponding slot.
pvtPortIndex shall be set to corresponding port. SEQUENCE OF PortVlanTranslationEntry .1.3.6.1.4.1.17409.2.3.7.3.2 |
portVlanTranslationEntry PortVlanTranslationEntry .1.3.6.1.4.1.17409.2.3.7.3.2.1 |
pvtDeviceIndexOLT/ONU EponDeviceIndex .1.3.6.1.4.1.17409.2.3.7.3.2.1.1 |
pvtCardIndex EponCardIndex .1.3.6.1.4.1.17409.2.3.7.3.2.1.2 |
pvtPortIndexpon/ONU/uni/sni EponPortIndex .1.3.6.1.4.1.17409.2.3.7.3.2.1.3 |
portVidIndexVLAN ID Unsigned32 .1.3.6.1.4.1.17409.2.3.7.3.2.1.4 |
translationNewVidvlanrw Unsigned32 .1.3.6.1.4.1.17409.2.3.7.3.2.1.5 |
translationRowStatusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.7.3.2.1.6 |
portVlanAggregationManagementVlanVLAN Aggregation OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.7.3.3 |
portVlanAggregationConfigTableVlan
This table applies on OLT pon port, OLT onu ID, ONU UNI.
1. If the table is maintained in OLT device:
Applied Obj - Descriptions of Index
OLT Pon Port - OnuNum of pvaDeviceIndex shall be set to 0,
pvaCardIndex, and pvaPortIndex set to 0 indicates
meaningless
OLT onu ID - Set pvaDeviceIndex to corresponding ONU ID,
pvaCardIndex, and pvaPortIndex set to 0 indicates
meaningless
ONU UNI - Set pvaDeviceIndex to corresponding ONU ID,
pvaCardIndex, and pvaPortIndex set to the corresponding
value
2. If the table is maintained in ONU device:
pvaDeviceIndex shall be set to 0 to indicate meaningless.
pvaCardIndex shall be set to corresponding slot.
pvaPortIndex shall be set to corresponding port. SEQUENCE OF PortVlanAggregationConfigEntry .1.3.6.1.4.1.17409.2.3.7.3.3.1 |
portVlanAggregationConfigEntry PortVlanAggregationConfigEntry .1.3.6.1.4.1.17409.2.3.7.3.3.1.1 |
pvaDeviceIndexOLT/ONU EponDeviceIndex .1.3.6.1.4.1.17409.2.3.7.3.3.1.1.1 |
pvaCardIndex EponCardIndex .1.3.6.1.4.1.17409.2.3.7.3.3.1.1.2 |
pvaPortIndexpon/uni/ONU ID EponPortIndex .1.3.6.1.4.1.17409.2.3.7.3.3.1.1.3 |
portAggregationVidIndexVLANVLAN Unsigned32 .1.3.6.1.4.1.17409.2.3.7.3.3.1.1.4 |
aggregationVidListvlan ID
INTERNETOCTETOCTET 0, OCTET 1, ...
OCTETbitbit0bit1...bit7
bitOCTETbitVLANVLAN ID0..4095
bitVLAN 0,bitVLAN 4095
bitVLANrw OCTET STRING .1.3.6.1.4.1.17409.2.3.7.3.3.1.1.5 |
aggregationRowStatusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.7.3.3.1.1.6 |
portVlanTrunkTableVlan trunkVLAN Trunk?
This table applies on OLT pon port, OLT SNI, OLT onu ID, ONU UNI.
1. If the table is maintained in OLT device:
Applied Obj - Descriptions of Index
OLT Pon Port - OnuNum of pvtDeviceIndex shall be set to 0,
/OLT SNI pvtCardIndex, and pvtPortIndex set to 0 indicates
meaningless
OLT onu ID - Set pvtDeviceIndex to corresponding ONU ID,
pvtCardIndex, and pvtPortIndex set to 0 indicates
meaningless
ONU UNI - Set pvtDeviceIndex to corresponding ONU ID,
pvtCardIndex, and pvtPortIndex set to the corresponding
value
2. If the table is maintained in ONU device:
pvtDeviceIndex shall be set to 0 to indicate meaningless.
pvtCardIndex shall be set to corresponding slot.
pvtPortIndex shall be set to corresponding port. SEQUENCE OF PortVlanTrunkEntry .1.3.6.1.4.1.17409.2.3.7.3.4 |
portVlanTrunkEntry PortVlanTrunkEntry .1.3.6.1.4.1.17409.2.3.7.3.4.1 |
trunkDeviceIndex EponDeviceIndex .1.3.6.1.4.1.17409.2.3.7.3.4.1.1 |
trunkCardIndex EponCardIndex .1.3.6.1.4.1.17409.2.3.7.3.4.1.2 |
trunkPortIndex EponPortIndex .1.3.6.1.4.1.17409.2.3.7.3.4.1.3 |
trunkVidListTrunked Vlan List for the port
INTERNETOCTETOCTET 0, OCTET 1, ...
OCTETbitbit0bit1...bit7
bitOCTETbitVLANVLAN ID0..4095
bitVLAN 0,bitVLAN 4095
bitVLANrw OCTET STRING .1.3.6.1.4.1.17409.2.3.7.3.4.1.4 |
portVlanTrunkRowStatusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.7.3.4.1.5 |
oltPortVlanTableSNI/PON\u7f02\u5099\u7126\u59ab\u5fdb\u5d39\u93b7\u5c7b\u4eb9\u6fde\u5c7d\u57d0an\u95c1\u8364\u505e\u9350\u5a5a\u5e4f\u951f\ufffd
This table applies on OLT pon port, OLT SNI
Applied Obj - Descriptions of Index
OLT Pon Port/OLT SNI - OnuNum of pvlanDeviceIndex shall be set to 0 SEQUENCE OF OltPortVlanEntry .1.3.6.1.4.1.17409.2.3.7.3.5 |
oltPortVlanEntry OltPortVlanEntry .1.3.6.1.4.1.17409.2.3.7.3.5.1 |
oltPortVlanDeviceIndexSNI/PON port EponDeviceIndex .1.3.6.1.4.1.17409.2.3.7.3.5.1.1 |
oltPortVlanTagPriorityvlanrw INTEGER .1.3.6.1.4.1.17409.2.3.7.3.5.1.2 |
oltPortVlanPVidport Vlan IDrw INTEGER .1.3.6.1.4.1.17409.2.3.7.3.5.1.3 |
oltPortVlanModevlan\u6fe0\u7898\u69c5\u9368\ue048\u6553\u9423\u5c7e\ue78f\u95bf\u71c2\u62f7rw Enumeration .1.3.6.1.4.1.17409.2.3.7.3.5.1.4 |
qinQConfigGroupQinQ
OLT/ONUQINQOLTONU OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.7.4 |
portQinQConfigTableQinQ
This table applies on OLT pon port, OLT SNI, OLT onu ID, ONU UNI.
1. If the table is maintained in OLT device:
Applied Obj - Descriptions of Index
OLT Pon Port - OnuNum of pqDeviceIndex shall be set to 0,
/OLT SNI pqCardIndex, and pqPortIndex set to 0 indicates
meaningless
OLT onu ID - Set pqDeviceIndex to corresponding ONU ID,
pqCardIndex, and pqPortIndex set to 0 indicates
meaningless
ONU UNI - Set pqDeviceIndex to corresponding ONU ID,
pqCardIndex, and pqPortIndex set to the corresponding
value
2. If the table is maintained in ONU device:
pqDeviceIndex shall be set to 0 to indicate meaningless.
pqCardIndex shall be set to corresponding slot.
pqPortIndex shall be set to corresponding port. SEQUENCE OF PortQinQConfigEntry .1.3.6.1.4.1.17409.2.3.7.4.1 |
portQinQConfigEntry PortQinQConfigEntry .1.3.6.1.4.1.17409.2.3.7.4.1.1 |
pqDeviceIndexONU ID, for a specific ONU EponDeviceIndex .1.3.6.1.4.1.17409.2.3.7.4.1.1.1 |
pqCardIndex EponCardIndex .1.3.6.1.4.1.17409.2.3.7.4.1.1.2 |
pqPortIndex EponPortIndex .1.3.6.1.4.1.17409.2.3.7.4.1.1.3 |
pqStartVlanIdThe starting VLAN ID, working together with pqEndVlanId,
consists of a VLAN group. The VLAN ID match the VLAN group
will be QinQed with specified outer VLAN INTEGER .1.3.6.1.4.1.17409.2.3.7.4.1.1.4 |
pqEndVlanIdThe ending VLAN ID, working together with pqStartVlanId,
consists of a VLAN range. The VLAN ID match the VLAN range
will be QinQed with specified outer VLAN INTEGER .1.3.6.1.4.1.17409.2.3.7.4.1.1.5 |
pqSVlanIdThe outer VLAN id to be QinQedrw INTEGER .1.3.6.1.4.1.17409.2.3.7.4.1.1.6 |
pqSTagCosDetermineWhat STAG COS will be set for this QinQ instance. It could
be either a new definition or copied from CTAGrw Enumeration .1.3.6.1.4.1.17409.2.3.7.4.1.1.7 |
pqSTagCosNewValueThe new STAG COS value if pqSTagCosDetermine is selected as
redefine(1)rw INTEGER .1.3.6.1.4.1.17409.2.3.7.4.1.1.8 |
pqRowStatusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.7.4.1.1.9 |
qosManagementObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.8 |
qosGlobalSetTableGlobal QoS parameters. SEQUENCE OF QosGlobalSetEntry .1.3.6.1.4.1.17409.2.3.8.1 |
qosGlobalSetEntry QosGlobalSetEntry .1.3.6.1.4.1.17409.2.3.8.1.1 |
qosGlobalSetDeviceIndexDevice index
For OLT - Set to corresponding device
For ONU - Set to 0 EponDeviceIndex .1.3.6.1.4.1.17409.2.3.8.1.1.1 |
qosGlobalSetMaxQueueCount80-7ro INTEGER .1.3.6.1.4.1.17409.2.3.8.1.1.2 |
qosGlobalSetModeDefine how to set QoS parameter
deviceBased(1) - When set, only the table started with deviceBase is applicable
portBased(2) - When set, only the table started with portBase is applicablerw Enumeration .1.3.6.1.4.1.17409.2.3.8.1.1.3 |
deviceBaseQosMapTableDeviced based setting.
It is used to define how to map QoS options to queue SEQUENCE OF DeviceBaseQosMapEntry .1.3.6.1.4.1.17409.2.3.8.2 |
deviceBaseQosMapEntry DeviceBaseQosMapEntry .1.3.6.1.4.1.17409.2.3.8.2.1 |
deviceBaseQosMapDeviceIndexDevice index
For OLT - Set to corresponding device
For ONU - Set to 0 EponDeviceIndex .1.3.6.1.4.1.17409.2.3.8.2.1.1 |
deviceBaseQosMapRuleIndex Enumeration .1.3.6.1.4.1.17409.2.3.8.2.1.2 |
deviceBaseQosMapOctet864
qosGlobalSetMaxQueueCountqosGlobalSetMaxQueueCount80-7
cos 8cos0-7
tos 16tos0-15
diffserv64diffserv0-63
get 1.3.6.1.4.1.17409.2.3.8.3.1.3.deviceBaseQosMapDeviceIndex(410100101).cos(1) = hex(00 00 01 02 03 03 04 04)
cos 0 -> queue 0
cos 1 -> queue 0
cos 2 -> queue 1
cos 3 -> queue 2
cos 4 -> queue 3
cos 5 -> queue 3
cos 6 -> queue 4
cos 7 -> queue 4rw OCTET STRING .1.3.6.1.4.1.17409.2.3.8.2.1.3 |
deviceBaseQosPolicyTableDeviced based setting
It is used to define QoS specification SEQUENCE OF DeviceBaseQosPolicyEntry .1.3.6.1.4.1.17409.2.3.8.3 |
deviceBaseQosPolicyEntry DeviceBaseQosPolicyEntry .1.3.6.1.4.1.17409.2.3.8.3.1 |
deviceBaseQosPolicyDeviceIndexDevice index
For OLT - Set to corresponding device
For ONU - Set to 0 EponDeviceIndex .1.3.6.1.4.1.17409.2.3.8.3.1.1 |
deviceBaseQosPolicyModerw Enumeration .1.3.6.1.4.1.17409.2.3.8.3.1.2 |
deviceBaseQosPolicyWeightOctetsp0
wrr1-100100
spWrr0-1000sp0100
wfp0
get 1.3.6.1.4.1.17409.2.3.8.4.1.2.deviceBaseQosPolicyDeviceIndex(410100101). = wrr(2)
get 1.3.6.1.4.1.17409.2.3.8.4.1.3.deviceBaseQosPolicyDeviceIndex(410100101). = hex(5 5 5 5 10 20 20 30)
8
queue 0 5
queue 1 5
queue 2 5
queue 3 5
queue 4 10
queue 5 20
queue 6 20
queue 7 30rw OCTET STRING .1.3.6.1.4.1.17409.2.3.8.3.1.3 |
deviceBaseQosPolicySpBandwidthRangeDefine SP assured bandwidth for each queue.
The size of this object is 4*(number of queue). For each queue, use 4 octets
to represend the assured bandwidth for the queue. The four-octet could be mapped
to an unsigned integer, in units of kbps. The sequence of the map is from queue
0 to queue max (for example, 7).
For example, 00 00 00 10 00 00 01 00 00 00 00 00 00 00 00 00
00 00 10 00 00 00 00 01 00 01 01 00 00 00 11 11
It means, 8 queues and the assured bandwidth for each queue as:
queue 0 16kbps
queue 1 256kbps
queue 2 0
queue 3 0
queue 4 4096kbps
queue 5 1kbps
queue 6 65792kbps
queue 7 65535kbpsrw OCTET STRING .1.3.6.1.4.1.17409.2.3.8.3.1.4 |
portBaseQosMapTable SEQUENCE OF PortBaseQosMapEntry .1.3.6.1.4.1.17409.2.3.8.4 |
portBaseQosMapEntry PortBaseQosMapEntry .1.3.6.1.4.1.17409.2.3.8.4.1 |
portBaseQosMapDeviceIndexDevice index
For OLT, set to corresponding SNI port or PON port
For ONU, set to 0 EponDeviceIndex .1.3.6.1.4.1.17409.2.3.8.4.1.1 |
portBaseQosMapCardIndexFor OLT, set to 0
For ONU, set to corresponding slot EponPortIndex .1.3.6.1.4.1.17409.2.3.8.4.1.2 |
portBaseQosMapPortIndexFor OLT, set to 0
For ONU, set to corresponding port EponPortIndex .1.3.6.1.4.1.17409.2.3.8.4.1.3 |
portBaseQosMapRuleIndex Enumeration .1.3.6.1.4.1.17409.2.3.8.4.1.4 |
portBaseQosMapOctet864
qosGlobalSetMaxQueueCountqosGlobalSetMaxQueueCount80-7
cos 8cos0-7
tos 16tos0-16
diffserv64diffserv0-64
get 1.3.6.1.4.1.17409.2.3.8.3.1.3.deviceBaseQosMapDeviceIndex(410100101).cos(1) = hex(00 00 01 02 03 03 04 04)
cos 0 -> queue 0
cos 1 -> queue 0
cos 2 -> queue 1
cos 3 -> queue 2
cos 4 -> queue 3
cos 5 -> queue 3
cos 6 -> queue 4
cos 7 -> queue 4rw OCTET STRING .1.3.6.1.4.1.17409.2.3.8.4.1.5 |
portBaseQosPolicyTableDescription. SEQUENCE OF PortBaseQosPolicyEntry .1.3.6.1.4.1.17409.2.3.8.5 |
portBaseQosPolicyEntry PortBaseQosPolicyEntry .1.3.6.1.4.1.17409.2.3.8.5.1 |
portBaseQosPolicyDeviceIndexDevice index
For OLT, set to corresponding SNI port or PON port
For ONU, set to 0 EponDeviceIndex .1.3.6.1.4.1.17409.2.3.8.5.1.1 |
portBaseQosPolicyCardIndexFor OLT, set to 0
For ONU, set to corresponding slot EponPortIndex .1.3.6.1.4.1.17409.2.3.8.5.1.2 |
portBaseQosPolicyPortIndexFor OLT, set to 0
For ONU, set to corresponding port EponPortIndex .1.3.6.1.4.1.17409.2.3.8.5.1.3 |
portBaseQosPolicyModesp
wrr
spWrr sp+wrr
wfprw Enumeration .1.3.6.1.4.1.17409.2.3.8.5.1.4 |
portBaseQosPolicyWeightOctetsp0
wrr1-100100
spWrr0-1000sp0100
wfp0
get 1.3.6.1.4.1.17409.2.3.8.4.1.2.deviceBaseQosPolicyDeviceIndex(410100101). = wrr(2)
get 1.3.6.1.4.1.17409.2.3.8.4.1.3.deviceBaseQosPolicyDeviceIndex(410100101). = hex(5 5 5 5 10 20 20 30)
8
queue 0 5
queue 1 5
queue 2 5
queue 3 5
queue 4 10
queue 5 20
queue 6 20
queue 7 30rw OCTET STRING .1.3.6.1.4.1.17409.2.3.8.5.1.5 |
portBaseQosPolicySpBandwidthRangeDefine SP assured bandwidth for each queue.
The size of this object is 4*(number of queue). For each queue, use 4 octets
to represend the assured bandwidth for the queue. The four-octet could be mapped
to an unsigned integer, in units of kbps. The sequence of the map is from queue
0 to queue max (for example, 7).
For example, 00 00 00 10 00 00 01 00 00 00 00 00 00 00 00 00
00 00 10 00 00 00 00 01 00 01 01 00 00 00 11 11
It means, 8 queues and the assured bandwidth for each queue as:
queue 0 16kbps
queue 1 256kbps
queue 2 0
queue 3 0
queue 4 4096kbps
queue 5 1kbps
queue 6 65792kbps
queue 7 65535kbpsrw OCTET STRING .1.3.6.1.4.1.17409.2.3.8.5.1.6 |
stpManagementObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.9 |
stpGlobalSetTableSTP SEQUENCE OF StpGlobalSetEntry .1.3.6.1.4.1.17409.2.3.9.1 |
stpGlobalSetEntry StpGlobalSetEntry .1.3.6.1.4.1.17409.2.3.9.1.1 |
stpGlobalSetIndexFor OLT - Set to corresponding device
For ONU - Set to 0 Counter32 .1.3.6.1.4.1.17409.2.3.9.1.1.1 |
stpGlobalSetVersionrw Enumeration .1.3.6.1.4.1.17409.2.3.9.1.1.2 |
stpGlobalSetPriorityIEEE 802.1dIEEE 802.1w0-614404096rw INTEGER .1.3.6.1.4.1.17409.2.3.9.1.1.3 |
stpGlobalSetTimeSinceTopologyChangero TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.17409.2.3.9.1.1.4 |
stpGlobalSetTopChangesro Counter32 UNITS "topology changes" .1.3.6.1.4.1.17409.2.3.9.1.1.5 |
stpGlobalSetDesignatedRootBridgeIdro BridgeId (BRIDGE-MIB) .1.3.6.1.4.1.17409.2.3.9.1.1.6 |
stpGlobalSetRootCostro INTEGER .1.3.6.1.4.1.17409.2.3.9.1.1.7 |
stpGlobalSetRootPortThe port is presented by three octets, in sequence of device ID, slot,
and port.
For ONU, device ID is meaningless and shall set 0. Slot and port shall
be set to corresponding value.
For OLT, device ID, slot, and port shall be set to corresponding value.
For example,
01 02 03 means device 1, slot 2, port 3 is root port.
0x00 04 05 means ONU slot 4, port 5 is root port.ro OCTET STRING .1.3.6.1.4.1.17409.2.3.9.1.1.8 |
stpGlobalSetMaxAge1/100 secsro Timeout UNITS "centi-seconds" .1.3.6.1.4.1.17409.2.3.9.1.1.9 |
stpGlobalSetHelloTimePDUro Timeout UNITS "centi-seconds" .1.3.6.1.4.1.17409.2.3.9.1.1.10 |
stpGlobalSetHoldTimePDUro INTEGER UNITS "centi-seconds" .1.3.6.1.4.1.17409.2.3.9.1.1.11 |
stpGlobalSetForwardDelayro Timeout UNITS "centi-seconds" .1.3.6.1.4.1.17409.2.3.9.1.1.12 |
stpGlobalSetBridgeMaxAgerw Timeout .1.3.6.1.4.1.17409.2.3.9.1.1.13 |
stpGlobalSetBridgeHelloTimerw Timeout .1.3.6.1.4.1.17409.2.3.9.1.1.14 |
stpGlobalSetBridgeForwardDelayrw Timeout .1.3.6.1.4.1.17409.2.3.9.1.1.15 |
stpGlobalSetRstpTxHoldCountRSTPrw INTEGER .1.3.6.1.4.1.17409.2.3.9.1.1.16 |
stpGlobalSetEnableSTPtrue(1)rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.9.1.1.17 |
stpPortTableSTP SEQUENCE OF StpPortEntry .1.3.6.1.4.1.17409.2.3.9.2 |
stpPortEntry StpPortEntry .1.3.6.1.4.1.17409.2.3.9.2.1 |
stpPortStpIndexFor OLT - Set to corresponding device/SLOT/PORT
For ONU - Set to 0 EponDeviceIndex .1.3.6.1.4.1.17409.2.3.9.2.1.1 |
stpPortCardIndexEpon
For OLT, set to 0
For ONU, set to correspond card index EponCardIndex .1.3.6.1.4.1.17409.2.3.9.2.1.2 |
stpPortIndexOLTSNI/PON portONUUNI
For OLT, set to 0
For ONU, set to correspond port index EponPortIndex .1.3.6.1.4.1.17409.2.3.9.2.1.3 |
stpPortStatusSTPdisablero Enumeration .1.3.6.1.4.1.17409.2.3.9.2.1.4 |
stpPortPriorityrw INTEGER .1.3.6.1.4.1.17409.2.3.9.2.1.5 |
stpPortPathCost802.1D-1998LANrw INTEGER .1.3.6.1.4.1.17409.2.3.9.2.1.6 |
stpPortDesignatedRootBPDUBPDUro BridgeId (BRIDGE-MIB) .1.3.6.1.4.1.17409.2.3.9.2.1.7 |
stpPortDesignatedCostPDUro INTEGER .1.3.6.1.4.1.17409.2.3.9.2.1.8 |
stpPortDesignatedBridgeIDro BridgeId (BRIDGE-MIB) .1.3.6.1.4.1.17409.2.3.9.2.1.9 |
stpPortDesignatedPortro Gauge32 .1.3.6.1.4.1.17409.2.3.9.2.1.10 |
stpPortForwardTransitionsro Unsigned32 UNITS "seconds" .1.3.6.1.4.1.17409.2.3.9.2.1.11 |
stpPortRstpProtocolMigrationRSTPTRUE(1)RSTP BPDUFALSE(2)rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.9.2.1.12 |
stpPortRstpAdminEdgePortstpPortRstpOperEdgePort
true(1)BPDUstpPortRstpOperEdgePortfalse(2)rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.9.2.1.13 |
stpPortRstpOperEdgePortstpPortRstpAdminEdgePortBPDUfalse(2)ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.9.2.1.14 |
stpPortPointToPointAdminStatusrw Enumeration .1.3.6.1.4.1.17409.2.3.9.2.1.15 |
stpPortPointToPointOperStatusro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.9.2.1.16 |
stpPortEnabledtrue(1)rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.9.2.1.17 |
performanceStatisticObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.10 |
curStatsTable SEQUENCE OF CurStatsEntry .1.3.6.1.4.1.17409.2.3.10.1 |
curStatsEntry CurStatsEntry .1.3.6.1.4.1.17409.2.3.10.1.1 |
curStatsDeviceIndexFor OLT, set to corresponding device/slot/port
For ONU, set to 0 EponDeviceIndex .1.3.6.1.4.1.17409.2.3.10.1.1.1 |
curStatsCardIndexFor OLT, set to 0
For ONU, set to corresponding slot EponCardIndex .1.3.6.1.4.1.17409.2.3.10.1.1.2 |
curStatsPortIndexFor OLT, set to 0
For ONU, set to corresponding port EponPortIndex .1.3.6.1.4.1.17409.2.3.10.1.1.3 |
curStatsInOctetsro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.4 |
curStatsInPktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.5 |
curStatsInBroadcastPktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.6 |
curStatsInMulticastPktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.7 |
curStatsInPkts64Octets64ro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.8 |
curStatsInPkts65to127Octets65127ro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.9 |
curStatsInPkts128to255Octets128255ro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.10 |
curStatsInPkts256to511Octets256511ro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.11 |
curStatsInPkts512to1023Octets5121023ro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.12 |
curStatsInPkts1024to1518Octets10241518ro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.13 |
curStatsInPkts1519to1522Octets15191522ro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.14 |
curStatsInUndersizePktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.15 |
curStatsInOversizePktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.16 |
curStatsInFragmentsro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.17 |
curStatsInMpcpFramesMPCPro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.18 |
curStatsInMpcpOctetsMPCPro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.19 |
curStatsInOAMFramesOAMro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.20 |
curStatsInOAMOctetsOAMro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.21 |
curStatsInCRCErrorPktsCRCro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.22 |
curStatsInDropEventsro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.23 |
curStatsInJabbersro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.24 |
curStatsInCollisionro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.25 |
curStatsOutOctetsro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.26 |
curStatsOutPktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.27 |
curStatsOutBroadcastPktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.28 |
curStatsOutMulticastPktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.29 |
curStatsOutPkts64Octets64ro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.30 |
curStatsOutPkts65to127Octets65127ro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.31 |
curStatsOutPkts128to255Octets128255ro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.32 |
curStatsOutPkts256to511Octets256511ro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.33 |
curStatsOutPkts512to1023Octets5121023ro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.34 |
curStatsOutPkts1024to1518Octets10241518ro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.35 |
curStatsOutPkts1519o1522Octets15191522ro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.36 |
curStatsOutUndersizePktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.37 |
curStatsOutOversizePktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.38 |
curStatsOutFragmentsro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.39 |
curStatsOutMpcpFramesMPCPro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.40 |
curStatsOutMpcpOctetsMPCPro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.41 |
curStatsOutOAMFramesOAMro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.42 |
curStatsOutOAMOctetsOAMro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.43 |
curStatsOutCRCErrorPktsCRCro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.44 |
curStatsOutDropEventsro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.45 |
curStatsOutJabbersro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.46 |
curStatsOutCollisionro Counter64 .1.3.6.1.4.1.17409.2.3.10.1.1.47 |
curStatsStatusAndActionclean(2)rw Enumeration .1.3.6.1.4.1.17409.2.3.10.1.1.48 |
stats15Table15 minutes performance data SEQUENCE OF Stats15Entry .1.3.6.1.4.1.17409.2.3.10.2 |
stats15Entry Stats15Entry .1.3.6.1.4.1.17409.2.3.10.2.1 |
stats15DeviceIndexFor OLT, set to corresponding device/slot/port
For ONU, set to 0 EponDeviceIndex .1.3.6.1.4.1.17409.2.3.10.2.1.1 |
stats15CardIndexFor OLT, set to 0
For ONU, set to corresponding slot EponCardIndex .1.3.6.1.4.1.17409.2.3.10.2.1.2 |
stats15PortIndexFor OLT, set to 0
For ONU, set to corresponding port EponPortIndex .1.3.6.1.4.1.17409.2.3.10.2.1.3 |
stats15Index EponStats15MinRecordType .1.3.6.1.4.1.17409.2.3.10.2.1.4 |
stats15InOctetsro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.5 |
stats15InPktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.6 |
stats15InBroadcastPktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.7 |
stats15InMulticastPktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.8 |
stats15InPkts64Octets64ro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.9 |
stats15InPkts65to127Octets65127ro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.10 |
stats15InPkts128to255Octets128255ro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.11 |
stats15InPkts256to511Octets256511ro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.12 |
stats15InPkts512to1023Octets5121023ro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.13 |
stats15InPkts1024to1518Octets10241518ro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.14 |
stats15InPkts1519to1522Octets15191522ro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.15 |
stats15InUndersizePktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.16 |
stats15InOversizePktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.17 |
stats15InFragmentsro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.18 |
stats15InMpcpFramesMPCPro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.19 |
stats15InMpcpOctetsMPCPro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.20 |
stats15InOAMFramesOAMro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.21 |
stats15InOAMOctetsOAMro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.22 |
stats15InCRCErrorPktsCRCro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.23 |
stats15InDropEventsro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.24 |
stats15InJabbersro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.25 |
stats15InCollisionro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.26 |
stats15OutOctetsro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.27 |
stats15OutPktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.28 |
stats15OutBroadcastPktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.29 |
stats15OutMulticastPktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.30 |
stats15OutPkts64Octets64ro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.31 |
stats15OutPkts65to127Octets65127ro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.32 |
stats15OutPkts128to255Octets128255ro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.33 |
stats15OutPkts256to511Octets256511ro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.34 |
stats15OutPkts512to1023Octets5121023ro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.35 |
stats15OutPkts1024to1518Octets10241518ro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.36 |
stats15OutPkts1519o1522Octets15191522ro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.37 |
stats15OutUndersizePktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.38 |
stats15OutOversizePktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.39 |
stats15OutFragmentsro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.40 |
stats15OutMpcpFramesMPCPro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.41 |
stats15OutMpcpOctetsMPCPro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.42 |
stats15OutOAMFramesOAMro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.43 |
stats15OutOAMOctetsOAMro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.44 |
stats15OutCRCErrorPktsCRCro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.45 |
stats15OutDropEventsro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.46 |
stats15OutJabbersro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.47 |
stats15OutCollisionro Counter64 .1.3.6.1.4.1.17409.2.3.10.2.1.48 |
stats15StatusAndActionclean(2)rw Enumeration .1.3.6.1.4.1.17409.2.3.10.2.1.49 |
stats15ValidityTagWhether or not the current 15-min PM data is validro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.10.2.1.50 |
stats15ElapsedTimeIt is elapsed time, since start of this 15-min interval.
It is only valid for current PM data. For history PM data, set to 0.ro Counter32 UNITS "seconds" .1.3.6.1.4.1.17409.2.3.10.2.1.51 |
stats15EndTimeIt is time, when the PM history data is created.
It is only valid for history PM data.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.10.2.1.52 |
stats24Table1-day performance data SEQUENCE OF Stats24Entry .1.3.6.1.4.1.17409.2.3.10.3 |
stats24Entry Stats24Entry .1.3.6.1.4.1.17409.2.3.10.3.1 |
stats24DeviceIndexFor OLT, set to corresponding device/slot/port
For ONU, set to 0 EponDeviceIndex .1.3.6.1.4.1.17409.2.3.10.3.1.1 |
stats24CardIndexFor OLT, set to 0
For ONU, set to corresponding slot EponCardIndex .1.3.6.1.4.1.17409.2.3.10.3.1.2 |
stats24PortIndexFor OLT, set to 0
For ONU, set to corresponding port EponPortIndex .1.3.6.1.4.1.17409.2.3.10.3.1.3 |
stats24Index EponStats24HourRecordType .1.3.6.1.4.1.17409.2.3.10.3.1.4 |
stats24InOctetsro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.5 |
stats24InPktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.6 |
stats24InBroadcastPktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.7 |
stats24InMulticastPktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.8 |
stats24InPkts64Octets64ro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.9 |
stats24InPkts65to127Octets65127ro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.10 |
stats24InPkts128to255Octets128255ro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.11 |
stats24InPkts256to511Octets256511ro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.12 |
stats24InPkts512to1023Octets5121023ro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.13 |
stats24InPkts1024to1518Octets10241518ro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.14 |
stats24InPkts1519to1522Octets15191522ro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.15 |
stats24InUndersizePktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.16 |
stats24InOversizePktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.17 |
stats24InFragmentsro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.18 |
stats24InMpcpFramesMPCPro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.19 |
stats24InMpcpOctetsMPCPro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.20 |
stats24InOAMFramesOAMro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.21 |
stats24InOAMOctetsOAMro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.22 |
stats24InCRCErrorPktsCRCro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.23 |
stats24InDropEventsro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.24 |
stats24InJabbersro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.25 |
stats24InCollisionro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.26 |
stats24OutOctetsro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.27 |
stats24OutPktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.28 |
stats24OutBroadcastPktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.29 |
stats24OutMulticastPktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.30 |
stats24OutPkts64Octets64ro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.31 |
stats24OutPkts65to127Octets65127ro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.32 |
stats24OutPkts128to255Octets128255ro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.33 |
stats24OutPkts256to511Octets256511ro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.34 |
stats24OutPkts512to1023Octets5121023ro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.35 |
stats24OutPkts1024to1518Octets10241518ro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.36 |
stats24OutPkts1519o1522Octets15191522ro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.37 |
stats24OutUndersizePktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.38 |
stats24OutOversizePktsro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.39 |
stats24OutFragmentsro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.40 |
stats24OutMpcpFramesMPCPro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.41 |
stats24OutMpcpOctetsMPCPro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.42 |
stats24OutOAMFramesOAMro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.43 |
stats24OutOAMOctetsOAMro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.44 |
stats24OutCRCErrorPktsCRCro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.45 |
stats24OutDropEventsro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.46 |
stats24OutJabbersro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.47 |
stats24OutCollisionro Counter64 .1.3.6.1.4.1.17409.2.3.10.3.1.48 |
stats24StatusAndActionclear(2)rw Enumeration .1.3.6.1.4.1.17409.2.3.10.3.1.49 |
stats24ValidityTagWhether or not the current 1-day PM data is validro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.10.3.1.50 |
stats24ElapsedTimeIt is elapsed time, since start of this 1-day interval.
It is only valid for current PM data. For history PM data, set to 0.ro Counter32 UNITS "seconds" .1.3.6.1.4.1.17409.2.3.10.3.1.51 |
stats24EndTimeIt is time, when the PM history data is created.
It is only valid for history PM data.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.10.3.1.52 |
perfStatsGlobalSet OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.3.10.4 |
perfStats15MinMaxRecord15, 0rw EponStats15MinRecordType .1.3.6.1.4.1.17409.2.3.10.4.1 |
perfStats24HourMaxRecord24 0rw EponStats24HourRecordType .1.3.6.1.4.1.17409.2.3.10.4.2 |
perfStatsThresholdTable SEQUENCE OF PerfStatsThresholdEntry .1.3.6.1.4.1.17409.2.3.10.5 |
perfStatsThresholdEntry PerfStatsThresholdEntry .1.3.6.1.4.1.17409.2.3.10.5.1 |
perfStatsThresholdDeviceIndexcurStatsDeviceIndex EponDeviceIndex .1.3.6.1.4.1.17409.2.3.10.5.1.1 |
perfStatsThresholdCardIndexcurStatsCardIndex EponCardIndex .1.3.6.1.4.1.17409.2.3.10.5.1.2 |
perfStatsThresholdPortIndexcurStatsPortIndex EponPortIndex .1.3.6.1.4.1.17409.2.3.10.5.1.3 |
perfStatsThresholdTypeIndex EponStatsThresholdType .1.3.6.1.4.1.17409.2.3.10.5.1.4 |
perfStatsThresholdUpperrw Counter64 .1.3.6.1.4.1.17409.2.3.10.5.1.5 |
perfStatsThresholdLowerrw Counter64 .1.3.6.1.4.1.17409.2.3.10.5.1.6 |
perfStatsThresholdRowStatusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.3.10.5.1.7 |
eoCTree OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.4 |
orTree OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.5 |
catvOrObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.5.1 |
onuCatvOrConfigTableA list of onuCatvOrConfigTable entries. SEQUENCE OF onuCatvOrConfigEntry .1.3.6.1.4.1.17409.2.5.1.1 |
onuCatvOrConfigEntryThe onuCatvOrConfigEntry Information onuCatvOrConfigEntry .1.3.6.1.4.1.17409.2.5.1.1.1 |
onuCatvOrConfigDeviceIndexonu Catv Opitcal receiver config Index EponDeviceIndex .1.3.6.1.4.1.17409.2.5.1.1.1.1 |
onuCatvOrConfigSwitchonu Catv Opitcal receiver switch.rw Enumeration .1.3.6.1.4.1.17409.2.5.1.1.1.2 |
onuCatvOrConfigGainControlTypeonu Catv Opitcal receiver switch.rw INTEGER .1.3.6.1.4.1.17409.2.5.1.1.1.3 |
onuCatvOrConfigAGCUpValueonu Catv Opitcal receiver switch.rw INTEGER .1.3.6.1.4.1.17409.2.5.1.1.1.4 |
onuCatvOrConfigAGCRangeonu Catv Opitcal receiver switch.rw INTEGER .1.3.6.1.4.1.17409.2.5.1.1.1.5 |
onuCatvOrConfigMGCTxAttenuationonu Catv Opitcal receiver switch.rw INTEGER .1.3.6.1.4.1.17409.2.5.1.1.1.6 |
onuCatvOrConfigInputLOonu Catv Opitcal receiver switch.rw INTEGER .1.3.6.1.4.1.17409.2.5.1.1.1.7 |
onuCatvOrConfigInputHIonu Catv Opitcal receiver switch.rw INTEGER .1.3.6.1.4.1.17409.2.5.1.1.1.8 |
onuCatvOrConfigOutputLOonu Catv Opitcal receiver switch.rw INTEGER .1.3.6.1.4.1.17409.2.5.1.1.1.9 |
onuCatvOrConfigOutputHIonu Catv Opitcal receiver switch.rw INTEGER .1.3.6.1.4.1.17409.2.5.1.1.1.10 |
onuCatvOrConfigVoltageHIonu Catv Opitcal receiver switch.rw INTEGER .1.3.6.1.4.1.17409.2.5.1.1.1.11 |
onuCatvOrConfigVoltageLOonu Catv Opitcal receiver switch.rw INTEGER .1.3.6.1.4.1.17409.2.5.1.1.1.12 |
onuCatvOrConfigTemperatureHIonu Catv Opitcal receiver switch.rw INTEGER .1.3.6.1.4.1.17409.2.5.1.1.1.13 |
onuCatvOrConfigTemperatureLOonu Catv Opitcal receiver switch.rw INTEGER .1.3.6.1.4.1.17409.2.5.1.1.1.14 |
onuCatvOrInfoTableA list of onuCatvOrInfoTable entries. SEQUENCE OF onuCatvOrInfoEntry .1.3.6.1.4.1.17409.2.5.1.2 |
onuCatvOrInfoEntryThe onuCatvOrConfigEntry Information onuCatvOrInfoEntry .1.3.6.1.4.1.17409.2.5.1.2.1 |
onuCatvOrInfoDeviceIndexonu Catv Opitcal receiver information Index EponDeviceIndex .1.3.6.1.4.1.17409.2.5.1.2.1.1 |
onuCatvOrInfoRxPoweronu Catv Opitcal receiver information rx-power.ro INTEGER .1.3.6.1.4.1.17409.2.5.1.2.1.2 |
onuCatvOrInfoRfOutVoltageonu Catv Opitcal receiver information rf out voltage.ro INTEGER .1.3.6.1.4.1.17409.2.5.1.2.1.3 |
onuCatvOrInfoVoltageonu Catv Opitcal receiver information voltage.ro INTEGER .1.3.6.1.4.1.17409.2.5.1.2.1.4 |
onuCatvOrInfoTemperatureonu Catv Opitcal receiver information temperat.ro INTEGER .1.3.6.1.4.1.17409.2.5.1.2.1.5 |
oTTree OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.6 |
cityNetworkOpticalTransmissionCommonQuery OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.6.1 |
CityNetworkOpticalTransmissionCommonTable SEQUENCE OF commonEponDeviceEntry .1.3.6.1.4.1.17409.2.6.1.1 |
commonEponDeviceEntryThe commonEponDeviceEntry Information commonEponDeviceEntry .1.3.6.1.4.1.17409.2.6.1.1.1 |
commonEponDeviceIndexCityNetworkOpticalTransmissionCommonQueryTable Index INTEGER .1.3.6.1.4.1.17409.2.6.1.1.1.1 |
commonEponDeviceTypero DisplayString .1.3.6.1.4.1.17409.2.6.1.1.1.2 |
commonEponDeviceNamero DisplayString .1.3.6.1.4.1.17409.2.6.1.1.1.3 |
commonEponVendorNamero DisplayString .1.3.6.1.4.1.17409.2.6.1.1.1.4 |
commonEponModelNumberro DisplayString .1.3.6.1.4.1.17409.2.6.1.1.1.5 |
commonEponSerialNumberro DisplayString .1.3.6.1.4.1.17409.2.6.1.1.1.6 |
commonEponIpAddressIPrw IpAddress .1.3.6.1.4.1.17409.2.6.1.1.1.7 |
commonEponMacAddressMACro INTEGER .1.3.6.1.4.1.17409.2.6.1.1.1.8 |
commonEponDeviceMFDro DisplayString .1.3.6.1.4.1.17409.2.6.1.1.1.10 |
commonEponDeviceInternalTemperaturero INTEGER (-128..127) .1.3.6.1.4.1.17409.2.6.1.1.1.12 |
commonEponInputRFLevel,dBuV/chro INTEGER .1.3.6.1.4.1.17409.2.6.1.1.1.13 |
commonEponOpicalInputPower,0.1dBmro INTEGER (-32768..32767) .1.3.6.1.4.1.17409.2.6.1.1.1.14 |
commonEponOutputOpticalPower,0.1dBmro INTEGER .1.3.6.1.4.1.17409.2.6.1.1.1.15 |
commonEponPowerVoltage0.1Vro INTEGER (-32768..32767) .1.3.6.1.4.1.17409.2.6.1.1.1.16 |
commonEponPowerCurrent0.01Aro INTEGER .1.3.6.1.4.1.17409.2.6.1.1.1.17 |