NSCRTV-FTTX-GPON-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for NSCRTV-FTTX-GPON-MIB.
404
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
404 total| Object Name |
|---|
nscrtvRoot OBJECT IDENTIFIER .1.3.6.1.4.1.17409 |
nscrtvHFCemsTree OBJECT IDENTIFIER .1.3.6.1.4.1.17409.1 |
nscrtvFTTxTree 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 |
gponAlarmTree OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.2.12 |
gponTrapObjectGroup OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.2.12.1 |
gponNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.2.12.1.1 |
gponAlarmNotificationAlarm TRAP definition NOTIFICATION-TYPE .1.3.6.1.4.1.17409.2.2.12.1.1.1 |
gponEventNotificationEvent TRAP definition NOTIFICATION-TYPE .1.3.6.1.4.1.17409.2.2.12.1.1.2 |
gponTrapObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.2.12.1.2 |
gponTrapInstanceAlarm instance, indicates the detailed managed object, which detects faults.ro GponAlarmInstance .1.3.6.1.4.1.17409.2.2.12.1.2.1 |
gponTrapCorrelationIdThe 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.12.1.2.2 |
gponTrapAdditionalTextAdditional 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.12.1.2.3 |
gponTrapCodero GponAlarmCode .1.3.6.1.4.1.17409.2.2.12.1.2.4 |
gponTrapSeverityro GponSeverityType .1.3.6.1.4.1.17409.2.2.12.1.2.5 |
gponTrapOccurTimero DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.17409.2.2.12.1.2.6 |
gponTrapSequenceNumberA 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.12.1.2.7 |
gponAlarmObjGroup OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.2.12.2 |
gponActiveAlarmTableActive 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 gponTrapSequenceNumber, 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 GponActiveAlarmEntry .1.3.6.1.4.1.17409.2.2.12.2.1 |
gponActiveAlarmEntry GponActiveAlarmEntry .1.3.6.1.4.1.17409.2.2.12.2.1.1 |
gponActiveAlarmSeqNumAlarm sequence number The definition refered to the description of activeAlarmTable Unsigned32 .1.3.6.1.4.1.17409.2.2.12.2.1.1.1 |
gponActiveAlarmCodero GponAlarmCode .1.3.6.1.4.1.17409.2.2.12.2.1.1.2 |
gponActiveAlarmInstanceAlarm instance, indicates the detailed managed objectro GponAlarmInstance .1.3.6.1.4.1.17409.2.2.12.2.1.1.3 |
gponActiveAlarmSeverityro GponSeverityType .1.3.6.1.4.1.17409.2.2.12.2.1.1.4 |
gponActiveAlarmRaisingNumberAlarm raising number. The definition refered to the description of activeAlarmTable Unsigned32 .1.3.6.1.4.1.17409.2.2.12.2.1.1.5 |
gponActiveAlarmFirstOccurTimeThe 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.12.2.1.1.6 |
gponActiveAlarmLastOccurTimeThe 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.12.2.1.1.7 |
gponActiveAlarmRepeatsNumber of repeated alarms for this active alarm entryro Counter32 .1.3.6.1.4.1.17409.2.2.12.2.1.1.8 |
gponActiveAlarmConfirmNode 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.12.2.1.1.9 |
gponActiveAlarmAdditionalTextAdditional 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.12.2.1.1.10 |
gponHistoryAlarmTableHistory 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 GponHistoryAlarmEntry .1.3.6.1.4.1.17409.2.2.12.2.2 |
gponHistoryAlarmEntry GponHistoryAlarmEntry .1.3.6.1.4.1.17409.2.2.12.2.2.1 |
gponHistoryAlarmSeqNumAlarm sequence number The definition refered to the description of gponHistoryAlarmTable Unsigned32 .1.3.6.1.4.1.17409.2.2.12.2.2.1.1 |
gponHistoryAlarmCodero GponAlarmCode .1.3.6.1.4.1.17409.2.2.12.2.2.1.2 |
gponHistoryAlarmInstanceAlarm instance, indicates the detailed managed objectro GponAlarmInstance .1.3.6.1.4.1.17409.2.2.12.2.2.1.3 |
gponHistoryAlarmSeverityro GponSeverityType .1.3.6.1.4.1.17409.2.2.12.2.2.1.4 |
gponHistoryAlarmRaisingNumberAlarm raising number. The definition refered to the description of gponHistoryAlarmTable Unsigned32 .1.3.6.1.4.1.17409.2.2.12.2.2.1.5 |
gponHistoryAlarmFirstOccurTimeThe 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.12.2.2.1.6 |
gponHistoryAlarmLastOccurTimeThe 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.12.2.2.1.7 |
gponHistoryAlarmRepeatsNumber of repeated alarms for this history alarm entryro Counter32 .1.3.6.1.4.1.17409.2.2.12.2.2.1.8 |
gponHistoryAlarmCorrelationIdIt is the corresponding sequence ID of the alarm that to be cleared.ro Unsigned32 .1.3.6.1.4.1.17409.2.2.12.2.2.1.9 |
gponHistoryAlarmAdditionalTextAdditional 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.12.2.2.1.10 |
gponHistoryAlarmClearTimeDefine when the alarm was clearedro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.17409.2.2.12.2.2.1.11 |
gponEventLogTableEvent 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 GponEventLogEntry .1.3.6.1.4.1.17409.2.2.12.2.3 |
gponEventLogEntry GponEventLogEntry .1.3.6.1.4.1.17409.2.2.12.2.3.1 |
gponEventSeqNumEvent sequence number The definition refered to the description of gponTrapSequenceNumber Unsigned32 .1.3.6.1.4.1.17409.2.2.12.2.3.1.1 |
gponEventCodero GponAlarmCode .1.3.6.1.4.1.17409.2.2.12.2.3.1.2 |
gponEventInstanceEvent instance, indicates the detailed managed objectro GponAlarmInstance .1.3.6.1.4.1.17409.2.2.12.2.3.1.3 |
gponEventOccurTimeThe time stamp when event occursro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.17409.2.2.12.2.3.1.4 |
gponEventAdditionalTextAdditional 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.12.2.3.1.5 |
gponManagementObjGroup OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.2.12.3 |
gponManagementAddrTableA table of transport addresses to be used in the generation of SNMP messages. SEQUENCE OF GponManagementAddrEntry .1.3.6.1.4.1.17409.2.2.12.3.1 |
gponManagementAddrEntryA transport address to be used in the generation of SNMP operations. Entries in the snmpTargetAddrTable are created and deleted using the snmpTargetAddrRowStatus object. GponManagementAddrEntry .1.3.6.1.4.1.17409.2.2.12.3.1.1 |
gponManagementAddrName OCTET STRING .1.3.6.1.4.1.17409.2.2.12.3.1.1.1 |
gponManagementAddrTAddressrw TAddress .1.3.6.1.4.1.17409.2.2.12.3.1.1.2 |
gponManagementAddrCommunityrw OCTET STRING .1.3.6.1.4.1.17409.2.2.12.3.1.1.3 |
gponManagementAddrRowStatusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.2.12.3.1.1.4 |
gponTree OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.8 |
gponPonPortObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.8.3 |
gponOnuAuthenticationModeTable SEQUENCE OF GponOnuAuthenticationModeEntry .1.3.6.1.4.1.17409.2.8.3.4 |
gponOnuAuthenticationModeEntryThe gponOnuAuthenticationModeEntry Information GponOnuAuthenticationModeEntry .1.3.6.1.4.1.17409.2.8.3.4.1 |
gponAuthenDeviceIndex INTEGER .1.3.6.1.4.1.17409.2.8.3.4.1.1 |
gponAuthenCardIndex GponCardIndex .1.3.6.1.4.1.17409.2.8.3.4.1.2 |
gponAuthenPortIndexpon GponPortIndex .1.3.6.1.4.1.17409.2.8.3.4.1.3 |
gponOnuAuthenModeAuthen mode;This is mode in authenrw Enumeration .1.3.6.1.4.1.17409.2.8.3.4.1.4 |
gponAutoFindEnableAutoFindEnable.rw Enumeration .1.3.6.1.4.1.17409.2.8.3.4.1.5 |
gponOnuObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.8.4 |
gponOnuInfoTableA list of gponOnuInfoTable entries. SEQUENCE OF GponOnuInfoEntry .1.3.6.1.4.1.17409.2.8.4.1 |
gponOnuInfoEntryThe gponOnuInfoEntry Information GponOnuInfoEntry .1.3.6.1.4.1.17409.2.8.4.1.1 |
onuDeviceIndexonuDevice Index GponDeviceIndex .1.3.6.1.4.1.17409.2.8.4.1.1.1 |
onuNameonu Namerw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.4.1.1.2 |
onuSerialNumONU serial number.ro OCTET STRING .1.3.6.1.4.1.17409.2.8.4.1.1.3 |
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.8.4.1.1.4 |
onuVendorIDONU vendor id.ro OCTET STRING .1.3.6.1.4.1.17409.2.8.4.1.1.5 |
onuEquipmentIDONU model id.ro OCTET STRING .1.3.6.1.4.1.17409.2.8.4.1.1.6 |
onuOperationStatusonu Operation Statusro Enumeration .1.3.6.1.4.1.17409.2.8.4.1.1.7 |
onuAdminStatusonu Admin Statusrw Enumeration .1.3.6.1.4.1.17409.2.8.4.1.1.8 |
onuTestDistanceonu Test Distancero INTEGER UNITS "Meter" .1.3.6.1.4.1.17409.2.8.4.1.1.9 |
resetONUreset ONUrw Enumeration .1.3.6.1.4.1.17409.2.8.4.1.1.10 |
onuDeactiveDescription.rw Enumeration .1.3.6.1.4.1.17409.2.8.4.1.1.11 |
onuTimeSinceLastRegisterDescription.ro Counter32 UNITS "second" .1.3.6.1.4.1.17409.2.8.4.1.1.12 |
onuSysUpTimeDescription.ro Counter32 UNITS "second" .1.3.6.1.4.1.17409.2.8.4.1.1.13 |
onuHardwareVersionDescription.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.4.1.1.14 |
onuPerfStats15minuteEnableDescription.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.4.1.1.15 |
onuPerfStats24hourEnableDescription.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.4.1.1.16 |
onuInfoSoftwareTableDescription. SEQUENCE OF OnuInfoSoftwareEntry .1.3.6.1.4.1.17409.2.8.4.2 |
onuInfoSoftwareEntryDescription. OnuInfoSoftwareEntry .1.3.6.1.4.1.17409.2.8.4.2.1 |
onuSoftwareDeviceIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.4.2.1.1 |
onuSoftware0VersionDescription.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.4.2.1.2 |
onuSoftware0ValidDescription.ro Enumeration .1.3.6.1.4.1.17409.2.8.4.2.1.3 |
onuSoftware0ActiveDescription.rw Enumeration .1.3.6.1.4.1.17409.2.8.4.2.1.4 |
onuSoftware0CommitedDescription.rw Enumeration .1.3.6.1.4.1.17409.2.8.4.2.1.5 |
onuSoftware1VersionDescription.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.4.2.1.6 |
onuSoftware1ValidDescription.ro Enumeration .1.3.6.1.4.1.17409.2.8.4.2.1.7 |
onuSoftware1ActiveDescription.rw Enumeration .1.3.6.1.4.1.17409.2.8.4.2.1.8 |
onuSoftware1CommitedDescription.rw Enumeration .1.3.6.1.4.1.17409.2.8.4.2.1.9 |
onuIpHostTableDescription. SEQUENCE OF OnuIpHostEntry .1.3.6.1.4.1.17409.2.8.4.3 |
onuIpHostEntryDescription. OnuIpHostEntry .1.3.6.1.4.1.17409.2.8.4.3.1 |
onuIpHostDeviceIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.4.3.1.1 |
onuIpHostIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.4.3.1.2 |
onuIpHostAddressConfigModeDescription.rw Enumeration .1.3.6.1.4.1.17409.2.8.4.3.1.3 |
onuIpHostAddressDescription.rw IpAddress .1.3.6.1.4.1.17409.2.8.4.3.1.4 |
onuIpHostSubnetMaskDescription.rw IpAddress .1.3.6.1.4.1.17409.2.8.4.3.1.5 |
onuIpHostGatewayDescription.rw IpAddress .1.3.6.1.4.1.17409.2.8.4.3.1.6 |
onuIpHostPrimaryDNSDescription.rw IpAddress .1.3.6.1.4.1.17409.2.8.4.3.1.7 |
onuIpHostSecondaryDNSDescription.rw IpAddress .1.3.6.1.4.1.17409.2.8.4.3.1.8 |
onuIpHostVlanTagPriorityDescription.rw INTEGER .1.3.6.1.4.1.17409.2.8.4.3.1.9 |
onuIpHostVlanPvidDescription.rw INTEGER .1.3.6.1.4.1.17409.2.8.4.3.1.10 |
onuIpHostMacAddressDescription.ro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.4.3.1.11 |
onuIpHostRowStatusDescription.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.4.3.1.12 |
gponOnuPonPortOpticalTransmissionPropertyTableThis table is designed for both OLT and ONU Applied Obj - Descriptions of Index ------------------------------------------------------------------ OLT - OnuNum of GponDeviceIndex TC shall be set to 0, onuPonPortOpticalTransmissionPropertyCardIndex, and onuPonPortOpticalTransmissionPropertyPortIndex set to 65535 indicates meaningless ONU - Set GponDeviceIndex TC to corresponding ONU ID, onuPonPortOpticalTransmissionPropertyCardIndex, and onuPonPortOpticalTransmissionPropertyPortIndex set to the corresponding value SEQUENCE OF GponOnuPonPortOpticalTransmissionPropertyEntry .1.3.6.1.4.1.17409.2.8.4.4 |
gponOnuPonPortOpticalTransmissionPropertyEntryThe gponOnuPonPortOpticalTransmissionPropertyEntry Information GponOnuPonPortOpticalTransmissionPropertyEntry .1.3.6.1.4.1.17409.2.8.4.4.1 |
onuPonPortOpticalTransmissionPropertyDeviceIndexDevice Index of the ONU. GponDeviceIndex .1.3.6.1.4.1.17409.2.8.4.4.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.8.4.4.1.2 |
onuPonPortOpticalTransmissionPropertyPortIndexPort Index in the Pon card of ONU INTEGER .1.3.6.1.4.1.17409.2.8.4.4.1.3 |
onuReceivedOpticalPowerreceived Optical Powerro INTEGER UNITS "centi-dBm" .1.3.6.1.4.1.17409.2.8.4.4.1.4 |
onuTramsmittedOpticalPowertramsmitted Optical Powerro INTEGER UNITS "centi-dBm" .1.3.6.1.4.1.17409.2.8.4.4.1.5 |
onuBiasCurrentbiasCurrentro INTEGER UNITS "centi-mA" .1.3.6.1.4.1.17409.2.8.4.4.1.6 |
onuWorkingVoltageonuworking Voltagero INTEGER UNITS "centi-mV" .1.3.6.1.4.1.17409.2.8.4.4.1.7 |
onuWorkingTemperatureworking Temperaturero INTEGER UNITS "Centi-degree centigrade" .1.3.6.1.4.1.17409.2.8.4.4.1.8 |
onuCapabilityTableA list of onuInfoTable entries. SEQUENCE OF OnuCapabilityEntry .1.3.6.1.4.1.17409.2.8.4.5 |
onuCapabilityEntryThe onuCapabilityEntry Information OnuCapabilityEntry .1.3.6.1.4.1.17409.2.8.4.5.1 |
onuCapabilityDeviceIndexonu Device Index GponDeviceIndex .1.3.6.1.4.1.17409.2.8.4.5.1.1 |
onuOMCCVersion0x80 ITU-T G.984.4 (06/04) NOTE \u9225\ufffdFor historical reasons, this code point may also appear in ONUs that support later versions of [ITU-T G.984.4]. 0x81 ITU-T G.984.4 2004 Amd.1 (06/05) 0x82 ITU-T G.984.4 2004 Amd.2 (03/06) 0x83 ITU-T G.984.4 2004 Amd.3 (12/06) 0x84 ITU-T G.984.4 2008 (02/08) 0x85 ITU-T G.984.4 2008 Amd.1 (06/09) 0x86 ITU-T G.984.4 2008 Amd.2 (2009). Baseline message set only, without the extended message set option 0x96 ITU-T G.984.4 2008 Amd.2 (2009). Extended message set option, in addition to the baseline message set.54 Rec. ITU-T G.988 (10/2012) 0xA0 ITU-T G.988 (2010). Baseline message set only, without the extended message set option 0xA1 ITU-T G.988 Amd.1 (2011). Baseline message set only 0xA2 ITU-T G.988 Amd.2 (2012). Baseline message set only 0xA3 ITU-T G.988 (2012). Baseline message set only 0xB0 ITU-T G.988 (2010). Baseline and extended message set 0xB1 ITU-T G.988 Amd.1 (2011). Baseline and extended message set 0xB2 ITU-T G.988 Amd.2 (2012). Baseline and extended message set 0xB3 ITU-T G.988 (2012). Baseline and extended message setro INTEGER .1.3.6.1.4.1.17409.2.8.4.5.1.2 |
onuTotalEthNumgePort 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 INTEGER .1.3.6.1.4.1.17409.2.8.4.5.1.3 |
onuTotalWlanNumfePort Numro INTEGER .1.3.6.1.4.1.17409.2.8.4.5.1.4 |
onuTotalCatvNumro INTEGER .1.3.6.1.4.1.17409.2.8.4.5.1.5 |
onuTotalVeipNumro INTEGER .1.3.6.1.4.1.17409.2.8.4.5.1.6 |
onuIpHostNumro INTEGER .1.3.6.1.4.1.17409.2.8.4.5.1.7 |
onuTrafficMgmtOption0: Priority controlled and flexibly scheduled upstream traffic. 1: Rate controlled upstream traffic. 2: Priority and rate controlled.ro INTEGER .1.3.6.1.4.1.17409.2.8.4.5.1.8 |
onuTotalGEMPortNumro INTEGER .1.3.6.1.4.1.17409.2.8.4.5.1.9 |
onuTotalTContNumro INTEGER .1.3.6.1.4.1.17409.2.8.4.5.1.10 |
onuConnectCapbility1 (LSB) N:1 bridging, Figure 8.2.2-3 2 1:M mapping, Figure 8.2.2-4 3 1:P filtering, Figure 8.2.2-5 4 N:M bridge-mapping, Figure 8.2.2-6 5 1:MP map-filtering, Figure 8.2.2-7 6 N:P bridge-filtering, Figure 8.2.2-8 7 N:MP bridge-map-filtering, Figure 8.2.2-9 8-16 Reservedro Bits .1.3.6.1.4.1.17409.2.8.4.5.1.11 |
onuQosFlexibility1 (LSB) Priority queue ME: Port field of related port attribute is read-write and can point to any T-CONT or UNI port in the same slot 2 Priority queue ME: The traffic scheduler pointer is permitted to refer to any other traffic scheduler in the same slot 3 Traffic scheduler ME: T-CONT pointer is read-write 4 Traffic scheduler ME: Policy attribute is read-write 5 T-CONT ME: Policy attribute is read-write 6 Priority queue ME: Priority field of related port attribute is read-write 7..16 Reservedro Bits .1.3.6.1.4.1.17409.2.8.4.5.1.12 |
onuAuthenticationManagement OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.8.4.6 |
onuAuthenticationConfigTableA list of onuAuthenticationPreConfigTable entries. SEQUENCE OF OnuAuthenticationConfigEntry .1.3.6.1.4.1.17409.2.8.4.6.1 |
onuAuthenticationConfigEntryThe onuAuthenticationPreConfigEntry Information OnuAuthenticationConfigEntry .1.3.6.1.4.1.17409.2.8.4.6.1.1 |
onuAuthenOnuIdonu logical ID INTEGER .1.3.6.1.4.1.17409.2.8.4.6.1.1.1 |
onuAuthenSNonu Mac Addressrw OCTET STRING .1.3.6.1.4.1.17409.2.8.4.6.1.1.2 |
onuAuthenPasswordAuthen Action This is optional in functionrw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.4.6.1.1.3 |
onuAuthenLoidDescription.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.4.6.1.1.4 |
onuAuthenLoidPasswordDescription.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.4.6.1.1.5 |
onuAuthenLineProfileIdDescription.rw INTEGER .1.3.6.1.4.1.17409.2.8.4.6.1.1.6 |
onuAuthenSrvProfileIdDescription.rw INTEGER .1.3.6.1.4.1.17409.2.8.4.6.1.1.7 |
onuAuthenRowStatusauthen Row Statusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.4.6.1.1.8 |
onuAutoFindTableDescription. SEQUENCE OF OnuAutoFindEntry .1.3.6.1.4.1.17409.2.8.4.7 |
onuAutoFindEntryDescription. OnuAutoFindEntry .1.3.6.1.4.1.17409.2.8.4.7.1 |
onuAutoFindOnuIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.4.7.1.1 |
onuAutoFindOnuTypeDescription.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.4.7.1.2 |
onuAutoFindSerialNumberDescription.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.4.7.1.3 |
onuAutoFindPasswordDescription.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.4.7.1.4 |
onuAutoFindLoidDescription.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.4.7.1.5 |
onuAutoFindLoidPasswordDescription.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.4.7.1.6 |
onuAutoFindTimeDescription.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.4.7.1.7 |
onuAutoFindSoftwareVersionDescription.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.4.7.1.8 |
onuAutoFindHardwareVersionDescription.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.4.7.1.9 |
onuAutoAuthenticationTableDescription. SEQUENCE OF OnuAutoAuthenticationEntry .1.3.6.1.4.1.17409.2.8.4.8 |
onuAutoAuthenticationEntryDescription. OnuAutoAuthenticationEntry .1.3.6.1.4.1.17409.2.8.4.8.1 |
onuAutoAuthenIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.4.8.1.1 |
onuAutoAuthenPortlistDescription.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.4.8.1.2 |
onuAutoAuthenOnuTypeDescription.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.4.8.1.3 |
onuAutoAuthenEthNumDescription.rw INTEGER .1.3.6.1.4.1.17409.2.8.4.8.1.4 |
onuAutoAuthenWlanNumDescription.rw INTEGER .1.3.6.1.4.1.17409.2.8.4.8.1.5 |
onuAutoAuthenCatvNumDescription.rw INTEGER .1.3.6.1.4.1.17409.2.8.4.8.1.6 |
onuAutoAuthenVeipNumDescription.rw INTEGER .1.3.6.1.4.1.17409.2.8.4.8.1.7 |
onuAutoAuthenLineProfileIdDescription.rw INTEGER .1.3.6.1.4.1.17409.2.8.4.8.1.8 |
onuAutoAuthenSrvProfileIdDescription.rw INTEGER .1.3.6.1.4.1.17409.2.8.4.8.1.9 |
onuAutoAuthenRowStatusDescription.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.4.8.1.10 |
gponUniObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.8.5 |
ethAttributeTableA list of uniAttributeTable entries. SEQUENCE OF EthAttributeEntry .1.3.6.1.4.1.17409.2.8.5.1 |
ethAttributeEntryThe uniAttributeEntry Information EthAttributeEntry .1.3.6.1.4.1.17409.2.8.5.1.1 |
ethAttributeDeviceIndexDevice Index For OLT, set to corresponding ONU ID For ONU, set to 0 GponDeviceIndex .1.3.6.1.4.1.17409.2.8.5.1.1.1 |
ethAttributeCardIndexCard 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 GponCardIndex .1.3.6.1.4.1.17409.2.8.5.1.1.2 |
ethAttributePortIndexPort Index GponPortIndex .1.3.6.1.4.1.17409.2.8.5.1.1.3 |
ethAdminStatusAdmin Statusrw Enumeration .1.3.6.1.4.1.17409.2.8.5.1.1.4 |
ethOperationStatusOperation Statusro Enumeration .1.3.6.1.4.1.17409.2.8.5.1.1.5 |
ethDuplexRaterw INTEGER .1.3.6.1.4.1.17409.2.8.5.1.1.6 |
ethPerfStats15minuteEnablerw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.5.1.1.7 |
ethPerfStats24hourEnablerw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.5.1.1.8 |
gponIgmpManagementObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.8.6 |
gponOnuIgmpProfileONU Profile OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.8.6.4 |
gponOnuIgmpProfileTable SEQUENCE OF GponOnuIgmpProfileEntry .1.3.6.1.4.1.17409.2.8.6.4.1 |
gponOnuIgmpProfileEntry GponOnuIgmpProfileEntry .1.3.6.1.4.1.17409.2.8.6.4.1.1 |
gponOnuIgmpProfileIndexProfile INTEGER .1.3.6.1.4.1.17409.2.8.6.4.1.1.1 |
gponOnuIgmpProfileNameProfile\u041e DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.6.4.1.1.2 |
gponOnuIgmpVersionG.988-201210: 9.3.27 Multicast operations profile, Attribute: IGMP version. This attribute specifies the version of IGMP to be supported. Support of a given version implies compatible support of previous versions.rw Enumeration .1.3.6.1.4.1.17409.2.8.6.4.1.1.3 |
gponOnuIgmpFunctionG.988-201210: 9.3.27 Multicast operations profile, Attribute: IGMP function. This attribute enables an IGMP function. The value 1(value 0 in G.988) specifies transparent IGMP snooping only. The value 2(value 1 in G.988) specifies snooping with proxy reporting(SPR); the value 3(value 2 in G.988) specifies IGMP proxy. The function must be consistent with the capabilities specified by the other IGMP configuration attributes.rw Enumeration .1.3.6.1.4.1.17409.2.8.6.4.1.1.4 |
gponOnuIgmpImmediateLeaveG.988-201210: 9.3.27 Multicast operations profile, Attribute: Immediate leave. This Boolean attribute controls the immediate leave function. The value false disables immediate leave; true enables immediate leave.rw Enumeration .1.3.6.1.4.1.17409.2.8.6.4.1.1.5 |
gponOnuIgmpUpstreamProtoTCIG.988-201210: 9.3.27 Multicast operations profile, Attribute: Upstream IGMP TCI. Under control of gponOnuIgmpUpstreamProtoTagControl(the upstream IGMP tag control attribute), the upstream IGMP TCI attribute defines a VLAN ID and P-bits to add to upstream IGMP messages.rw INTEGER .1.3.6.1.4.1.17409.2.8.6.4.1.1.6 |
gponOnuIgmpUpstreamProtoTagControlG.988-201210: 9.3.27 Multicast operations profile, Attribute: Upstream IGMP tag control. This attribute controls the upstream IGMP TCI attribute. If this attribute is not pass-through, a possible extended VLAN tagging operation ME is ignored for upstream frames containing IGMP/MLD packets. Value Meaning 1 G.988 Value 0. Pass upstream IGMP/MLD traffic transparently, neither adding, stripping nor modifying tags that may be present. 2 G.988 Value 1. Add a VLAN tag (including P bits) to upstream IGMP/MLD traffic. The tag is specified by the upstream IGMP TCI attribute. 3 G.988 Value 2. Replace the entire TCI (VLAN ID plus P bits) on upstream IGMP/MLD traffic. The new tag is specified by the upstream IGMP/MLD TCI attribute. If the received IGMP/MLD traffic is untagged, an add operation is performed. 4 G.988 Value 3. Replace only the VLAN ID on upstream IGMP/MLD traffic, retaining the original DEI and P bits. The new VLAN ID is specified by the VLAN ID field of the upstream IGMP TCI attribute. If the received IGMP/MLD traffic is untagged, an add operation is performed, with DEI and P bits also taken from the upstream IGMP TCI attribute.rw Enumeration .1.3.6.1.4.1.17409.2.8.6.4.1.1.7 |
gponOnuIgmpUpstreamProtoRateG.988-201210: 9.3.27 Multicast operations profile, Attribute: Upstream IGMP rate. This attribute limits the maximum rate of upstream IGMP traffic. Traffic in excess of this limit is silently discarded. The attribute value is specified in messages/second. The recommended default value 0 imposes no rate limit on this traffic.rw INTEGER UNITS "pps" .1.3.6.1.4.1.17409.2.8.6.4.1.1.8 |
gponOnuIgmpDynamicACLmulticastACLIndex of gponOnuMulticastACLTable, refers to the list of multiple rules. G.988-201210: 9.3.27 Multicast operations profile, Attribute: Dynamic access control list table. This attribute is a list that specifies one or more multicast group address ranges. Groups defined in this list are multicast on the associated UNI(s) which need IGMP join, bandwidth measurement, and preview management. 0 for no DynamicACLrw INTEGER .1.3.6.1.4.1.17409.2.8.6.4.1.1.9 |
gponOnuIgmpStaticACLmulticastACLIndex of gponOnuMulticastACLTable, refers to the list of multiple rules. G.988-201210: 9.3.27 Multicast operations profile, Attribute: Static access control list table. This attribute is a list that specifies one or more multicast group address ranges. Groups defined in this list are multicast on the associated UNI(s) unconditionally, that is, without the need for an IGMP join. The bandwidth of static multicast groups is not included in the current multicast bandwidth measurement maintained by the multicast subscriber monitor managed entity. If a join message is always expected, this table may be empty. Table entries have the same format as those in the dynamic access control list table. The preview fields are not meaningful. 0 for no StaticACLrw INTEGER .1.3.6.1.4.1.17409.2.8.6.4.1.1.10 |
gponOnuIgmpRobustnessG.988-201210: 9.3.27 Multicast operations profile, Attribute: Robustness. This attribute allows tuning for possible packet loss in the network. The recommended default value 0 causes the ONU to follow the IETF recommendation [IETF RFC 3376] to copy the robustness value from query messages originating further upstream.rw INTEGER .1.3.6.1.4.1.17409.2.8.6.4.1.1.11 |
gponOnuIgmpQueryIntervalG.988-201210: 9.3.27 Multicast operations profile, Attribute: Query interval. This attribute specifies the interval between general queries in seconds. The value 0 specifies that the ONU use its own default, which may or may not be the same as the recommended default of 125 seconds.rw INTEGER UNITS "seconds" .1.3.6.1.4.1.17409.2.8.6.4.1.1.12 |
gponOnuIgmpQueryMaxResponseTimeG.988-201210: 9.3.27 Multicast operations profile, Attribute: Query max response time. This attribute is the max response time added by the proxy into general query messages directed to UNIs. It is expressed in tenths of seconds. The value 0 specifies that the ONU use its own default, which may or may not be the same as the recommended default of 100 (10 seconds).rw INTEGER UNITS "0.1 seconds" .1.3.6.1.4.1.17409.2.8.6.4.1.1.13 |
gponOnuIgmpLastMemberQueryIntervalG.988-201210: 9.3.27 Multicast operations profile, Attribute: Last member query interval. This attribute specifies the max response time inserted into group-specific queries sent to UNIs in response to group leave messages. It is also the repetition rate of [robustness] transmissions of the query. It is specified in tenths of seconds, with a default of 10 (1 second).rw INTEGER UNITS "0.1 seconds" .1.3.6.1.4.1.17409.2.8.6.4.1.1.14 |
gponOnuIgmpUnautherizedJoinG.988-201210: 9.3.27 Multicast operations profile, Attribute: Unauthorized join request behaviour. This Boolean attribute specifies the ONU's behaviour when it receives an IGMP join request for a group that is not authorized in the dynamic address control list table, or an IGMPv3 membership report for groups, none of which are authorized in the dynamic ACL. The default value false specifies that the ONU silently discard the IGMP request; the value true specifies that the ONU forwards the request upstream. The ONU does not attempt to honour the request for the unauthorized group(s) in either case.rw Enumeration .1.3.6.1.4.1.17409.2.8.6.4.1.1.15 |
gponOnuIgmpDownstreamTCIG.988-201210: 9.3.27 Multicast operations profile, Attribute: Downstream IGMP and multicast TCI(last two bytes). Under control of gponOnuIgmpDownstreamTagControl(first byte of Downstream IGMP and multicast TCI attribute), the downstream IGMP TCI attribute defines a VLAN ID and P-bits to add to both the IGMP/MLD and multicast frames.rw INTEGER .1.3.6.1.4.1.17409.2.8.6.4.1.1.16 |
gponOnuIgmpDownstreamTagControlG.988-201210: 9.3.27 Multicast operations profile, Attribute: Downstream IGMP and multicast TCI(first byte). This attribute controls the downstream tagging of both the IGMP/MLD and multicast frames. If this attribute is not 1, a possible extended VLAN tagging operation ME is ignored for downstream IGMP/MLD and multicast frames. Value Meaning 1 G.988 Value 0 Pass the downstream IGMP/MLD and multicast traffic transparently, neither stripping nor modifying tags that may be present. 2 G.988 Value 1 Strip the outer VLAN tag (including P bits) from the downstream IGMP/MLD and multicast traffic. 3 G.988 Value 2 Add a tag onto the downstream IGMP/MLD and multicast traffic. The new tag is specified by gponOnuIgmpDownstreamTagControl. 4 G.988 Value 3 Replace the tag on the downstream IGMP/MLD and multicast traffic. The new tag is specified by gponOnuIgmpDownstreamTagControl. 5 G.988 Value 4 Replace only the VLAN ID on the downstream IGMP/MLD and multicast traffic, retaining the original DEI and P bits. The new VLAN ID is specified by gponOnuIgmpDownstreamTagControl.rw Enumeration .1.3.6.1.4.1.17409.2.8.6.4.1.1.17 |
gponOnuIgmpMaxRequestChannelNumG.988-201210: 9.3.28 Multicast subscriber config info, Attribute: Max simultaneous groups. This attribute specifies the maximum number of dynamic multicast groups that may be replicated to the client port at any one time. The recommended default value 0 specifies that no administrative limit is to be imposed.rw INTEGER .1.3.6.1.4.1.17409.2.8.6.4.1.1.18 |
gponOnuIgmpGlobalBWG.988-201210: 9.3.28 Multicast subscriber config info, Attribute: Max multicast bandwidth. This attribute specifies the maximum imputed dynamic bandwidth, in bytes per second, that may be delivered to the client port at any one time. The recommended default value 0 specifies that no administrative limit is to be imposed. G.988 'Bandwidth enforcement' attribute should be set to TRUE when the bandwidth value is not 0.rw INTEGER UNITS "Bps" .1.3.6.1.4.1.17409.2.8.6.4.1.1.19 |
gponOnuIgmpRowStatusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.6.4.1.1.20 |
gponOnuMulticastACLTableONU \u7f01\u52ec\u6331\u93c9\u51ae\u6aba\u741b\ufffd SEQUENCE OF GponOnuMulticastACLEntry .1.3.6.1.4.1.17409.2.8.6.4.2 |
gponOnuMulticastACLEntry GponOnuMulticastACLEntry .1.3.6.1.4.1.17409.2.8.6.4.2.1 |
multicastACLIndex\u7f01\u52ec\u6331\u93c9\u51ae\u6aba\u95c6\u55d9\u50a8\u5bee\ufffd INTEGER .1.3.6.1.4.1.17409.2.8.6.4.2.1.1 |
multicastACLRuleIndex\u7f01\u52ec\u6331\u93c9\u51ae\u6aba\u7459\u52eb\u57af\u7ef1\u3220\u7d29 INTEGER .1.3.6.1.4.1.17409.2.8.6.4.2.1.2 |
multicastACLRuleName\u7459\u52eb\u57af\u935a\u5d85\u74e7rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.6.4.2.1.3 |
vlanIDG.988-201210: 9.3.27 Multicast operations profile, Attribute: Dynamic access control list table[ VLAN ID (ANI) ] This field specifies the VLAN carrying the multicast group downstream. The value 0 designates an untagged downstream flow.rw INTEGER .1.3.6.1.4.1.17409.2.8.6.4.2.1.4 |
sourceIpAddressG.988-201210: 9.3.27 Multicast operations profile, Attribute: Dynamic access control list table[ Source IP address ] The value 0.0.0.0 specifies that the source IP address is to be ignored.rw IpAddress .1.3.6.1.4.1.17409.2.8.6.4.2.1.5 |
destinationIpAddressStartG.988-201210: 9.3.27 Multicast operations profile, Attribute: Dynamic access control list table [ Destination IP address of the start of the multicast range ]rw IpAddress .1.3.6.1.4.1.17409.2.8.6.4.2.1.6 |
destinationIpAddressEndG.988-201210: 9.3.27 Multicast operations profile, Attribute: Dynamic access control list table [ Destination IP address of the end of the multicast range ]rw IpAddress .1.3.6.1.4.1.17409.2.8.6.4.2.1.7 |
previewLenAndAuthorityG.988-201210: 9.3.27 Multicast operations profile, Attribute: Dynamic access control list table[ Preview length ] The maximum duration of each preview in seconds. The value 0 designates a group that is fully authorized by subscription and is not subject to preview restrictions. The remaining preview attributes in this row part are ignored.rw INTEGER UNITS "seconds" .1.3.6.1.4.1.17409.2.8.6.4.2.1.8 |
previewRepeatTimeG.988-201210: 9.3.27 Multicast operations profile, Attribute: Dynamic access control list table[ Preview repeat time ] The minimum time in seconds between two previews of a given multicast group.rw INTEGER UNITS "seconds" .1.3.6.1.4.1.17409.2.8.6.4.2.1.9 |
previewResetTimeG.988-201210: 9.3.27 Multicast operations profile, Attribute: Dynamic access control list table[ Preview reset time ] The time at which the ONU resets the preview repeat counter. The value assignments are as follows: 1..24: The integer clock time at which the ONU resets the preview repeat counter. For example the value 2 resets the counter at 2:00 AM. If the ONU does not have a time of day clock, the preview repeat counter is reset every 24 hours at an indeterminate time selected by the ONU. other values are reservedrw INTEGER .1.3.6.1.4.1.17409.2.8.6.4.2.1.10 |
previewCountG.988-201210: 9.3.27 Multicast operations profile, Attribute: Dynamic access control list table[ Preview repeat count ] The maximum number of times a given multicast group may be previewed. A value of zero allows an unlimited number of previews.rw INTEGER .1.3.6.1.4.1.17409.2.8.6.4.2.1.11 |
imputedGroupBandwidthG.988-201210: 9.3.27 Multicast operations profile, Attribute: Dynamic access control list table[ Imputed group bandwidth ] Expressed in bytes per second, the imputed group bandwidth is used to decide whether or not to honour a join request in the presence of a max multicast bandwidth limit. The recommended default value 0 effectively allows this table entry to avoid max bandwidth limitations.rw INTEGER UNITS "Bps" .1.3.6.1.4.1.17409.2.8.6.4.2.1.12 |
multicastACLRuleStatus\u741b\u5c80\u59f8\u93ac\ufffdrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.6.4.2.1.13 |
gponIgmpOnuUniTableA list of gponIgmpOnuUniTable entries. SEQUENCE OF GponIgmpOnuUniEntry .1.3.6.1.4.1.17409.2.8.6.5 |
gponIgmpOnuUniEntryThe gponIgmpOnuUniEntry Information GponIgmpOnuUniEntry .1.3.6.1.4.1.17409.2.8.6.5.1 |
gponUniDeviceIndex\u7481\u60e7\ue638\u7ef1\u3220\u7d29 GponDeviceIndex .1.3.6.1.4.1.17409.2.8.6.5.1.1 |
gponUniCardIndex\u93c9\u57ae\u5d31\u7ef1\u3220\u7d29 GponCardIndex .1.3.6.1.4.1.17409.2.8.6.5.1.2 |
gponUniPortIndex\u7ed4\ue21a\u5f5b\u7ef1\u3220\u7d29rw GponPortIndex .1.3.6.1.4.1.17409.2.8.6.5.1.3 |
gponUniIgmpProfileIndexgponOnuIgmpProfileTable\u7ef1\u3220\u7d29rw INTEGER .1.3.6.1.4.1.17409.2.8.6.5.1.4 |
gponUniRowstatus\u741b\u5c80\u59f8\u93ac\ufffdrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.6.5.1.5 |
igmpOnuMulticastInfoTableA list of igmpOnuMulticastInfoTable entries. G.988-201210: 9.3.29 Multicast subscriber monitor, Attribute: IPv4 active group list table SEQUENCE OF IgmpOnuMulticastInfoEntry .1.3.6.1.4.1.17409.2.8.6.6 |
igmpOnuMulticastInfoEntryThe igmpOnuUniEntry Information IgmpOnuMulticastInfoEntry .1.3.6.1.4.1.17409.2.8.6.6.1 |
onuMcInfoDeviceIndex\u7481\u60e7\ue638\u7ef1\u3220\u7d29 GponDeviceIndex .1.3.6.1.4.1.17409.2.8.6.6.1.1 |
onuMcInfoCardIndex\u93c9\u57ae\u5d31\u7ef1\u3220\u7d29 GponCardIndex .1.3.6.1.4.1.17409.2.8.6.6.1.2 |
onuMcInfoPortIndex\u7ed4\ue21a\u5f5b\u7ef1\u3220\u7d29rw GponPortIndex .1.3.6.1.4.1.17409.2.8.6.6.1.3 |
onuMcInfoIndex\u7f01\u52ec\u6331\u93c9\uff04\u6d30\u7ef1\u3220\u7d29rw INTEGER .1.3.6.1.4.1.17409.2.8.6.6.1.4 |
onuMcInfoSrcIpG.988-201210: 9.3.29 Multicast subscriber monitor, Attribute: IPv4 active group list table Source IP address, 0.0.0.0 if not usedrw IpAddress .1.3.6.1.4.1.17409.2.8.6.6.1.5 |
onuMcInfoMcDstIpG.988-201210: 9.3.29 Multicast subscriber monitor, Attribute: IPv4 active group list table Multicast destination IP addressrw IpAddress .1.3.6.1.4.1.17409.2.8.6.6.1.6 |
onuMcInfoMvlanVidG.988-201210: 9.3.29 Multicast subscriber monitor, Attribute: IPv4 active group list table VLAN ID, 0 if not usedrw INTEGER .1.3.6.1.4.1.17409.2.8.6.6.1.7 |
onuMcInfoClientIpG.988-201210: 9.3.29 Multicast subscriber monitor, Attribute: IPv4 active group list table Client (set-top box) IP address, that is, the IP address of the device currently joined.rw IpAddress .1.3.6.1.4.1.17409.2.8.6.6.1.8 |
gponPerformanceStatisticObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.8.10 |
gponPerfStatsThresholdTable SEQUENCE OF GponPerfStatsThresholdEntry .1.3.6.1.4.1.17409.2.8.10.5 |
gponPerfStatsThresholdEntry GponPerfStatsThresholdEntry .1.3.6.1.4.1.17409.2.8.10.5.1 |
gponPerfStatsThresholdDeviceIndex GponDeviceIndex .1.3.6.1.4.1.17409.2.8.10.5.1.1 |
gponPerfStatsThresholdCardIndex GponCardIndex .1.3.6.1.4.1.17409.2.8.10.5.1.2 |
gponPerfStatsThresholdPortIndex GponPortIndex .1.3.6.1.4.1.17409.2.8.10.5.1.3 |
gponPerfStatsThresholdTypeIndex\u95c2\u3129\u6aba\u7eeb\u8bf2\u7037\u951b\ufffd 1\u9286\u4e1fponStatsThresholdType\u6d93\u8861\ufffd50 Temperature\u9225\u6fc7\u4fef\u6434\ufe3d\u6902\u951b\u5c7d\u5d1f\u6d63\u5d86\u69f8\u93bd\u52ec\u76ac\u6434\ufe3c\u7d1d\u934b\u5fd5\u0429\u95b2\ufffd100\u951b\u5c7e\u762e\u6fe1\u509e\u68ec\u95c4\u612f\ue195\u7f03\ue1bb\u8d1f75\u93bd\u52ec\u76ac\u6434\ufe3c\u7d1d\u7039\u70ba\u6aaf\u93c4\ufffd25\u93bd\u52ec\u76ac\u6434\ufe3d\u6f75\u6769\u6d9c\ue511\u59e3\u65c7\u7ddd\u9352\u3085\u757e\u951b\ufffd 2\u9286\u4e1fponStatsThresholdType\u6d93\u8861\ufffd51 Voltage\u9225\u6fc7\u4fef\u6434\ufe3d\u6902\u951b\u5c7d\u5d1f\u6d63\u5d86\u69f8\u9225\u6e03enti-mv\u9225\u6fd3\u7d31 3\u9286\u4e1fponStatsThresholdType\u6d93\u8861\ufffd52 TXPower\u9225\u6fc6\u62f0\u9225\ufffd3 RXPower\u9225\u6fc7\u6902\u951b\u5c7d\u5d1f\u6d63\u5d86\u69f8centi-dBuV GponStatsThresholdType .1.3.6.1.4.1.17409.2.8.10.5.1.4 |
gponPerfStatsThresholdUpper\u95c3\u581d\ufffd\u6d93\u5a47\u6abarw Counter64 .1.3.6.1.4.1.17409.2.8.10.5.1.5 |
gponPerfStatsThresholdLower\u95c3\u581d\ufffd\u6d93\u5b2e\u6abarw Counter64 .1.3.6.1.4.1.17409.2.8.10.5.1.6 |
gponPerfStatsThresholdRowStatusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.10.5.1.7 |
curStatsGemPortTableDescription. SEQUENCE OF CurStatsGemPortEntry .1.3.6.1.4.1.17409.2.8.10.6 |
curStatsGemPortEntryDescription. CurStatsGemPortEntry .1.3.6.1.4.1.17409.2.8.10.6.1 |
curStatsGemPortDeviceIndexDescription. GponDeviceIndex .1.3.6.1.4.1.17409.2.8.10.6.1.1 |
curStatsGemPortIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.10.6.1.2 |
curStatsGemPortOutGemFramesDescription.ro Counter64 .1.3.6.1.4.1.17409.2.8.10.6.1.3 |
curStatsGemPortInGemFramesDescription.ro Counter64 .1.3.6.1.4.1.17409.2.8.10.6.1.4 |
curStatsGemPortOutBytesDescription.ro Counter64 .1.3.6.1.4.1.17409.2.8.10.6.1.5 |
curStatsGemPortInBytesDescription.ro Counter64 .1.3.6.1.4.1.17409.2.8.10.6.1.6 |
curStatsGemPortStatusAndActionDescription.rw Enumeration .1.3.6.1.4.1.17409.2.8.10.6.1.7 |
stats15GemPortTableDescription. SEQUENCE OF Stats15GemPortEntry .1.3.6.1.4.1.17409.2.8.10.7 |
stats15GemPortEntryDescription. Stats15GemPortEntry .1.3.6.1.4.1.17409.2.8.10.7.1 |
stats15GemPortDeviceIndexDescription. GponDeviceIndex .1.3.6.1.4.1.17409.2.8.10.7.1.1 |
stats15GemPortIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.10.7.1.2 |
stats15GemPortStatIndexDescription. GponStats15MinRecordType .1.3.6.1.4.1.17409.2.8.10.7.1.3 |
stats15GemPortOutGemFramesDescription.ro Counter64 .1.3.6.1.4.1.17409.2.8.10.7.1.4 |
stats15GemPortInGemFramesDescription.ro Counter64 .1.3.6.1.4.1.17409.2.8.10.7.1.5 |
stats15GemPortOutBytesDescription.ro Counter64 .1.3.6.1.4.1.17409.2.8.10.7.1.6 |
stats15GemPortInBytesDescription.ro Counter64 .1.3.6.1.4.1.17409.2.8.10.7.1.7 |
stats15GemPortStatusAndActionDescription.rw Enumeration .1.3.6.1.4.1.17409.2.8.10.7.1.8 |
stats15GemPortValidityTagDescription.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.10.7.1.9 |
stats15GemPortElapsedTimeDescription.ro Counter32 UNITS "seconds" .1.3.6.1.4.1.17409.2.8.10.7.1.10 |
stats15GemPortEndTimeDescription.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.10.7.1.11 |
stats24GemPortTableDescription. SEQUENCE OF Stats24GemPortEntry .1.3.6.1.4.1.17409.2.8.10.8 |
stats24GemPortEntryDescription. Stats24GemPortEntry .1.3.6.1.4.1.17409.2.8.10.8.1 |
stats24GemPortDeviceIndexDescription. GponDeviceIndex .1.3.6.1.4.1.17409.2.8.10.8.1.1 |
stats24GemPortIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.10.8.1.2 |
stats24GemPortStatIndexDescription. GponStats24HourRecordType .1.3.6.1.4.1.17409.2.8.10.8.1.3 |
stats24GemPortOutGemFramesDescription.ro Counter64 .1.3.6.1.4.1.17409.2.8.10.8.1.4 |
stats24GemPortInGemFramesDescription.ro Counter64 .1.3.6.1.4.1.17409.2.8.10.8.1.5 |
stats24GemPortOutBytesDescription.ro Counter64 .1.3.6.1.4.1.17409.2.8.10.8.1.6 |
stats24GemPortInBytesDescription.ro Counter64 .1.3.6.1.4.1.17409.2.8.10.8.1.7 |
stats24GemPortStatusAndActionDescription.rw Enumeration .1.3.6.1.4.1.17409.2.8.10.8.1.8 |
stats24GemPortValidityTagDescription.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.10.8.1.9 |
stats24GemPortElapsedTimeDescription.ro Counter32 UNITS "seconds" .1.3.6.1.4.1.17409.2.8.10.8.1.10 |
stats24GemPortEndTimeDescription.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.10.8.1.11 |
gponProfileObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.8.11 |
gponDbaProfileObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.8.11.1 |
gponDbaProfileInfoTableDescription. SEQUENCE OF GponDbaProfileInfoEntry .1.3.6.1.4.1.17409.2.8.11.1.1 |
gponDbaProfileInfoEntryDescription. GponDbaProfileInfoEntry .1.3.6.1.4.1.17409.2.8.11.1.1.1 |
gponDbaProfileIdDescription. INTEGER .1.3.6.1.4.1.17409.2.8.11.1.1.1.1 |
gponDbaProfileNameDescription.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.11.1.1.1.2 |
gponDbaProfileTypeDescription.rw Enumeration .1.3.6.1.4.1.17409.2.8.11.1.1.1.3 |
gponDbaProfileFixRateDescription.rw INTEGER UNITS "kbit/s" .1.3.6.1.4.1.17409.2.8.11.1.1.1.4 |
gponDbaProfileAssureRateDescription.rw INTEGER UNITS "kbit/s" .1.3.6.1.4.1.17409.2.8.11.1.1.1.5 |
gponDbaProfileMaxRateDescription.rw INTEGER UNITS "kbit/s" .1.3.6.1.4.1.17409.2.8.11.1.1.1.6 |
gponDbaProfileBindNumDescription.ro INTEGER .1.3.6.1.4.1.17409.2.8.11.1.1.1.7 |
gponDbaProfileRowStatusDescription.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.11.1.1.1.8 |
gponLineProfileObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.8.11.2 |
gponLineProfileInfoTableDescription. SEQUENCE OF GponLineProfileInfoEntry .1.3.6.1.4.1.17409.2.8.11.2.1 |
gponLineProfileInfoEntryDescription. GponLineProfileInfoEntry .1.3.6.1.4.1.17409.2.8.11.2.1.1 |
gponLineProfileIdDescription. INTEGER .1.3.6.1.4.1.17409.2.8.11.2.1.1.1 |
gponLineProfileNameDescription.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.11.2.1.1.2 |
gponLineProfileUpstreamFECModeDescription.rw Enumeration .1.3.6.1.4.1.17409.2.8.11.2.1.1.3 |
gponLineProfileMappingModeDescription.rw Enumeration .1.3.6.1.4.1.17409.2.8.11.2.1.1.4 |
gponLineProfileTcontNumDescription.ro INTEGER .1.3.6.1.4.1.17409.2.8.11.2.1.1.5 |
gponLineProfileGemNumDescription.ro INTEGER .1.3.6.1.4.1.17409.2.8.11.2.1.1.6 |
gponLineProfileBindNumDescription.ro INTEGER .1.3.6.1.4.1.17409.2.8.11.2.1.1.7 |
gponLineProfileRowStatusDescription.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.11.2.1.1.8 |
gponLineProfileTcontTableDescription. SEQUENCE OF GponLineProfileTcontEntry .1.3.6.1.4.1.17409.2.8.11.2.2 |
gponLineProfileTcontEntryDescription. GponLineProfileTcontEntry .1.3.6.1.4.1.17409.2.8.11.2.2.1 |
gponLineProfileTcontProfileIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.11.2.2.1.1 |
gponLineProfileTcontIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.11.2.2.1.2 |
gponLineProfileTcontDbaProfileIdDescription.rw INTEGER .1.3.6.1.4.1.17409.2.8.11.2.2.1.3 |
gponLineProfileTcontRowStatusDescription.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.11.2.2.1.4 |
gponLineProfileGemTableDescription. SEQUENCE OF GponLineProfileGemEntry .1.3.6.1.4.1.17409.2.8.11.2.3 |
gponLineProfileGemEntryDescription. GponLineProfileGemEntry .1.3.6.1.4.1.17409.2.8.11.2.3.1 |
gponLineProfileGemProfileIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.11.2.3.1.1 |
gponLineProfileGemIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.11.2.3.1.2 |
gponLineProfileGemEncryptDescription.rw Enumeration .1.3.6.1.4.1.17409.2.8.11.2.3.1.3 |
gponLineProfileGemTcontIdDescription.rw INTEGER .1.3.6.1.4.1.17409.2.8.11.2.3.1.4 |
gponLineProfileGemQueuePriDescription.rw INTEGER .1.3.6.1.4.1.17409.2.8.11.2.3.1.5 |
gponLineProfileGemUpCar0:unconcernrw INTEGER (0 | 1..1024) .1.3.6.1.4.1.17409.2.8.11.2.3.1.6 |
gponLineProfileGemDownCar0:unconcernrw INTEGER (0 | 1..1024) .1.3.6.1.4.1.17409.2.8.11.2.3.1.7 |
gponLineProfileGemMapNumDescription.ro INTEGER .1.3.6.1.4.1.17409.2.8.11.2.3.1.8 |
gponLineProfileGemRowStatusDescription.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.11.2.3.1.9 |
gponLineProfileGemMapTableDescription. SEQUENCE OF GponLineProfileGemMapEntry .1.3.6.1.4.1.17409.2.8.11.2.4 |
gponLineProfileGemMapEntryDescription. GponLineProfileGemMapEntry .1.3.6.1.4.1.17409.2.8.11.2.4.1 |
gponLineProfileGemMapProfileIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.11.2.4.1.1 |
gponLineProfileGemMapGemIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.11.2.4.1.2 |
gponLineProfileGemMapIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.11.2.4.1.3 |
gponLineProfileGemMapVlanDescription.rw INTEGER .1.3.6.1.4.1.17409.2.8.11.2.4.1.4 |
gponLineProfileGemMapPriorityDescription.rw INTEGER .1.3.6.1.4.1.17409.2.8.11.2.4.1.5 |
gponLineProfileGemMapPortTypeDescription.rw Enumeration .1.3.6.1.4.1.17409.2.8.11.2.4.1.6 |
gponLineProfileGemMapPortIdDescription.rw INTEGER .1.3.6.1.4.1.17409.2.8.11.2.4.1.7 |
gponLineProfileGemMapRowStatusDescription.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.11.2.4.1.8 |
gponSrvProfileObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.8.11.3 |
gponSrvProfileInfoTableDescription. SEQUENCE OF GponSrvProfileInfoEntry .1.3.6.1.4.1.17409.2.8.11.3.1 |
gponSrvProfileInfoEntryDescription. GponSrvProfileInfoEntry .1.3.6.1.4.1.17409.2.8.11.3.1.1 |
gponSrvProfileIdDescription. INTEGER .1.3.6.1.4.1.17409.2.8.11.3.1.1.1 |
gponSrvProfileNameDescription.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.11.3.1.1.2 |
gponSrvProfileBindNumDescription.ro INTEGER .1.3.6.1.4.1.17409.2.8.11.3.1.1.3 |
gponSrvProfileRowStatusDescription.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.11.3.1.1.4 |
gponSrvProfileCfgTableDescription. SEQUENCE OF GponSrvProfileCfgEntry .1.3.6.1.4.1.17409.2.8.11.3.2 |
gponSrvProfileCfgEntryDescription. GponSrvProfileCfgEntry .1.3.6.1.4.1.17409.2.8.11.3.2.1 |
gponSrvProfileIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.11.3.2.1.1 |
gponSrvProfileMacLearningDescription.rw Enumeration .1.3.6.1.4.1.17409.2.8.11.3.2.1.2 |
gponSrvProfileMacAgeSeconds0:unconcern; -1:unlimited; 10-1000000:\u7039\u70ba\u6aaf\u9470\u4f78\u5bf2\u93c3\u5815\u68ffrw INTEGER (-1 | 0 | 10..1000000) UNITS "second" .1.3.6.1.4.1.17409.2.8.11.3.2.1.3 |
gponSrvProfileLoopbackDetectCheckDescription.rw Enumeration .1.3.6.1.4.1.17409.2.8.11.3.2.1.4 |
gponSrvProfilePortNumTableDescription. SEQUENCE OF GponSrvProfilePortNumEntry .1.3.6.1.4.1.17409.2.8.11.3.3 |
gponSrvProfilePortNumEntryDescription. GponSrvProfilePortNumEntry .1.3.6.1.4.1.17409.2.8.11.3.3.1 |
gponSrvProfilePortNumProfileIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.11.3.3.1.1 |
gponSrvProfileEthNum-1:adaptive , 0-24:port numrw INTEGER (-1 | 0..24) .1.3.6.1.4.1.17409.2.8.11.3.3.1.2 |
gponSrvProfileCatvNum-1:adaptive , 0-2:port numrw INTEGER (-1 | 0..2) .1.3.6.1.4.1.17409.2.8.11.3.3.1.3 |
gponSrvProfileWlanNum-1:adaptive, 0-2:port numrw INTEGER (-1 | 0..2) .1.3.6.1.4.1.17409.2.8.11.3.3.1.4 |
gponSrvProfileVeipNum-1:adaptive , 0-8:port numrw INTEGER (-1 | 0..8) .1.3.6.1.4.1.17409.2.8.11.3.3.1.5 |
gponSrvProfileEthPortConfigTableDescription. SEQUENCE OF GponSrvProfileEthPortConfigEntry .1.3.6.1.4.1.17409.2.8.11.3.4 |
gponSrvProfileEthPortConfigEntryDescription. GponSrvProfileEthPortConfigEntry .1.3.6.1.4.1.17409.2.8.11.3.4.1 |
gponSrvProfileEthPortProfileIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.11.3.4.1.1 |
gponSrvProfileEthPortIdIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.11.3.4.1.2 |
gponSrvProfileEthPortMacLimited-1:unconcern, 0:unlimitedrw INTEGER (-1 | 0..255) .1.3.6.1.4.1.17409.2.8.11.3.4.1.3 |
gponSrvProfileEthPortMtu0:unconcernrw INTEGER (0 | 1518..2000) .1.3.6.1.4.1.17409.2.8.11.3.4.1.4 |
gponSrvProfileEthPortFlowCtrlDescription.rw Enumeration .1.3.6.1.4.1.17409.2.8.11.3.4.1.5 |
gponSrvProfileEthPortInTrafficProfileId0:unconcernrw INTEGER .1.3.6.1.4.1.17409.2.8.11.3.4.1.6 |
gponSrvProfileEthPortOutTrafficProfileId0:unconcernrw INTEGER .1.3.6.1.4.1.17409.2.8.11.3.4.1.7 |
gponSrvProfilePortVlanObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.8.11.3.5 |
gponSrvProfilePortVlanCfgTableDescription. SEQUENCE OF GponSrvProfilePortVlanCfgEntry .1.3.6.1.4.1.17409.2.8.11.3.5.1 |
gponSrvProfilePortVlanCfgEntryDescription. GponSrvProfilePortVlanCfgEntry .1.3.6.1.4.1.17409.2.8.11.3.5.1.1 |
gponSrvProfilePortVlanProfileIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.11.3.5.1.1.1 |
gponSrvProfilePortVlanPortTypeIndexDescription. Enumeration .1.3.6.1.4.1.17409.2.8.11.3.5.1.1.2 |
gponSrvProfilePortVlanPortIdIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.11.3.5.1.1.3 |
gponSrvProfilePortVlanPvid0:unconcernrw INTEGER .1.3.6.1.4.1.17409.2.8.11.3.5.1.1.4 |
gponSrvProfilePortVlanPvidPriDescription.rw INTEGER .1.3.6.1.4.1.17409.2.8.11.3.5.1.1.5 |
gponSrvProfilePortVlanModeDescription.rw Enumeration .1.3.6.1.4.1.17409.2.8.11.3.5.1.1.6 |
gponSrvProfilePortVlanTranslationTableDescription. SEQUENCE OF GponSrvProfilePortVlanTranslationEntry .1.3.6.1.4.1.17409.2.8.11.3.5.2 |
gponSrvProfilePortVlanTranslationEntryDescription. GponSrvProfilePortVlanTranslationEntry .1.3.6.1.4.1.17409.2.8.11.3.5.2.1 |
gponSrvProfilePortVlanTransProfileIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.11.3.5.2.1.1 |
gponSrvProfilePortVlanTransPortTypeIndexDescription. Enumeration .1.3.6.1.4.1.17409.2.8.11.3.5.2.1.2 |
gponSrvProfilePortVlanTransPortIdIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.11.3.5.2.1.3 |
gponSrvProfilePortVlanTransVlanIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.11.3.5.2.1.4 |
gponSrvProfilePortVlanTransNewVlanDescription.rw INTEGER .1.3.6.1.4.1.17409.2.8.11.3.5.2.1.5 |
gponSrvProfilePortVlanTransRowStatusDescription.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.11.3.5.2.1.6 |
gponSrvProfilePortVlanAggregationTableDescription. SEQUENCE OF GponSrvProfilePortVlanAggregationEntry .1.3.6.1.4.1.17409.2.8.11.3.5.3 |
gponSrvProfilePortVlanAggregationEntryDescription. GponSrvProfilePortVlanAggregationEntry .1.3.6.1.4.1.17409.2.8.11.3.5.3.1 |
gponSrvProfilePortVlanAggrProfileIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.11.3.5.3.1.1 |
gponSrvProfilePortVlanAggrPortTypeIndexDescription. Enumeration .1.3.6.1.4.1.17409.2.8.11.3.5.3.1.2 |
gponSrvProfilePortVlanAggrPortIdIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.11.3.5.3.1.3 |
gponSrvProfilePortVlanAggrVlanIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.11.3.5.3.1.4 |
gponSrvProfilePortVlanAggrVlanListmax num of vlan is 8, two bytes is one vlan.rw OCTET STRING .1.3.6.1.4.1.17409.2.8.11.3.5.3.1.5 |
gponSrvProfilePortVlanAggrRowStatusDescription.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.11.3.5.3.1.6 |
gponSrvProfilePortVlanTrunkTableDescription. SEQUENCE OF GponSrvProfilePortVlanTrunkEntry .1.3.6.1.4.1.17409.2.8.11.3.5.4 |
gponSrvProfilePortVlanTrunkEntryDescription. GponSrvProfilePortVlanTrunkEntry .1.3.6.1.4.1.17409.2.8.11.3.5.4.1 |
gponSrvProfilePortVlanTrunkProfileIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.11.3.5.4.1.1 |
gponSrvProfilePortVlanTrunkPortTypeIndexDescription. Enumeration .1.3.6.1.4.1.17409.2.8.11.3.5.4.1.2 |
gponSrvProfilePortVlanTrunkPortIdIndexDescription. INTEGER .1.3.6.1.4.1.17409.2.8.11.3.5.4.1.3 |
gponSrvProfilePortVlanTrunkVlanListmax num of vlan is 8, two bytes is one vlan.rw OCTET STRING .1.3.6.1.4.1.17409.2.8.11.3.5.4.1.4 |
gponSrvProfilePortVlanTrunkRowStatusDescription.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.11.3.5.4.1.5 |
gponTrafficProfileObjects OBJECT IDENTIFIER .1.3.6.1.4.1.17409.2.8.11.4 |
gponTrafficProfileInfoTableDescription. SEQUENCE OF GponTrafficProfileInfoEntry .1.3.6.1.4.1.17409.2.8.11.4.1 |
gponTrafficProfileInfoEntrycir/pir/cbs/pbs must config at the same time. GponTrafficProfileInfoEntry .1.3.6.1.4.1.17409.2.8.11.4.1.1 |
gponTrafficProfileIdDescription. INTEGER .1.3.6.1.4.1.17409.2.8.11.4.1.1.1 |
gponTrafficProfileNameDescription.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.11.4.1.1.2 |
gponTrafficProfileCfgCirDescription.rw INTEGER UNITS "kbit/s" .1.3.6.1.4.1.17409.2.8.11.4.1.1.3 |
gponTrafficProfileCfgPirDescription.rw INTEGER UNITS "kbit/s" .1.3.6.1.4.1.17409.2.8.11.4.1.1.4 |
gponTrafficProfileCfgCbsDescription.rw INTEGER UNITS "byte" .1.3.6.1.4.1.17409.2.8.11.4.1.1.5 |
gponTrafficProfileCfgPbsDescription.rw INTEGER UNITS "byte" .1.3.6.1.4.1.17409.2.8.11.4.1.1.6 |
gponTrafficProfileCfgPriorityDescription.rw INTEGER .1.3.6.1.4.1.17409.2.8.11.4.1.1.7 |
gponTrafficProfileBindNumDescription.ro INTEGER .1.3.6.1.4.1.17409.2.8.11.4.1.1.8 |
gponTrafficProfileRowStatusDescription.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.17409.2.8.11.4.1.1.9 |