NSCRTV-FTTX-GPON-MIB: View SNMP OID List / Download MIB
VENDOR: NATIONAL STANDARDIZATION COMMITTEE OF RADIO AND TV
Home | MIB: NSCRTV-FTTX-GPON-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
nscrtvRoot | 1.3.6.1.4.1.17409 | |||
nscrtvHFCemsTree | 1.3.6.1.4.1.17409.1 | |||
nscrtvFTTxTree | 1.3.6.1.4.1.17409.2 | |||
propertyIdent | 1.3.6.1.4.1.17409.2.1 | |||
alarmsIdent | 1.3.6.1.4.1.17409.2.2 | |||
gponAlarmTree | 1.3.6.1.4.1.17409.2.2.12 | |||
gponTrapObjectGroup | 1.3.6.1.4.1.17409.2.2.12.1 | |||
gponNotifications | 1.3.6.1.4.1.17409.2.2.12.1.1 | |||
gponAlarmNotification | 1.3.6.1.4.1.17409.2.2.12.1.1.1 |
Alarm TRAP definition |
||
gponEventNotification | 1.3.6.1.4.1.17409.2.2.12.1.1.2 |
Event TRAP definition |
||
gponTrapObjects | 1.3.6.1.4.1.17409.2.2.12.1.2 | |||
gponTrapInstance | 1.3.6.1.4.1.17409.2.2.12.1.2.1 | gponalarminstance | no-access |
Alarm instance, indicates the detailed managed object, which detects faults. |
gponTrapCorrelationId | 1.3.6.1.4.1.17409.2.2.12.1.2.2 | unsigned32 | no-access |
The unique sequence number for the alarm to be cleared, for alarm clearing. Set to 0 for alarm reporting |
gponTrapAdditionalText | 1.3.6.1.4.1.17409.2.2.12.1.2.3 | octet string | no-access |
Additional 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 table |
gponTrapCode | 1.3.6.1.4.1.17409.2.2.12.1.2.4 | gponalarmcode | no-access |
|
gponTrapSeverity | 1.3.6.1.4.1.17409.2.2.12.1.2.5 | gponseveritytype | no-access |
|
gponTrapOccurTime | 1.3.6.1.4.1.17409.2.2.12.1.2.6 | dateandtime | no-access |
|
gponTrapSequenceNumber | 1.3.6.1.4.1.17409.2.2.12.1.2.7 | unsigned32 | no-access |
A 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. |
gponAlarmObjGroup | 1.3.6.1.4.1.17409.2.2.12.2 | |||
gponActiveAlarmTable | 1.3.6.1.4.1.17409.2.2.12.2.1 | no-access |
Active 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. |
|
1.3.6.1.4.1.17409.2.2.12.2.1.1 | no-access |
|
||
gponActiveAlarmSeqNum | 1.3.6.1.4.1.17409.2.2.12.2.1.1.1 | unsigned32 | no-access |
Alarm sequence number The definition refered to the description of activeAlarmTable |
gponActiveAlarmCode | 1.3.6.1.4.1.17409.2.2.12.2.1.1.2 | gponalarmcode | read-only |
|
gponActiveAlarmInstance | 1.3.6.1.4.1.17409.2.2.12.2.1.1.3 | gponalarminstance | read-only |
Alarm instance, indicates the detailed managed object |
gponActiveAlarmSeverity | 1.3.6.1.4.1.17409.2.2.12.2.1.1.4 | gponseveritytype | read-only |
|
gponActiveAlarmRaisingNumber | 1.3.6.1.4.1.17409.2.2.12.2.1.1.5 | unsigned32 | no-access |
Alarm raising number. The definition refered to the description of activeAlarmTable |
gponActiveAlarmFirstOccurTime | 1.3.6.1.4.1.17409.2.2.12.2.1.1.6 | dateandtime | read-only |
The time stamp when alarm occurs, which triggered to create the active alarm entry. |
gponActiveAlarmLastOccurTime | 1.3.6.1.4.1.17409.2.2.12.2.1.1.7 | dateandtime | read-only |
The time stamp when alarm occurs, where the alarm is duplicated with existed active alarm entry, and it was the latest one. |
gponActiveAlarmRepeats | 1.3.6.1.4.1.17409.2.2.12.2.1.1.8 | counter32 | read-only |
Number of repeated alarms for this active alarm entry |
gponActiveAlarmConfirm | 1.3.6.1.4.1.17409.2.2.12.2.1.1.9 | truthvalue | read-write |
Node 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. |
gponActiveAlarmAdditionalText | 1.3.6.1.4.1.17409.2.2.12.2.1.1.10 | octet string | read-only |
Additional 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 table |
gponHistoryAlarmTable | 1.3.6.1.4.1.17409.2.2.12.2.2 | no-access |
History 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. |
|
1.3.6.1.4.1.17409.2.2.12.2.2.1 | no-access |
|
||
gponHistoryAlarmSeqNum | 1.3.6.1.4.1.17409.2.2.12.2.2.1.1 | unsigned32 | no-access |
Alarm sequence number The definition refered to the description of gponHistoryAlarmTable |
gponHistoryAlarmCode | 1.3.6.1.4.1.17409.2.2.12.2.2.1.2 | gponalarmcode | read-only |
|
gponHistoryAlarmInstance | 1.3.6.1.4.1.17409.2.2.12.2.2.1.3 | gponalarminstance | read-only |
Alarm instance, indicates the detailed managed object |
gponHistoryAlarmSeverity | 1.3.6.1.4.1.17409.2.2.12.2.2.1.4 | gponseveritytype | read-only |
|
gponHistoryAlarmRaisingNumber | 1.3.6.1.4.1.17409.2.2.12.2.2.1.5 | unsigned32 | no-access |
Alarm raising number. The definition refered to the description of gponHistoryAlarmTable |
gponHistoryAlarmFirstOccurTime | 1.3.6.1.4.1.17409.2.2.12.2.2.1.6 | dateandtime | read-only |
The time stamp when alarm occurs, which triggered to create the history alarm entry. |
gponHistoryAlarmLastOccurTime | 1.3.6.1.4.1.17409.2.2.12.2.2.1.7 | dateandtime | read-only |
The time stamp when alarm occurs, where the alarm is duplicated with existed history alarm entry, and it was the latest one. |
gponHistoryAlarmRepeats | 1.3.6.1.4.1.17409.2.2.12.2.2.1.8 | counter32 | read-only |
Number of repeated alarms for this history alarm entry |
gponHistoryAlarmCorrelationId | 1.3.6.1.4.1.17409.2.2.12.2.2.1.9 | unsigned32 | read-only |
It is the corresponding sequence ID of the alarm that to be cleared. |
gponHistoryAlarmAdditionalText | 1.3.6.1.4.1.17409.2.2.12.2.2.1.10 | octet string | read-only |
Additional 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 table |
gponHistoryAlarmClearTime | 1.3.6.1.4.1.17409.2.2.12.2.2.1.11 | dateandtime | read-only |
Define when the alarm was cleared |
gponEventLogTable | 1.3.6.1.4.1.17409.2.2.12.2.3 | no-access |
Event 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. |
|
1.3.6.1.4.1.17409.2.2.12.2.3.1 | no-access |
|
||
gponEventSeqNum | 1.3.6.1.4.1.17409.2.2.12.2.3.1.1 | unsigned32 | no-access |
Event sequence number The definition refered to the description of gponTrapSequenceNumber |
gponEventCode | 1.3.6.1.4.1.17409.2.2.12.2.3.1.2 | gponalarmcode | read-only |
|
gponEventInstance | 1.3.6.1.4.1.17409.2.2.12.2.3.1.3 | gponalarminstance | read-only |
Event instance, indicates the detailed managed object |
gponEventOccurTime | 1.3.6.1.4.1.17409.2.2.12.2.3.1.4 | dateandtime | read-only |
The time stamp when event occurs |
gponEventAdditionalText | 1.3.6.1.4.1.17409.2.2.12.2.3.1.5 | octet string | read-only |
Additional 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 table |
gponManagementObjGroup | 1.3.6.1.4.1.17409.2.2.12.3 | |||
gponManagementAddrTable | 1.3.6.1.4.1.17409.2.2.12.3.1 | no-access |
A table of transport addresses to be used in the generation of SNMP messages. |
|
1.3.6.1.4.1.17409.2.2.12.3.1.1 | no-access |
A transport address to be used in the generation of SNMP operations. Entries in the snmpTargetAddrTable are created and deleted using the snmpTargetAddrRowStatus object. |
||
gponManagementAddrName | 1.3.6.1.4.1.17409.2.2.12.3.1.1.1 | octet string | no-access |
|
gponManagementAddrTAddress | 1.3.6.1.4.1.17409.2.2.12.3.1.1.2 | taddress | read-only |
|
gponManagementAddrCommunity | 1.3.6.1.4.1.17409.2.2.12.3.1.1.3 | octet string | read-only |
|
gponManagementAddrRowStatus | 1.3.6.1.4.1.17409.2.2.12.3.1.1.4 | rowstatus | read-only |
|
gponTree | 1.3.6.1.4.1.17409.2.8 | |||
gponPonPortObjects | 1.3.6.1.4.1.17409.2.8.3 | |||
gponOnuAuthenticationModeTable | 1.3.6.1.4.1.17409.2.8.3.4 | no-access |
|
|
1.3.6.1.4.1.17409.2.8.3.4.1 | no-access |
The gponOnuAuthenticationModeEntry Information |
||
gponAuthenDeviceIndex | 1.3.6.1.4.1.17409.2.8.3.4.1.1 | integer | no-access |
|
gponAuthenCardIndex | 1.3.6.1.4.1.17409.2.8.3.4.1.2 | gponcardindex | no-access |
|
gponAuthenPortIndex | 1.3.6.1.4.1.17409.2.8.3.4.1.3 | gponportindex | no-access |
pon |
gponOnuAuthenMode | 1.3.6.1.4.1.17409.2.8.3.4.1.4 | integer | read-write |
Authen mode;This is mode in authen Enumeration: 'auto': 6, 'sn-pwd': 2, 'pwd': 5, 'sn': 1, 'loid': 3, 'loid-pwd': 4. |
gponAutoFindEnable | 1.3.6.1.4.1.17409.2.8.3.4.1.5 | integer | read-write |
AutoFindEnable. Enumeration: 'enable': 1, 'disable': 2. |
gponOnuObjects | 1.3.6.1.4.1.17409.2.8.4 | |||
gponOnuInfoTable | 1.3.6.1.4.1.17409.2.8.4.1 | no-access |
A list of gponOnuInfoTable entries. |
|
1.3.6.1.4.1.17409.2.8.4.1.1 | no-access |
The gponOnuInfoEntry Information |
||
onuDeviceIndex | 1.3.6.1.4.1.17409.2.8.4.1.1.1 | gpondeviceindex | no-access |
onuDevice Index |
onuName | 1.3.6.1.4.1.17409.2.8.4.1.1.2 | displaystring | read-write |
onu Name |
onuSerialNum | 1.3.6.1.4.1.17409.2.8.4.1.1.3 | octet string | read-only |
ONU serial number. |
onuType | 1.3.6.1.4.1.17409.2.8.4.1.1.4 | integer | read-only |
onu Type fixed(1) - not slot concept chassisBased(2) - port is indexed by coupling slot ID Enumeration: 'chassisBased': 2, 'fixed': 1. |
onuVendorID | 1.3.6.1.4.1.17409.2.8.4.1.1.5 | octet string | read-only |
ONU vendor id. |
onuEquipmentID | 1.3.6.1.4.1.17409.2.8.4.1.1.6 | octet string | read-only |
ONU model id. |
onuOperationStatus | 1.3.6.1.4.1.17409.2.8.4.1.1.7 | integer | read-only |
onu Operation Status Enumeration: 'down': 2, 'up': 1. |
onuAdminStatus | 1.3.6.1.4.1.17409.2.8.4.1.1.8 | integer | read-write |
onu Admin Status Enumeration: 'down': 2, 'up': 1. |
onuTestDistance | 1.3.6.1.4.1.17409.2.8.4.1.1.9 | integer | read-only |
onu Test Distance |
resetONU | 1.3.6.1.4.1.17409.2.8.4.1.1.10 | integer | read-write |
reset ONU Enumeration: 'reset': 1. |
onuDeactive | 1.3.6.1.4.1.17409.2.8.4.1.1.11 | integer | read-write |
Description. Enumeration: 'active': 1, 'deactive': 2. |
onuTimeSinceLastRegister | 1.3.6.1.4.1.17409.2.8.4.1.1.12 | counter32 | read-only |
Description. |
onuSysUpTime | 1.3.6.1.4.1.17409.2.8.4.1.1.13 | counter32 | read-only |
Description. |
onuHardwareVersion | 1.3.6.1.4.1.17409.2.8.4.1.1.14 | displaystring | read-only |
Description. |
onuPerfStats15minuteEnable | 1.3.6.1.4.1.17409.2.8.4.1.1.15 | truthvalue | read-write |
Description. |
onuPerfStats24hourEnable | 1.3.6.1.4.1.17409.2.8.4.1.1.16 | truthvalue | read-write |
Description. |
onuInfoSoftwareTable | 1.3.6.1.4.1.17409.2.8.4.2 | no-access |
Description. |
|
1.3.6.1.4.1.17409.2.8.4.2.1 | no-access |
Description. |
||
onuSoftwareDeviceIndex | 1.3.6.1.4.1.17409.2.8.4.2.1.1 | integer | no-access |
Description. |
onuSoftware0Version | 1.3.6.1.4.1.17409.2.8.4.2.1.2 | displaystring | read-only |
Description. |
onuSoftware0Valid | 1.3.6.1.4.1.17409.2.8.4.2.1.3 | integer | read-only |
Description. Enumeration: 'valid': 1, 'invalid': 0. |
onuSoftware0Active | 1.3.6.1.4.1.17409.2.8.4.2.1.4 | integer | read-write |
Description. Enumeration: 'active': 1, 'inactive': 0. |
onuSoftware0Commited | 1.3.6.1.4.1.17409.2.8.4.2.1.5 | integer | read-write |
Description. Enumeration: 'uncommitted': 0, 'committed': 1. |
onuSoftware1Version | 1.3.6.1.4.1.17409.2.8.4.2.1.6 | displaystring | read-only |
Description. |
onuSoftware1Valid | 1.3.6.1.4.1.17409.2.8.4.2.1.7 | integer | read-only |
Description. Enumeration: 'valid': 1, 'invalid': 0. |
onuSoftware1Active | 1.3.6.1.4.1.17409.2.8.4.2.1.8 | integer | read-write |
Description. Enumeration: 'active': 1, 'inactive': 0. |
onuSoftware1Commited | 1.3.6.1.4.1.17409.2.8.4.2.1.9 | integer | read-write |
Description. Enumeration: 'uncommitted': 0, 'committed': 1. |
onuIpHostTable | 1.3.6.1.4.1.17409.2.8.4.3 | no-access |
Description. |
|
1.3.6.1.4.1.17409.2.8.4.3.1 | no-access |
Description. |
||
onuIpHostDeviceIndex | 1.3.6.1.4.1.17409.2.8.4.3.1.1 | integer | no-access |
Description. |
onuIpHostIndex | 1.3.6.1.4.1.17409.2.8.4.3.1.2 | integer | no-access |
Description. |
onuIpHostAddressConfigMode | 1.3.6.1.4.1.17409.2.8.4.3.1.3 | integer | read-write |
Description. Enumeration: 'dhcp': 1, 'static': 2. |
onuIpHostAddress | 1.3.6.1.4.1.17409.2.8.4.3.1.4 | ipaddress | read-write |
Description. |
onuIpHostSubnetMask | 1.3.6.1.4.1.17409.2.8.4.3.1.5 | ipaddress | read-write |
Description. |
onuIpHostGateway | 1.3.6.1.4.1.17409.2.8.4.3.1.6 | ipaddress | read-write |
Description. |
onuIpHostPrimaryDNS | 1.3.6.1.4.1.17409.2.8.4.3.1.7 | ipaddress | read-write |
Description. |
onuIpHostSecondaryDNS | 1.3.6.1.4.1.17409.2.8.4.3.1.8 | ipaddress | read-write |
Description. |
onuIpHostVlanTagPriority | 1.3.6.1.4.1.17409.2.8.4.3.1.9 | integer | read-write |
Description. |
onuIpHostVlanPvid | 1.3.6.1.4.1.17409.2.8.4.3.1.10 | integer | read-write |
Description. |
onuIpHostMacAddress | 1.3.6.1.4.1.17409.2.8.4.3.1.11 | macaddress | read-only |
Description. |
onuIpHostRowStatus | 1.3.6.1.4.1.17409.2.8.4.3.1.12 | rowstatus | read-only |
Description. |
gponOnuPonPortOpticalTransmissionPropertyTable | 1.3.6.1.4.1.17409.2.8.4.4 | no-access |
This 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 |
|
1.3.6.1.4.1.17409.2.8.4.4.1 | no-access |
The gponOnuPonPortOpticalTransmissionPropertyEntry Information |
||
onuPonPortOpticalTransmissionPropertyDeviceIndex | 1.3.6.1.4.1.17409.2.8.4.4.1.1 | gpondeviceindex | no-access |
Device Index of the ONU. |
onuPonPortOpticalTransmissionPropertyCardIndex | 1.3.6.1.4.1.17409.2.8.4.4.1.2 | integer | no-access |
Card Index in the ONU. Shall set to 0, if ONU is not a modulized device |
onuPonPortOpticalTransmissionPropertyPortIndex | 1.3.6.1.4.1.17409.2.8.4.4.1.3 | integer | no-access |
Port Index in the Pon card of ONU |
onuReceivedOpticalPower | 1.3.6.1.4.1.17409.2.8.4.4.1.4 | integer | read-only |
received Optical Power |
onuTramsmittedOpticalPower | 1.3.6.1.4.1.17409.2.8.4.4.1.5 | integer | read-only |
tramsmitted Optical Power |
onuBiasCurrent | 1.3.6.1.4.1.17409.2.8.4.4.1.6 | integer | read-only |
biasCurrent |
onuWorkingVoltage | 1.3.6.1.4.1.17409.2.8.4.4.1.7 | integer | read-only |
onuworking Voltage |
onuWorkingTemperature | 1.3.6.1.4.1.17409.2.8.4.4.1.8 | integer | read-only |
working Temperature |
onuCapabilityTable | 1.3.6.1.4.1.17409.2.8.4.5 | no-access |
A list of onuInfoTable entries. |
|
1.3.6.1.4.1.17409.2.8.4.5.1 | no-access |
The onuCapabilityEntry Information |
||
onuCapabilityDeviceIndex | 1.3.6.1.4.1.17409.2.8.4.5.1.1 | gpondeviceindex | no-access |
onu Device Index |
onuOMCCVersion | 1.3.6.1.4.1.17409.2.8.4.5.1.2 | integer | read-only |
0x80 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 set |
onuTotalEthNum | 1.3.6.1.4.1.17409.2.8.4.5.1.3 | integer | read-only |
gePort 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 00 |
onuTotalWlanNum | 1.3.6.1.4.1.17409.2.8.4.5.1.4 | integer | read-only |
fePort Num |
onuTotalCatvNum | 1.3.6.1.4.1.17409.2.8.4.5.1.5 | integer | read-only |
|
onuTotalVeipNum | 1.3.6.1.4.1.17409.2.8.4.5.1.6 | integer | read-only |
|
onuIpHostNum | 1.3.6.1.4.1.17409.2.8.4.5.1.7 | integer | read-only |
|
onuTrafficMgmtOption | 1.3.6.1.4.1.17409.2.8.4.5.1.8 | integer | read-only |
0: Priority controlled and flexibly scheduled upstream traffic. 1: Rate controlled upstream traffic. 2: Priority and rate controlled. |
onuTotalGEMPortNum | 1.3.6.1.4.1.17409.2.8.4.5.1.9 | integer | read-only |
|
onuTotalTContNum | 1.3.6.1.4.1.17409.2.8.4.5.1.10 | integer | read-only |
|
onuConnectCapbility | 1.3.6.1.4.1.17409.2.8.4.5.1.11 | bits | read-only |
1 (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 Reserved Bits: 'nto1': 0, 'ntop': 5, 'ntomp': 6, 'ntom': 3. |
onuQosFlexibility | 1.3.6.1.4.1.17409.2.8.4.5.1.12 | bits | read-only |
1 (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 Reserved Bits: 'priorityQueueME': 1. |
onuAuthenticationManagement | 1.3.6.1.4.1.17409.2.8.4.6 |
|
||
onuAuthenticationConfigTable | 1.3.6.1.4.1.17409.2.8.4.6.1 | no-access |
A list of onuAuthenticationPreConfigTable entries. |
|
1.3.6.1.4.1.17409.2.8.4.6.1.1 | no-access |
The onuAuthenticationPreConfigEntry Information |
||
onuAuthenOnuId | 1.3.6.1.4.1.17409.2.8.4.6.1.1.1 | integer | no-access |
onu logical ID |
onuAuthenSN | 1.3.6.1.4.1.17409.2.8.4.6.1.1.2 | octet string | read-only |
onu Mac Address |
onuAuthenPassword | 1.3.6.1.4.1.17409.2.8.4.6.1.1.3 | displaystring | read-only |
Authen Action This is optional in function |
onuAuthenLoid | 1.3.6.1.4.1.17409.2.8.4.6.1.1.4 | displaystring | read-only |
Description. |
onuAuthenLoidPassword | 1.3.6.1.4.1.17409.2.8.4.6.1.1.5 | displaystring | read-only |
Description. |
onuAuthenLineProfileId | 1.3.6.1.4.1.17409.2.8.4.6.1.1.6 | integer | read-only |
Description. |
onuAuthenSrvProfileId | 1.3.6.1.4.1.17409.2.8.4.6.1.1.7 | integer | read-only |
Description. |
onuAuthenRowStatus | 1.3.6.1.4.1.17409.2.8.4.6.1.1.8 | rowstatus | read-only |
authen Row Status |
onuAutoFindTable | 1.3.6.1.4.1.17409.2.8.4.7 | no-access |
Description. |
|
1.3.6.1.4.1.17409.2.8.4.7.1 | no-access |
Description. |
||
onuAutoFindOnuIndex | 1.3.6.1.4.1.17409.2.8.4.7.1.1 | integer | no-access |
Description. |
onuAutoFindOnuType | 1.3.6.1.4.1.17409.2.8.4.7.1.2 | displaystring | read-only |
Description. |
onuAutoFindSerialNumber | 1.3.6.1.4.1.17409.2.8.4.7.1.3 | displaystring | read-only |
Description. |
onuAutoFindPassword | 1.3.6.1.4.1.17409.2.8.4.7.1.4 | displaystring | read-only |
Description. |
onuAutoFindLoid | 1.3.6.1.4.1.17409.2.8.4.7.1.5 | displaystring | read-only |
Description. |
onuAutoFindLoidPassword | 1.3.6.1.4.1.17409.2.8.4.7.1.6 | displaystring | read-only |
Description. |
onuAutoFindTime | 1.3.6.1.4.1.17409.2.8.4.7.1.7 | dateandtime | read-only |
Description. |
onuAutoFindSoftwareVersion | 1.3.6.1.4.1.17409.2.8.4.7.1.8 | displaystring | read-only |
Description. |
onuAutoFindHardwareVersion | 1.3.6.1.4.1.17409.2.8.4.7.1.9 | displaystring | read-only |
Description. |
onuAutoAuthenticationTable | 1.3.6.1.4.1.17409.2.8.4.8 | no-access |
Description. |
|
1.3.6.1.4.1.17409.2.8.4.8.1 | no-access |
Description. |
||
onuAutoAuthenIndex | 1.3.6.1.4.1.17409.2.8.4.8.1.1 | integer | no-access |
Description. |
onuAutoAuthenPortlist | 1.3.6.1.4.1.17409.2.8.4.8.1.2 | displaystring | read-write |
Description. |
onuAutoAuthenOnuType | 1.3.6.1.4.1.17409.2.8.4.8.1.3 | displaystring | read-write |
Description. |
onuAutoAuthenEthNum | 1.3.6.1.4.1.17409.2.8.4.8.1.4 | integer | read-write |
Description. |
onuAutoAuthenWlanNum | 1.3.6.1.4.1.17409.2.8.4.8.1.5 | integer | read-write |
Description. |
onuAutoAuthenCatvNum | 1.3.6.1.4.1.17409.2.8.4.8.1.6 | integer | read-write |
Description. |
onuAutoAuthenVeipNum | 1.3.6.1.4.1.17409.2.8.4.8.1.7 | integer | read-write |
Description. |
onuAutoAuthenLineProfileId | 1.3.6.1.4.1.17409.2.8.4.8.1.8 | integer | read-write |
Description. |
onuAutoAuthenSrvProfileId | 1.3.6.1.4.1.17409.2.8.4.8.1.9 | integer | read-write |
Description. |
onuAutoAuthenRowStatus | 1.3.6.1.4.1.17409.2.8.4.8.1.10 | rowstatus | read-only |
Description. |
gponUniObjects | 1.3.6.1.4.1.17409.2.8.5 | |||
ethAttributeTable | 1.3.6.1.4.1.17409.2.8.5.1 | no-access |
A list of uniAttributeTable entries. |
|
1.3.6.1.4.1.17409.2.8.5.1.1 | no-access |
The uniAttributeEntry Information |
||
ethAttributeDeviceIndex | 1.3.6.1.4.1.17409.2.8.5.1.1.1 | gpondeviceindex | no-access |
Device Index For OLT, set to corresponding ONU ID For ONU, set to 0 |
ethAttributeCardIndex | 1.3.6.1.4.1.17409.2.8.5.1.1.2 | gponcardindex | no-access |
Card 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 |
ethAttributePortIndex | 1.3.6.1.4.1.17409.2.8.5.1.1.3 | gponportindex | no-access |
Port Index |
ethAdminStatus | 1.3.6.1.4.1.17409.2.8.5.1.1.4 | integer | read-write |
Admin Status Enumeration: 'down': 2, 'up': 1. |
ethOperationStatus | 1.3.6.1.4.1.17409.2.8.5.1.1.5 | integer | read-only |
Operation Status Enumeration: 'down': 2, 'up': 1. |
ethDuplexRate | 1.3.6.1.4.1.17409.2.8.5.1.1.6 | integer | read-write |
|
ethPerfStats15minuteEnable | 1.3.6.1.4.1.17409.2.8.5.1.1.7 | truthvalue | read-write | |
ethPerfStats24hourEnable | 1.3.6.1.4.1.17409.2.8.5.1.1.8 | truthvalue | read-write |
|
gponIgmpManagementObjects | 1.3.6.1.4.1.17409.2.8.6 | |||
gponOnuIgmpProfile | 1.3.6.1.4.1.17409.2.8.6.4 |
ONU Profile |
||
gponOnuIgmpProfileTable | 1.3.6.1.4.1.17409.2.8.6.4.1 | no-access | ||
1.3.6.1.4.1.17409.2.8.6.4.1.1 | no-access |
|
||
gponOnuIgmpProfileIndex | 1.3.6.1.4.1.17409.2.8.6.4.1.1.1 | integer | no-access |
Profile |
gponOnuIgmpProfileName | 1.3.6.1.4.1.17409.2.8.6.4.1.1.2 | displaystring | no-access |
Profile\u041e |
gponOnuIgmpVersion | 1.3.6.1.4.1.17409.2.8.6.4.1.1.3 | integer | read-only |
G.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. Enumeration: 'igmp-v1': 1, 'igmp-v3': 3, 'igmp-v2': 2. |
gponOnuIgmpFunction | 1.3.6.1.4.1.17409.2.8.6.4.1.1.4 | integer | read-only |
G.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. Enumeration: 'spr': 2, 'snooping': 1, 'proxy': 3. |
gponOnuIgmpImmediateLeave | 1.3.6.1.4.1.17409.2.8.6.4.1.1.5 | integer | read-only |
G.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. Enumeration: 'true': 1, 'false': 2. |
gponOnuIgmpUpstreamProtoTCI | 1.3.6.1.4.1.17409.2.8.6.4.1.1.6 | integer | read-only |
G.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. |
gponOnuIgmpUpstreamProtoTagControl | 1.3.6.1.4.1.17409.2.8.6.4.1.1.7 | integer | read-only |
G.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. Enumeration: 'pass-through': 1, 'replace-tci': 3, 'add-vlan': 2, 'replace-vlan': 4. |
gponOnuIgmpUpstreamProtoRate | 1.3.6.1.4.1.17409.2.8.6.4.1.1.8 | integer | read-only |
G.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. |
gponOnuIgmpDynamicACL | 1.3.6.1.4.1.17409.2.8.6.4.1.1.9 | integer | read-only |
multicastACLIndex 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 DynamicACL |
gponOnuIgmpStaticACL | 1.3.6.1.4.1.17409.2.8.6.4.1.1.10 | integer | read-only |
multicastACLIndex 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 StaticACL |
gponOnuIgmpRobustness | 1.3.6.1.4.1.17409.2.8.6.4.1.1.11 | integer | read-only |
G.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. |
gponOnuIgmpQueryInterval | 1.3.6.1.4.1.17409.2.8.6.4.1.1.12 | integer | read-only |
G.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. |
gponOnuIgmpQueryMaxResponseTime | 1.3.6.1.4.1.17409.2.8.6.4.1.1.13 | integer | read-only |
G.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). |
gponOnuIgmpLastMemberQueryInterval | 1.3.6.1.4.1.17409.2.8.6.4.1.1.14 | integer | read-only |
G.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). |
gponOnuIgmpUnautherizedJoin | 1.3.6.1.4.1.17409.2.8.6.4.1.1.15 | integer | read-only |
G.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. Enumeration: 'true': 1, 'false': 2. |
gponOnuIgmpDownstreamTCI | 1.3.6.1.4.1.17409.2.8.6.4.1.1.16 | integer | read-only |
G.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. |
gponOnuIgmpDownstreamTagControl | 1.3.6.1.4.1.17409.2.8.6.4.1.1.17 | integer | read-only |
G.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. Enumeration: 'strip-vlan': 2, 'pass-through': 1, 'replace-tci': 4, 'add-vlan': 3, 'replace-vlan': 5. |
gponOnuIgmpMaxRequestChannelNum | 1.3.6.1.4.1.17409.2.8.6.4.1.1.18 | integer | read-only |
G.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. |
gponOnuIgmpGlobalBW | 1.3.6.1.4.1.17409.2.8.6.4.1.1.19 | integer | read-only |
G.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. |
gponOnuIgmpRowStatus | 1.3.6.1.4.1.17409.2.8.6.4.1.1.20 | rowstatus | read-only | |
gponOnuMulticastACLTable | 1.3.6.1.4.1.17409.2.8.6.4.2 | no-access |
ONU \u7f01\u52ec\u6331\u93c9\u51ae\u6aba\u741b\ufffd |
|
1.3.6.1.4.1.17409.2.8.6.4.2.1 | no-access |
|
||
multicastACLIndex | 1.3.6.1.4.1.17409.2.8.6.4.2.1.1 | integer | no-access |
\u7f01\u52ec\u6331\u93c9\u51ae\u6aba\u95c6\u55d9\u50a8\u5bee\ufffd |
multicastACLRuleIndex | 1.3.6.1.4.1.17409.2.8.6.4.2.1.2 | integer | no-access |
\u7f01\u52ec\u6331\u93c9\u51ae\u6aba\u7459\u52eb\u57af\u7ef1\u3220\u7d29 |
multicastACLRuleName | 1.3.6.1.4.1.17409.2.8.6.4.2.1.3 | displaystring | read-only |
\u7459\u52eb\u57af\u935a\u5d85\u74e7 |
vlanID | 1.3.6.1.4.1.17409.2.8.6.4.2.1.4 | integer | read-only |
G.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. |
sourceIpAddress | 1.3.6.1.4.1.17409.2.8.6.4.2.1.5 | ipaddress | read-only |
G.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. |
destinationIpAddressStart | 1.3.6.1.4.1.17409.2.8.6.4.2.1.6 | ipaddress | read-only |
G.988-201210: 9.3.27 Multicast operations profile, Attribute: Dynamic access control list table [ Destination IP address of the start of the multicast range ] |
destinationIpAddressEnd | 1.3.6.1.4.1.17409.2.8.6.4.2.1.7 | ipaddress | read-only |
G.988-201210: 9.3.27 Multicast operations profile, Attribute: Dynamic access control list table [ Destination IP address of the end of the multicast range ] |
previewLenAndAuthority | 1.3.6.1.4.1.17409.2.8.6.4.2.1.8 | integer | read-only |
G.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. |
previewRepeatTime | 1.3.6.1.4.1.17409.2.8.6.4.2.1.9 | integer | read-only |
G.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. |
previewResetTime | 1.3.6.1.4.1.17409.2.8.6.4.2.1.10 | integer | read-only |
G.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 reserved |
previewCount | 1.3.6.1.4.1.17409.2.8.6.4.2.1.11 | integer | read-only |
G.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. |
imputedGroupBandwidth | 1.3.6.1.4.1.17409.2.8.6.4.2.1.12 | integer | read-only |
G.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. |
multicastACLRuleStatus | 1.3.6.1.4.1.17409.2.8.6.4.2.1.13 | rowstatus | read-only |
\u741b\u5c80\u59f8\u93ac\ufffd |
gponIgmpOnuUniTable | 1.3.6.1.4.1.17409.2.8.6.5 | no-access |
A list of gponIgmpOnuUniTable entries. |
|
1.3.6.1.4.1.17409.2.8.6.5.1 | no-access |
The gponIgmpOnuUniEntry Information |
||
gponUniDeviceIndex | 1.3.6.1.4.1.17409.2.8.6.5.1.1 | gpondeviceindex | no-access |
\u7481\u60e7\ue638\u7ef1\u3220\u7d29 |
gponUniCardIndex | 1.3.6.1.4.1.17409.2.8.6.5.1.2 | gponcardindex | no-access |
\u93c9\u57ae\u5d31\u7ef1\u3220\u7d29 |
gponUniPortIndex | 1.3.6.1.4.1.17409.2.8.6.5.1.3 | gponportindex | read-only |
\u7ed4\ue21a\u5f5b\u7ef1\u3220\u7d29 |
gponUniIgmpProfileIndex | 1.3.6.1.4.1.17409.2.8.6.5.1.4 | integer | read-only |
gponOnuIgmpProfileTable\u7ef1\u3220\u7d29 |
gponUniRowstatus | 1.3.6.1.4.1.17409.2.8.6.5.1.5 | rowstatus | read-only |
\u741b\u5c80\u59f8\u93ac\ufffd |
igmpOnuMulticastInfoTable | 1.3.6.1.4.1.17409.2.8.6.6 | no-access |
A list of igmpOnuMulticastInfoTable entries. G.988-201210: 9.3.29 Multicast subscriber monitor, Attribute: IPv4 active group list table |
|
1.3.6.1.4.1.17409.2.8.6.6.1 | no-access |
The igmpOnuUniEntry Information |
||
onuMcInfoDeviceIndex | 1.3.6.1.4.1.17409.2.8.6.6.1.1 | gpondeviceindex | no-access |
\u7481\u60e7\ue638\u7ef1\u3220\u7d29 |
onuMcInfoCardIndex | 1.3.6.1.4.1.17409.2.8.6.6.1.2 | gponcardindex | no-access |
\u93c9\u57ae\u5d31\u7ef1\u3220\u7d29 |
onuMcInfoPortIndex | 1.3.6.1.4.1.17409.2.8.6.6.1.3 | gponportindex | read-only |
\u7ed4\ue21a\u5f5b\u7ef1\u3220\u7d29 |
onuMcInfoIndex | 1.3.6.1.4.1.17409.2.8.6.6.1.4 | integer | read-only |
\u7f01\u52ec\u6331\u93c9\uff04\u6d30\u7ef1\u3220\u7d29 |
onuMcInfoSrcIp | 1.3.6.1.4.1.17409.2.8.6.6.1.5 | ipaddress | read-only |
G.988-201210: 9.3.29 Multicast subscriber monitor, Attribute: IPv4 active group list table Source IP address, 0.0.0.0 if not used |
onuMcInfoMcDstIp | 1.3.6.1.4.1.17409.2.8.6.6.1.6 | ipaddress | read-only |
G.988-201210: 9.3.29 Multicast subscriber monitor, Attribute: IPv4 active group list table Multicast destination IP address |
onuMcInfoMvlanVid | 1.3.6.1.4.1.17409.2.8.6.6.1.7 | integer | read-only |
G.988-201210: 9.3.29 Multicast subscriber monitor, Attribute: IPv4 active group list table VLAN ID, 0 if not used |
onuMcInfoClientIp | 1.3.6.1.4.1.17409.2.8.6.6.1.8 | ipaddress | read-only |
G.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. |
gponPerformanceStatisticObjects | 1.3.6.1.4.1.17409.2.8.10 | |||
gponPerfStatsThresholdTable | 1.3.6.1.4.1.17409.2.8.10.5 | no-access |
|
|
1.3.6.1.4.1.17409.2.8.10.5.1 | no-access |
|
||
gponPerfStatsThresholdDeviceIndex | 1.3.6.1.4.1.17409.2.8.10.5.1.1 | gpondeviceindex | no-access |
|
gponPerfStatsThresholdCardIndex | 1.3.6.1.4.1.17409.2.8.10.5.1.2 | gponcardindex | no-access |
|
gponPerfStatsThresholdPortIndex | 1.3.6.1.4.1.17409.2.8.10.5.1.3 | gponportindex | no-access |
|
gponPerfStatsThresholdTypeIndex | 1.3.6.1.4.1.17409.2.8.10.5.1.4 | gponstatsthresholdtype | no-access |
\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 |
gponPerfStatsThresholdUpper | 1.3.6.1.4.1.17409.2.8.10.5.1.5 | counter64 | read-only |
\u95c3\u581d\ufffd\u6d93\u5a47\u6aba |
gponPerfStatsThresholdLower | 1.3.6.1.4.1.17409.2.8.10.5.1.6 | counter64 | read-only |
\u95c3\u581d\ufffd\u6d93\u5b2e\u6aba |
gponPerfStatsThresholdRowStatus | 1.3.6.1.4.1.17409.2.8.10.5.1.7 | rowstatus | read-only |
|
curStatsGemPortTable | 1.3.6.1.4.1.17409.2.8.10.6 | no-access |
Description. |
|
1.3.6.1.4.1.17409.2.8.10.6.1 | no-access |
Description. |
||
curStatsGemPortDeviceIndex | 1.3.6.1.4.1.17409.2.8.10.6.1.1 | gpondeviceindex | no-access |
Description. |
curStatsGemPortIndex | 1.3.6.1.4.1.17409.2.8.10.6.1.2 | integer | no-access |
Description. |
curStatsGemPortOutGemFrames | 1.3.6.1.4.1.17409.2.8.10.6.1.3 | counter64 | read-only |
Description. |
curStatsGemPortInGemFrames | 1.3.6.1.4.1.17409.2.8.10.6.1.4 | counter64 | read-only |
Description. |
curStatsGemPortOutBytes | 1.3.6.1.4.1.17409.2.8.10.6.1.5 | counter64 | read-only |
Description. |
curStatsGemPortInBytes | 1.3.6.1.4.1.17409.2.8.10.6.1.6 | counter64 | read-only |
Description. |
curStatsGemPortStatusAndAction | 1.3.6.1.4.1.17409.2.8.10.6.1.7 | integer | read-write |
Description. Enumeration: 'none': 1, 'cleandata': 2. |
stats15GemPortTable | 1.3.6.1.4.1.17409.2.8.10.7 | no-access |
Description. |
|
1.3.6.1.4.1.17409.2.8.10.7.1 | no-access |
Description. |
||
stats15GemPortDeviceIndex | 1.3.6.1.4.1.17409.2.8.10.7.1.1 | gpondeviceindex | no-access |
Description. |
stats15GemPortIndex | 1.3.6.1.4.1.17409.2.8.10.7.1.2 | integer | no-access |
Description. |
stats15GemPortStatIndex | 1.3.6.1.4.1.17409.2.8.10.7.1.3 | gponstats15minrecordtype | no-access |
Description. |
stats15GemPortOutGemFrames | 1.3.6.1.4.1.17409.2.8.10.7.1.4 | counter64 | read-only |
Description. |
stats15GemPortInGemFrames | 1.3.6.1.4.1.17409.2.8.10.7.1.5 | counter64 | read-only |
Description. |
stats15GemPortOutBytes | 1.3.6.1.4.1.17409.2.8.10.7.1.6 | counter64 | read-only |
Description. |
stats15GemPortInBytes | 1.3.6.1.4.1.17409.2.8.10.7.1.7 | counter64 | read-only |
Description. |
stats15GemPortStatusAndAction | 1.3.6.1.4.1.17409.2.8.10.7.1.8 | integer | read-write |
Description. Enumeration: 'none': 1, 'cleandata': 2. |
stats15GemPortValidityTag | 1.3.6.1.4.1.17409.2.8.10.7.1.9 | truthvalue | read-only |
Description. |
stats15GemPortElapsedTime | 1.3.6.1.4.1.17409.2.8.10.7.1.10 | counter32 | read-only |
Description. |
stats15GemPortEndTime | 1.3.6.1.4.1.17409.2.8.10.7.1.11 | dateandtime | read-only |
Description. |
stats24GemPortTable | 1.3.6.1.4.1.17409.2.8.10.8 | no-access |
Description. |
|
1.3.6.1.4.1.17409.2.8.10.8.1 | no-access |
Description. |
||
stats24GemPortDeviceIndex | 1.3.6.1.4.1.17409.2.8.10.8.1.1 | gpondeviceindex | no-access |
Description. |
stats24GemPortIndex | 1.3.6.1.4.1.17409.2.8.10.8.1.2 | integer | no-access |
Description. |
stats24GemPortStatIndex | 1.3.6.1.4.1.17409.2.8.10.8.1.3 | gponstats24hourrecordtype | no-access |
Description. |
stats24GemPortOutGemFrames | 1.3.6.1.4.1.17409.2.8.10.8.1.4 | counter64 | read-only |
Description. |
stats24GemPortInGemFrames | 1.3.6.1.4.1.17409.2.8.10.8.1.5 | counter64 | read-only |
Description. |
stats24GemPortOutBytes | 1.3.6.1.4.1.17409.2.8.10.8.1.6 | counter64 | read-only |
Description. |
stats24GemPortInBytes | 1.3.6.1.4.1.17409.2.8.10.8.1.7 | counter64 | read-only |
Description. |
stats24GemPortStatusAndAction | 1.3.6.1.4.1.17409.2.8.10.8.1.8 | integer | read-write |
Description. Enumeration: 'none': 1, 'cleandata': 2. |
stats24GemPortValidityTag | 1.3.6.1.4.1.17409.2.8.10.8.1.9 | truthvalue | read-only |
Description. |
stats24GemPortElapsedTime | 1.3.6.1.4.1.17409.2.8.10.8.1.10 | counter32 | read-only |
Description. |
stats24GemPortEndTime | 1.3.6.1.4.1.17409.2.8.10.8.1.11 | dateandtime | read-only |
Description. |
gponProfileObjects | 1.3.6.1.4.1.17409.2.8.11 | |||
gponDbaProfileObjects | 1.3.6.1.4.1.17409.2.8.11.1 | |||
gponDbaProfileInfoTable | 1.3.6.1.4.1.17409.2.8.11.1.1 | no-access |
Description. |
|
1.3.6.1.4.1.17409.2.8.11.1.1.1 | no-access |
Description. |
||
gponDbaProfileId | 1.3.6.1.4.1.17409.2.8.11.1.1.1.1 | integer | no-access |
Description. |
gponDbaProfileName | 1.3.6.1.4.1.17409.2.8.11.1.1.1.2 | displaystring | read-write |
Description. |
gponDbaProfileType | 1.3.6.1.4.1.17409.2.8.11.1.1.1.3 | integer | read-write |
Description. Enumeration: 'assure': 2, 'fix': 1, 'assureAndMax': 3, 'fixAndAssureAndMax': 5, 'max': 4. |
gponDbaProfileFixRate | 1.3.6.1.4.1.17409.2.8.11.1.1.1.4 | integer | read-write |
Description. |
gponDbaProfileAssureRate | 1.3.6.1.4.1.17409.2.8.11.1.1.1.5 | integer | read-write |
Description. |
gponDbaProfileMaxRate | 1.3.6.1.4.1.17409.2.8.11.1.1.1.6 | integer | read-write |
Description. |
gponDbaProfileBindNum | 1.3.6.1.4.1.17409.2.8.11.1.1.1.7 | integer | read-only |
Description. |
gponDbaProfileRowStatus | 1.3.6.1.4.1.17409.2.8.11.1.1.1.8 | rowstatus | read-only |
Description. |
gponLineProfileObjects | 1.3.6.1.4.1.17409.2.8.11.2 | |||
gponLineProfileInfoTable | 1.3.6.1.4.1.17409.2.8.11.2.1 | no-access |
Description. |
|
1.3.6.1.4.1.17409.2.8.11.2.1.1 | no-access |
Description. |
||
gponLineProfileId | 1.3.6.1.4.1.17409.2.8.11.2.1.1.1 | integer | no-access |
Description. |
gponLineProfileName | 1.3.6.1.4.1.17409.2.8.11.2.1.1.2 | displaystring | read-write |
Description. |
gponLineProfileUpstreamFECMode | 1.3.6.1.4.1.17409.2.8.11.2.1.1.3 | integer | read-write |
Description. Enumeration: 'on': 1, 'off': 2. |
gponLineProfileMappingMode | 1.3.6.1.4.1.17409.2.8.11.2.1.1.4 | integer | read-write |
Description. Enumeration: 'priority': 2, 'vlan': 1, 'vlan-priority': 3, 'port': 4. |
gponLineProfileTcontNum | 1.3.6.1.4.1.17409.2.8.11.2.1.1.5 | integer | read-only |
Description. |
gponLineProfileGemNum | 1.3.6.1.4.1.17409.2.8.11.2.1.1.6 | integer | read-only |
Description. |
gponLineProfileBindNum | 1.3.6.1.4.1.17409.2.8.11.2.1.1.7 | integer | read-only |
Description. |
gponLineProfileRowStatus | 1.3.6.1.4.1.17409.2.8.11.2.1.1.8 | rowstatus | read-only |
Description. |
gponLineProfileTcontTable | 1.3.6.1.4.1.17409.2.8.11.2.2 | no-access |
Description. |
|
1.3.6.1.4.1.17409.2.8.11.2.2.1 | no-access |
Description. |
||
gponLineProfileTcontProfileIndex | 1.3.6.1.4.1.17409.2.8.11.2.2.1.1 | integer | no-access |
Description. |
gponLineProfileTcontIndex | 1.3.6.1.4.1.17409.2.8.11.2.2.1.2 | integer | no-access |
Description. |
gponLineProfileTcontDbaProfileId | 1.3.6.1.4.1.17409.2.8.11.2.2.1.3 | integer | read-write |
Description. |
gponLineProfileTcontRowStatus | 1.3.6.1.4.1.17409.2.8.11.2.2.1.4 | rowstatus | read-only |
Description. |
gponLineProfileGemTable | 1.3.6.1.4.1.17409.2.8.11.2.3 | no-access |
Description. |
|
1.3.6.1.4.1.17409.2.8.11.2.3.1 | no-access |
Description. |
||
gponLineProfileGemProfileIndex | 1.3.6.1.4.1.17409.2.8.11.2.3.1.1 | integer | no-access |
Description. |
gponLineProfileGemIndex | 1.3.6.1.4.1.17409.2.8.11.2.3.1.2 | integer | no-access |
Description. |
gponLineProfileGemEncrypt | 1.3.6.1.4.1.17409.2.8.11.2.3.1.3 | integer | read-write |
Description. Enumeration: 'enable': 1, 'unconcern': 0, 'disable': 2. |
gponLineProfileGemTcontId | 1.3.6.1.4.1.17409.2.8.11.2.3.1.4 | integer | read-write |
Description. |
gponLineProfileGemQueuePri | 1.3.6.1.4.1.17409.2.8.11.2.3.1.5 | integer | read-write |
Description. |
gponLineProfileGemUpCar | 1.3.6.1.4.1.17409.2.8.11.2.3.1.6 | integer | read-write |
0:unconcern |
gponLineProfileGemDownCar | 1.3.6.1.4.1.17409.2.8.11.2.3.1.7 | integer | read-write |
0:unconcern |
gponLineProfileGemMapNum | 1.3.6.1.4.1.17409.2.8.11.2.3.1.8 | integer | read-only |
Description. |
gponLineProfileGemRowStatus | 1.3.6.1.4.1.17409.2.8.11.2.3.1.9 | rowstatus | read-only |
Description. |
gponLineProfileGemMapTable | 1.3.6.1.4.1.17409.2.8.11.2.4 | no-access |
Description. |
|
1.3.6.1.4.1.17409.2.8.11.2.4.1 | no-access |
Description. |
||
gponLineProfileGemMapProfileIndex | 1.3.6.1.4.1.17409.2.8.11.2.4.1.1 | integer | no-access |
Description. |
gponLineProfileGemMapGemIndex | 1.3.6.1.4.1.17409.2.8.11.2.4.1.2 | integer | no-access |
Description. |
gponLineProfileGemMapIndex | 1.3.6.1.4.1.17409.2.8.11.2.4.1.3 | integer | no-access |
Description. |
gponLineProfileGemMapVlan | 1.3.6.1.4.1.17409.2.8.11.2.4.1.4 | integer | read-only |
Description. |
gponLineProfileGemMapPriority | 1.3.6.1.4.1.17409.2.8.11.2.4.1.5 | integer | read-only |
Description. |
gponLineProfileGemMapPortType | 1.3.6.1.4.1.17409.2.8.11.2.4.1.6 | integer | read-write |
Description. Enumeration: 'eth': 1, 'iphost': 2. |
gponLineProfileGemMapPortId | 1.3.6.1.4.1.17409.2.8.11.2.4.1.7 | integer | read-only |
Description. |
gponLineProfileGemMapRowStatus | 1.3.6.1.4.1.17409.2.8.11.2.4.1.8 | rowstatus | read-only |
Description. |
gponSrvProfileObjects | 1.3.6.1.4.1.17409.2.8.11.3 | |||
gponSrvProfileInfoTable | 1.3.6.1.4.1.17409.2.8.11.3.1 | no-access |
Description. |
|
1.3.6.1.4.1.17409.2.8.11.3.1.1 | no-access |
Description. |
||
gponSrvProfileId | 1.3.6.1.4.1.17409.2.8.11.3.1.1.1 | integer | no-access |
Description. |
gponSrvProfileName | 1.3.6.1.4.1.17409.2.8.11.3.1.1.2 | displaystring | read-write |
Description. |
gponSrvProfileBindNum | 1.3.6.1.4.1.17409.2.8.11.3.1.1.3 | integer | read-only |
Description. |
gponSrvProfileRowStatus | 1.3.6.1.4.1.17409.2.8.11.3.1.1.4 | rowstatus | read-only |
Description. |
gponSrvProfileCfgTable | 1.3.6.1.4.1.17409.2.8.11.3.2 | no-access |
Description. |
|
1.3.6.1.4.1.17409.2.8.11.3.2.1 | no-access |
Description. |
||
gponSrvProfileIndex | 1.3.6.1.4.1.17409.2.8.11.3.2.1.1 | integer | no-access |
Description. |
gponSrvProfileMacLearning | 1.3.6.1.4.1.17409.2.8.11.3.2.1.2 | integer | read-write |
Description. Enumeration: 'enable': 1, 'unconcern': 0, 'disable': 2. |
gponSrvProfileMacAgeSeconds | 1.3.6.1.4.1.17409.2.8.11.3.2.1.3 | integer | read-write |
0:unconcern; -1:unlimited; 10-1000000:\u7039\u70ba\u6aaf\u9470\u4f78\u5bf2\u93c3\u5815\u68ff |
gponSrvProfileLoopbackDetectCheck | 1.3.6.1.4.1.17409.2.8.11.3.2.1.4 | integer | read-write |
Description. Enumeration: 'enable': 1, 'unconcern': 0, 'disable': 2. |
gponSrvProfilePortNumTable | 1.3.6.1.4.1.17409.2.8.11.3.3 | no-access |
Description. |
|
1.3.6.1.4.1.17409.2.8.11.3.3.1 | no-access |
Description. |
||
gponSrvProfilePortNumProfileIndex | 1.3.6.1.4.1.17409.2.8.11.3.3.1.1 | integer | no-access |
Description. |
gponSrvProfileEthNum | 1.3.6.1.4.1.17409.2.8.11.3.3.1.2 | integer | read-write |
-1:adaptive , 0-24:port num |
gponSrvProfileCatvNum | 1.3.6.1.4.1.17409.2.8.11.3.3.1.3 | integer | read-write |
-1:adaptive , 0-2:port num |
gponSrvProfileWlanNum | 1.3.6.1.4.1.17409.2.8.11.3.3.1.4 | integer | read-write |
-1:adaptive, 0-2:port num |
gponSrvProfileVeipNum | 1.3.6.1.4.1.17409.2.8.11.3.3.1.5 | integer | read-write |
-1:adaptive , 0-8:port num |
gponSrvProfileEthPortConfigTable | 1.3.6.1.4.1.17409.2.8.11.3.4 | no-access |
Description. |
|
1.3.6.1.4.1.17409.2.8.11.3.4.1 | no-access |
Description. |
||
gponSrvProfileEthPortProfileIndex | 1.3.6.1.4.1.17409.2.8.11.3.4.1.1 | integer | no-access |
Description. |
gponSrvProfileEthPortIdIndex | 1.3.6.1.4.1.17409.2.8.11.3.4.1.2 | integer | no-access |
Description. |
gponSrvProfileEthPortMacLimited | 1.3.6.1.4.1.17409.2.8.11.3.4.1.3 | integer | read-write |
-1:unconcern, 0:unlimited |
gponSrvProfileEthPortMtu | 1.3.6.1.4.1.17409.2.8.11.3.4.1.4 | integer | read-write |
0:unconcern |
gponSrvProfileEthPortFlowCtrl | 1.3.6.1.4.1.17409.2.8.11.3.4.1.5 | integer | read-write |
Description. Enumeration: 'enable': 1, 'unconcern': 0, 'disable': 2. |
gponSrvProfileEthPortInTrafficProfileId | 1.3.6.1.4.1.17409.2.8.11.3.4.1.6 | integer | read-write |
0:unconcern |
gponSrvProfileEthPortOutTrafficProfileId | 1.3.6.1.4.1.17409.2.8.11.3.4.1.7 | integer | read-write |
0:unconcern |
gponSrvProfilePortVlanObjects | 1.3.6.1.4.1.17409.2.8.11.3.5 | |||
gponSrvProfilePortVlanCfgTable | 1.3.6.1.4.1.17409.2.8.11.3.5.1 | no-access |
Description. |
|
1.3.6.1.4.1.17409.2.8.11.3.5.1.1 | no-access |
Description. |
||
gponSrvProfilePortVlanProfileIndex | 1.3.6.1.4.1.17409.2.8.11.3.5.1.1.1 | integer | no-access |
Description. |
gponSrvProfilePortVlanPortTypeIndex | 1.3.6.1.4.1.17409.2.8.11.3.5.1.1.2 | integer | no-access |
Description. Enumeration: 'eth': 0, 'wlan': 1, 'catv': 2. |
gponSrvProfilePortVlanPortIdIndex | 1.3.6.1.4.1.17409.2.8.11.3.5.1.1.3 | integer | no-access |
Description. |
gponSrvProfilePortVlanPvid | 1.3.6.1.4.1.17409.2.8.11.3.5.1.1.4 | integer | read-write |
0:unconcern |
gponSrvProfilePortVlanPvidPri | 1.3.6.1.4.1.17409.2.8.11.3.5.1.1.5 | integer | read-write |
Description. |
gponSrvProfilePortVlanMode | 1.3.6.1.4.1.17409.2.8.11.3.5.1.1.6 | integer | read-write |
Description. Enumeration: 'translate': 2, 'tag': 1, 'transparent': 0, 'aggregation': 3, 'trunk': 4. |
gponSrvProfilePortVlanTranslationTable | 1.3.6.1.4.1.17409.2.8.11.3.5.2 | no-access |
Description. |
|
1.3.6.1.4.1.17409.2.8.11.3.5.2.1 | no-access |
Description. |
||
gponSrvProfilePortVlanTransProfileIndex | 1.3.6.1.4.1.17409.2.8.11.3.5.2.1.1 | integer | no-access |
Description. |
gponSrvProfilePortVlanTransPortTypeIndex | 1.3.6.1.4.1.17409.2.8.11.3.5.2.1.2 | integer | no-access |
Description. Enumeration: 'eth': 0, 'wlan': 1, 'catv': 2. |
gponSrvProfilePortVlanTransPortIdIndex | 1.3.6.1.4.1.17409.2.8.11.3.5.2.1.3 | integer | no-access |
Description. |
gponSrvProfilePortVlanTransVlanIndex | 1.3.6.1.4.1.17409.2.8.11.3.5.2.1.4 | integer | no-access |
Description. |
gponSrvProfilePortVlanTransNewVlan | 1.3.6.1.4.1.17409.2.8.11.3.5.2.1.5 | integer | read-only |
Description. |
gponSrvProfilePortVlanTransRowStatus | 1.3.6.1.4.1.17409.2.8.11.3.5.2.1.6 | rowstatus | read-only |
Description. |
gponSrvProfilePortVlanAggregationTable | 1.3.6.1.4.1.17409.2.8.11.3.5.3 | no-access |
Description. |
|
1.3.6.1.4.1.17409.2.8.11.3.5.3.1 | no-access |
Description. |
||
gponSrvProfilePortVlanAggrProfileIndex | 1.3.6.1.4.1.17409.2.8.11.3.5.3.1.1 | integer | no-access |
Description. |
gponSrvProfilePortVlanAggrPortTypeIndex | 1.3.6.1.4.1.17409.2.8.11.3.5.3.1.2 | integer | no-access |
Description. Enumeration: 'eth': 0, 'wlan': 1, 'catv': 2. |
gponSrvProfilePortVlanAggrPortIdIndex | 1.3.6.1.4.1.17409.2.8.11.3.5.3.1.3 | integer | no-access |
Description. |
gponSrvProfilePortVlanAggrVlanIndex | 1.3.6.1.4.1.17409.2.8.11.3.5.3.1.4 | integer | no-access |
Description. |
gponSrvProfilePortVlanAggrVlanList | 1.3.6.1.4.1.17409.2.8.11.3.5.3.1.5 | octet string | read-only |
max num of vlan is 8, two bytes is one vlan. |
gponSrvProfilePortVlanAggrRowStatus | 1.3.6.1.4.1.17409.2.8.11.3.5.3.1.6 | rowstatus | read-only |
Description. |
gponSrvProfilePortVlanTrunkTable | 1.3.6.1.4.1.17409.2.8.11.3.5.4 | no-access |
Description. |
|
1.3.6.1.4.1.17409.2.8.11.3.5.4.1 | no-access |
Description. |
||
gponSrvProfilePortVlanTrunkProfileIndex | 1.3.6.1.4.1.17409.2.8.11.3.5.4.1.1 | integer | no-access |
Description. |
gponSrvProfilePortVlanTrunkPortTypeIndex | 1.3.6.1.4.1.17409.2.8.11.3.5.4.1.2 | integer | no-access |
Description. Enumeration: 'eth': 0, 'wlan': 1, 'catv': 2. |
gponSrvProfilePortVlanTrunkPortIdIndex | 1.3.6.1.4.1.17409.2.8.11.3.5.4.1.3 | integer | no-access |
Description. |
gponSrvProfilePortVlanTrunkVlanList | 1.3.6.1.4.1.17409.2.8.11.3.5.4.1.4 | octet string | read-only |
max num of vlan is 8, two bytes is one vlan. |
gponSrvProfilePortVlanTrunkRowStatus | 1.3.6.1.4.1.17409.2.8.11.3.5.4.1.5 | rowstatus | read-only |
Description. |
gponTrafficProfileObjects | 1.3.6.1.4.1.17409.2.8.11.4 | |||
gponTrafficProfileInfoTable | 1.3.6.1.4.1.17409.2.8.11.4.1 | no-access |
Description. |
|
1.3.6.1.4.1.17409.2.8.11.4.1.1 | no-access |
cir/pir/cbs/pbs must config at the same time. |
||
gponTrafficProfileId | 1.3.6.1.4.1.17409.2.8.11.4.1.1.1 | integer | no-access |
Description. |
gponTrafficProfileName | 1.3.6.1.4.1.17409.2.8.11.4.1.1.2 | displaystring | read-write |
Description. |
gponTrafficProfileCfgCir | 1.3.6.1.4.1.17409.2.8.11.4.1.1.3 | integer | read-write |
Description. |
gponTrafficProfileCfgPir | 1.3.6.1.4.1.17409.2.8.11.4.1.1.4 | integer | read-write |
Description. |
gponTrafficProfileCfgCbs | 1.3.6.1.4.1.17409.2.8.11.4.1.1.5 | integer | read-write |
Description. |
gponTrafficProfileCfgPbs | 1.3.6.1.4.1.17409.2.8.11.4.1.1.6 | integer | read-write |
Description. |
gponTrafficProfileCfgPriority | 1.3.6.1.4.1.17409.2.8.11.4.1.1.7 | integer | read-write |
Description. |
gponTrafficProfileBindNum | 1.3.6.1.4.1.17409.2.8.11.4.1.1.8 | integer | read-only |
Description. |
gponTrafficProfileRowStatus | 1.3.6.1.4.1.17409.2.8.11.4.1.1.9 | rowstatus | read-only |
Description. |