CN1581856A - Method for realizing gate-link net-element ethernet port IP address discovery protocol - Google Patents

Method for realizing gate-link net-element ethernet port IP address discovery protocol Download PDF

Info

Publication number
CN1581856A
CN1581856A CN03140073.6A CN03140073A CN1581856A CN 1581856 A CN1581856 A CN 1581856A CN 03140073 A CN03140073 A CN 03140073A CN 1581856 A CN1581856 A CN 1581856A
Authority
CN
China
Prior art keywords
protocol
network element
address
ethernet interface
bag
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.)
Granted
Application number
CN03140073.6A
Other languages
Chinese (zh)
Other versions
CN100407713C (en
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.)
Huawei Digital Technologies Chengdu Co Ltd
Original Assignee
Harbour Networks Holdings 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 Harbour Networks Holdings Ltd filed Critical Harbour Networks Holdings Ltd
Priority to CN03140073.6A priority Critical patent/CN100407713C/en
Publication of CN1581856A publication Critical patent/CN1581856A/en
Application granted granted Critical
Publication of CN100407713C publication Critical patent/CN100407713C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The method includes steps: client end protocol, server end protocol and message format protocol; thus, in optical transmission device. Network management can obtain IP address of Ethernet port of gateway and cells of network. The method is suitable to optical transmission device managed through Ethernet port and based on TCP/IP protocol stack.

Description

The implementation method of Gateway Network Element Ethernet interface IP address discovery protocol
Technical field:
The present invention relates to field of network communication, especially the discovery protocol method of IP address.
Background technology:
When webmaster need pass through the NEIP managing network, must guarantee that at first the communication of webmaster and Gateway Network Element is normal.Connect by Ethernet interface between general webmaster and the Gateway Network Element, their Ethernet interface IP address of ICP/IP protocol stack requirement must be at the same network segment, so webmaster is when the configuration communication setting, need a kind of privately owned agreement to find the Ethernet interface IP address of Gateway Network Element, no matter whether they are at the same network segment.
The objective of the invention is to: the implementation method that a kind of Gateway Network Element Ethernet interface IP address discovery protocol is provided.
Summary of the invention:
It comprises: client protocol; Server-side protocol and message format agreement;
A, client protocol:
Trigger when being subjected to certain, this end is 5333 request package to multicast group 224.0.0.33 transmission udp port; The arrival of wait acknowledge bag then; If on udp port 5333, receive packet, just resolve the content in this bag; If response packet just obtains the Ethernet interface IP address/netmask of the webmaster network element in the bag and the NEIP of correspondence, and show by certain mode; If not, then do not process, abandon quietly;
B, server-side protocol:
On udp port 5333, wait for the arrival of request package,, just resolve the content in this bag if receive packet; If request package, just to multicast group 224.0.0.33 send udp port be in 5333 the bag information comprise protocol package type, webmaster network element Ethernet interface IP address/netmask and for the response packet of NEIP; If not request package, then do not process, abandon quietly;
C, message format agreement:
Be 32 bytes; Its content comprises: TYPE: protocol type; NEIP: the NEIP of Gateway Network Element; ETHIP: the Ethernet interface IP address of Gateway Network Element; ETHIP: the Ethernet interface IP address of Gateway Network Element.
Description of drawings:
Accompanying drawing is 1 server end of the present invention and client-requested-response relation figure;
Accompanying drawing is the 32 bit bytes definition distribution diagram of 2 message formats of the present invention.
Execution mode:
Client (webmaster):
Trigger when being subjected to certain, it is 5333 request package that this end sends udp port to multicast group 224.0.0.33, and the content of request package includes only the protocol package type, is request type, then the arrival of wait acknowledge bag.If on udp port 5333, receive packet, just resolve the content in this bag: at first judge whether to be response packet, if just obtain the Ethernet interface IP address/netmask of the webmaster network element in the bag and the NEIP of correspondence, and show by certain mode; If not, just do not process, abandon quietly.
Server end (Gateway Network Element):
On udp port 5333, wait for the arrival of request package, if receive packet, just resolve the content in this bag: at first judge whether to be request package, if, just sending udp port to multicast group 224.0.0.33 is 5333 response packet, in the bag information comprise protocol package type, webmaster network element Ethernet interface IP address/netmask and for NEIP; If not request package, do not process, abandon quietly.
Message format:
Word length is 32 bytes, and wherein the 0-7 position is TYPE; The 8-15 position is NEIP; The 16-23 position is ETHIP; The 24-31 position is ETHIPMASK.
TYPE: protocol type is an integer number, the network preface, and optional value replys-1 for request-0;
NEIP: the NEIP of Gateway Network Element is an integer number, the network preface, and when protocol type was request, its value should be 0;
ETHIP: the Ethernet interface IP address of Gateway Network Element is an integer number, the network preface, and when protocol type was request, its value should be 0;
ETHIPMASK: the Ethernet interface netmask of Gateway Network Element is an integer number, the network preface, and when protocol type was request, its value should be 0.
This agreement is a kind of application level protocol, is used for the Ethernet interface IP address that webmaster is found Gateway Network Element, also is a kind of REQUEST/RESPONSE agreement simultaneously.A client (for example webmaster) sends the set form request package to server (Gateway Network Element) end, server receives request package, self Ethernet interface IP address/netmask and corresponding NEIP are encapsulated in the respond packet, send to client then, client is resolved this bag after receiving response packet, thereby obtain the Ethernet interface IP address/netmask and the corresponding NEIP of Gateway Network Element, shown in figure one.Server end need be integrated in the host software, and client can be integrated in the webmastering software, also can independently be a little application (small tool).
Consider that the Ethernet interface IP address that links to each other between Gateway Network Element and the webmaster may be at the same network segment, can't carry out communication by clean culture, so the mode of agreement employing multicast is guaranteed communication and under any circumstance can both be carried out, and no matter their Ethernet interface IP address whether at the same network segment, server end and client all add the multicast group of 224.0.0.33.Simultaneously, in order to receive and dispatch multicast message, agreement is based on insecure udp protocol, and the udp port that server end and client are all used number is 5333.Owing to be based on insecure udp protocol, agreement does not adopt any reliable mechanism to guarantee the correct transmission and the reception of the bag of asking/replying yet simultaneously, so this agreement equally also is an insecure agreement.
This agreement is a stateless agreement, and it does not need any end of communication to safeguard that any state guarantees synchronously.

Claims (1)

1, a kind of implementation method of Gateway Network Element Ethernet interface IP address discovery protocol, it is characterized in that: it comprises: client protocol; Server-side protocol and message format agreement;
A, client protocol:
Trigger when being subjected to certain, this end is 5333 request package to multicast group 224.0.0.33 transmission udp port; The arrival of wait acknowledge bag then; If on udp port 5333, receive packet, just resolve the content in this bag; If response packet just obtains the Ethernet interface IP address/netmask of the webmaster network element in the bag and the NEIP of correspondence, and show by certain mode; If not, then do not process, abandon quietly;
B, server-side protocol:
On udp port 5333, wait for the arrival of request package,, just resolve the content in this bag if receive packet; If request package, just to multicast group 224.0.0.33 send udp port be in 5333 the bag information comprise protocol package type, webmaster network element Ethernet interface IP address/netmask and for the response packet of NEIP; If not request package, then do not process, abandon quietly;
C, civilian format protocol:
Be 32 bytes; Its content comprises: TYPE: protocol type; NEIP: the NEIP of Gateway Network Element; ETHIP: the Ethernet interface IP address of Gateway Network Element; ETHIP: the Ethernet interface IP address of Gateway Network Element.
CN03140073.6A 2003-08-06 2003-08-06 Method for realizing gate-link net-element ethernet port IP address discovery protocol Expired - Fee Related CN100407713C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN03140073.6A CN100407713C (en) 2003-08-06 2003-08-06 Method for realizing gate-link net-element ethernet port IP address discovery protocol

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN03140073.6A CN100407713C (en) 2003-08-06 2003-08-06 Method for realizing gate-link net-element ethernet port IP address discovery protocol

Publications (2)

Publication Number Publication Date
CN1581856A true CN1581856A (en) 2005-02-16
CN100407713C CN100407713C (en) 2008-07-30

Family

ID=34579224

Family Applications (1)

Application Number Title Priority Date Filing Date
CN03140073.6A Expired - Fee Related CN100407713C (en) 2003-08-06 2003-08-06 Method for realizing gate-link net-element ethernet port IP address discovery protocol

Country Status (1)

Country Link
CN (1) CN100407713C (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1893373B (en) * 2005-07-05 2011-07-06 兄弟工业株式会社 Management device and program of network node information
CN101145972B (en) * 2007-10-16 2012-09-05 中兴通讯股份有限公司 A disaster tolerance network management system and login method of network management clients

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010040885A1 (en) * 1995-10-13 2001-11-15 Howard Jonas Method and apparatus for transmitting and routing voice telephone calls over a packet switched computer network
SE9902336A0 (en) * 1999-06-18 2000-12-19 Ericsson Telefon Ab L M Method and system of communication
US20020073204A1 (en) * 2000-12-07 2002-06-13 Rabindranath Dutta Method and system for exchange of node characteristics for DATA sharing in peer-to-peer DATA networks

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1893373B (en) * 2005-07-05 2011-07-06 兄弟工业株式会社 Management device and program of network node information
CN101145972B (en) * 2007-10-16 2012-09-05 中兴通讯股份有限公司 A disaster tolerance network management system and login method of network management clients

Also Published As

Publication number Publication date
CN100407713C (en) 2008-07-30

Similar Documents

Publication Publication Date Title
CN1232080C (en) Method of providing internal service apparatus in network for saving IP address
EP3422656B1 (en) Udp protocol acceleration method and system
CN105989539B (en) A kind of financial transaction market obtain system and acquisition methods
US6370592B1 (en) Network interface device which allows peripherals to utilize network transport services
CN1177439C (en) Method of acting address analytic protocol Ethernet Switch in application
US20040156393A1 (en) Architecture and API for of transport and upper layer protocol processing acceleration
US20100217878A1 (en) Method, system, and program for enabling communication between nodes
US6084859A (en) Internet protocol assists using multi-path channel protocol
CN1514625A (en) Detecting of network attack
CN107147655A (en) A kind of network dual stack parallel process model and its processing method
US20040260841A1 (en) Method, apparatus, and system for internet protocol communication over intelligent platform management bus
TW442729B (en) Network controller for processing status queries
US20060239263A1 (en) Method for the establishing of connections in a communication system
US6738829B1 (en) System and method for implementing a generic enhanced network driver
CN109005150B (en) Non-link communication method and system based on Ethernet MAC address
WO2010148723A1 (en) Telnet method for external terminal and master device, slave device thereof
US7051108B1 (en) Method and system of interprocess communications
CN1487706A (en) Method, system and control process for enterprise to communicate timely
CN100344122C (en) Implementing Method for sending datagram type message from assigned port
CN1578243A (en) Method and arrangement for configuration of a device in a data network
CN105450631A (en) Transplanting method of uIP protocol stack on DSP
CN1581856A (en) Method for realizing gate-link net-element ethernet port IP address discovery protocol
JP2000236348A (en) Management system of remote equipment using internet protocol
Ramakrishnan 16-bit embedded Web server
CN105162751B (en) A kind of communication system based on lwIP protocol stack Multi-netmouth multi-connections

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
ASS Succession or assignment of patent right

Owner name: HUAWEI TECHNOLOGY CO., LTD.

Free format text: FORMER OWNER: GANGWAN NETWORK CO., LTD.

Effective date: 20060922

C41 Transfer of patent application or patent right or utility model
TA01 Transfer of patent application right

Effective date of registration: 20060922

Address after: 518129 Bantian HUAWEI headquarters office building, Longgang District, Guangdong, Shenzhen

Applicant after: Huawei Technologies Co., Ltd.

Address before: 100871, No. 21 West Third Ring Road, Beijing, Haidian District, Long Ling Building, 13 floor

Applicant before: Harbour Networks Holdings Limited

C14 Grant of patent or utility model
GR01 Patent grant
ASS Succession or assignment of patent right

Owner name: HUAWEI DIGIT TECHNOLOGY CO., LTD.

Free format text: FORMER OWNER: HUAWEI TECHNOLOGY CO LTD

Effective date: 20100730

C41 Transfer of patent application or patent right or utility model
COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: 518129 HUAWEI HEADQUARTERS OFFICE BUILDING, BANTIAN, LONGGANG DISTRICT, SHENZHEN CITY, GUANGDONG PROVINCE TO: 100085 NO.3, XINXI ROAD, SHANGDI, HAIDIAN DISTRICT, BEIJING CITY

TR01 Transfer of patent right

Effective date of registration: 20100730

Address after: 100085 Beijing, Haidian District on the road, No. 3

Patentee after: Huawei Digit Technology Co., Ltd.

Address before: 518129 Bantian HUAWEI headquarters office building, Longgang District, Guangdong, Shenzhen

Patentee before: Huawei Technologies Co., Ltd.

C17 Cessation of patent right
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20080730

Termination date: 20120806