From b425fad64574bc55e6d87bc460f35bacfbea4fc5 Mon Sep 17 00:00:00 2001 From: tangjjia Date: Mon, 13 Feb 2023 04:34:20 +0000 Subject: [PATCH 1/2] Update Collection Models/Traffic Collection/an-gpon-pm-olt-traffic.proto, Collection Models/Traffic Collection/an-epon-pm-olt-traffic.proto, Collection Models/Traffic Collection/an-ethernet-kpi.proto --- .../an-epon-pm-olt-traffic.proto | 54 +++++++++++++++++++ .../Traffic Collection/an-ethernet-kpi.proto | 27 ++++++++++ .../an-gpon-pm-olt-traffic.proto | 54 +++++++++++++++++++ 3 files changed, 135 insertions(+) diff --git a/Collection Models/Traffic Collection/an-epon-pm-olt-traffic.proto b/Collection Models/Traffic Collection/an-epon-pm-olt-traffic.proto index 3dc17a0..3687ba4 100644 --- a/Collection Models/Traffic Collection/an-epon-pm-olt-traffic.proto +++ b/Collection Models/Traffic Collection/an-epon-pm-olt-traffic.proto @@ -47,6 +47,33 @@ message EponPmOltTraffics { //Peak receive rate of the EPON port in seconds.The unit is kbps. uint32 port_rx_peak_rate = 15; + + //The number of unicast frame bytes sent by the EPON port . + uint64 port-tx-unicast-bytes = 16; + + //The number of unicast frame bytes received by the EPON port. + uint64 port-rx-unicast-bytes = 17; + + //The number of multicast frame bytes sent by the EPON port. + uint64 port-tx-multicast-bytes = 18; + + //Average transmit unicast traffic rate of the EPON port.The unit is kbps. + uint32 port-tx-unicast-rate = 19; + + //Average receive unicast traffic rate of the EPON port.The unit is kbps. + uint32 port-rx-unicast-rate = 20; + + //Average transmit multicast traffic rate of the EPON port.The unit is kbps. + uint32 port-tx-multicast-rate = 21; + + //Peak transmit unicast traffic rate of the EPON port.The unit is kbps. + uint32 port-tx-peak-unicast-rate = 22; + + //Peak receive unicast traffic rate of the EPON port.The unit is kbps. + uint32 port-rx-peak-unicast-rate = 23; + + //Peak transmit multicast traffic rate of the EPON port.The unit is kbps. + uint32 port-tx-peak-multicast-rate = 24; } repeated EponPmOltTraffic pm_olt_traffic = 1; } @@ -99,6 +126,33 @@ message EponPmOltChannelTraffics { //Peak receive rate of the EPON port in seconds.The unit is kbps. uint32 port_rx_peak_rate = 16; + + //The number of unicast frame bytes sent by the EPON port . + uint64 port-tx-unicast-bytes = 17; + + //The number of unicast frame bytes received by the EPON port. + uint64 port-rx-unicast-bytes = 18; + + //The number of multicast frame bytes sent by the EPON port. + uint64 port-tx-multicast-bytes = 19; + + //Average transmit unicast traffic rate of the EPON port.The unit is kbps. + uint32 port-tx-unicast-rate = 20; + + //Average receive unicast traffic rate of the EPON port.The unit is kbps. + uint32 port-rx-unicast-rate = 21; + + //Average transmit multicast traffic rate of the EPON port.The unit is kbps. + uint32 port-tx-multicast-rate = 22; + + //Peak transmit unicast traffic rate of the EPON port.The unit is kbps. + uint32 port-tx-peak-unicast-rate = 23; + + //Peak receive unicast traffic rate of the EPON port.The unit is kbps. + uint32 port-rx-peak-unicast-rate = 24; + + //Peak transmit multicast traffic rate of the EPON port.The unit is kbps. + uint32 port-tx-peak-multicast-rate = 25; } repeated EponPmOltChannelTraffic pm_olt_channel_traffic =1; } diff --git a/Collection Models/Traffic Collection/an-ethernet-kpi.proto b/Collection Models/Traffic Collection/an-ethernet-kpi.proto index dec4a9a..3931c44 100644 --- a/Collection Models/Traffic Collection/an-ethernet-kpi.proto +++ b/Collection Models/Traffic Collection/an-ethernet-kpi.proto @@ -74,6 +74,33 @@ message EthernetPortKpiRecords { //Peak receive rate of the Ethernet port in seconds.The unit is kbps. uint64 port_rx_peak_rate = 24; + + //The number of unicast frame bytes sent by the Ethernet port . + uint64 port-tx-unicast-bytes = 25; + + //The number of unicast frame bytes received by the Ethernet port. + uint64 port-rx-unicast-bytes = 26; + + //The number of multicast frame bytes sent by the Ethernet port. + uint64 port-tx-multicast-bytes = 27; + + //Average transmit unicast traffic rate of the Ethernet port.The unit is kbps. + uint32 port-tx-unicast-rate = 28; + + //Average receive unicast traffic rate of the Ethernet port.The unit is kbps. + uint32 port-rx-unicast-rate = 29; + + //Average transmit multicast traffic rate of the Ethernet port.The unit is kbps. + uint32 port-tx-multicast-rate = 30; + + //Peak transmit unicast traffic rate of the Ethernet port.The unit is kbps. + uint32 port-tx-peak-unicast-rate = 31; + + //Peak receive unicast traffic rate of the Ethernet port.The unit is kbps. + uint32 port-rx-peak-unicast-rate = 32; + + //Peak transmit multicast traffic rate of the Ethernet port.The unit is kbps. + uint32 port-tx-peak-multicast-rate = 33; } repeated EthernetPortKpiRecord ethernet_port_kpi_record = 1; } diff --git a/Collection Models/Traffic Collection/an-gpon-pm-olt-traffic.proto b/Collection Models/Traffic Collection/an-gpon-pm-olt-traffic.proto index 3ca8fcd..2399085 100644 --- a/Collection Models/Traffic Collection/an-gpon-pm-olt-traffic.proto +++ b/Collection Models/Traffic Collection/an-gpon-pm-olt-traffic.proto @@ -47,6 +47,33 @@ message GponPmOltTraffics { //Peak receive rate of the GPON port in seconds.The unit is kbps. uint32 port_rx_peak_rate = 15; + + //The number of unicast frame bytes sent by the GPON port . + uint64 port-tx-unicast-bytes = 16; + + //The number of unicast frame bytes received by the GPON port. + uint64 port-rx-unicast-bytes = 17; + + //The number of multicast frame bytes sent by the GPON port. + uint64 port-tx-multicast-bytes = 18; + + //Average transmit unicast traffic rate of the GPON port.The unit is kbps. + uint32 port-tx-unicast-rate = 19; + + //Average receive unicast traffic rate of the GPON port.The unit is kbps. + uint32 port-rx-unicast-rate = 20; + + //Average transmit multicast traffic rate of the GPON port.The unit is kbps. + uint32 port-tx-multicast-rate = 21; + + //Peak transmit unicast traffic rate of the GPON port.The unit is kbps. + uint32 port-tx-peak-unicast-rate = 22; + + //Peak receive unicast traffic rate of the GPON port.The unit is kbps. + uint32 port-rx-peak-unicast-rate = 23; + + //Peak transmit multicast traffic rate of the GPON port.The unit is kbps. + uint32 port-tx-peak-multicast-rate = 24; } repeated gponPmOltTraffic pm_olt_traffic = 1; @@ -100,6 +127,33 @@ message GponPmOltChannelTraffics { //Peak receive rate of the GPON port in seconds.The unit is kbps. uint32 port_rx_peak_rate = 16; + + //The number of unicast frame bytes sent by the GPON port . + uint64 port-tx-unicast-bytes = 17; + + //The number of unicast frame bytes received by the GPON port. + uint64 port-rx-unicast-bytes = 18; + + //The number of multicast frame bytes sent by the GPON port. + uint64 port-tx-multicast-bytes = 19; + + //Average transmit unicast traffic rate of the GPON port.The unit is kbps. + uint32 port-tx-unicast-rate = 20; + + //Average receive unicast traffic rate of the GPON port.The unit is kbps. + uint32 port-rx-unicast-rate = 21; + + //Average transmit multicast traffic rate of the GPON port.The unit is kbps. + uint32 port-tx-multicast-rate = 22; + + //Peak transmit unicast traffic rate of the GPON port.The unit is kbps. + uint32 port-tx-peak-unicast-rate = 23; + + //Peak receive unicast traffic rate of the GPON port.The unit is kbps. + uint32 port-rx-peak-unicast-rate = 24; + + //Peak transmit multicast traffic rate of the GPON port.The unit is kbps. + uint32 port-tx-peak-multicast-rate = 25; } repeated GponPmOltChannelTraffic pm_olt_channel_traffic =1; } -- GitLab From dbf9d071f611ed49b4218910da591fdfe65fd296 Mon Sep 17 00:00:00 2001 From: tangjjia Date: Thu, 23 Feb 2023 03:42:34 +0000 Subject: [PATCH 2/2] Update Collection Models/Traffic Collection/an-gpon-pm-olt-traffic.proto, Collection Models/Traffic Collection/an-epon-pm-olt-traffic.proto, Collection Models/Traffic Collection/an-ethernet-kpi.proto --- .../an-epon-pm-olt-traffic.proto | 36 +++++++++---------- .../Traffic Collection/an-ethernet-kpi.proto | 18 +++++----- .../an-gpon-pm-olt-traffic.proto | 36 +++++++++---------- 3 files changed, 45 insertions(+), 45 deletions(-) diff --git a/Collection Models/Traffic Collection/an-epon-pm-olt-traffic.proto b/Collection Models/Traffic Collection/an-epon-pm-olt-traffic.proto index 3687ba4..8dc0f31 100644 --- a/Collection Models/Traffic Collection/an-epon-pm-olt-traffic.proto +++ b/Collection Models/Traffic Collection/an-epon-pm-olt-traffic.proto @@ -49,31 +49,31 @@ message EponPmOltTraffics { uint32 port_rx_peak_rate = 15; //The number of unicast frame bytes sent by the EPON port . - uint64 port-tx-unicast-bytes = 16; + uint64 port_tx_unicast_bytes = 16; //The number of unicast frame bytes received by the EPON port. - uint64 port-rx-unicast-bytes = 17; + uint64 port_rx_unicast_bytes = 17; //The number of multicast frame bytes sent by the EPON port. - uint64 port-tx-multicast-bytes = 18; + uint64 port_tx_multicast_bytes = 18; //Average transmit unicast traffic rate of the EPON port.The unit is kbps. - uint32 port-tx-unicast-rate = 19; + uint32 port_tx_unicast_rate = 19; //Average receive unicast traffic rate of the EPON port.The unit is kbps. - uint32 port-rx-unicast-rate = 20; + uint32 port_rx_unicast_rate = 20; //Average transmit multicast traffic rate of the EPON port.The unit is kbps. - uint32 port-tx-multicast-rate = 21; + uint32 port_tx_multicast_rate = 21; //Peak transmit unicast traffic rate of the EPON port.The unit is kbps. - uint32 port-tx-peak-unicast-rate = 22; + uint32 port_tx_peak_unicast_rate = 22; //Peak receive unicast traffic rate of the EPON port.The unit is kbps. - uint32 port-rx-peak-unicast-rate = 23; + uint32 port_rx_peak_unicast_rate = 23; //Peak transmit multicast traffic rate of the EPON port.The unit is kbps. - uint32 port-tx-peak-multicast-rate = 24; + uint32 port_tx_peak_multicast_rate = 24; } repeated EponPmOltTraffic pm_olt_traffic = 1; } @@ -128,31 +128,31 @@ message EponPmOltChannelTraffics { uint32 port_rx_peak_rate = 16; //The number of unicast frame bytes sent by the EPON port . - uint64 port-tx-unicast-bytes = 17; + uint64 port_tx_unicast_bytes = 17; //The number of unicast frame bytes received by the EPON port. - uint64 port-rx-unicast-bytes = 18; + uint64 port_rx_unicast_bytes = 18; //The number of multicast frame bytes sent by the EPON port. - uint64 port-tx-multicast-bytes = 19; + uint64 port_tx_multicast_bytes = 19; //Average transmit unicast traffic rate of the EPON port.The unit is kbps. - uint32 port-tx-unicast-rate = 20; + uint32 port_tx_unicast_rate = 20; //Average receive unicast traffic rate of the EPON port.The unit is kbps. - uint32 port-rx-unicast-rate = 21; + uint32 port_rx_unicast_rate = 21; //Average transmit multicast traffic rate of the EPON port.The unit is kbps. - uint32 port-tx-multicast-rate = 22; + uint32 port_tx_multicast_rate = 22; //Peak transmit unicast traffic rate of the EPON port.The unit is kbps. - uint32 port-tx-peak-unicast-rate = 23; + uint32 port_tx_peak_unicast_rate = 23; //Peak receive unicast traffic rate of the EPON port.The unit is kbps. - uint32 port-rx-peak-unicast-rate = 24; + uint32 port_rx_peak_unicast_rate = 24; //Peak transmit multicast traffic rate of the EPON port.The unit is kbps. - uint32 port-tx-peak-multicast-rate = 25; + uint32 port_tx_peak_multicast_rate = 25; } repeated EponPmOltChannelTraffic pm_olt_channel_traffic =1; } diff --git a/Collection Models/Traffic Collection/an-ethernet-kpi.proto b/Collection Models/Traffic Collection/an-ethernet-kpi.proto index 3931c44..194780e 100644 --- a/Collection Models/Traffic Collection/an-ethernet-kpi.proto +++ b/Collection Models/Traffic Collection/an-ethernet-kpi.proto @@ -76,31 +76,31 @@ message EthernetPortKpiRecords { uint64 port_rx_peak_rate = 24; //The number of unicast frame bytes sent by the Ethernet port . - uint64 port-tx-unicast-bytes = 25; + uint64 port_tx_unicast_bytes = 25; //The number of unicast frame bytes received by the Ethernet port. - uint64 port-rx-unicast-bytes = 26; + uint64 port_rx_unicast_bytes = 26; //The number of multicast frame bytes sent by the Ethernet port. - uint64 port-tx-multicast-bytes = 27; + uint64 port_tx_multicast_bytes = 27; //Average transmit unicast traffic rate of the Ethernet port.The unit is kbps. - uint32 port-tx-unicast-rate = 28; + uint32 port_tx_unicast_rate = 28; //Average receive unicast traffic rate of the Ethernet port.The unit is kbps. - uint32 port-rx-unicast-rate = 29; + uint32 port_rx_unicast_rate = 29; //Average transmit multicast traffic rate of the Ethernet port.The unit is kbps. - uint32 port-tx-multicast-rate = 30; + uint32 port_tx_multicast_rate = 30; //Peak transmit unicast traffic rate of the Ethernet port.The unit is kbps. - uint32 port-tx-peak-unicast-rate = 31; + uint32 port_tx_peak_unicast_rate = 31; //Peak receive unicast traffic rate of the Ethernet port.The unit is kbps. - uint32 port-rx-peak-unicast-rate = 32; + uint32 port_rx_peak_unicast_rate = 32; //Peak transmit multicast traffic rate of the Ethernet port.The unit is kbps. - uint32 port-tx-peak-multicast-rate = 33; + uint32 port_tx_peak_multicast_rate = 33; } repeated EthernetPortKpiRecord ethernet_port_kpi_record = 1; } diff --git a/Collection Models/Traffic Collection/an-gpon-pm-olt-traffic.proto b/Collection Models/Traffic Collection/an-gpon-pm-olt-traffic.proto index 2399085..a832c01 100644 --- a/Collection Models/Traffic Collection/an-gpon-pm-olt-traffic.proto +++ b/Collection Models/Traffic Collection/an-gpon-pm-olt-traffic.proto @@ -49,31 +49,31 @@ message GponPmOltTraffics { uint32 port_rx_peak_rate = 15; //The number of unicast frame bytes sent by the GPON port . - uint64 port-tx-unicast-bytes = 16; + uint64 port_tx_unicast_bytes = 16; //The number of unicast frame bytes received by the GPON port. - uint64 port-rx-unicast-bytes = 17; + uint64 port_rx_unicast_bytes = 17; //The number of multicast frame bytes sent by the GPON port. - uint64 port-tx-multicast-bytes = 18; + uint64 port_tx_multicast_bytes = 18; //Average transmit unicast traffic rate of the GPON port.The unit is kbps. - uint32 port-tx-unicast-rate = 19; + uint32 port_tx_unicast_rate = 19; //Average receive unicast traffic rate of the GPON port.The unit is kbps. - uint32 port-rx-unicast-rate = 20; + uint32 port_rx_unicast_rate = 20; //Average transmit multicast traffic rate of the GPON port.The unit is kbps. - uint32 port-tx-multicast-rate = 21; + uint32 port_tx_multicast_rate = 21; //Peak transmit unicast traffic rate of the GPON port.The unit is kbps. - uint32 port-tx-peak-unicast-rate = 22; + uint32 port_tx_peak_unicast_rate = 22; //Peak receive unicast traffic rate of the GPON port.The unit is kbps. - uint32 port-rx-peak-unicast-rate = 23; + uint32 port_rx_peak_unicast_rate = 23; //Peak transmit multicast traffic rate of the GPON port.The unit is kbps. - uint32 port-tx-peak-multicast-rate = 24; + uint32 port_tx_peak_multicast_rate = 24; } repeated gponPmOltTraffic pm_olt_traffic = 1; @@ -129,31 +129,31 @@ message GponPmOltChannelTraffics { uint32 port_rx_peak_rate = 16; //The number of unicast frame bytes sent by the GPON port . - uint64 port-tx-unicast-bytes = 17; + uint64 port_tx_unicast_bytes = 17; //The number of unicast frame bytes received by the GPON port. - uint64 port-rx-unicast-bytes = 18; + uint64 port_rx_unicast_bytes = 18; //The number of multicast frame bytes sent by the GPON port. - uint64 port-tx-multicast-bytes = 19; + uint64 port_tx_multicast_bytes = 19; //Average transmit unicast traffic rate of the GPON port.The unit is kbps. - uint32 port-tx-unicast-rate = 20; + uint32 port_tx_unicast_rate = 20; //Average receive unicast traffic rate of the GPON port.The unit is kbps. - uint32 port-rx-unicast-rate = 21; + uint32 port_rx_unicast_rate = 21; //Average transmit multicast traffic rate of the GPON port.The unit is kbps. - uint32 port-tx-multicast-rate = 22; + uint32 port_tx_multicast_rate = 22; //Peak transmit unicast traffic rate of the GPON port.The unit is kbps. - uint32 port-tx-peak-unicast-rate = 23; + uint32 port_tx_peak_unicast_rate = 23; //Peak receive unicast traffic rate of the GPON port.The unit is kbps. - uint32 port-rx-peak-unicast-rate = 24; + uint32 port_rx_peak_unicast_rate = 24; //Peak transmit multicast traffic rate of the GPON port.The unit is kbps. - uint32 port-tx-peak-multicast-rate = 25; + uint32 port_tx_peak_multicast_rate = 25; } repeated GponPmOltChannelTraffic pm_olt_channel_traffic =1; } -- GitLab