JP2012257135A - Transmission system and transmitter and error rate monitoring method - Google Patents

Transmission system and transmitter and error rate monitoring method Download PDF

Info

Publication number
JP2012257135A
JP2012257135A JP2011129782A JP2011129782A JP2012257135A JP 2012257135 A JP2012257135 A JP 2012257135A JP 2011129782 A JP2011129782 A JP 2011129782A JP 2011129782 A JP2011129782 A JP 2011129782A JP 2012257135 A JP2012257135 A JP 2012257135A
Authority
JP
Japan
Prior art keywords
transmission
frame
test
unit
user
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
JP2011129782A
Other languages
Japanese (ja)
Inventor
Yoichi Konuma
洋一 小沼
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Telecom Networks Ltd
Original Assignee
Fujitsu Telecom Networks Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Telecom Networks Ltd filed Critical Fujitsu Telecom Networks Ltd
Priority to JP2011129782A priority Critical patent/JP2012257135A/en
Publication of JP2012257135A publication Critical patent/JP2012257135A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To solve such a problem that the error rate of a transmission line cannot be monitored accurately in a conventional wide area layer 2 network.SOLUTION: The transmitter on the transmission side has a transmission unit which transmits a user frame and a test frame, a test frame generation unit which generates the test frame periodically, a transmission side operation unit which determines the transmission side error detection data by performing a predetermined operation for the user frame transmitted between the test frames, and a data insertion unit which inserts the transmission side error detection data into the test frame. The transmitter on the reception side has a reception unit which receives a user frame and a test frame, a reception side operation unit which determines the reception side error detection data by performing a predetermined operation for the user frame received between the test frames, and an error detection unit which determines an error rate by comparing a transmission side error detection data inserted into the test frame with a reception side error detection data.

Description

本発明は、伝送システムにおける誤り率監視技術に関し、特にレイヤ2フレームを伝送する伝送装置に関する。   The present invention relates to an error rate monitoring technique in a transmission system, and more particularly to a transmission apparatus that transmits a layer 2 frame.

近年、データ通信の高速化と広域化に伴って安価で管理の容易なレイヤ2によるネットワークサービスの需要が高まっている。例えばレイヤ2のイーサネット(登録商標)フレームを用いて伝送するシステムとして、GbE(Gigabit Ethernet(登録商標))やFE(Fast Ethernet(登録商標))などが知られている。   In recent years, with the speeding up and widening of data communication, there is an increasing demand for network services using layer 2 that is inexpensive and easy to manage. For example, GbE (Gigabit Ethernet (registered trademark)), FE (Fast Ethernet (registered trademark)), and the like are known as systems that transmit using layer 2 Ethernet (registered trademark) frames.

一般に、通信事業者を中心として提供されている広域レイヤ2ネットワークに対応するレイヤ2機能を有する伝送装置では、既存のIEEE802.3規格に基づく技術を利用してデータエラーを監視しており、図9に示すようなFCS(Frame Check Sequence)がフレームのフッダに付加されている。FCSは、フレームエラーを検出するための4オクテットのフィールドで構成され、フレームの宛先アドレス、送信元アドレス、長さ/タイプ、データの各フィールドから計算したCRC(Cyclic Redundancy Check)の値が設定される。ここで、CRCコードは、伝送するデータ(データフレーム)に対して、巡回的なアルゴリズム(生成多項式)を適用して算出する冗長データである。   In general, a transmission apparatus having a layer 2 function corresponding to a wide-area layer 2 network provided mainly by communication carriers monitors data errors using a technology based on the existing IEEE 802.3 standard. FCS (Frame Check Sequence) as shown in FIG. 9 is added to the frame footer. The FCS is composed of a 4-octet field for detecting a frame error, and a CRC (Cyclic Redundancy Check) value calculated from each field of the destination address, transmission source address, length / type, and data of the frame is set. The Here, the CRC code is redundant data calculated by applying a cyclic algorithm (generator polynomial) to data to be transmitted (data frame).

送信側では、フレームの宛先アドレス、送信元アドレス、長さ/タイプ、データなどの本来のデータにCRCコードをフッダとして加えたフレームを送信する。そしてフレームの受信側でも、送信側と同一のアルゴリズムをフッダ部分を除く本来のデータ部分に適用して、CRCコードを算出する。こうして送信側で算出したCRCコードと受信側で算出したCRCコードが一致していれば、データは誤りなく伝送されたと判断する。もし、計算したCRCの値が送信側で設定されたFCSフィールドのCRCの値と一致しない場合はデータエラーが発生したと判断し、そのフレームを破棄する。   On the transmission side, a frame is transmitted by adding a CRC code as a footer to the original data such as the destination address, source address, length / type, and data of the frame. On the frame reception side, the CRC algorithm is calculated by applying the same algorithm as that on the transmission side to the original data portion excluding the footer portion. If the CRC code calculated on the transmission side matches the CRC code calculated on the reception side, it is determined that the data has been transmitted without error. If the calculated CRC value does not match the CRC value of the FCS field set on the transmission side, it is determined that a data error has occurred and the frame is discarded.

ここで、上記のようなレイヤ2のネットワークサービスを提供するイーサネット(登録商標)では、上述のCRCによるデータ誤りの監視機能はあるが、既存のSDH/SONET技術が具備しているようなOAM(Operation Administration and Maintenance)のような機能は持っていない。このため、SDH/SONETのようなOAM機能を提供するイーサネット(登録商標)OAMがIEEEおよびITU−Tなどにより勧告されている(例えば特許文献1参照)。   Here, the Ethernet (registered trademark) that provides the layer 2 network service as described above has a data error monitoring function based on the CRC described above, but an OAM (such as that provided by the existing SDH / SONET technology). It does not have a function such as Operation Administration and Maintenance. For this reason, Ethernet (registered trademark) OAM that provides an OAM function such as SDH / SONET is recommended by IEEE, ITU-T, and the like (see, for example, Patent Document 1).

さらに、SDH/SONETのようなパケットトランスポート機能として、MPLS−TPなどのパケットトランスポート技術やOAM技術を勧告化する作業も進められており、安価なレイヤ2ネットワークサービスにおいても高品質な伝送が実現されつつある。   Furthermore, work is underway to recommend packet transport technology such as MPLS-TP and OAM technology as a packet transport function such as SDH / SONET, and high-quality transmission is possible even in inexpensive layer 2 network services. It is being realized.

特開2008−236267号公報JP 2008-236267 A

しかしながら、イーサネット(登録商標)OAMで規定されている技術は、CC(Continuity Check)、LB(Loop Back)、LT(Link Trace)等であり、SDH/SONETのB1(セクションエラー)、B2(中継間のエラー)、B3(パスのエラー)で規定されているSD(Signal Degrade)のような誤り率監視については規定されていない。つまり、1ビットのエラーが発生した場合でも1フレーム分が破棄され、正確な誤り率を計算することができないという問題があった。例えば1518バイトのイーサネット(登録商標)フレーム(以降、イーサフレームと称する)において1ビットのエラーが発生した場合でも1518バイトが破棄され、これがエラーとみなされていた。   However, technologies defined by Ethernet (registered trademark) OAM are CC (Continuity Check), LB (Loop Back), LT (Link Trace), etc., and SDH / SONET B1 (section error), B2 (relay) Error rate monitoring such as SD (Signal Degradation) defined in B3 (path error) and B3 (path error). That is, even if a 1-bit error occurs, one frame is discarded, and there is a problem that an accurate error rate cannot be calculated. For example, even if a 1-bit error occurs in a 1518-byte Ethernet (registered trademark) frame (hereinafter referred to as an Ethernet frame), 1518 bytes are discarded and this is regarded as an error.

このように、運用管理面およびSDH/SONETレベルでのサービス継続性の観点から、イーサネット(登録商標)の場合においてもSDH/SONETレベルの誤り率監視を行うことが求められている。   Thus, from the viewpoint of operation management and service continuity at the SDH / SONET level, it is required to monitor the error rate at the SDH / SONET level even in the case of Ethernet (registered trademark).

上記課題に鑑み、本発明の目的は、広域レイヤ2ネットワークにおいてイーサフレームを用いて伝送する場合に、伝送路の誤り率を精度良く監視できるレイヤ2伝送システムおよび伝送装置並びに誤り率監視方法を提供することである。   In view of the above problems, an object of the present invention is to provide a layer 2 transmission system, a transmission apparatus, and an error rate monitoring method capable of accurately monitoring an error rate of a transmission line when transmitting using an Ethernet frame in a wide area layer 2 network. It is to be.

本発明に係る伝送システムは、送信側の伝送装置と受信側の伝送装置とを有する伝送システムにおいて、前記送信側の伝送装置は、ユーザフレームおよび通信の継続性を試験するための試験フレームを送信する送信部と、前記試験フレームを定期的に生成する試験フレーム生成部と、前記試験フレーム間に送信される前記ユーザフレームに対して所定の演算を行って送信側誤り検出データを求める送信側演算部と、前記送信側誤り検出データを前記試験フレームに挿入するデータ挿入部とを有し、前記受信側の伝送装置は、対向先から送られてくる前記ユーザフレームおよび前記試験フレームを受信する受信部と、前記試験フレーム間に受信する前記ユーザフレームに対して前記所定の演算を行って受信側誤り検出データを求める受信側演算部と、前記試験フレームに挿入された前記送信側誤り検出データと前記受信側誤り検出データとを比較して誤り率を求める誤り検出部とを有することを特徴とする。   The transmission system according to the present invention is a transmission system having a transmission device on the transmission side and a transmission device on the reception side, and the transmission device on the transmission side transmits a user frame and a test frame for testing continuity of communication. A transmission unit that periodically generates the test frame, and a transmission-side calculation that obtains transmission-side error detection data by performing a predetermined calculation on the user frame transmitted between the test frames. And a data insertion unit that inserts the transmission-side error detection data into the test frame, and the transmission device on the reception side receives the user frame and the test frame transmitted from the opposite side. And receiving side calculation for obtaining receiving side error detection data by performing the predetermined calculation on the user frame received between the test frame and the user frame When, and having an error detector for obtaining an error rate by comparing the inserted the transmitting side error detection data and the receiving side the error detection data to the test frame.

さらに、前記送信側の伝送装置に、前記試験フレーム間に送信される前記ユーザフレームに対する誤り訂正データを求める誤り訂正データ生成部を更に設け、前記データ挿入部は、前記誤り訂正データを前記試験フレームに挿入し、前記受信側の伝送装置は、受信する前記試験フレームに挿入された前記誤り訂正データにより、前記試験フレーム間に受信するユーザフレームの誤り訂正を行う誤り訂正部を更に設けたことを特徴とする。   Further, the transmission apparatus on the transmission side further includes an error correction data generation unit for obtaining error correction data for the user frame transmitted between the test frames, and the data insertion unit transmits the error correction data to the test frame. The transmission apparatus on the receiving side further includes an error correction unit that performs error correction of user frames received between the test frames based on the error correction data inserted in the test frames to be received. Features.

また、前記試験フレームの送信間隔を設定する送信間隔設定部を更に設け、前記試験フレーム生成部は、前記送信間隔に応じて定期的に試験フレームを生成することを特徴とする。   In addition, a transmission interval setting unit that sets a transmission interval of the test frame is further provided, and the test frame generation unit periodically generates a test frame according to the transmission interval.

特に、前記送信間隔設定部は、前記ユーザフレームのデータ量を設定し、前記設定されたデータ量のユーザフレームが送信される間隔を前記試験フレームの送信間隔とすることを特徴とする。   In particular, the transmission interval setting unit sets the data amount of the user frame, and sets the interval at which the user frame having the set data amount is transmitted as the transmission interval of the test frame.

或いは、前記送信間隔設定部は、前記ユーザフレームのフレーム数を設定し、前記設定されたフレーム数のユーザフレームが送信される間隔を前記試験フレームの送信間隔とすることを特徴とする。   Alternatively, the transmission interval setting unit sets the number of frames of the user frame, and sets an interval at which the user frames of the set number of frames are transmitted as the transmission interval of the test frame.

また、前記誤り検出部が求めた誤り率を監視制御インターフェースを介して接続される監視装置に表示する監視制御部を更に設けたことを特徴とする。   In addition, a monitoring control unit that displays an error rate obtained by the error detection unit on a monitoring device connected via a monitoring control interface is further provided.

特に、前記フレームは、イーサネット(登録商標)フレームに対応し、前記試験フレームは、イーサネット(登録商標)OAMのCCフレームに対応することを特徴とする。   In particular, the frame corresponds to an Ethernet (registered trademark) frame, and the test frame corresponds to a CC frame of Ethernet (registered trademark) OAM.

本発明に係る伝送装置は、前記伝送システムにおける送信側と受信側の両方の機能を備えることを特徴とする。   The transmission apparatus according to the present invention is characterized by having both functions of a transmission side and a reception side in the transmission system.

本発明に係る誤り率監視方法は、送信側の伝送装置から送信されたデータを伝送路を介して受信側の伝送装置で受信した時の誤り率を監視する誤り率監視方法において、前記送信側の伝送装置では、通信の継続性を試験するために定期的に送信される試験フレームに、前記試験フレーム間で送信されるユーザフレームに対して所定の演算を行って生成した送信側誤り検出データを前記試験フレームに挿入して送信し、前記受信側の伝送装置では、対向先から受信する前記試験フレーム間の前記ユーザフレームに対して前記所定の演算を行って生成した受信側誤り検出データと、前記試験フレームに挿入された前記送信側誤り検出データとを比較して誤り率を求めることを特徴とする。   The error rate monitoring method according to the present invention is an error rate monitoring method for monitoring an error rate when data transmitted from a transmission device on a transmission side is received by a transmission device on a reception side via a transmission line. In this transmission apparatus, transmission-side error detection data generated by performing a predetermined calculation on a user frame transmitted between the test frames to a test frame periodically transmitted to test communication continuity And receiving side error detection data generated by performing the predetermined calculation on the user frame between the test frames received from the opposite side, The error rate is obtained by comparing with the transmission side error detection data inserted in the test frame.

さらに、前記送信側の伝送装置では、前記試験フレーム間に送信される前記ユーザフレームに対する誤り訂正データを求めて前記試験フレームに挿入し、前記受信側の伝送装置では、受信する前記試験フレームに挿入された前記誤り訂正データにより、前記試験フレーム間に受信するユーザフレームの誤り訂正を行うことを特徴とする。   Further, the transmission device on the transmission side obtains error correction data for the user frame transmitted between the test frames and inserts it into the test frame, and the transmission device on the reception side inserts it into the test frame to be received. The error correction of the user frame received between the test frames is performed using the error correction data.

また、前記試験フレームの送信間隔を任意の間隔に設定することを特徴とする。   In addition, the transmission interval of the test frame is set to an arbitrary interval.

特に、前記ユーザフレームのデータ量を設定し、前記設定されたデータ量のユーザフレームが送信される間隔を前記試験フレームの送信間隔とすることを特徴とする。   In particular, the data amount of the user frame is set, and the interval at which the user frame having the set data amount is transmitted is set as the transmission interval of the test frame.

或いは、前記ユーザフレームのフレーム数を設定し、前記設定されたフレーム数のユーザフレームが送信される間隔を前記試験フレームの送信間隔とすることを特徴とする。   Alternatively, the number of frames of the user frame is set, and an interval at which the user frames having the set number of frames are transmitted is set as a transmission interval of the test frame.

また、前記受信側の伝送装置では、前記誤り率を監視制御インターフェースを介して接続される監視装置に表示することを特徴とする。   In the transmission apparatus on the receiving side, the error rate is displayed on a monitoring apparatus connected via a monitoring control interface.

特に、前記フレームは、イーサネット(登録商標)フレームに対応し、前記試験フレームは、イーサネット(登録商標)OAMのCCフレームに対応することを特徴とする。   In particular, the frame corresponds to an Ethernet (registered trademark) frame, and the test frame corresponds to a CC frame of Ethernet (registered trademark) OAM.

本発明に係るレイヤ2伝送システムおよび伝送装置並びに誤り率監視方法は、広域レイヤ2ネットワークにおいてイーサフレームを用いて伝送する場合の誤り率を精度良く監視することが可能となり、ネットワーク品質の可視化やSDH/SONETと同レベルの運用サービスを提供することができる。   The layer 2 transmission system, the transmission apparatus, and the error rate monitoring method according to the present invention can accurately monitor the error rate when transmitting using an Ethernet frame in a wide area layer 2 network. / Operational services at the same level as SONET can be provided.

第1実施形態に係る伝送システム100の構成例を示す図である。It is a figure which shows the structural example of the transmission system 100 which concerns on 1st Embodiment. 伝送装置101の構成例を示す図である。2 is a diagram illustrating a configuration example of a transmission apparatus 101. FIG. 伝送装置101aの送信側のフレーム処理例を示す図である。It is a figure which shows the example of a frame process by the side of transmission of the transmission apparatus 101a. 伝送装置101bの受信側のフレーム処理例を示す図である。It is a figure which shows the example of a frame process of the receiving side of the transmission apparatus 101b. 伝送装置101と監視装置207間の制御例を示す図である。6 is a diagram illustrating an example of control between a transmission apparatus 101 and a monitoring apparatus 207. FIG. 伝送装置101の変形例を示す図である。FIG. 10 is a diagram illustrating a modification of the transmission apparatus 101. 伝送装置101aの送信側のフレーム処理例を示す図である。It is a figure which shows the example of a frame process by the side of transmission of the transmission apparatus 101a. 伝送装置101bの受信側のフレーム処理例を示す図である。It is a figure which shows the example of a frame process of the receiving side of the transmission apparatus 101b. フレームフォーマット例を示す図である。It is a figure which shows the example of a frame format.

以下、本発明に係る「レイヤ2伝送システムおよび伝送装置並びに誤り率監視方法」の実施形態について詳しく説明する。
(第1実施形態)
図1は第1実施形態に係る伝送システム100の構成例を示す図である。図1において、伝送システム100は、伝送装置101aと伝送装置101bとがネットワークを介して接続されている。伝送システム100は、広域レイヤ2ネットワークなどに用いられ、遠隔地間で伝送を行う伝送装置間における誤り率を監視するシステムである。例えば、レイヤ2のEthernet(登録商標)フレームやMPLS−TPフレームなどを伝送する際、伝送路で障害等によるエラーが発生した時に、伝送品質が予め規定したビット誤り率の限度より劣化するSD(Signal Degrade:信号劣化)などの誤り率監視を行う。
Hereinafter, embodiments of the “layer 2 transmission system and transmission apparatus and error rate monitoring method” according to the present invention will be described in detail.
(First embodiment)
FIG. 1 is a diagram illustrating a configuration example of a transmission system 100 according to the first embodiment. In FIG. 1, a transmission system 100 includes a transmission apparatus 101a and a transmission apparatus 101b connected via a network. The transmission system 100 is used in a wide area layer 2 network or the like, and is a system that monitors an error rate between transmission apparatuses that perform transmission between remote locations. For example, when transmitting an Ethernet (registered trademark) frame, an MPLS-TP frame, or the like of layer 2, when an error due to a failure or the like occurs in the transmission path, the transmission quality deteriorates from a predetermined bit error rate limit SD ( signal degrade: performing signal deterioration) error rate monitoring of such.

伝送装置101aおよび伝送装置101bには、クライアント側のL2SW(レイヤ2スイッチ装置)102と、L2SW(レイヤ2スイッチ装置)103とがそれぞれ接続されている。伝送装置101aおよび伝送装置101bは、一方がクライアント側の伝送路を介してL2SW102およびL2SW103に接続され、他方がネットワーク側の中継伝送路に接続される。そして、クライアントは、L2SW102とL2SW103との間でユーザフレームを送受信する。例えば、伝送装置101aおよび伝送装置101bは、クライアント側/ネットワーク側のインターフェースとして、10GbE(10Gbit_Ethernet(登録商標))、或いは1000BASE−X(T)などのGbE(1Gbit/secの仕様のイーサネット(登録商標)規格)等に対応するインターフェース回路が設けられている。そして、ネットワーク側のインタフェース(N側IF部203aおよびN側IF部203b)は、クライアント側から送受信される伝送信号を多重して伝送する。伝送装置101aおよび伝送装置101bは、例えばIEEEで規定されているEthernet(登録商標)、或いはRFCやITU−Tなどで規格化が進められているMPLS−TP等のプロトコルに対応する伝送フレームに変換して伝送する。   An L2SW (layer 2 switch device) 102 and an L2SW (layer 2 switch device) 103 on the client side are connected to the transmission device 101a and the transmission device 101b, respectively. One of the transmission apparatus 101a and the transmission apparatus 101b is connected to the L2SW 102 and L2SW 103 via a transmission path on the client side, and the other is connected to a relay transmission path on the network side. Then, the client transmits and receives user frames between the L2SW 102 and the L2SW 103. For example, the transmission apparatus 101a and the transmission apparatus 101b are 10GbE (10Gbit_Ethernet (registered trademark)) or GBASE (1Gbit / sec specification Ethernet (registered trademark) such as 1000BASE-X (T) as an interface on the client side / network side. ) Standard) and the like are provided. The network side interfaces (N-side IF unit 203a and N-side IF unit 203b) multiplex and transmit transmission signals transmitted and received from the client side. The transmission apparatus 101a and the transmission apparatus 101b are converted into a transmission frame corresponding to a protocol such as Ethernet (registered trademark) defined by IEEE or MPLS-TP which is being standardized by RFC, ITU-T, or the like. Then transmit.

尚、伝送装置101aおよび伝送装置101bは、広域レイヤ2ネットワークのサービスを提供する通信事業者の局内に配置されており、監視装置207により誤り率などを監視する。図1に示す構成では、誤り率監視のために伝送装置101aおよび伝送装置101bにOAM制御部205aおよびOAM制御部205bがそれぞれ設けられている。   Note that the transmission apparatus 101a and the transmission apparatus 101b are arranged in a station of a telecommunications carrier that provides a wide-area layer 2 network service, and the monitoring apparatus 207 monitors an error rate and the like. In the configuration shown in FIG. 1, an OAM control unit 205a and an OAM control unit 205b are provided in the transmission apparatus 101a and the transmission apparatus 101b, respectively, for error rate monitoring.

[伝送装置101の構成例]
次に、伝送装置101aおよび伝送装置102bの構成について説明する。伝送装置101aと伝送装置102bは、同じ構成のレイヤ2に対応する伝送装置で、図2は、伝送装置101aおよび伝送装置102bに共通の構成例を示す図である。
[Configuration Example of Transmission Apparatus 101]
Next, the configuration of the transmission device 101a and the transmission device 102b. The transmission apparatus 101a and the transmission apparatus 102b are transmission apparatuses corresponding to layer 2 having the same configuration, and FIG. 2 is a diagram illustrating a configuration example common to the transmission apparatus 101a and the transmission apparatus 102b.

図2において、伝送装置101は、C側IF(クライアント側インターフェース)部201と、送信部202と、N側IF(ネットワーク側インターフェース)部203と、受信部204と、OAM制御部205と、監視制御部206とを有する。また、伝送装置101の監視制御部206は、監視制御網などを介して接続される監視装置207との間で制御情報を送受信し、オペレータによって各伝送装置の監視や制御が行われる。   2, the transmission apparatus 101 includes a C-side IF (client-side interface) unit 201, a transmission unit 202, an N-side IF (network-side interface) unit 203, a reception unit 204, an OAM control unit 205, a monitoring unit, And a control unit 206. The monitoring control unit 206 of the transmission apparatus 101 transmits / receives control information to / from a monitoring apparatus 207 connected via a monitoring control network and the like, and monitoring and control of each transmission apparatus is performed by an operator.

尚、監視制御部206と監視装置207との間で送受信される制御情報は、例えばEMS(Element Management System)、NMS(Network Management System)、SNMP(Simple Network Management Protocol)等のプロトコルに対応する。或いは、監視制御部206は、シリアルインターフェースなどで直接接続される保守用の端末との間でCLI(Command Line Interface)等による監視や制御などを行う。また、監視制御部206と監視装置207間のインタフェースはTL−1、CLI、SNMPなどの監視制御インタフェースにより接続される。尚、これらの監視制御プロトコルやインターフェースは、通信事業者の運用に沿った形で構築される。   The control information transmitted and received between the monitoring control unit 206 and the monitoring device 207 corresponds to a protocol such as EMS (Element Management System), NMS (Network Management System), or SNMP (Simple Network Management Protocol). Alternatively, the monitoring control unit 206 performs monitoring and control by CLI (Command Line Interface) or the like with a maintenance terminal directly connected by a serial interface or the like. The interface between the monitoring control unit 206 and the monitoring device 207 is connected by a monitoring control interface such as TL-1, CLI, or SNMP. These monitoring control protocols and interfaces are constructed in accordance with the operation of the communication carrier.

ここで、図1および図2において、アルファベット符号を除く同番号のブロックは同じ機能のブロックを示している。また、以降の説明においても、伝送装置101aおよび伝送装置102bに共通のブロックはアルファベット符号aおよびbを付加せずに記載する。例えば伝送装置101aおよび伝送装置102bに共通のブロックは伝送装置101と記載し、特定の伝送装置を示す場合はアルファベット符号を付加して伝送装置101aと記載する。送信部202や受信部204などについても同様に、特定の伝送装置の構成ブロックを示す場合はアルファベット符号を付加して送信部202aや受信部204bのように記載する。   Here, in FIG. 1 and FIG. 2, blocks with the same number excluding alphabetical symbols indicate blocks having the same function. Also in the following description, blocks common to the transmission apparatus 101a and the transmission apparatus 102b are described without adding alphabetic symbols a and b. For example, a block common to the transmission apparatus 101a and the transmission apparatus 102b is described as the transmission apparatus 101, and when a specific transmission apparatus is indicated, an alphabetic code is added and described as the transmission apparatus 101a. Similarly, the transmission unit 202, the reception unit 204, and the like are described like the transmission unit 202a and the reception unit 204b with an alphabetical code added to indicate a configuration block of a specific transmission apparatus.

以下、図2の各部について説明する。   Hereinafter, each part of FIG. 2 will be described.

C側IF部201は、クライアント側のL2SW102とL2SW103との間でユーザフレームを入出力する。ここで、本実施形態では、例えば、従来技術の図9で説明したイーサネット(登録商標)のレイヤ2フレームフォーマットを用いる。図9において、レイヤ2フレームフォーマットは、フレーム同期検出用のプリアンブル(Preamble):7byte、フレーム開始識別(SFD):1byte、宛先アドレス(DA):6byte、送信元アドレス(SA):6byte、長さ/タイプ:2byte、データ:46から1500byte、FCS(Frame Check Sequence):4byteで構成される。   The C-side IF unit 201 inputs and outputs user frames between the L2SW 102 and the L2SW 103 on the client side. Here, in this embodiment, for example, the Ethernet (registered trademark) layer 2 frame format described in FIG. 9 of the prior art is used. In FIG. 9, the layer 2 frame format includes a frame synchronization detection preamble (Preamble): 7 bytes, a frame start identification (SFD): 1 byte, a destination address (DA): 6 bytes, a source address (SA): 6 bytes, and a length. / Type: 2 bytes, data: 46 to 1500 bytes, FCS (Frame Check Sequence): 4 bytes.

送信部202は、C側IF部201から入力したユーザフレームやOAM制御部205から出力される制御フレームを宛先に応じてN側IF部203からネットワーク側に送信する。また、送信部202は、C側IF部201から入力したユーザフレームをOAM制御部205に出力する。ここで、OAM制御部205から出力される制御フレームは、例えばループバックコマンドやトレースコマンドなどの制御コマンドが搭載されたフレームである。特に本実施形態に係る伝送システム100では、制御フレームの1つとしてCCフレーム(Continuity Check:接続性確認フレーム)がOAM制御部205から出力される。尚、CCフレームは、Ethernet(登録商標)OAM規格に基づく試験フレームである。   The transmission unit 202 transmits the user frame input from the C-side IF unit 201 and the control frame output from the OAM control unit 205 from the N-side IF unit 203 to the network side according to the destination. In addition, the transmission unit 202 outputs the user frame input from the C-side IF unit 201 to the OAM control unit 205. Here, the control frame output from the OAM control unit 205 is a frame on which a control command such as a loopback command or a trace command is mounted. In particular, in the transmission system 100 according to the present embodiment, a CC frame (Continuity Check: connectivity check frame) is output from the OAM control unit 205 as one of the control frames. The CC frame is a test frame based on the Ethernet (registered trademark) OAM standard.

N側IF部203は、送信部202から送信されるフレームをネットワーク側に送信する。逆にネットワーク側から受信するフレームを受信部204に出力する。   The N-side IF unit 203 transmits the frame transmitted from the transmission unit 202 to the network side. Conversely, the frame received from the network side is output to the receiving unit 204.

受信部204は、N側IF部203から入力した受信フレームのユーザフレームをC側IF部201を介してクライアント側に出力すると共に、OAM制御部205にも出力する。また、受信部204は、CCフレーム等の制御フレームをOAM制御部205に出力する。   The receiving unit 204 outputs the user frame of the received frame input from the N-side IF unit 203 to the client side via the C-side IF unit 201 and also outputs it to the OAM control unit 205. In addition, the reception unit 204 outputs a control frame such as a CC frame to the OAM control unit 205.

OAM制御部205は、送信部202から入力するユーザフレームを所定の演算方法で演算した結果を予め設定した時間間隔で定期的に出力するCCフレームに搭載して送信部202およびN側IF部203を介して通信先の伝送装置に送信する。また、OAM制御部205は、受信部204から入力するユーザフレームを送信側と同じ所定の演算方法で演算し、その演算結果とCCフレームに搭載されている送信側の演算結果とを比較して誤り率を算出する。尚、OAM制御部205の詳細な構成例については後で説明する。   The OAM control unit 205 mounts the result of calculating the user frame input from the transmission unit 202 by a predetermined calculation method in a CC frame that is periodically output at a preset time interval, and transmits the transmission unit 202 and the N-side IF unit 203. To the destination transmission device. The OAM control unit 205 calculates the user frame input from the receiving unit 204 by the same calculation method as that on the transmission side, and compares the calculation result with the calculation result on the transmission side mounted in the CC frame. Calculate the error rate. A detailed configuration example of the OAM control unit 205 will be described later.

監視制御部206は、監視制御網などを介して接続される監視装置207との間で制御情報を送受信し、監視装置207のオペレータによって各伝送装置の監視や制御が行われる。例えば、監視制御部206は、OAM制御部205が求めた誤り率を制御情報として監視装置207に送信し、監視装置207のモニタ画面に表示する。   The monitoring control unit 206 transmits / receives control information to / from a monitoring device 207 connected via a monitoring control network or the like, and an operator of the monitoring device 207 monitors and controls each transmission device. For example, the monitoring control unit 206 transmits the error rate obtained by the OAM control unit 205 as control information to the monitoring device 207 and displays it on the monitor screen of the monitoring device 207.

次に、OAM制御部205の構成例について説明する。図2において、OAM制御部205は、基本処理部251と、送信側演算部252と、挿入部253と、受信側演算部254と、比較部255とを有する。尚、本実施形態では、わかり易いように5つのブロックに分けたが、以下に述べる処理を1つのブロックまたは複数のブロックで行ってもよい。   Next, a configuration example of the OAM control unit 205 will be described. In FIG. 2, the OAM control unit 205 includes a basic processing unit 251, a transmission side calculation unit 252, an insertion unit 253, a reception side calculation unit 254, and a comparison unit 255. In this embodiment, the block is divided into five blocks for easy understanding. However, the processing described below may be performed by one block or a plurality of blocks.

基本処理部251は、イーサネット(登録商標)OAM規格に基づくCCフレームを生成する。また、受信部204から入力するCCフレームに応じた処理を行う。例えば受信部204から入力するCCフレームがループバックコマンドである場合は、受信したフレームを送信部202から送信元に送信するループバック処理を行う。特に、本実施形態に係る伝送装置101では、基本処理部251は、比較部255の出力に応じて誤り率を算出し、監視制御部206を介して監視装置207に出力する。尚、基本処理部251は、OAM制御部205内の各ブロックの処理タイミングなども制御する。ここで、基本処理部251は、試験フレーム生成部の機能を有する。   The basic processing unit 251 generates a CC frame based on the Ethernet (registered trademark) OAM standard. Also, processing corresponding to the CC frame input from the receiving unit 204 is performed. For example, when the CC frame input from the reception unit 204 is a loopback command, a loopback process is performed in which the received frame is transmitted from the transmission unit 202 to the transmission source. In particular, in the transmission apparatus 101 according to the present embodiment, the basic processing unit 251 calculates an error rate according to the output of the comparison unit 255 and outputs the error rate to the monitoring apparatus 207 via the monitoring control unit 206. The basic processing unit 251 also controls the processing timing of each block in the OAM control unit 205. Here, the basic processing unit 251 has a function of a test frame generation unit.

送信側演算部252は、送信部202から入力するユーザフレームを所定の演算方法で演算し、演算結果を挿入部253に出力する。ここで、所定の演算方法として、例えば通信装置で一般的に使用されている生成多項式を使用する。例えばSONET/SDHのBIP(Bit Interleaved Parity)による伝送路の誤り率の計算手法などが知られている。   The transmission side calculation unit 252 calculates the user frame input from the transmission unit 202 by a predetermined calculation method, and outputs the calculation result to the insertion unit 253. Here, as a predetermined calculation method, for example, a generator polynomial generally used in a communication apparatus is used. For example, a calculation method of an error rate of a transmission path by SONET / SDH BIP (Bit Interleaved Parity) is known.

挿入部253は、送信側演算部252の演算結果をOAM制御部205が定期的に出力するCCフレームに挿入して送信部202を介してネットワーク側に送信する。   The insertion unit 253 inserts the calculation result of the transmission side calculation unit 252 into a CC frame periodically output by the OAM control unit 205 and transmits the result to the network side via the transmission unit 202.

受信側演算部254は、受信部204から入力するユーザフレームを送信側演算部252と同じ演算方法で演算し、演算結果を比較部255に出力する。   The reception side calculation unit 254 calculates the user frame input from the reception unit 204 by the same calculation method as the transmission side calculation unit 252 and outputs the calculation result to the comparison unit 255.

比較部255は、受信側演算部254から出力される演算結果と、受信部204から出力されるCCフレームに搭載された送信側の演算結果とを比較し、比較結果を基本処理部251に出力する。尚、本実施形態では、わかり易いように比較部255を別に設けたが、比較部255を基本処理部251に含めて1つの誤り検出部を構成してもよい。   The comparison unit 255 compares the calculation result output from the reception side calculation unit 254 with the calculation result of the transmission side mounted on the CC frame output from the reception unit 204, and outputs the comparison result to the basic processing unit 251. To do. In the present embodiment, the comparison unit 255 is provided separately for easy understanding, but the comparison unit 255 may be included in the basic processing unit 251 to constitute one error detection unit.

ここで、演算結果の比較は、簡単な例としてパリティビットを比較して誤りがあるブロックを検出できる。例えば行列方向にパリティを求める二元演算で且つ各ブロックの誤りが少ない場合は、ビット単位での誤り検出が可能である。さらに多元化することでより正確に誤り率を求めることができる。   Here, as a simple example, the comparison of the calculation results can detect a block having an error by comparing the parity bits. For example, when a binary operation for obtaining parity in the matrix direction and errors in each block are small, error detection in bit units is possible. Further, the error rate can be obtained more accurately by increasing the number of elements.

[CCフレームについて]
次に、本実施形態に係る伝送システム100におけるCCフレームについて説明する。図3は、図1において、クライアント側から入力するユーザフレームを伝送装置101aからネットワーク側に出力するフレームの様子とOAM制御部205aの処理を示した図である。
[CC frame]
Next, a description will be given CC frames in the transmission system 100 according to this embodiment. FIG. 3 is a diagram illustrating a state of a frame in which a user frame input from the client side is output from the transmission apparatus 101a to the network side in FIG. 1 and processing of the OAM control unit 205a.

図3の例では、伝送装置101aは、CCフレームを3つのユーザフレーム毎に定期的に送信するよう予め設定されているものとする。或いは、図3の例に示したように、所定時間(1秒間隔など)でCCフレームを送信するように設定しても構わない。   In the example of FIG. 3, it is assumed that the transmission apparatus 101a is set in advance to periodically transmit a CC frame every three user frames. Alternatively, as shown in the example of FIG. 3, the CC frame may be set to be transmitted at a predetermined time (1 second interval or the like).

図3において、伝送装置101aは、クライアント側のL2SW102からユーザフレーム(ユーザフレーム301からユーザフレーム303)を入力し、OAM制御部205aでユーザフレーム301からユーザフレーム303までの3つのフレームに対する演算処理(ステップS351)と、演算結果挿入処理(ステップS352)とを実行する。尚、演算処理は送信側演算部252が行い、CCフレーム305への演算結果の挿入は挿入部253が行う。CCフレームは、先に図9で説明したフレームフォーマットと同様に構成され、データ部分に制御コマンドや演算結果などが搭載される。また、CCフレーム304には前の3つのユーザフレームに対する演算結果が挿入されている。   In FIG. 3, the transmission apparatus 101a inputs a user frame (user frame 301 to user frame 303) from the client-side L2SW 102, and the OAM control unit 205a performs arithmetic processing on three frames from the user frame 301 to the user frame 303 ( Step S351) and calculation result insertion processing (step S352) are executed. The calculation process is performed by the transmission side calculation unit 252, and the calculation result is inserted into the CC frame 305 by the insertion unit 253. The CC frame is configured in the same manner as the frame format described above with reference to FIG. 9, and a control command, a calculation result, and the like are mounted on the data portion. In addition, the calculation results for the previous three user frames are inserted in the CC frame 304.

このようにして、伝送装置101aからCCフレーム304と、ユーザフレーム301からユーザフレーム303と、演算結果が搭載されたCCフレーム305とが順番にネットワーク側に送信される。   In this way, the CC frame 304 from the transmission apparatus 101a, the user frame 301 to the user frame 303, and the CC frame 305 loaded with the operation result are sequentially transmitted to the network side.

次に、ネットワーク側から送られてくるフレームを受信する伝送装置101bの処理について説明する。図4は、図1において、ネットワーク側から受信するフレームを伝送装置101bからクライアント側に出力する様子とOAM制御部205bの処理を示した図である。   Next, processing of the transmission apparatus 101b that receives a frame sent from the network side will be described. FIG. 4 is a diagram illustrating a state in which a frame received from the network side in FIG. 1 is output from the transmission apparatus 101b to the client side and processing of the OAM control unit 205b.

図4の例では、伝送装置101bは、ネットワーク側からCCフレーム304と、ユーザフレーム301からユーザフレーム303と、演算結果が搭載されたCCフレーム305とを受信する。そして、伝送装置101bの受信側演算部254bは、ネットワーク側から受信するユーザフレーム301からユーザフレーム303に対して送信側の伝送装置101aの送信側演算部252aと同じ演算処理(ステップS361)を行う。一方、比較部255bは、CCフレーム305に搭載されている演算結果とステップS361で求めた演算結果とを比較処理(ステップS362)する。そして、基本処理部251bは、比較部255bの比較結果から誤り率を算出し(ステップS363)、監視制御部206を介して監視装置207に送信する。また、受信部204は、ネットワーク側から受信したユーザフレーム301からユーザフレーム303をクライアント側のL2SW103に出力する。   In the example of FIG. 4, the transmission apparatus 101 b receives a CC frame 304 from the network side, a user frame 303 from the user frame 301, and a CC frame 305 in which the calculation result is mounted. The reception-side arithmetic unit 254b of the transmission device 101b performs the same arithmetic processing (step S361) as the transmission-side arithmetic unit 252a of the transmission-side transmission device 101a on the user frame 301 to the user frame 303 received from the network side. . On the other hand, the comparison unit 255b performs a comparison process (step S362) between the calculation result mounted on the CC frame 305 and the calculation result obtained in step S361. Then, the basic processing unit 251b calculates an error rate from the comparison result of the comparison unit 255b (step S363), and transmits it to the monitoring device 207 via the monitoring control unit 206. In addition, the reception unit 204 outputs the user frame 303 from the user frame 301 received from the network side to the L2SW 103 on the client side.

このようにして、ネットワーク側から受信するフレームのCCフレーム304とCCフレーム305との間のユーザフレーム301からユーザフレーム303に対する誤り率を算出し、監視装置207のモニタ画面に表示することができる。   In this way, the error rate for the user frame 303 can be calculated from the user frame 301 between the CC frame 304 and the CC frame 305 of the frame received from the network side, and can be displayed on the monitor screen of the monitoring device 207.

(変形例1)
上記の実施形態では、図3および図4で説明したように、予め設定したユーザフレーム数毎に、或いは予め設定した時間間隔でCCフレームを定期的に送信するものとしたが、監視装置207のオペレータによってCCフレームの送信間隔を任意に設定できるようにしても構わない。この場合、図5に示すように、オペレータは監視装置207側から伝送装置101のOAM制御部205に送信周期設定コマンドを発行して、OAM制御部205の基本処理部251は送信周期設定コマンドで指定された送信周期でCCフレームを送信する。例えば、先に説明したように、予め設定したユーザフレーム数または予め設定した時間間隔でCCフレームを定期的に送信する以外に、ユーザフレームのデータ量を設定するようにしても構わない。
(Modification 1)
In the above embodiment, as described with reference to FIG. 3 and FIG. 4, the CC frame is periodically transmitted every preset number of user frames or at a preset time interval. The operator may arbitrarily set the CC frame transmission interval. In this case, as shown in FIG. 5, the operator issues a transmission cycle setting command from the monitoring device 207 side to the OAM control unit 205 of the transmission device 101, and the basic processing unit 251 of the OAM control unit 205 uses the transmission cycle setting command. A CC frame is transmitted at a specified transmission cycle. For example, as described above, the user frame data amount may be set in addition to periodically transmitting the CC frame at a preset number of user frames or at a preset time interval.

例えば、ユーザフレームのデータ量が6000byte毎にCCフレームを挿入する場合、設定したデータ量を超えた時点のユーザーフレームまでを送信側演算部252の演算対象としてもよいし、ユーザフレームの切れ目に合わせるようにしてもよい。或いは、機械的にユーザフレームの送信データ量が6000byte毎に演算結果を求めて、6000byteに達したユーザフレームの次のCCフレームで演算結果を送信するようにしてもよい。そして、6001byte目からは新たに6000byteを演算し、その演算結果を6000byteに達したユーザフレームの次のCCフレームで送信する処理を繰り返すようにしてもよい。この場合、ユーザフレームの途中であってもデータ量に応じて分割して演算される。ここで、監視装置207からの送信周期設定コマンドを受け取る監視制御部206および基本処理部251は、請求項の送信間隔設定部に対応する。   For example, when a CC frame is inserted every 6000 bytes of user frame data, the user frame up to the point of time when the set amount of data is exceeded may be the calculation target of the transmission side calculation unit 252 or matched to the break of the user frame You may do it. Alternatively, the calculation result may be obtained mechanically every 6000 bytes of the transmission data amount of the user frame, and the calculation result may be transmitted in the CC frame next to the user frame that has reached 6000 bytes. Then, from the 6001st byte, 6000 bytes may be newly calculated, and the process of transmitting the calculation result in the CC frame next to the user frame that has reached 6000 bytes may be repeated. In this case, even in the middle of the user frame, the calculation is divided according to the data amount. Here, the monitoring control unit 206 and the basic processing unit 251 that receive the transmission cycle setting command from the monitoring device 207 correspond to the transmission interval setting unit in the claims.

ここで、CCフレームの送信間隔としては、IEEE、ITU−Tの標準では、3.3ms、100ms、1秒、10秒などが規格化されている。また、監視装置207からのコマンドは、監視制御部206を介し、OAM制御部205に設定される。そして、OAM制御部205は、設定された送信時間間隔毎に、送信側演算部252の演算結果を挿入部253によりCCフレームに挿入して送信部202から送信する。同様に、データ量、フレーム数などによる送信間隔の設定についても、監視装置207からのコマンドを受けて、OAM制御部205により実行される。   Here, as the CC frame transmission interval, the standards of IEEE and ITU-T standardize 3.3 ms, 100 ms, 1 second, 10 seconds, and the like. A command from the monitoring device 207 is set in the OAM control unit 205 via the monitoring control unit 206. Then, the OAM control unit 205 inserts the calculation result of the transmission side calculation unit 252 into the CC frame by the insertion unit 253 and transmits it from the transmission unit 202 at every set transmission time interval. Similarly, the setting of the transmission interval based on the data amount, the number of frames, etc. is executed by the OAM control unit 205 in response to a command from the monitoring device 207.

このようにして、監視装置207から設定された送信周期で送信側演算部252の演算結果をCCフレームに挿入して通信先に送信する。そして、受信側の伝送装置101においては、CCフレームを受信する毎に前のCCフレームとの間で受信するユーザフレームの演算結果とその後のCCフレームに挿入された演算結果とを比較して誤り率を求める。尚、受信側の伝送装置101では、監視装置207からCCフレームの送信周期の情報を得る必要はなく、受信したCCフレーム間のユーザフレームに対して演算を行えばよい。そして、基本処理部251は、求めた誤り率を監視制御部206を介して監視装置207に送信し、監視装置207のモニタに誤り率が表示される。   In this way, the calculation result of the transmission side calculation unit 252 is inserted into the CC frame at the transmission cycle set by the monitoring device 207 and transmitted to the communication destination. Then, every time the CC frame is received, the transmission apparatus 101 on the receiving side compares the calculation result of the user frame received with the previous CC frame and the calculation result inserted in the subsequent CC frame, and an error occurs. Find the rate. The transmission apparatus 101 on the receiving side does not need to obtain CC frame transmission cycle information from the monitoring apparatus 207, and may perform calculations on user frames between received CC frames. Then, the basic processing unit 251 transmits the obtained error rate to the monitoring device 207 via the monitoring control unit 206, and the error rate is displayed on the monitor of the monitoring device 207.

(変形例2)
先の実施形態および変形例1では、受信側で誤り率を求めるだけであったが、本変形例2では、誤り訂正を行うことができる。本変形例2では、先の実施形態で説明した図2のOAM制御部205の構成が少し異なる。
(Modification 2)
In the previous embodiment and Modification 1, only the error rate is obtained on the receiving side, but in Modification 2, error correction can be performed. In the second modification, the configuration of the OAM control unit 205 in FIG. 2 described in the previous embodiment is slightly different.

図6は、本変形例2の伝送装置101の構成例を示す図である。尚、図6において、図2と異なるのはOAM制御部205の構成である。図6において、OAM制御部205は、基本処理部251と、挿入部253と、誤り訂正情報生成部401と、誤り訂正処理部402とで構成される。ここで、基本処理部251および挿入部253は、図2と同様の機能を有する。   FIG. 6 is a diagram illustrating a configuration example of the transmission apparatus 101 according to the second modification. 6 is different from FIG. 2 in the configuration of the OAM control unit 205. In FIG. 6, the OAM control unit 205 includes a basic processing unit 251, an insertion unit 253, an error correction information generation unit 401, and an error correction processing unit 402. Here, the basic processing unit 251 and the insertion unit 253 have the same functions as those in FIG.

送信側の伝送装置101において、誤り訂正情報生成部401は、C側IF部201から入力するユーザフレームに対して冗長性を持たせ、誤り訂正情報を生成する。この時、誤り訂正情報生成部401は、例えば予め設定された数のユーザフレームに対する誤り訂正情報を生成する。そして、挿入部253は、生成した誤り訂正情報を次に送信するCCフレームに挿入する。尚、誤り訂正情報は、周知の様々な誤り訂正方式により生成できるが、例えばリードソロモン符号などが知られている。   In the transmission apparatus 101 on the transmission side, the error correction information generation unit 401 gives error redundancy information to the user frame input from the C side IF unit 201 and generates error correction information. At this time, the error correction information generation unit 401 generates error correction information for a predetermined number of user frames, for example. Then, the insertion unit 253 inserts the generated error correction information into the CC frame to be transmitted next. The error correction information can be generated by various known error correction methods. For example, a Reed-Solomon code is known.

ここで、変形例1で説明したように、誤り訂正情報生成部401は、予め設定した時間間隔で誤り訂正情報を生成し、挿入部253でCCフレームに挿入するようにしてもよい。或いは、ユーザフレームのデータ量に応じて誤り訂正情報を生成するようにしても構わない。   Here, as described in the first modification, the error correction information generation unit 401 may generate error correction information at a preset time interval, and the insertion unit 253 may insert the error correction information into the CC frame. Alternatively, error correction information may be generated according to the data amount of the user frame.

一方、受信側の伝送装置101において、受信部204は、N側IF部203から受信するユーザフレームとCCフレームをOAM制御部205に出力する。OAM制御部205の誤り訂正処理部402は、受信したCCフレームに挿入された誤り訂正情報を読み出し、当該CCフレームと一つ前のCCフレームとの間で受信したユーザフレームに対して誤り訂正演算を行い、C側IF部201にエラー訂正されたユーザフレームを出力する。ここで、誤り訂正演算は、送信側の伝送装置101と同じ誤り訂正方法に対応し、例えば送信側でリードソロモン符号方式により誤り訂正情報が生成された場合は、同じリードソロモン符号方式による誤り訂正処理を行う。   On the other hand, in the transmission apparatus 101 on the reception side, the reception unit 204 outputs the user frame and CC frame received from the N-side IF unit 203 to the OAM control unit 205. The error correction processing unit 402 of the OAM control unit 205 reads error correction information inserted in the received CC frame, and performs error correction calculation on the user frame received between the CC frame and the previous CC frame. And the error-corrected user frame is output to the C-side IF unit 201. Here, the error correction operation corresponds to the same error correction method as that of the transmission apparatus 101 on the transmission side. For example, when error correction information is generated by the Reed-Solomon encoding method on the transmission side, the error correction by the same Reed-Solomon encoding method is performed. Process.

図7は、本変形例2において、クライアント側から入力するユーザフレームを伝送装置101aからネットワーク側に出力するフレームの様子と、OAM制御部205aの処理とを示した図である。尚、図7では、図6で説明した伝送装置101を図1の伝送装置101aおよび伝送装置101bとして使用し、伝送装置101aと伝送装置101bとの間で通信する例を示している。また、図3の例と同様に、伝送装置101aは、CCフレームを3つのユーザフレーム毎に定期的に送信するよう予め設定されている。   FIG. 7 is a diagram illustrating a state of a frame in which a user frame input from the client side is output from the transmission apparatus 101a to the network side and processing of the OAM control unit 205a in the second modification. 7 illustrates an example in which the transmission apparatus 101 described in FIG. 6 is used as the transmission apparatus 101a and the transmission apparatus 101b in FIG. 1 and communication is performed between the transmission apparatus 101a and the transmission apparatus 101b. Similarly to the example of FIG. 3, the transmission apparatus 101a is set in advance to periodically transmit a CC frame every three user frames.

図7において、伝送装置101aは、クライアント側のL2SW102からユーザフレーム(ユーザフレーム301からユーザフレーム303)を入力し、OAM制御部205aでユーザフレーム301からユーザフレーム303までの3つのフレームに対して誤り訂正情報生成処理を行う(ステップS371)。そして、生成した誤り訂正情報をCCフレーム305に挿入する(ステップS372)。尚、誤り訂正情報生成処理は誤り訂正情報生成部401aが行い、CCフレーム305への演算結果の挿入は挿入部253aが行う。また、CCフレームは、先に図9で説明したフレームフォーマットと同様に構成され、データ部分に誤り訂正情報が搭載される。尚、CCフレーム304には前の一連のユーザフレームに対する誤り訂正情報が挿入されている。   In FIG. 7, the transmission apparatus 101 a inputs a user frame (user frame 301 to user frame 303) from the client-side L2SW 102, and the OAM control unit 205 a has an error for three frames from the user frame 301 to the user frame 303. Correction information generation processing is performed (step S371). Then, the generated error correction information is inserted into the CC frame 305 (step S372). The error correction information generation process is performed by the error correction information generation unit 401a, and the calculation result is inserted into the CC frame 305 by the insertion unit 253a. The CC frame is configured in the same manner as the frame format described above with reference to FIG. 9, and error correction information is mounted on the data portion. Note that error correction information for the previous series of user frames is inserted into the CC frame 304.

このようにして、伝送装置101aからCCフレーム304と、ユーザフレーム301からユーザフレーム303と、誤り訂正情報が搭載されたCCフレーム305とがネットワーク側に送信される。   In this way, the CC frame 304, the user frame 301 to the user frame 303, and the CC frame 305 loaded with error correction information are transmitted from the transmission apparatus 101a to the network side.

次に、ネットワーク側から送られてくるフレームを受信する伝送装置101bの処理について説明する。図8は、図6の構成の伝送装置101を図1の伝送装置101aおよび伝送装置101bとして使用し、ネットワーク側から受信するフレームをクライアント側に出力する場合のフレームの様子と、OAM制御部205bの処理とを示している。   Next, processing of the transmission apparatus 101b that receives a frame sent from the network side will be described. FIG. 8 shows the state of a frame when the transmission apparatus 101 having the configuration of FIG. 6 is used as the transmission apparatus 101a and the transmission apparatus 101b of FIG. 1 and a frame received from the network side is output to the client side, and the OAM control unit 205b The process is shown.

図8の例では、伝送装置101bは、ネットワーク側からCCフレーム304と、ユーザフレーム301からユーザフレーム303と、演算結果が搭載されたCCフレーム305とを受信する。そして、伝送装置101bの誤り訂正処理部402bは、ネットワーク側から入力するCCフレーム305に搭載されている誤り訂正情報を用いて、CCフレーム304の後から受信するユーザフレーム(ユーザフレーム301からユーザフレーム303)に対して送信側の誤り訂正情報作成方法に対応する誤り訂正処理(ステップS381)を行う。尚、CCフレーム305が受信されるまでユーザフレーム301からユーザフレーム303までをバッファリングしている。また、誤り訂正処理は、誤り訂正処理部402が行い、誤り訂正されたユーザフレーム301からユーザフレーム303は、C側IF部201を介してクライアント側のL2SW103に出力される。   In the example of FIG. 8, the transmission apparatus 101b receives a CC frame 304 from the network side, a user frame 303 from the user frame 301, and a CC frame 305 on which the calculation result is mounted. Then, the error correction processing unit 402b of the transmission apparatus 101b uses the error correction information mounted on the CC frame 305 input from the network side, and receives a user frame (from the user frame 301 to the user frame) received after the CC frame 304. 303), an error correction process (step S381) corresponding to the error correction information generation method on the transmission side is performed. The user frame 301 to the user frame 303 are buffered until the CC frame 305 is received. Further, the error correction processing is performed by the error correction processing unit 402, and the user frame 301 to the user frame 303 subjected to the error correction are output to the L2SW 103 on the client side via the C side IF unit 201.

このようにして、CCフレーム304とCCフレーム305との間の受信するユーザフレーム301からユーザフレーム303に対する誤り訂正を行うことができる。   In this way, error correction can be performed on the user frame 303 from the user frame 301 received between the CC frame 304 and the CC frame 305.

尚、本変形例2では、誤り訂正を主体に説明したが、先に図2で説明した誤り検出と併せてもよい。この場合は、誤りが発生した場合に誤り訂正処理を行い、さらに先の実施形態と同様の方法で求めた誤り率を監視制御部206を介して監視装置207に表示する。   In the second modification, error correction has been mainly described, but it may be combined with the error detection described above with reference to FIG. In this case, error correction processing is performed when an error occurs, and the error rate obtained by the same method as in the previous embodiment is displayed on the monitoring device 207 via the monitoring control unit 206.

以上、各実施形態で説明してきたように、本発明に係る伝送システムおよび伝送装置並びに誤り率監視方法では、伝送路を介してEthernet(登録商標)、MPLS−TP等のレイヤ2フレームを伝送すると共に、イーサOAMのCC(Continuity Check)フレームを定期的に伝送する。特に、CCフレームは、前段のCCフレームとの間に送られた全てのユーザフレームに対する演算結果が格納され、受信側では、伝送路を介して対向する伝送装置から受信したユーザフレームに対して演算を行い、送信側でCCフレームに格納された演算結果と比較して、伝送路の誤り率を計算する。これにより、レイヤ2フレームのネットワークにおいても、SDH/SONETと同等の品質の誤り率監視を行うことができる。   As described above, in the transmission system, the transmission apparatus, and the error rate monitoring method according to the present invention, layer 2 frames such as Ethernet (registered trademark) and MPLS-TP are transmitted through the transmission path as described in the embodiments. At the same time, a CC (Continuity Check) frame of Ether OAM is periodically transmitted. In particular, the CC frame stores the calculation results for all user frames sent between the previous CC frame and the reception side calculates the user frame received from the opposite transmission device via the transmission path. And the error rate of the transmission path is calculated by comparing with the calculation result stored in the CC frame on the transmission side. As a result, even in a layer 2 frame network, it is possible to perform error rate monitoring with the same quality as SDH / SONET.

さらに、CCフレームに冗長性を付与することにより、送信元に再送要求を行う必要がなく、受信側装置で誤り訂正を行うことができる。   Further, by providing redundancy to the CC frame, it is not necessary to make a retransmission request to the transmission source, and error correction can be performed at the reception side apparatus.

例えば、GbEシステムにおいて、1秒間に1488100フレームを送信する場合、3.3ms周期のCCフレームで送出すると、約300フレーム/秒でCCフレームを送信することになる。この場合、CCフレーム間に送られるユーザのフレームは、1488100÷300=4960フレーム(4960フレーム×64Byte=317641Byte=10541128bit=10.5Mbit)となり、この10.5Mbit分のデータの誤り率を監視することができる。   For example, in a GbE system, when 1488100 frames are transmitted per second, if CC frames are transmitted with a period of 3.3 ms, CC frames are transmitted at about 300 frames / second. In this case, the user's frame sent between CC frames is 1488100/300 = 4960 frames (4960 frames × 64 bytes = 317641 bytes = 10541128 bits = 10.5 Mbits), and the error rate of data for 10.5 Mbits is monitored. Can do.

このようにして、本発明に係るレイヤ2伝送システムおよび伝送装置並びに誤り率監視方法は、SDH/SONETと同様に品質の高いシステムを提供することができる。   As described above, the layer 2 transmission system, the transmission apparatus, and the error rate monitoring method according to the present invention can provide a high-quality system, similar to SDH / SONET.

尚、本発明に係るレイヤ2伝送システムおよび伝送装置並びに誤り率監視方法について、各実施例を挙げて説明してきたが、その精神またはその主要な特徴から逸脱することなく他の多様な形で実施することができる。そのため、上述した実施例はあらゆる点で単なる例示に過ぎず、限定的に解釈してはならない。本発明は、特許請求の範囲によって示されるものであって、本発明は明細書本文にはなんら拘束されない。さらに、特許請求の範囲の均等範囲に属する変形や変更は、全て本発明の範囲内である。   The layer 2 transmission system, the transmission apparatus, and the error rate monitoring method according to the present invention have been described with reference to each embodiment, but can be implemented in various other forms without departing from the spirit or the main features thereof. can do. For this reason, the above-described embodiment is merely an example in all respects and should not be interpreted in a limited manner. The present invention is defined by the claims, and the present invention is not limited to the text of the specification. Further, all modifications and changes belonging to the equivalent scope of the claims are within the scope of the present invention.

100・・・伝送システム
101・・・伝送装置
102,103・・・L2SW
201・・・C側IF部
202・・・送信部
203・・・N側IF部
204・・・受信部
205・・・OAM制御部
206・・・監視制御部
207・・・監視装置
251・・・基本処理部
252・・・送信側演算部
253・・・挿入部
254・・・受信側演算部
255・・・比較部
401・・・誤り訂正情報生成部
402・・・誤り訂正処理部
100 ... transmission system 101 ... transmission device 102 and 103 ... L2SW
201 ... C-side IF unit 202 ... transmitting unit 203 ... N-side IF unit 204 ... receiving unit 205 ... OAM control unit 206 ... monitoring control unit 207 ... monitoring device 251 ..Basic processing unit 252... Transmission side calculation unit 253... Insertion unit 254 .. reception side calculation unit 255... Comparison unit 401 .. error correction information generation unit 402.

Claims (15)

送信側の伝送装置と受信側の伝送装置とを有する伝送システムにおいて、
前記送信側の伝送装置は、
ユーザフレームおよび通信の継続性を試験するための試験フレームを送信する送信部と、
前記試験フレームを定期的に生成する試験フレーム生成部と、
前記試験フレーム間に送信される前記ユーザフレームに対して所定の演算を行って送信側誤り検出データを求める送信側演算部と、
前記送信側誤り検出データを前記試験フレームに挿入するデータ挿入部と
を有し、
前記受信側の伝送装置は、
対向先から送られてくる前記ユーザフレームおよび前記試験フレームを受信する受信部と、
前記試験フレーム間に受信する前記ユーザフレームに対して前記所定の演算を行って受信側誤り検出データを求める受信側演算部と、
前記試験フレームに挿入された前記送信側誤り検出データと前記受信側誤り検出データとを比較して誤り率を求める誤り検出部と
を有する
ことを特徴とする伝送システム。
In the transmission system having a transmission apparatus on the receiving side and the transmission device on the transmission side,
The transmission device on the transmission side is:
A transmission unit that transmits a user frame and a test frame for testing continuity of communication;
A test frame generation unit for periodically generating the test frame,
A transmission side calculation unit that performs a predetermined calculation on the user frame transmitted between the test frames to obtain transmission side error detection data;
A data insertion unit for inserting the transmission-side error detection data into the test frame,
The transmission device on the receiving side is
A receiving unit for receiving the user frame and the test frame sent from the opposite side;
A receiving side calculation unit that performs the predetermined calculation on the user frame received between the test frames to obtain receiving side error detection data; and
A transmission system, comprising: an error detection unit that compares the transmission-side error detection data inserted into the test frame with the reception-side error detection data to obtain an error rate.
請求項1に記載の伝送システムにおいて、
前記送信側の伝送装置に、前記試験フレーム間に送信される前記ユーザフレームに対する誤り訂正データを求める誤り訂正データ生成部を更に設け、
前記データ挿入部は、前記誤り訂正データを前記試験フレームに挿入し、
前記受信側の伝送装置は、受信する前記試験フレームに挿入された前記誤り訂正データにより、前記試験フレーム間に受信するユーザフレームの誤り訂正を行う誤り訂正部を更に設けた
ことを特徴とする伝送システム。
The transmission system according to claim 1, wherein
The transmission apparatus on the transmission side further includes an error correction data generation unit for obtaining error correction data for the user frame transmitted between the test frames,
The data insertion unit inserts the error correction data into the test frame;
The transmission apparatus on the receiving side further includes an error correction unit that performs error correction of user frames received between the test frames based on the error correction data inserted into the received test frames. system.
請求項1または2に記載の伝送システムにおいて、
前記試験フレームの送信間隔を設定する送信間隔設定部を更に設け、
前記試験フレーム生成部は、前記送信間隔に応じて定期的に試験フレームを生成する
ことを特徴とする伝送システム。
The transmission system according to claim 1 or 2,
Further provided transmission interval setting unit for setting a transmission interval of said test frame,
The transmission system, wherein the test frame generation unit periodically generates a test frame according to the transmission interval.
請求項3に記載の伝送システムにおいて、
前記送信間隔設定部は、前記ユーザフレームのデータ量を設定し、前記設定されたデータ量のユーザフレームが送信される間隔を前記試験フレームの送信間隔とする
ことを特徴とする伝送システム。
The transmission system according to claim 3,
The transmission system is characterized in that the transmission interval setting unit sets the data amount of the user frame, and sets the interval at which the user frame of the set data amount is transmitted as the transmission interval of the test frame.
請求項3に記載の伝送システムにおいて、
前記送信間隔設定部は、前記ユーザフレームのフレーム数を設定し、前記設定されたフレーム数のユーザフレームが送信される間隔を前記試験フレームの送信間隔とする
ことを特徴とする伝送システム。
The transmission system according to claim 3,
The transmission system is characterized in that the transmission interval setting unit sets the number of frames of the user frame, and sets an interval at which the user frames of the set number of frames are transmitted as the transmission interval of the test frame.
請求項1から5のいずれか一項に記載の伝送システムにおいて、
前記誤り検出部が求めた誤り率を監視制御インターフェースを介して接続される監視装置に表示する監視制御部を更に設けた
ことを特徴とする伝送システム。
The transmission system according to claim 1 in any one of 5,
A transmission system, further comprising a monitoring control unit for displaying an error rate obtained by the error detection unit on a monitoring device connected via a monitoring control interface.
請求項1から6のいずれか一項に記載の伝送システムにおいて、
前記フレームは、イーサネット(登録商標)フレームに対応し、
前記試験フレームは、イーサネット(登録商標)OAMのCCフレームに対応する
ことを特徴とする伝送システム。
The transmission system according to any one of claims 1 to 6,
The frame corresponds to the Ethernet frame,
The transmission system according to claim 1, wherein the test frame corresponds to a CC frame of Ethernet (registered trademark) OAM.
請求項1から7のいずれか一項に記載の伝送システムにおける送信側と受信側の両方の機能を備えることを特徴とする伝送装置。   8. A transmission apparatus comprising both functions of a transmission side and a reception side in the transmission system according to claim 1. 送信側の伝送装置から送信されたデータを伝送路を介して受信側の伝送装置で受信した時の誤り率を監視する誤り率監視方法において、
前記送信側の伝送装置では、通信の継続性を試験するために定期的に送信される試験フレームに、前記試験フレーム間で送信されるユーザフレームに対して所定の演算を行って生成した送信側誤り検出データを前記試験フレームに挿入して送信し、
前記受信側の伝送装置では、対向先から受信する前記試験フレーム間の前記ユーザフレームに対して前記所定の演算を行って生成した受信側誤り検出データと、前記試験フレームに挿入された前記送信側誤り検出データとを比較して誤り率を求める
ことを特徴とする誤り率監視方法。
In an error rate monitoring method for monitoring an error rate when data transmitted from a transmission device on a transmission side is received by a transmission device on a reception side via a transmission line,
In the transmission device on the transmission side, a transmission side generated by performing a predetermined operation on a user frame transmitted between the test frames to a test frame periodically transmitted to test communication continuity send by inserting the error detection data to the test frame,
In the transmission apparatus on the reception side, reception-side error detection data generated by performing the predetermined calculation on the user frame between the test frames received from the opposite side, and the transmission side inserted in the test frame An error rate monitoring method characterized in that an error rate is obtained by comparing with error detection data.
請求項9に記載の誤り率監視方法において、
前記送信側の伝送装置では、前記試験フレーム間に送信される前記ユーザフレームに対する誤り訂正データを求めて前記試験フレームに挿入し、
前記受信側の伝送装置では、受信する前記試験フレームに挿入された前記誤り訂正データにより、前記試験フレーム間に受信するユーザフレームの誤り訂正を行う
ことを特徴とする誤り率監視方法。
The error rate monitoring method according to claim 9,
In the transmission device on the transmission side, error correction data for the user frame transmitted between the test frames is obtained and inserted into the test frame,
The error rate monitoring method, wherein the transmission apparatus on the receiving side performs error correction of user frames received between the test frames based on the error correction data inserted in the received test frames.
請求項9または10に記載の誤り率監視方法において、
前記試験フレームの送信間隔を任意の間隔に設定する
ことを特徴とする誤り率監視方法。
The error rate monitoring method according to claim 9 or 10,
An error rate monitoring method, wherein the transmission interval of the test frame is set to an arbitrary interval.
請求項11に記載の誤り率監視方法において、
前記ユーザフレームのデータ量を設定し、前記設定されたデータ量のユーザフレームが送信される間隔を前記試験フレームの送信間隔とする
ことを特徴とする誤り率監視方法。
The error rate monitoring method according to claim 11,
An error rate monitoring method, wherein the data amount of the user frame is set, and the interval at which the user frame having the set data amount is transmitted is set as the transmission interval of the test frame.
請求項11に記載の誤り率監視方法において、
前記ユーザフレームのフレーム数を設定し、前記設定されたフレーム数のユーザフレームが送信される間隔を前記試験フレームの送信間隔とする
ことを特徴とする誤り率監視方法。
The error rate monitoring method according to claim 11,
An error rate monitoring method, wherein the number of frames of the user frame is set, and an interval at which the set number of user frames is transmitted is defined as a transmission interval of the test frame.
請求項9から13のいずれか一項に記載の誤り率監視方法において、
前記受信側の伝送装置では、前記誤り率を監視制御インターフェースを介して接続される監視装置に表示する
ことを特徴とする誤り率監視方法。
The error rate monitoring method according to any one of claims 9 13,
In the transmission apparatus on the receiving side, the error rate is displayed on a monitoring apparatus connected via a monitoring control interface.
請求項9から14のいずれか一項に記載の誤り率監視方法において、
前記フレームは、イーサネット(登録商標)フレームに対応し、
前記試験フレームは、イーサネット(登録商標)OAMのCCフレームに対応する
ことを特徴とする誤り率監視方法。
The error rate monitoring method according to any one of claims 9 14,
The frame corresponds to the Ethernet frame,
The error rate monitoring method, wherein the test frame corresponds to a CC frame of Ethernet (registered trademark) OAM.
JP2011129782A 2011-06-10 2011-06-10 Transmission system and transmitter and error rate monitoring method Withdrawn JP2012257135A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011129782A JP2012257135A (en) 2011-06-10 2011-06-10 Transmission system and transmitter and error rate monitoring method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011129782A JP2012257135A (en) 2011-06-10 2011-06-10 Transmission system and transmitter and error rate monitoring method

Publications (1)

Publication Number Publication Date
JP2012257135A true JP2012257135A (en) 2012-12-27

Family

ID=47528258

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011129782A Withdrawn JP2012257135A (en) 2011-06-10 2011-06-10 Transmission system and transmitter and error rate monitoring method

Country Status (1)

Country Link
JP (1) JP2012257135A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101988918B1 (en) * 2018-11-16 2019-06-13 (주)자람테크놀로지 Cable connecting device of terminal box for broadband communication
JP7030797B2 (en) 2017-03-21 2022-03-07 中興通訊股▲ふん▼有限公司 Network management information receiving method, receiving device and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7030797B2 (en) 2017-03-21 2022-03-07 中興通訊股▲ふん▼有限公司 Network management information receiving method, receiving device and storage medium
KR101988918B1 (en) * 2018-11-16 2019-06-13 (주)자람테크놀로지 Cable connecting device of terminal box for broadband communication

Similar Documents

Publication Publication Date Title
CN106911426B (en) Method and equipment for transmitting data in flexible Ethernet
CN108123813B (en) Transmission method and device for operation, administration and maintenance OAM data
US8630544B2 (en) System and method for channel-adaptive error-resilient burst mode transmission
CN103918209B (en) Send and receive application layer-forward error correction packet device and method
WO2018059436A1 (en) Error code detection method, device and system and computer-readable storage medium
US10992315B2 (en) Bit block stream bit error detection method and device
US8675501B2 (en) Transmission apparatus and reporting method for reporting fault
US9172460B2 (en) Transmission equipment and path selection method
US11082317B2 (en) Detection block sending and receiving method, and network device and system
EP2487822B1 (en) Method and device for downlink frame synchronization used in gigabit-capable passive optical network system
JP2012161103A (en) Method and device for realizing data error reporting
CN112994839A (en) Flexible Ethernet overhead multiframe receiving method, device, equipment and medium
WO2019011112A1 (en) Bearer channel oam information processing method, apparatus, device and system
EP4160956A1 (en) Method and apparatus for determining code block loss
CN105119633B (en) Narrow-band high-speed frequency-hopped data method of sending and receiving
JP2012257135A (en) Transmission system and transmitter and error rate monitoring method
WO2019015462A1 (en) Method for sending detection block and method for receiving detection block, and network device and system
WO2021017890A1 (en) Communication method and communication device
JP4878974B2 (en) Transmitting apparatus and communication system
JP6007138B2 (en) Transmission system, transmission apparatus, and transmission quality detection method
CN111817986A (en) Message processing method and device and computer readable storage medium
JP2012253528A (en) Playback relay device for packet transport
JP2016208190A (en) Communication device and communication method
CN117354873A (en) Bearing method, communication equipment and storage medium
JP2014212478A (en) Optical transmission device, optical transmission system and transmission method

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20140902