NSCRTV-FTTX-GPON-MIB Table View
Table-centric layout grouping table, row, and column objects.
Tables
46
Rows
46
Columns
489
gponActiveAlarmTable
table.1.3.6.1.4.1.17409.2.2.12.2.1
·
1 row entry
·
10 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk gponActiveAlarmTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::gponActiveAlarmTable'
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.
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Alarm sequence number
The definition refered to the description of activeAlarmTable |
SNMPv2-SMIUnsigned32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.17409.2.2.12.2.1.1.1 |
||||||||||||
| GponAlarmCode Type Constraints: range: 1..65535 |
.1.3.6.1.4.1.17409.2.2.12.2.1.1.2 |
|||||||||||||
|
Alarm instance, indicates the detailed managed object
|
GponAlarmInstance Type Constraints: range: 8 |
.1.3.6.1.4.1.17409.2.2.12.2.1.1.3 |
||||||||||||
| GponSeverityType Type Values:
|
.1.3.6.1.4.1.17409.2.2.12.2.1.1.4 |
|||||||||||||
|
Alarm raising number.
The definition refered to the description of activeAlarmTable |
SNMPv2-SMIUnsigned32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.17409.2.2.12.2.1.1.5 |
||||||||||||
|
The time stamp when alarm occurs, which triggered to create the
active alarm entry. |
SNMPv2-TCDateAndTime Type Constraints: range: 8range: 11Description: A date-time specification. field octets contents range ----- ------ -------- ----- 1 1-2 year* 0..65536 2 3 month … |
.1.3.6.1.4.1.17409.2.2.12.2.1.1.6 |
||||||||||||
|
The time stamp when alarm occurs, where the alarm is duplicated
with existed active alarm entry, and it was the latest one. |
SNMPv2-TCDateAndTime Type Constraints: range: 8range: 11Description: A date-time specification. field octets contents range ----- ------ -------- ----- 1 1-2 year* 0..65536 2 3 month … |
.1.3.6.1.4.1.17409.2.2.12.2.1.1.7 |
||||||||||||
|
Number of repeated alarms for this active alarm entry
|
SNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.17409.2.2.12.2.1.1.8 |
||||||||||||
|
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. |
SNMPv2-TCTruthValuer/w Type Values:
Description: Represents a boolean value. |
.1.3.6.1.4.1.17409.2.2.12.2.1.1.9 |
||||||||||||
|
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 |
OctetString Constraints: range: 0-256 |
.1.3.6.1.4.1.17409.2.2.12.2.1.1.10 |
gponHistoryAlarmTable
table.1.3.6.1.4.1.17409.2.2.12.2.2
·
1 row entry
·
11 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk gponHistoryAlarmTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::gponHistoryAlarmTable'
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.
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Alarm sequence number
The definition refered to the description of gponHistoryAlarmTable |
SNMPv2-SMIUnsigned32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.17409.2.2.12.2.2.1.1 |
||||||||||||
| GponAlarmCode Type Constraints: range: 1..65535 |
.1.3.6.1.4.1.17409.2.2.12.2.2.1.2 |
|||||||||||||
|
Alarm instance, indicates the detailed managed object
|
GponAlarmInstance Type Constraints: range: 8 |
.1.3.6.1.4.1.17409.2.2.12.2.2.1.3 |
||||||||||||
| GponSeverityType Type Values:
|
.1.3.6.1.4.1.17409.2.2.12.2.2.1.4 |
|||||||||||||
|
Alarm raising number.
The definition refered to the description of gponHistoryAlarmTable |
SNMPv2-SMIUnsigned32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.17409.2.2.12.2.2.1.5 |
||||||||||||
|
The time stamp when alarm occurs, which triggered to create the
history alarm entry. |
SNMPv2-TCDateAndTime Type Constraints: range: 8range: 11Description: A date-time specification. field octets contents range ----- ------ -------- ----- 1 1-2 year* 0..65536 2 3 month … |
.1.3.6.1.4.1.17409.2.2.12.2.2.1.6 |
||||||||||||
|
The time stamp when alarm occurs, where the alarm is duplicated
with existed history alarm entry, and it was the latest one. |
SNMPv2-TCDateAndTime Type Constraints: range: 8range: 11Description: A date-time specification. field octets contents range ----- ------ -------- ----- 1 1-2 year* 0..65536 2 3 month … |
.1.3.6.1.4.1.17409.2.2.12.2.2.1.7 |
||||||||||||
|
Number of repeated alarms for this history alarm entry
|
SNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.17409.2.2.12.2.2.1.8 |
||||||||||||
|
It is the corresponding sequence ID of the alarm that to
be cleared. |
SNMPv2-SMIUnsigned32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.17409.2.2.12.2.2.1.9 |
||||||||||||
|
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 |
OctetString Constraints: range: 0-256 |
.1.3.6.1.4.1.17409.2.2.12.2.2.1.10 |
||||||||||||
|
Define when the alarm was cleared
|
SNMPv2-TCDateAndTime Type Constraints: range: 8range: 11Description: A date-time specification. field octets contents range ----- ------ -------- ----- 1 1-2 year* 0..65536 2 3 month … |
.1.3.6.1.4.1.17409.2.2.12.2.2.1.11 |
gponEventLogTable
table.1.3.6.1.4.1.17409.2.2.12.2.3
·
1 row entry
·
5 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk gponEventLogTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::gponEventLogTable'
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.
Indexes
| Column | Syntax | OID |
|---|---|---|
|
Event sequence number
The definition refered to the description of gponTrapSequenceNumber |
SNMPv2-SMIUnsigned32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.17409.2.2.12.2.3.1.1 |
| GponAlarmCode Type Constraints: range: 1..65535 |
.1.3.6.1.4.1.17409.2.2.12.2.3.1.2 |
|
|
Event instance, indicates the detailed managed object
|
GponAlarmInstance Type Constraints: range: 8 |
.1.3.6.1.4.1.17409.2.2.12.2.3.1.3 |
|
The time stamp when event occurs
|
SNMPv2-TCDateAndTime Type Constraints: range: 8range: 11Description: A date-time specification. field octets contents range ----- ------ -------- ----- 1 1-2 year* 0..65536 2 3 month … |
.1.3.6.1.4.1.17409.2.2.12.2.3.1.4 |
|
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 |
OctetString Constraints: range: 0-256 |
.1.3.6.1.4.1.17409.2.2.12.2.3.1.5 |
gponManagementAddrTable
table.1.3.6.1.4.1.17409.2.2.12.3.1
·
1 row entry
·
4 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk gponManagementAddrTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::gponManagementAddrTable'
A table of transport addresses to be used in the generation of SNMP messages.
A transport address to be used in the generation
of SNMP operations.
Entries in the snmpTargetAddrTable are created and
deleted using the snmpTargetAddrRowStatus object.
of SNMP operations.
Entries in the snmpTargetAddrTable are created and
deleted using the snmpTargetAddrRowStatus object.
Indexes
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| OctetString Constraints: range: 1-32 |
.1.3.6.1.4.1.17409.2.2.12.3.1.1.1 |
|||||||||||||
| TAddressr/w Type Constraints: range: 8 |
.1.3.6.1.4.1.17409.2.2.12.3.1.1.2 |
|||||||||||||
| OctetStringr/w Constraints: range: 0-64 |
.1.3.6.1.4.1.17409.2.2.12.3.1.1.3 |
|||||||||||||
| SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.17409.2.2.12.3.1.1.4 |
.1.3.6.1.4.1.17409.2.8.3.4
·
1 row entry
·
5 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk gponOnuAuthenticationModeTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::gponOnuAuthenticationModeTable'
The gponOnuAuthenticationModeEntry Information
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.3.4.1.1 |
|||||||||||||
| GponCardIndex | .1.3.6.1.4.1.17409.2.8.3.4.1.2 |
|||||||||||||
|
pon
|
GponPortIndex Type Constraints: range: 0..255 |
.1.3.6.1.4.1.17409.2.8.3.4.1.3 |
||||||||||||
|
Authen mode;This is mode in authen
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.3.4.1.4 |
||||||||||||
|
AutoFindEnable.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.3.4.1.5 |
gponOnuInfoTable
table.1.3.6.1.4.1.17409.2.8.4.1
·
1 row entry
·
23 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk gponOnuInfoTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::gponOnuInfoTable'
A list of gponOnuInfoTable entries.
The gponOnuInfoEntry Information
Indexes
| Column | Syntax | OID | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
onuDevice Index
|
GponDeviceIndex | .1.3.6.1.4.1.17409.2.8.4.1.1.1 |
||||||||||
|
onu Name
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.4.1.1.2 |
||||||||||
|
ONU serial number.
|
OctetString Constraints: range: 8-8 |
.1.3.6.1.4.1.17409.2.8.4.1.1.3 |
||||||||||
|
onu Type
fixed(1) - not slot concept chassisBased(2) - port is indexed by coupling slot ID |
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.4.1.1.4 |
||||||||||
|
ONU vendor id.
|
OctetString Constraints: range: 4-4 |
.1.3.6.1.4.1.17409.2.8.4.1.1.5 |
||||||||||
|
ONU model id.
|
OctetString Constraints: range: 20-20 |
.1.3.6.1.4.1.17409.2.8.4.1.1.6 |
||||||||||
|
onu Operation Status
|
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.4.1.1.7 |
||||||||||
|
onu Admin Status
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.4.1.1.8 |
||||||||||
|
onu Test Distance
|
MeterInteger32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.1.1.9 |
||||||||||
|
reset ONU
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.4.1.1.10 |
||||||||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.4.1.1.11 |
||||||||||
|
Description.
|
secondSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.17409.2.8.4.1.1.12 |
||||||||||
|
Description.
|
secondSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.17409.2.8.4.1.1.13 |
||||||||||
|
Description.
|
SNMPv2-TCDisplayString Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.4.1.1.14 |
||||||||||
|
Description.
|
SNMPv2-TCTruthValuer/w Type Values:
Description: Represents a boolean value. |
.1.3.6.1.4.1.17409.2.8.4.1.1.15 |
||||||||||
|
Description.
|
SNMPv2-TCTruthValuer/w Type Values:
Description: Represents a boolean value. |
.1.3.6.1.4.1.17409.2.8.4.1.1.16 |
||||||||||
|
Description.
|
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.4.1.1.100 |
||||||||||
|
Description.
|
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.4.1.1.101 |
||||||||||
|
Description.
|
SNMPv2-TCDisplayString Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.4.1.1.102 |
||||||||||
|
Description.
|
SNMPv2-TCDisplayString Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.4.1.1.103 |
||||||||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.4.1.1.104 |
||||||||||
|
Description.
|
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.4.1.1.105 |
||||||||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.4.1.1.106 |
onuInfoSoftwareTable
table.1.3.6.1.4.1.17409.2.8.4.2
·
1 row entry
·
9 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk onuInfoSoftwareTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::onuInfoSoftwareTable'
Description.
Description.
Indexes
| Column | Syntax | OID | ||||
|---|---|---|---|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.2.1.1 |
||||
|
Description.
|
SNMPv2-TCDisplayString Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.4.2.1.2 |
||||
|
Description.
|
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.4.2.1.3 |
||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.4.2.1.4 |
||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.4.2.1.5 |
||||
|
Description.
|
SNMPv2-TCDisplayString Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.4.2.1.6 |
||||
|
Description.
|
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.4.2.1.7 |
||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.4.2.1.8 |
||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.4.2.1.9 |
onuIpHostTable
table.1.3.6.1.4.1.17409.2.8.4.3
·
1 row entry
·
20 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk onuIpHostTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::onuIpHostTable'
Description.
Description.
Indexes
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.3.1.1 |
||||||||||||
|
Description.
|
Integer32 Constraints: range: 0-64 |
.1.3.6.1.4.1.17409.2.8.4.3.1.2 |
||||||||||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.4.3.1.3 |
||||||||||||
|
Description.
|
SNMPv2-SMIIpAddressr/w Type Constraints: range: 4 |
.1.3.6.1.4.1.17409.2.8.4.3.1.4 |
||||||||||||
|
Description.
|
SNMPv2-SMIIpAddressr/w Type Constraints: range: 4 |
.1.3.6.1.4.1.17409.2.8.4.3.1.5 |
||||||||||||
|
Description.
|
SNMPv2-SMIIpAddressr/w Type Constraints: range: 4 |
.1.3.6.1.4.1.17409.2.8.4.3.1.6 |
||||||||||||
|
Description.
|
SNMPv2-SMIIpAddressr/w Type Constraints: range: 4 |
.1.3.6.1.4.1.17409.2.8.4.3.1.7 |
||||||||||||
|
Description.
|
SNMPv2-SMIIpAddressr/w Type Constraints: range: 4 |
.1.3.6.1.4.1.17409.2.8.4.3.1.8 |
||||||||||||
|
Description.
|
Integer32r/w Constraints: range: 0-7 |
.1.3.6.1.4.1.17409.2.8.4.3.1.9 |
||||||||||||
|
Description.
|
Integer32r/w Constraints: range: 1-4094 |
.1.3.6.1.4.1.17409.2.8.4.3.1.10 |
||||||||||||
|
Description.
|
SNMPv2-TCMacAddress Type Constraints: range: 6Description: Represents an 802 MAC address represented in the `canonical' order defined by IEEE 802.1a, i.e., as if it were transmitted least significant bit first, even though 802.5 (in contrast to other 802.x protocols) requires M… |
.1.3.6.1.4.1.17409.2.8.4.3.1.11 |
||||||||||||
|
Description.
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.4.3.1.12 |
||||||||||||
|
Description.
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.4.3.1.13 |
||||||||||||
|
Description.
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.4.3.1.14 |
||||||||||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.4.3.1.15 |
||||||||||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.4.3.1.16 |
||||||||||||
|
Description.
|
Integer32r/w Constraints: range: 1-4094 |
.1.3.6.1.4.1.17409.2.8.4.3.1.17 |
||||||||||||
|
Description.
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.4.3.1.18 |
||||||||||||
|
Description.
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.4.3.1.19 |
||||||||||||
|
Description.
|
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.17409.2.8.4.3.1.20 |
.1.3.6.1.4.1.17409.2.8.4.4
·
1 row entry
·
9 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk gponOnuPonPortOpticalTransmissionPropertyTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::gponOnuPonPortOpticalTransmissionPropertyTable'
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
The gponOnuPonPortOpticalTransmissionPropertyEntry Information
| Column | Syntax | OID |
|---|---|---|
|
Device Index of the ONU.
|
GponDeviceIndex | .1.3.6.1.4.1.17409.2.8.4.4.1.1 |
|
Card Index in the ONU. Shall set to 0, if ONU is not a modulized
device |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.4.1.2 |
|
Port Index in the Pon card of ONU
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.4.1.3 |
|
received Optical Power
|
centi-dBmInteger32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.4.1.4 |
|
tramsmitted Optical Power
|
centi-dBmInteger32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.4.1.5 |
|
biasCurrent
|
centi-mAInteger32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.4.1.6 |
|
onuworking Voltage
|
centi-mVInteger32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.4.1.7 |
|
working Temperature
|
Centi-degree centigradeInteger32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.4.1.8 |
|
Description.
|
centi-dBmInteger32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.4.1.100 |
onuCapabilityTable
table.1.3.6.1.4.1.17409.2.8.4.5
·
1 row entry
·
13 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk onuCapabilityTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::onuCapabilityTable'
A list of onuInfoTable entries.
The onuCapabilityEntry Information
Indexes
| Column | Syntax | OID | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
onu Device Index
|
GponDeviceIndex | .1.3.6.1.4.1.17409.2.8.4.5.1.1 |
||||||||
|
0x80 ITU-T G.984.4 (06/04)
NOTE – For 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.… |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.5.1.2 |
||||||||
|
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 mo… |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.5.1.3 |
||||||||
|
fePort Num
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.5.1.4 |
||||||||
| Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.5.1.5 |
|||||||||
| Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.5.1.6 |
|||||||||
| Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.5.1.7 |
|||||||||
|
0: Priority controlled and flexibly scheduled upstream traffic.
1: Rate controlled upstream traffic. 2: Priority and rate controlled. |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.5.1.8 |
||||||||
| Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.5.1.9 |
|||||||||
| Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.5.1.10 |
|||||||||
|
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-filterin… |
Bits Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.4.5.1.11 |
||||||||
|
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 re… |
Bits Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.4.5.1.12 |
||||||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.5.1.16 |
.1.3.6.1.4.1.17409.2.8.4.6.1
·
1 row entry
·
8 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk onuAuthenticationConfigTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::onuAuthenticationConfigTable'
A list of onuAuthenticationPreConfigTable entries.
The onuAuthenticationPreConfigEntry Information
Indexes
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
onu logical ID
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.6.1.1.1 |
||||||||||||
|
onu Mac Address
|
OctetStringr/w Constraints: range: 8-8 |
.1.3.6.1.4.1.17409.2.8.4.6.1.1.2 |
||||||||||||
|
Authen Action
This is optional in function |
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.4.6.1.1.3 |
||||||||||||
|
Description.
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.4.6.1.1.4 |
||||||||||||
|
Description.
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.4.6.1.1.5 |
||||||||||||
|
Description.
|
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.6.1.1.6 |
||||||||||||
|
Description.
|
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.6.1.1.7 |
||||||||||||
|
authen Row Status
|
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.17409.2.8.4.6.1.1.8 |
onuAutoFindTable
table.1.3.6.1.4.1.17409.2.8.4.7
·
1 row entry
·
10 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk onuAutoFindTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::onuAutoFindTable'
Description.
Description.
Indexes
| Column | Syntax | OID | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.7.1.1 |
||||||||
|
Description.
|
SNMPv2-TCDisplayString Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.4.7.1.2 |
||||||||
|
Description.
|
SNMPv2-TCDisplayString Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.4.7.1.3 |
||||||||
|
Description.
|
SNMPv2-TCDisplayString Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.4.7.1.4 |
||||||||
|
Description.
|
SNMPv2-TCDisplayString Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.4.7.1.5 |
||||||||
|
Description.
|
SNMPv2-TCDisplayString Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.4.7.1.6 |
||||||||
|
Description.
|
SNMPv2-TCDateAndTime Type Constraints: range: 8range: 11Description: A date-time specification. field octets contents range ----- ------ -------- ----- 1 1-2 year* 0..65536 2 3 month … |
.1.3.6.1.4.1.17409.2.8.4.7.1.7 |
||||||||
|
Description.
|
SNMPv2-TCDisplayString Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.4.7.1.8 |
||||||||
|
Description.
|
SNMPv2-TCDisplayString Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.4.7.1.9 |
||||||||
|
Description.
|
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.4.7.1.10 |
.1.3.6.1.4.1.17409.2.8.4.8
·
1 row entry
·
10 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk onuAutoAuthenticationTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::onuAutoAuthenticationTable'
Description.
Description.
Indexes
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.8.1.1 |
||||||||||||
|
Description.
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.4.8.1.2 |
||||||||||||
|
Description.
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.4.8.1.3 |
||||||||||||
|
Description.
|
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.8.1.4 |
||||||||||||
|
Description.
|
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.8.1.5 |
||||||||||||
|
Description.
|
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.8.1.6 |
||||||||||||
|
Description.
|
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.8.1.7 |
||||||||||||
|
Description.
|
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.8.1.8 |
||||||||||||
|
Description.
|
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.4.8.1.9 |
||||||||||||
|
Description.
|
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.17409.2.8.4.8.1.10 |
ethAttributeTable
table.1.3.6.1.4.1.17409.2.8.5.1
·
1 row entry
·
9 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk ethAttributeTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::ethAttributeTable'
A list of uniAttributeTable entries.
The uniAttributeEntry Information
| Column | Syntax | OID | ||||||
|---|---|---|---|---|---|---|---|---|
|
Device 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 |
||||||
|
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 |
GponCardIndex | .1.3.6.1.4.1.17409.2.8.5.1.1.2 |
||||||
|
Port Index
|
GponPortIndex Type Constraints: range: 0..255 |
.1.3.6.1.4.1.17409.2.8.5.1.1.3 |
||||||
|
Admin Status
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.5.1.1.4 |
||||||
|
Operation Status
|
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.5.1.1.5 |
||||||
| Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.5.1.1.6 |
|||||||
| SNMPv2-TCTruthValuer/w Type Values:
Description: Represents a boolean value. |
.1.3.6.1.4.1.17409.2.8.5.1.1.7 |
|||||||
| SNMPv2-TCTruthValuer/w Type Values:
Description: Represents a boolean value. |
.1.3.6.1.4.1.17409.2.8.5.1.1.8 |
|||||||
|
Description.
|
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.5.1.1.9 |
gponOnuIgmpProfileTable
table.1.3.6.1.4.1.17409.2.8.6.4.1
·
1 row entry
·
20 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk gponOnuIgmpProfileTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::gponOnuIgmpProfileTable'
可控组播用户权限表 参考G.988-201210: 9.3.27 Multicast operations profile、9.3.28 Multicast subscriber config info
Indexes
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Profile索引号
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.6.4.1.1.1 |
||||||||||||
|
Profile名称
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.6.4.1.1.2 |
||||||||||||
|
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. |
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.6.4.1.1.3 |
||||||||||||
|
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… |
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.6.4.1.1.4 |
||||||||||||
|
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. |
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.6.4.1.1.5 |
||||||||||||
|
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 … |
Integer32r/w Constraints: range: 0-65535 |
.1.3.6.1.4.1.17409.2.8.6.4.1.1.6 |
||||||||||||
|
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 … |
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.6.4.1.1.7 |
||||||||||||
|
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 va… |
ppsInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.6.4.1.1.8 |
||||||||||||
|
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 specif… |
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.6.4.1.1.9 |
||||||||||||
|
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 specifi… |
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.6.4.1.1.10 |
||||||||||||
|
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 recommen… |
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.6.4.1.1.11 |
||||||||||||
|
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 … |
secondsInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.6.4.1.1.12 |
||||||||||||
|
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 … |
0.1 secondsInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.6.4.1.1.13 |
||||||||||||
|
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 mess… |
0.1 secondsInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.6.4.1.1.14 |
||||||||||||
|
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 auth… |
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.6.4.1.1.15 |
||||||||||||
|
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 attribut… |
Integer32r/w Constraints: range: 0-65535 |
.1.3.6.1.4.1.17409.2.8.6.4.1.1.16 |
||||||||||||
|
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 i… |
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.6.4.1.1.17 |
||||||||||||
|
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 ti… |
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.6.4.1.1.18 |
||||||||||||
|
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 a… |
BpsInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.6.4.1.1.19 |
||||||||||||
| SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.17409.2.8.6.4.1.1.20 |
gponOnuMulticastACLTable
table.1.3.6.1.4.1.17409.2.8.6.4.2
·
1 row entry
·
13 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk gponOnuMulticastACLTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::gponOnuMulticastACLTable'
ONU 组播权限表
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
组播权限集索引
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.6.4.2.1.1 |
||||||||||||
|
组播权限规则索引
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.6.4.2.1.2 |
||||||||||||
|
规则名字
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.6.4.2.1.3 |
||||||||||||
|
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 untagge… |
Integer32r/w Constraints: range: 0-4094 |
.1.3.6.1.4.1.17409.2.8.6.4.2.1.4 |
||||||||||||
|
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. |
SNMPv2-SMIIpAddressr/w Type Constraints: range: 4 |
.1.3.6.1.4.1.17409.2.8.6.4.2.1.5 |
||||||||||||
|
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 ] |
SNMPv2-SMIIpAddressr/w Type Constraints: range: 4 |
.1.3.6.1.4.1.17409.2.8.6.4.2.1.6 |
||||||||||||
|
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 ] |
SNMPv2-SMIIpAddressr/w Type Constraints: range: 4 |
.1.3.6.1.4.1.17409.2.8.6.4.2.1.7 |
||||||||||||
|
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… |
secondsInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.6.4.2.1.8 |
||||||||||||
|
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. |
secondsInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.6.4.2.1.9 |
||||||||||||
|
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: … |
Integer32r/w Constraints: range: 1-24 |
.1.3.6.1.4.1.17409.2.8.6.4.2.1.10 |
||||||||||||
|
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 u… |
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.6.4.2.1.11 |
||||||||||||
|
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 … |
BpsInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.6.4.2.1.12 |
||||||||||||
|
行状态
|
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.17409.2.8.6.4.2.1.13 |
gponOnuIgmpAclTable
table.1.3.6.1.4.1.17409.2.8.6.4.3
·
1 row entry
·
5 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk gponOnuIgmpAclTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::gponOnuIgmpAclTable'
Description.
Description.
Indexes
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.6.4.3.1.1 |
||||||||||||
|
Description.
|
OctetStringr/w Constraints: range: 1-32 |
.1.3.6.1.4.1.17409.2.8.6.4.3.1.2 |
||||||||||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.6.4.3.1.3 |
||||||||||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.6.4.3.1.4 |
||||||||||||
|
Description.
|
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.17409.2.8.6.4.3.1.5 |
gponIgmpOnuUniTable
table.1.3.6.1.4.1.17409.2.8.6.5
·
1 row entry
·
5 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk gponIgmpOnuUniTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::gponIgmpOnuUniTable'
A list of gponIgmpOnuUniTable entries.
The gponIgmpOnuUniEntry Information
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
设备索引
|
GponDeviceIndex | .1.3.6.1.4.1.17409.2.8.6.5.1.1 |
||||||||||||
|
板卡索引
|
GponCardIndex | .1.3.6.1.4.1.17409.2.8.6.5.1.2 |
||||||||||||
|
端口索引
|
GponPortIndexr/w Type Constraints: range: 0..255 |
.1.3.6.1.4.1.17409.2.8.6.5.1.3 |
||||||||||||
|
gponOnuIgmpProfileTable索引
|
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.6.5.1.4 |
||||||||||||
|
行状态
|
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.17409.2.8.6.5.1.5 |
.1.3.6.1.4.1.17409.2.8.6.6
·
1 row entry
·
8 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk igmpOnuMulticastInfoTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::igmpOnuMulticastInfoTable'
A list of igmpOnuMulticastInfoTable entries. G.988-201210: 9.3.29 Multicast subscriber monitor, Attribute: IPv4 active group list table
The igmpOnuUniEntry Information
| Column | Syntax | OID |
|---|---|---|
|
设备索引
|
GponDeviceIndex | .1.3.6.1.4.1.17409.2.8.6.6.1.1 |
|
板卡索引
|
GponCardIndex | .1.3.6.1.4.1.17409.2.8.6.6.1.2 |
|
端口索引
|
GponPortIndexr/w Type Constraints: range: 0..255 |
.1.3.6.1.4.1.17409.2.8.6.6.1.3 |
|
组播条目索引
|
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.6.6.1.4 |
|
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 |
SNMPv2-SMIIpAddressr/w Type Constraints: range: 4 |
.1.3.6.1.4.1.17409.2.8.6.6.1.5 |
|
G.988-201210: 9.3.29 Multicast subscriber monitor, Attribute: IPv4 active group list table
Multicast destination IP address |
SNMPv2-SMIIpAddressr/w Type Constraints: range: 4 |
.1.3.6.1.4.1.17409.2.8.6.6.1.6 |
|
G.988-201210: 9.3.29 Multicast subscriber monitor, Attribute: IPv4 active group list table
VLAN ID, 0 if not used |
Integer32r/w Constraints: range: 0-4094 |
.1.3.6.1.4.1.17409.2.8.6.6.1.7 |
|
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. |
SNMPv2-SMIIpAddressr/w Type Constraints: range: 4 |
.1.3.6.1.4.1.17409.2.8.6.6.1.8 |
.1.3.6.1.4.1.17409.2.8.10.5
·
1 row entry
·
7 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk gponPerfStatsThresholdTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::gponPerfStatsThresholdTable'
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| GponDeviceIndex | .1.3.6.1.4.1.17409.2.8.10.5.1.1 |
|||||||||||||
| GponCardIndex | .1.3.6.1.4.1.17409.2.8.10.5.1.2 |
|||||||||||||
| GponPortIndex Type Constraints: range: 0..255 |
.1.3.6.1.4.1.17409.2.8.10.5.1.3 |
|||||||||||||
|
门限类型;
1、GponStatsThresholdType为“50 Temperature”温度时,单位是摄氏度,偏移量+100,比如门限设置为75摄氏度,实际是-25摄氏度来进行比较判定; 2、GponStatsThresholdType为“51 Voltage”温度时,单位是“centi-mv”; 3、Gpon… |
GponStatsThresholdType Type Constraints: range: 1..1024 |
.1.3.6.1.4.1.17409.2.8.10.5.1.4 |
||||||||||||
|
阈值上限
|
SNMPv2-SMICounter64r/w Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.5.1.5 |
||||||||||||
|
阈值下限
|
SNMPv2-SMICounter64r/w Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.5.1.6 |
||||||||||||
| SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.17409.2.8.10.5.1.7 |
curStatsGemPortTable
table.1.3.6.1.4.1.17409.2.8.10.6
·
1 row entry
·
7 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk curStatsGemPortTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::curStatsGemPortTable'
Description.
Description.
| Column | Syntax | OID | ||||
|---|---|---|---|---|---|---|
|
Description.
|
GponDeviceIndex | .1.3.6.1.4.1.17409.2.8.10.6.1.1 |
||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.10.6.1.2 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.6.1.3 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.6.1.4 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.6.1.5 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.6.1.6 |
||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.10.6.1.7 |
stats15GemPortTable
table.1.3.6.1.4.1.17409.2.8.10.7
·
1 row entry
·
11 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk stats15GemPortTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::stats15GemPortTable'
Description.
Description.
| Column | Syntax | OID | ||||
|---|---|---|---|---|---|---|
|
Description.
|
GponDeviceIndex | .1.3.6.1.4.1.17409.2.8.10.7.1.1 |
||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.10.7.1.2 |
||||
|
Description.
|
GponStats15MinRecordType Type Constraints: range: 0..96 |
.1.3.6.1.4.1.17409.2.8.10.7.1.3 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.7.1.4 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.7.1.5 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.7.1.6 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.7.1.7 |
||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.10.7.1.8 |
||||
|
Description.
|
SNMPv2-TCTruthValue Type Values:
Description: Represents a boolean value. |
.1.3.6.1.4.1.17409.2.8.10.7.1.9 |
||||
|
Description.
|
secondsSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.17409.2.8.10.7.1.10 |
||||
|
Description.
|
SNMPv2-TCDateAndTime Type Constraints: range: 8range: 11Description: A date-time specification. field octets contents range ----- ------ -------- ----- 1 1-2 year* 0..65536 2 3 month … |
.1.3.6.1.4.1.17409.2.8.10.7.1.11 |
stats24GemPortTable
table.1.3.6.1.4.1.17409.2.8.10.8
·
1 row entry
·
11 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk stats24GemPortTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::stats24GemPortTable'
Description.
Description.
| Column | Syntax | OID | ||||
|---|---|---|---|---|---|---|
|
Description.
|
GponDeviceIndex | .1.3.6.1.4.1.17409.2.8.10.8.1.1 |
||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.10.8.1.2 |
||||
|
Description.
|
GponStats24HourRecordType Type Constraints: range: 0..30 |
.1.3.6.1.4.1.17409.2.8.10.8.1.3 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.8.1.4 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.8.1.5 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.8.1.6 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.8.1.7 |
||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.10.8.1.8 |
||||
|
Description.
|
SNMPv2-TCTruthValue Type Values:
Description: Represents a boolean value. |
.1.3.6.1.4.1.17409.2.8.10.8.1.9 |
||||
|
Description.
|
secondsSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.17409.2.8.10.8.1.10 |
||||
|
Description.
|
SNMPv2-TCDateAndTime Type Constraints: range: 8range: 11Description: A date-time specification. field octets contents range ----- ------ -------- ----- 1 1-2 year* 0..65536 2 3 month … |
.1.3.6.1.4.1.17409.2.8.10.8.1.11 |
statsPortQueuesTable
table.1.3.6.1.4.1.17409.2.8.10.39
·
1 row entry
·
8 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk statsPortQueuesTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::statsPortQueuesTable'
Description.
Description.
| Column | Syntax | OID | ||||
|---|---|---|---|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.10.39.1.1 |
||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.10.39.1.2 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.39.1.3 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.39.1.4 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.39.1.5 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.39.1.6 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.39.1.7 |
||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.10.39.1.8 |
cur15StatsOnuEthTable
table.1.3.6.1.4.1.17409.2.8.10.40
·
1 row entry
·
30 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk cur15StatsOnuEthTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::cur15StatsOnuEthTable'
Description.
Description.
| Column | Syntax | OID |
|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.10.40.1.1 |
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.10.40.1.2 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.3 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.4 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.5 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.6 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.7 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.8 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.9 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.10 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.11 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.12 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.13 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.14 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.15 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.16 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.17 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.18 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.19 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.20 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.21 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.22 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.23 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.24 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.25 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.26 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.27 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.28 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.29 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.40.1.30 |
statsPortTable
table.1.3.6.1.4.1.17409.2.8.10.41
·
1 row entry
·
37 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk statsPortTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::statsPortTable'
Description.
Description.
Indexes
| Column | Syntax | OID | ||||
|---|---|---|---|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.10.41.1.1 |
||||
|
Description.
|
OctetString | .1.3.6.1.4.1.17409.2.8.10.41.1.2 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.3 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.4 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.5 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.6 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.7 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.8 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.9 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.10 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.11 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.12 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.13 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.14 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.15 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.16 |
||||
|
Description.
|
SNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.17409.2.8.10.41.1.17 |
||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.10.41.1.18 |
||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.10.41.1.19 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.20 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.21 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.22 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.23 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.24 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.25 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.26 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.27 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.28 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.29 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.30 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.31 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.32 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.41.1.33 |
||||
|
Description.
|
SNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.17409.2.8.10.41.1.34 |
||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.10.41.1.35 |
||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.10.41.1.36 |
||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.10.41.1.37 |
portStatsControlTable
table.1.3.6.1.4.1.17409.2.8.10.42
·
1 row entry
·
5 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk portStatsControlTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::portStatsControlTable'
Description.
Description.
Indexes
| Column | Syntax | OID | ||||
|---|---|---|---|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.10.42.1.1 |
||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.10.42.1.2 |
||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.10.42.1.3 |
||||
|
Description.
|
Integer32r/w Constraints: range: 0-0range: 30-3600 |
.1.3.6.1.4.1.17409.2.8.10.42.1.4 |
||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.10.42.1.5 |
curStatsOnuEthTable
table.1.3.6.1.4.1.17409.2.8.10.43
·
1 row entry
·
32 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk curStatsOnuEthTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::curStatsOnuEthTable'
Description.
Description.
| Column | Syntax | OID | ||||
|---|---|---|---|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.10.43.1.1 |
||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.10.43.1.2 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.3 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.4 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.5 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.6 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.7 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.8 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.9 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.10 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.11 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.12 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.13 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.14 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.15 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.16 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.17 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.18 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.19 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.20 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.21 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.22 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.23 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.24 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.25 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.26 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.27 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.28 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.29 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.30 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.43.1.31 |
||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.10.43.1.32 |
hist15StatsOnuEthTable
table.1.3.6.1.4.1.17409.2.8.10.44
·
1 row entry
·
32 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk hist15StatsOnuEthTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::hist15StatsOnuEthTable'
Description.
Description.
| Column | Syntax | OID |
|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.10.44.1.1 |
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.10.44.1.2 |
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.10.44.1.3 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.4 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.5 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.6 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.7 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.8 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.9 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.10 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.11 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.12 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.13 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.14 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.15 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.16 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.17 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.18 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.19 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.20 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.21 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.22 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.23 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.24 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.25 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.26 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.27 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.28 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.29 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.30 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.31 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.44.1.32 |
onuStatsControlTable
table.1.3.6.1.4.1.17409.2.8.10.45
·
1 row entry
·
3 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk onuStatsControlTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::onuStatsControlTable'
Description.
Description.
Indexes
| Column | Syntax | OID | ||||
|---|---|---|---|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.10.45.1.1 |
||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.10.45.1.2 |
||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.10.45.1.3 |
curStatsOnuGemTable
table.1.3.6.1.4.1.17409.2.8.10.46
·
1 row entry
·
8 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk curStatsOnuGemTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::curStatsOnuGemTable'
Description.
Description.
| Column | Syntax | OID | ||||
|---|---|---|---|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.10.46.1.1 |
||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.10.46.1.2 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.46.1.3 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.46.1.4 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.46.1.5 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.46.1.6 |
||||
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.46.1.7 |
||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.10.46.1.8 |
hist15StatsOnuGemTable
table.1.3.6.1.4.1.17409.2.8.10.47
·
1 row entry
·
8 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk hist15StatsOnuGemTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::hist15StatsOnuGemTable'
Description.
Description.
| Column | Syntax | OID |
|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.10.47.1.1 |
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.10.47.1.2 |
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.10.47.1.3 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.47.1.4 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.47.1.5 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.47.1.6 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.47.1.7 |
|
Description.
|
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.17409.2.8.10.47.1.8 |
gponDbaProfileInfoTable
table.1.3.6.1.4.1.17409.2.8.11.1.1
·
1 row entry
·
8 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk gponDbaProfileInfoTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::gponDbaProfileInfoTable'
Description.
Description.
Indexes
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.1.1.1.1 |
||||||||||||
|
Description.
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.11.1.1.1.2 |
||||||||||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.11.1.1.1.3 |
||||||||||||
|
Description.
|
kbit/sInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.1.1.1.4 |
||||||||||||
|
Description.
|
kbit/sInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.1.1.1.5 |
||||||||||||
|
Description.
|
kbit/sInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.1.1.1.6 |
||||||||||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.1.1.1.7 |
||||||||||||
|
Description.
|
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.17409.2.8.11.1.1.1.8 |
gponLineProfileInfoTable
table.1.3.6.1.4.1.17409.2.8.11.2.1
·
1 row entry
·
10 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk gponLineProfileInfoTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::gponLineProfileInfoTable'
Description.
Description.
Indexes
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.2.1.1.1 |
||||||||||||
|
Description.
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.11.2.1.1.2 |
||||||||||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.11.2.1.1.3 |
||||||||||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.11.2.1.1.4 |
||||||||||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.2.1.1.5 |
||||||||||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.2.1.1.6 |
||||||||||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.2.1.1.7 |
||||||||||||
|
Description.
|
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.17409.2.8.11.2.1.1.8 |
||||||||||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.11.2.1.1.9 |
||||||||||||
|
Description.
|
Integer32r/w Constraints: range: 0-1 |
.1.3.6.1.4.1.17409.2.8.11.2.1.1.10 |
.1.3.6.1.4.1.17409.2.8.11.2.2
·
1 row entry
·
4 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk gponLineProfileTcontTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::gponLineProfileTcontTable'
Description.
Description.
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.2.2.1.1 |
||||||||||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.2.2.1.2 |
||||||||||||
|
Description.
|
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.2.2.1.3 |
||||||||||||
|
Description.
|
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.17409.2.8.11.2.2.1.4 |
gponLineProfileGemTable
table.1.3.6.1.4.1.17409.2.8.11.2.3
·
1 row entry
·
9 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk gponLineProfileGemTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::gponLineProfileGemTable'
Description.
Description.
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.2.3.1.1 |
||||||||||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.2.3.1.2 |
||||||||||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.11.2.3.1.3 |
||||||||||||
|
Description.
|
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.2.3.1.4 |
||||||||||||
|
Description.
|
Integer32r/w Constraints: range: 0-7 |
.1.3.6.1.4.1.17409.2.8.11.2.3.1.5 |
||||||||||||
|
0:unconcern
|
Integer32r/w Constraints: range: 0-1024 |
.1.3.6.1.4.1.17409.2.8.11.2.3.1.6 |
||||||||||||
|
0:unconcern
|
Integer32r/w Constraints: range: 0-1024 |
.1.3.6.1.4.1.17409.2.8.11.2.3.1.7 |
||||||||||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.2.3.1.8 |
||||||||||||
|
Description.
|
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.17409.2.8.11.2.3.1.9 |
.1.3.6.1.4.1.17409.2.8.11.2.4
·
1 row entry
·
8 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk gponLineProfileGemMapTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::gponLineProfileGemMapTable'
Description.
Description.
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.2.4.1.1 |
||||||||||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.2.4.1.2 |
||||||||||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.2.4.1.3 |
||||||||||||
|
0xFFFE mean transparent.
0xFFF0 mean untagged. |
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.2.4.1.4 |
||||||||||||
|
Description.
|
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.2.4.1.5 |
||||||||||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.11.2.4.1.6 |
||||||||||||
|
Description.
|
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.2.4.1.7 |
||||||||||||
|
Description.
|
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.17409.2.8.11.2.4.1.8 |
gponSrvProfileInfoTable
table.1.3.6.1.4.1.17409.2.8.11.3.1
·
1 row entry
·
4 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk gponSrvProfileInfoTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::gponSrvProfileInfoTable'
Description.
Description.
Indexes
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.3.1.1.1 |
||||||||||||
|
Description.
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.11.3.1.1.2 |
||||||||||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.3.1.1.3 |
||||||||||||
|
Description.
|
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.17409.2.8.11.3.1.1.4 |
gponSrvProfileCfgTable
table.1.3.6.1.4.1.17409.2.8.11.3.2
·
1 row entry
·
4 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk gponSrvProfileCfgTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::gponSrvProfileCfgTable'
Description.
Description.
Indexes
| Column | Syntax | OID | ||||||
|---|---|---|---|---|---|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.3.2.1.1 |
||||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.11.3.2.1.2 |
||||||
|
0:unconcern;
-1:unlimited; 10-1000000:实际老化时间 |
secondInteger32r/w Constraints: range: -1-0range: 10-1000000 |
.1.3.6.1.4.1.17409.2.8.11.3.2.1.3 |
||||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.11.3.2.1.4 |
.1.3.6.1.4.1.17409.2.8.11.3.3
·
1 row entry
·
6 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk gponSrvProfilePortNumTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::gponSrvProfilePortNumTable'
Description.
Description.
| Column | Syntax | OID |
|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.3.3.1.1 |
|
-1:adaptive ,
0-24:port num |
Integer32r/w Constraints: range: -1-24 |
.1.3.6.1.4.1.17409.2.8.11.3.3.1.2 |
|
-1:adaptive , 0-2:port num
|
Integer32r/w Constraints: range: -1-2 |
.1.3.6.1.4.1.17409.2.8.11.3.3.1.3 |
|
-1:adaptive, 0-2:port num
|
Integer32r/w Constraints: range: -1-2 |
.1.3.6.1.4.1.17409.2.8.11.3.3.1.4 |
|
-1:adaptive , 0-8:port num
|
Integer32r/w Constraints: range: -1-8 |
.1.3.6.1.4.1.17409.2.8.11.3.3.1.5 |
|
-1:adaptive , 0-8:port num
|
Integer32r/w Constraints: range: -1-8 |
.1.3.6.1.4.1.17409.2.8.11.3.3.1.12 |
.1.3.6.1.4.1.17409.2.8.11.3.4
·
1 row entry
·
8 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk gponSrvProfileEthPortConfigTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::gponSrvProfileEthPortConfigTable'
Description.
Description.
| Column | Syntax | OID | ||||||
|---|---|---|---|---|---|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.3.4.1.1 |
||||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.3.4.1.2 |
||||||
|
-1:unconcern,
0:unlimited |
Integer32r/w Constraints: range: -1-255 |
.1.3.6.1.4.1.17409.2.8.11.3.4.1.3 |
||||||
|
0:unconcern
|
Integer32r/w Constraints: range: 0-0range: 1518-2000 |
.1.3.6.1.4.1.17409.2.8.11.3.4.1.4 |
||||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.11.3.4.1.5 |
||||||
|
0:unconcern
|
Integer32r/w Constraints: range: 0-1024 |
.1.3.6.1.4.1.17409.2.8.11.3.4.1.6 |
||||||
|
0:unconcern
|
Integer32r/w Constraints: range: 0-1024 |
.1.3.6.1.4.1.17409.2.8.11.3.4.1.7 |
||||||
|
Description.
|
Integer32r/w Constraints: range: 1500-1996 |
.1.3.6.1.4.1.17409.2.8.11.3.4.1.100 |
.1.3.6.1.4.1.17409.2.8.11.3.5.1
·
1 row entry
·
6 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk gponSrvProfilePortVlanCfgTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::gponSrvProfilePortVlanCfgTable'
Description.
Description.
| Column | Syntax | OID | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.3.5.1.1.1 |
||||||||||
|
Description.
|
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.11.3.5.1.1.2 |
||||||||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.3.5.1.1.3 |
||||||||||
|
0:unconcern
|
Integer32r/w Constraints: range: 0-4094 |
.1.3.6.1.4.1.17409.2.8.11.3.5.1.1.4 |
||||||||||
|
Description.
|
Integer32r/w Constraints: range: 0-7 |
.1.3.6.1.4.1.17409.2.8.11.3.5.1.1.5 |
||||||||||
|
Description.
|
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.11.3.5.1.1.6 |
.1.3.6.1.4.1.17409.2.8.11.3.5.2
·
1 row entry
·
6 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk gponSrvProfilePortVlanTranslationTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::gponSrvProfilePortVlanTranslationTable'
Description.
Description.
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.3.5.2.1.1 |
||||||||||||
|
Description.
|
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.11.3.5.2.1.2 |
||||||||||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.3.5.2.1.3 |
||||||||||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.3.5.2.1.4 |
||||||||||||
|
Description.
|
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.3.5.2.1.5 |
||||||||||||
|
Description.
|
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.17409.2.8.11.3.5.2.1.6 |
.1.3.6.1.4.1.17409.2.8.11.3.5.3
·
1 row entry
·
6 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk gponSrvProfilePortVlanAggregationTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::gponSrvProfilePortVlanAggregationTable'
Description.
Description.
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.3.5.3.1.1 |
||||||||||||
|
Description.
|
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.11.3.5.3.1.2 |
||||||||||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.3.5.3.1.3 |
||||||||||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.3.5.3.1.4 |
||||||||||||
|
max num of vlan is 8, two bytes is one vlan.
|
OctetStringr/w Constraints: range: 16-16 |
.1.3.6.1.4.1.17409.2.8.11.3.5.3.1.5 |
||||||||||||
|
Description.
|
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.17409.2.8.11.3.5.3.1.6 |
.1.3.6.1.4.1.17409.2.8.11.3.5.4
·
1 row entry
·
5 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk gponSrvProfilePortVlanTrunkTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::gponSrvProfilePortVlanTrunkTable'
Description.
Description.
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.3.5.4.1.1 |
||||||||||||
|
Description.
|
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.17409.2.8.11.3.5.4.1.2 |
||||||||||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.3.5.4.1.3 |
||||||||||||
|
max num of vlan is 8, two bytes is one vlan.
|
OctetStringr/w Constraints: range: 16-16 |
.1.3.6.1.4.1.17409.2.8.11.3.5.4.1.4 |
||||||||||||
|
Description.
|
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.17409.2.8.11.3.5.4.1.5 |
.1.3.6.1.4.1.17409.2.8.11.4.1
·
1 row entry
·
9 columns
Uses the nscrtv variant from
Command help
/opt/observium/mibs/nscrtv.
Walk gponTrafficProfileInfoTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-FTTX-GPON-MIB' -M '/opt/observium/mibs/nscrtv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-FTTX-GPON-MIB::gponTrafficProfileInfoTable'
Description.
cir/pir/cbs/pbs must config at the same time.
Indexes
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.4.1.1.1 |
||||||||||||
|
Description.
|
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.17409.2.8.11.4.1.1.2 |
||||||||||||
|
Description.
|
kbit/sInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.4.1.1.3 |
||||||||||||
|
Description.
|
kbit/sInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.4.1.1.4 |
||||||||||||
|
Description.
|
byteInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.4.1.1.5 |
||||||||||||
|
Description.
|
byteInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.4.1.1.6 |
||||||||||||
|
Description.
|
Integer32r/w Constraints: range: 0-7 |
.1.3.6.1.4.1.17409.2.8.11.4.1.1.7 |
||||||||||||
|
Description.
|
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.17409.2.8.11.4.1.1.8 |
||||||||||||
|
Description.
|
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.17409.2.8.11.4.1.1.9 |