CN111030890A - Network interconnection equipment evaluation method based on EOS service - Google Patents

Network interconnection equipment evaluation method based on EOS service Download PDF

Info

Publication number
CN111030890A
CN111030890A CN201911345457.5A CN201911345457A CN111030890A CN 111030890 A CN111030890 A CN 111030890A CN 201911345457 A CN201911345457 A CN 201911345457A CN 111030890 A CN111030890 A CN 111030890A
Authority
CN
China
Prior art keywords
rate
message
ratehigh
ratelow
equipment
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.)
Pending
Application number
CN201911345457.5A
Other languages
Chinese (zh)
Inventor
孙海进
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.)
Anhui Wantong Post And Telecommunications Co ltd
Original Assignee
Anhui Wantong Post And Telecommunications Co 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 Anhui Wantong Post And Telecommunications Co ltd filed Critical Anhui Wantong Post And Telecommunications Co ltd
Priority to CN201911345457.5A priority Critical patent/CN111030890A/en
Publication of CN111030890A publication Critical patent/CN111030890A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0876Network utilisation, e.g. volume of load or congestion level
    • H04L43/0888Throughput
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0823Errors, e.g. transmission errors
    • H04L43/0829Packet loss
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0852Delays
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0876Network utilisation, e.g. volume of load or congestion level
    • H04L43/0894Packet rate

Abstract

The network interconnection equipment evaluation method based on the EOS service can solve the technical problem that the EOS service is difficult to evaluate under the conditions of incomplete test environment and test tools. Based on the RFC2544 test equipment and the far-end loopback equipment, the RFC2544 test equipment specially sends the message to the far-end loopback equipment, and the far-end loopback equipment loops the message to the RFC2544 equipment after processing, which comprises the following steps: s100, setting basic configuration of an EOS service by a control plane; s200, the control plane sets the content, the maximum rate, the minimum rate and the time duration of the sending message; s300, calculating the rate by the control plane through a dichotomy method until the maximum throughput is obtained; s400, the forwarding plane is responsible for analyzing the message content and delivering the message content to a specific output interface according to the target IP or the label.

Description

Network interconnection equipment evaluation method based on EOS service
Technical Field
The invention relates to the technical field of network communication, in particular to a network interconnection equipment evaluation method based on EOS service.
Background
EOS is a frame mapping method, mainly defining the mapping method of encapsulating Ethernet frame and then mapping it into VC (virtual container) of SDH/SONET, and using the SDH positioned between Ethernet MAC layer and physical layer as data link adaptation layer. Because the technologies of SDH and ethernet are mature and fully standardized, the implementation method of EOS becomes a new core technology of MSTP, and is also the key for implementing intercommunication of MSTP of each manufacturer.
The RFC2544 protocol is an international standard proposed by the RFC organization for evaluating network-connected devices (firewalls, IDS, Switch, etc.). The test under the RFC2544 standard mainly comprises the following steps: throughput, delay, packet loss, back-to-back. The method is characterized in that no external test equipment is needed during testing, and the generation and the check of the test frame are finished through own hardware and software.
At present, the throughput, the packet loss rate, the time delay and the back-to-back of the EOS service are expected to be obtained through a tester. However, in some cases where the test environment and the test tool are incomplete, it is troublesome to know the throughput, the packet loss rate, the time delay, and the back-to-back of the EOS.
Disclosure of Invention
The invention provides an evaluation method of network interconnection equipment based on EOS service, which can solve the technical problem that the EOS service is difficult to evaluate under the conditions of incomplete test environment and test tools.
In order to achieve the purpose, the invention adopts the following technical scheme:
a network interconnection equipment evaluation method based on EOS service comprises the following steps:
comprises the following steps:
1. the control plane sets the basic configuration of the EOS service;
basic configurations of EOS traffic include creation of cpos slots, creation of vcg, binding of slots to vcg, and association of vcg with ethernet ports.
2. The control plane sets the content, maximum rate, minimum rate and time duration of the sending message.
The content of the sent message is the message content transmitted on the network, the maximum rate is the rate of sending the message for the first time, the minimum rate is the rate for calculating the next sending, and the duration is the duration of sending the message.
3. The control plane calculates the rate by a dichotomy method until the maximum throughput is obtained.
In the manner of calculating the rate by bisection, the control plane sets initial highest rate and lowest rate values, namely RateHigh and RateLow. The rate currrate of the first transmission is equal to RateHigh. If the sending rate is curRate, if the lot is not greater than the PermitLost, curRate is the maximum throughput rate of the current RFC2544, otherwise, the next sending rate is calculated downward by bisection method, where RateHigh is curRate, RateLow is RateLow, and curRate is (RateHigh + RateLow)/2. As a result of the currrate transmitted at this time, if the low is not greater than the PermitLost, the bisection method calculates the next transmission rate upward, where RateHigh is RateHigh, RateLow is currrate, and currrate is (RateHigh + RateLow)/2. Otherwise, the bisection method calculates the next transmission rate downwards, where RateHigh ═ currrate, RateLow ═ RateLow, and currrate ═ RateHigh + RateLow)/2. Until (RateHigh-RateLow) <2, currrate is the maximum throughput.
4. The forwarding plane is responsible for analyzing the message content and delivering the message content to a specific output interface according to a target IP or a label.
Compared with the prior art, the network interconnection equipment evaluation method based on the EOS service can realize more convenient understanding of throughput, packet loss rate, time delay and back-to-back of the EOS service under the conditions of some testing environments and incomplete testing tools.
Drawings
FIG. 1 is a schematic flow diagram of the process of the present invention;
FIG. 2 is a diagram of RFC2544 test data flow networking;
FIG. 3 is a flow chart of RFC2544 data testing in the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention.
As shown in fig. 1, the method for evaluating network interconnection equipment based on EOS service according to this embodiment is based on RFC2544 test equipment and remote loopback equipment, where the RFC2544 test equipment specially sends a message to the remote loopback equipment, and the remote loopback equipment loops the message to the RFC2544 equipment after processing, and includes the following steps:
s100, setting basic configuration of an EOS service by a control plane;
s200, the control plane sets the content, the maximum rate, the minimum rate and the time duration of the sending message;
s300, calculating the rate by the control plane through a dichotomy method until the maximum throughput is obtained;
s400, the forwarding plane is responsible for analyzing the message content and delivering the message content to a specific output interface according to the target IP or the label.
Wherein, the basic configuration of the EOS service in S100 includes: creation of cpos slots, creation of vcg, binding of slots to vcg, and association of vcg with ethernet ports.
The content of the message sent in S200 is the message content transmitted over the network, the maximum rate is the rate at which the message is sent for the first time, the minimum rate is the rate used for calculating the next sending, and the time duration is the duration of sending the message.
The S300 control plane calculates the speed by a dichotomy method until the maximum throughput is obtained; the method comprises the following specific steps:
in the mode of calculating the speed by bisection, the control plane sets initial highest speed and lowest speed values, namely RateHigh and RateLow;
the rate currrate of the first transmission is equal to RateHigh;
if the sending rate is curRate, if the lot is not greater than the PermitLost, the curRate is the maximum throughput rate of the current RFC2544, otherwise, the dichotomy calculates the next sending rate downwards, where RateHigh is curRate, RateLow is RateLow, and curRate is (RateHigh + RateLow)/2;
if the result of the currrate transmitted at this time, that is, the low is not greater than the PermitLost, then the bisection method calculates the next transmission rate upward, where RateHigh is RateHigh, RateLow is currrate, and currrate is (RateHigh + RateLow)/2;
otherwise, the bisection method calculates the next sending rate downwards, wherein RateHigh equals curRate, RateLow equals RateLow, and curRate equals (RateHigh + RateLow)/2;
until (RateHigh-RateLow) <2, currrate is the maximum throughput rate
As can be seen from fig. 2 and 3, the specific operation steps of the embodiment of the present invention are as follows:
firstly, as shown in a test data stream networking diagram of fig. 1, a network in which two test devices are butted through a CPOS interface or a network built by the test devices are built, and the two test devices are RFC2544 test devices and remote loopback devices respectively. The RFC2544 device specially sends the message to the far-end loopback device, and the far-end loopback device loops the processed message back to the RFC2544 device so that the RFC2544 device can count the packet loss rate, the time delay, the throughput rate and the like.
According to the relevant configuration of the user, the parameters are sent to the control plane and the forwarding plane, and as shown in fig. 2, when the test starts, the configured maximum rate is first used as the currently sent initial rate. (1) After the message is sent out from the RFC2544 test device, the message passes through the intermediate network, and reaches the far-end loopback device as shown in fig. 1, and the far-end loopback device sends the processed message back to the RFC2544 test device. At this time, the RFC2544 device performs packet receiving statistics to calculate the packet loss rate; (2) recording the sending and receiving time of the data packet through the sent data packet, and calculating the time delay; (3) then calculating the maximum throughput through a dichotomy; (4) and the equipment can completely forward all the sent data packets, calculate the back-to-back value and finish the process.
The above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (4)

1. The utility model provides a network interconnection equipment evaluation method based on EOS business, based on RFC2544 test equipment and far-end loopback equipment, RFC2544 test equipment sends the message to far-end loopback equipment specially, and far-end loopback equipment loops back to RFC2544 equipment after with message processing, its characterized in that: the method comprises the following steps:
s100, setting basic configuration of an EOS service by a control plane;
s200, the control plane sets the content, the maximum rate, the minimum rate and the time duration of the sending message;
s300, calculating the rate by the control plane through a dichotomy method until the maximum throughput is obtained;
s400, the forwarding plane is responsible for analyzing the message content and delivering the message content to a specific output interface according to the target IP or the label.
2. The EOS service-based network interconnection equipment evaluation method according to claim 1, wherein the EOS service-based network interconnection equipment evaluation method comprises the following steps: the basic configuration of the EOS service in S100 includes: creation of cpos slots, creation of vcg, binding of slots to vcg, and association of vcg with ethernet ports.
3. The EOS service-based network interconnection equipment evaluation method according to claim 1, wherein the EOS service-based network interconnection equipment evaluation method comprises the following steps: the content of the message sent in S200 is the message content transmitted over the network, the maximum rate is the rate at which the message is sent for the first time, the minimum rate is the rate used for calculating the next sending, and the time duration is the duration of sending the message.
4. The EOS service-based network interconnection equipment evaluation method according to claim 1, wherein the EOS service-based network interconnection equipment evaluation method comprises the following steps: the S300 control plane calculates the speed by a dichotomy method until the maximum throughput is obtained; the method comprises the following specific steps:
in the mode of calculating the speed by bisection, the control plane sets initial highest speed and lowest speed values, namely RateHigh and RateLow;
the rate currrate of the first transmission is equal to RateHigh;
if the sending rate is curRate, if the lot is not greater than the PermitLost, the curRate is the maximum throughput rate of the current RFC2544, otherwise, the dichotomy calculates the next sending rate downwards, where RateHigh is curRate, RateLow is RateLow, and curRate is (RateHigh + RateLow)/2;
if the result of the currrate transmitted at this time, that is, the low is not greater than the PermitLost, then the bisection method calculates the next transmission rate upward, where RateHigh is RateHigh, RateLow is currrate, and currrate is (RateHigh + RateLow)/2;
otherwise, the bisection method calculates the next sending rate downwards, wherein RateHigh equals curRate, RateLow equals RateLow, and curRate equals (RateHigh + RateLow)/2;
until (RateHigh-RateLow) <2, currrate is the maximum throughput.
CN201911345457.5A 2019-12-23 2019-12-23 Network interconnection equipment evaluation method based on EOS service Pending CN111030890A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911345457.5A CN111030890A (en) 2019-12-23 2019-12-23 Network interconnection equipment evaluation method based on EOS service

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911345457.5A CN111030890A (en) 2019-12-23 2019-12-23 Network interconnection equipment evaluation method based on EOS service

Publications (1)

Publication Number Publication Date
CN111030890A true CN111030890A (en) 2020-04-17

Family

ID=70211974

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911345457.5A Pending CN111030890A (en) 2019-12-23 2019-12-23 Network interconnection equipment evaluation method based on EOS service

Country Status (1)

Country Link
CN (1) CN111030890A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112565020A (en) * 2020-12-15 2021-03-26 安徽皖通邮电股份有限公司 Method for self-sending packet of equipment under snake-shaped networking
CN112565942A (en) * 2020-12-15 2021-03-26 安徽皖通邮电股份有限公司 Equipment self-package sending method based on optical transport network

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN201001129Y (en) * 2007-01-04 2008-01-02 中兴通讯股份有限公司 Testing device for EOS equipment
CN103124192A (en) * 2013-03-22 2013-05-29 苏州优康通信设备有限公司 Testing device for EOS (embedded operation system) equipment
CN106230654A (en) * 2016-07-22 2016-12-14 安徽皖通邮电股份有限公司 A kind of quickly realize the method that RFC2544 band background flows down maximum throughput rate

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN201001129Y (en) * 2007-01-04 2008-01-02 中兴通讯股份有限公司 Testing device for EOS equipment
CN103124192A (en) * 2013-03-22 2013-05-29 苏州优康通信设备有限公司 Testing device for EOS (embedded operation system) equipment
CN106230654A (en) * 2016-07-22 2016-12-14 安徽皖通邮电股份有限公司 A kind of quickly realize the method that RFC2544 band background flows down maximum throughput rate

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112565020A (en) * 2020-12-15 2021-03-26 安徽皖通邮电股份有限公司 Method for self-sending packet of equipment under snake-shaped networking
CN112565942A (en) * 2020-12-15 2021-03-26 安徽皖通邮电股份有限公司 Equipment self-package sending method based on optical transport network

Similar Documents

Publication Publication Date Title
EP1734690B1 (en) Performance monitoring of frame transmission in a data network utilising OAM protocols
CN100382517C (en) Network QoS test method and system
CN105723657B (en) Switch, controller, system and link quality detection method
EP1021888B1 (en) Fault location and performance testing of communication networks
US8972521B2 (en) Method and device for operating wind farm power grids with improved data transmission protocol
EP1802035B1 (en) Method, device and system for monitoring network performance
Jiang et al. Impact of self-similarity on wireless data network performance
CN101521607B (en) Method and device for testing Ethernet network performance
US20020016937A1 (en) Method and apparatus for utilizing a network processor as part of a test system
US20020015387A1 (en) Voice traffic packet capture and analysis tool for a data network
US20100008248A1 (en) Network tester for real-time measuring of tcp throughput
CN102223263A (en) Method and device for monitoring packet loss rate based on an FPGA (Field Programmable Gate Array)
CN114631290B (en) Transmission of data packets
CN111030890A (en) Network interconnection equipment evaluation method based on EOS service
CN105099938A (en) Determining method and device of congestion window in network
US20140126415A1 (en) Communication apparatus, communication method, and communication system
CN101719850B (en) Device and method for carrying out statistics on Ethernet packet loss rate as well as message switching device
CN111491330A (en) Fusion networking method of SDN (software defined network) and wireless network
CN113206768A (en) Network performance testing method and device
CN115118663B (en) Method for obtaining network congestion information by combining in-band network telemetry
CN110290020B (en) High-precision flow percentage generation method and device for Ethernet tester
CN106230654B (en) Method for rapidly realizing maximum throughput rate of RFC2544 under background flow
WO2006105707A1 (en) A network performance testing method and the system, the device thereof
CN101001130B (en) Method and device for monitoring Iub interface packet-loss rate
WO2022052129A1 (en) Reliability measurement method, apparatus and system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200417