WO2012106935A1 - Data communication network configuration method, gateway element and data communication system - Google Patents
Data communication network configuration method, gateway element and data communication system Download PDFInfo
- Publication number
- WO2012106935A1 WO2012106935A1 PCT/CN2011/077665 CN2011077665W WO2012106935A1 WO 2012106935 A1 WO2012106935 A1 WO 2012106935A1 CN 2011077665 W CN2011077665 W CN 2011077665W WO 2012106935 A1 WO2012106935 A1 WO 2012106935A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- network element
- gateway
- address
- network
- gateway network
- Prior art date
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L61/00—Network arrangements, protocols or services for addressing or naming
- H04L61/09—Mapping addresses
- H04L61/25—Mapping addresses of the same type
- H04L61/2503—Translation of Internet protocol [IP] addresses
- H04L61/2514—Translation of Internet protocol [IP] addresses between local and global IP addresses
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L61/00—Network arrangements, protocols or services for addressing or naming
- H04L61/50—Address allocation
- H04L61/5007—Internet protocol [IP] addresses
Definitions
- the present invention relates to the field of communication technologies, and more particularly to a data communication network configuration method, a gateway network element, and a data communication system. Background technique
- the backhaul bearer between the mobile base station and the wireless core device is carried by the fixed network device.
- DCN Data Communication Network
- a DCN system network is composed of a network management server, a gateway network element and a non-gateway network element and a connection line or network between them; wherein the network management server and the gateway network element are connected and directly accessible to each other; the gateway network element A plurality of non-gateway network elements directly or indirectly connected to each other form an administrative domain, and the gateway network element and the plurality of non-gateway network elements in the management domain can directly access each other.
- the PPP protocol is used to establish a point-to-point logical link channel, and the private network IP addresses of the same network segment are allocated on the directly connected ports, and then The point link channel obtains the routing information of the management plane through the routing protocol, and the routing information is a host route formed by the PPP link and the private network address allocated in the PPP process.
- the routing information between the gateway NE and the non-gateway NE in the DCN management domain is used to implement DCN packet transmission.
- the specific workflow of the DCN system includes:
- the IP packet In the downlink direction, when the network management server sends an IP packet to the network element in the management domain, the IP packet includes the destination IP address. Because the network management server only directly contacts the gateway network element in the management domain, these purposes are The IP address is the IP address of the gateway NE. After receiving the IP packet, the gateway NE needs to determine the NE ID in the IP packet. If the NE ID in the IP packet is the NE ID of the gateway NE, the IP packet is forwarded to the upper layer. The protocol/application continues to process. If the network element ID in the IP packet is not the network element ID of the gateway network element, the IP address of the destination network element is converted according to the network element ID, and then forwarded through the management plane route.
- the destination network element is a non-gateway network element; the non-gateway network
- the device determines whether the IP address of the destination network element is the IP address of the network element. If yes, the non-gateway network element delivers the IP packet to the upper layer for further processing. If not, the management plane is based on the management plane. The routing information forwards the IP packet.
- the non-gateway network element in the management domain sends an IP packet to the network management server
- the IP packet is sent to the gateway network element according to the routing information of the management plane, and the gateway network element is configured according to the non-gateway network element.
- the IP address information is obtained by the network element ID of the non-gateway network element, and the gateway network element adds the network element ID to the IP address information of the gateway network element, and finally adds the IP address information of the non-gateway network element to the IP address information of the gateway network element.
- the gateway network element sends an IP packet including the network element ID of the non-gateway network element and the IP address information of the gateway network element to the network management server.
- the inventor has found that at least the following defects exist in the prior art: Since all management messages must be analyzed by the application layer through the gateway network element, the CPU load of the gateway network element is too large, so the network element of the management domain is The number of packets is limited. The forwarding of IP packets in the management domain is not efficient. Summary of the invention
- the embodiment of the present invention provides a DCN configuration method, a gateway network element, and a data communication network DCN to reduce the CPU load of the gateway network element.
- An embodiment of the present invention provides a data communication network DCN configuration method, including: sending a broadcast packet carrying an IP address of a network management server to a non-gateway network element in a management domain in which it is located;
- the network element identifier registration information Acquiring the network element identifier registration information that is sent by the non-gateway network element after receiving the broadcast packet, where the network element identifier registration information includes the network element identifier of the non-gateway network element;
- a non-gateway network element including a public network IP address and a private network IP address for device management, generating and storing a network identifier including the non-gateway network element, a public network IP address, and a private device for device management NAT mapping table of the network IP address;
- gateway network element including:
- a transmitter configured to send, to the non-gateway network element in the management domain to which the gateway network element belongs, a broadcast packet carrying an IP address of the network management server;
- the acquiring unit is configured to obtain the network element identifier registration information that is sent by the non-gateway network element after the broadcast message is received, where the network element identifier registration information includes the network element identifier of the non-gateway network element; a generating unit, configured to allocate a public network IP address and a private network IP address for device management, and generate a network element identifier including the non-gateway network element, a public network IP address, and a device management NAT mapping table of the private network IP address;
- a memory configured to store a NAT mapping table generated by the generating unit
- a further aspect of the present invention provides a data communication system, including a network management server, the foregoing gateway network element, and at least one non-gateway network element; the gateway network element and the at least one non-gateway network element belong to the same An administrative domain, the at least one non-gateway network element communicating with the network management server by the gateway network element.
- the non-gateway network element when receiving the network element identifier registration information sent by the non-gateway network element, the non-gateway network element is allocated a public network IP address and a private network for device management.
- the IP address is generated and stored in the NAT mapping table, and then the gateway network element registers the NAT mapping table in the network management server, so that when the network management server interacts with the non-gateway network element, the gateway network element only needs to be
- the packet can be NAT-transformed, so the load of the gateway network element CPU is reduced, so that the gateway network element is no longer the performance bottleneck of the entire DCN, effectively increasing the number of network elements in the management domain, and improving management. Forwarding efficiency of packets in the domain.
- FIG. 1 is a schematic diagram of steps of a DCN configuration method according to an embodiment of the present invention.
- FIG. 2 is a schematic structural diagram of a NAT mapping table according to an embodiment of the present invention.
- FIG. 3 is a schematic structural diagram of a data communication system according to an embodiment of the present invention. detailed description
- the inventor has found through research that in the prior art, the CPU load of the gateway network element is too large because the gateway network element needs to function as an application layer gateway for managing maintenance messages, that is, the gateway network element receives management and maintenance ⁇ After the essay, the load part of the suffix must be parsed, the network element identifier is identified, and then the packet is encapsulated. In this manner, all management and maintenance messages must be sent to the CPU of the gateway network element for processing.
- the CPU of the gateway network element needs to process the management and maintenance packets sent by the non-gateway NEs in the management domain.
- the CPU of the gateway network element increases the load, which makes the gateway network element become the performance bottleneck of the entire DCN, resulting in the management domain.
- the number of NEs is limited, and the forwarding efficiency of packets in the management domain is not high.
- this embodiment provides a DCN configuration method, as shown in FIG. 1 . As shown, including the steps:
- the gateway network element sends a broadcast packet carrying the IP address of the network management server to the non-gateway network element in the management domain.
- the broadcast packet is used to enable the non-gateway network element in the management domain to register the network element identifier with the gateway network element.
- the public network IP address of the gateway network element is first configured, the address of the network management server, and the routing path of the gateway network element to the network management server are obtained.
- the gateway network element sends a broadcast packet to all non-gateway network elements in the management domain, and broadcasts the IP address information of the packet packet network management server. If the IP address information of the gateway NE is not configured in the non-gateway NE, the broadcast text should also include the IP address information of the gateway NE.
- the gateway network element sends a broadcast packet to all the non-gateway network elements directly connected to the gateway through the PPP link; after receiving the broadcast packet, the non-gateway network element directly connected to the gateway network element sends the broadcast packet to the other The directly connected non-gateway network element forwards the broadcast message. And so on, until the broadcast arrives at all non-gateway network elements in the entire management domain.
- the gateway network element can send the broadcast packet, so that the non-gateway network element in the management domain can obtain the IP address information of the gateway network element and the IP address information of the network management server, and then the non-gateway network element can implement the gateway network element or the network. Manage data transfer between servers.
- the broadcast and the text can be sent through a newly defined protocol.
- the broadcast message can also be sent by extending the standard protocol, for example, by extending the routing protocol. Send the broadcast message.
- the information carried in the broadcast packet includes an IP address of the network management server, and may also include an IP address of the gateway network element, and a virtual local area network (VLAN) to which the gateway network element belongs.
- logo an IP address of the network management server, and may also include an IP address of the gateway network element, and a virtual local area network (VLAN) to which the gateway network element belongs.
- VLAN virtual local area network
- the network element identifier registration information includes the network element identifier of the non-gateway network element.
- the network element identifier registration information may further include a management protocol supported by the non-gateway network element (hereinafter referred to as a communication protocol) and a port for the non-gateway network element to send the network element identifier registration information (hereinafter referred to as the first port).
- the communication protocol can be an IP based management protocol such as SNMP, NETCONF or HTTP.
- IP based management protocol such as SNMP, NETCONF or HTTP.
- Non-gateway network elements in the same management domain use the same communication protocol.
- the non-gateway network element In order to enable the gateway network element to directly forward the management and maintenance messages between the non-gateway network element and the network management server, the non-gateway network element needs to send its own network element identification information to the gateway network element.
- the network element identifier may be a character, a string, a digit, a digit string, or a numeric string stored in the device memory when the non-gateway network element device is shipped from the factory.
- the network element identifier is a numeric string, Specifically, it may be the MAC address of the non-gateway network element device.
- the non-gateway network element that sends the network element identifier registration information is assigned a public network IP address and a private network IP address used for device management, and generates and stores a network element identifier including the non-gateway network element, and a public network IP address. And a NAT mapping table for the private network IP address used for device management.
- the network element identification information includes a communication protocol and/or a first port
- the NAT mapping table may further include the communication protocol and/or the first port.
- the gateway network element After the gateway network element receives the registration information of the network element identifier sent by the non-gateway network element, in order to enable the non-gateway network element to communicate with the network management server outside the management domain, the gateway network element first needs to assign a public network IP address to the non-gateway network element. And a private network IP address used for device management, and then, a public network address including a non-gateway network element, a private network IP address, and a NAT mapping table of the network element identifier are generated.
- the NAT mapping table may further include a port number (hereinafter referred to as a second port number) of a port on which the gateway network element receives the network element registration information sent by the non-gateway network element.
- a port number hereinafter referred to as a second port number
- FIG. 2 shows a NAT mapping table composed of related information of four non-gateway network elements, and the network element identifiers of the four non-gateway network elements are NE10 and NE11, respectively.
- the network element identifier of each non-gateway network element also corresponds to the private network of the non-gateway network element.
- the gateway network element registers a NAT mapping table with the network management server.
- the gateway network element After establishing the NAT mapping table of the non-gateway network element, the public network IP address, and the private network IP address, the gateway network element registers the NAT mapping table with the network management server.
- the network management server may send a management and maintenance message of the non-gateway network element to the gateway network element according to the NAT mapping table, and the gateway network element sends the management and maintenance message to the non-gateway network element according to the NAT mapping table.
- the network management server may obtain the public network IP address or IP address of the non-gateway network element and the first port, so that the non-gateway network element and the network management server pass the IP-based management.
- a protocol communication protocol such as SNMP or HTTP protocol, performs packet exchange
- the gateway network element receives a packet whose destination address is a public network IP address of a non-gateway network element, the gateway network element stores the packet according to the storage in the memory.
- the NAT mapping table is configured to modify the destination IP address of the packet to be the private network IP address allocated by the non-gateway network element for device management, and send the modified packet to the non-gateway network element; or, the gateway network element When receiving the packet whose non-gateway network element is the private network IP address of the non-gateway network element for the device management and the destination address is the IP address of the network management server, according to the NAT mapping table stored in the memory
- the source IP address of the packet is modified to be the public IP address of the non-gateway network element, and the modified packet is sent to the network management server.
- the network management server When the communication protocol is included in the network element registration information, the network management server encapsulates the message sent to the non-gateway network element according to a protocol supported by the non-gateway network element.
- the destination address of the network management server sent to the non-gateway network element is the public network IP address of the non-gateway network element, and the destination port is the first port, and the gateway is the gateway.
- the network element modifies the destination address of the packet to the private network for device management of the non-gateway network element.
- the modified packet is sent to the first port.
- the gateway network element first allocates a public network address and a private network IP address for management to the non-gateway network element, and then uses the network element identification information of the non-gateway network element to manage the private network IP.
- the NAT information mapping table is established between the address information and the public network address information, and then the gateway network element registers the NAT mapping table in the network management server, so that when the network management server exchanges packets with the non-gateway network element, the gateway network element only The NAT of the packet needs to be converted, so that the load of the gateway network element CPU is reduced, so that the gateway network element is no longer the performance bottleneck of the entire DCN, and the number of network elements in the management domain can be increased, and the management domain is improved.
- the broadcast VLAN identifier may also include the management VLAN identifier. Specifically, if a broadcast packet carries a management The VLAN is identified. The non-gateway NE that receives the broadcast packet re-establishes a PPP connection according to the management VLAN, and performs route refresh according to the newly established PPP connection. In this embodiment, the default VLAN is replaced by the method of actively broadcasting the management VLAN. Therefore, the scenario can be used to reduce the flexibility of the system.
- the data communication network includes a gateway network element, at least one non-gateway network element (three are shown in the figure), and a network management server, and the gateway network element and the at least one non-gateway network element belong to The same management domain, the at least one non-gateway network element communicates with the network management server by the gateway network element.
- the gateway network element includes: a transmitter 1, an obtaining unit 2, a generating unit 3, a memory 4, and a registration unit 5.
- a PPP connection is established on all directly connected physical links in the management domain to which the gateway network element belongs, and after each network element starts the IGP routing protocol, the sender 1 sends the management domain to which the gateway network element belongs.
- the non-gateway network element sends a broadcast message carrying the IP address of the network management server.
- the transmitter 1 sends the broadcast packet to all non-gateway network elements directly connected to the gateway network element in the management domain to which the gateway network element belongs.
- the broadcast message includes the IP address of the network management server.
- the broadcast message may further include an IP address of the gateway network element.
- the broadcast network message is sent by the gateway network element, so that the non-gateway network element in the management domain can obtain the IP address of the gateway network element and the IP address of the network management server, thereby implementing communication with the gateway network element or the network management server.
- the broadcast may be sent through a newly defined protocol.
- the broadcast message may also be sent by extending the standard protocol.
- the broadcast message may be sent by using an extended routing protocol.
- the non-gateway network element In order to enable the packet to be forwarded between the non-gateway network element and the network management server through the gateway network element, the non-gateway network element needs to send its own network element identification information to the gateway network element.
- the obtaining unit 2 obtains the network element identifier registration information that is sent by the non-gateway network element after receiving the broadcast message, and the network element identifier registration information includes the network element identifier of the non-gateway network element, and the network element identifier registration letter
- the information may further include a communication protocol and a first port that the non-gateway network element communicates with the network management server.
- the generating unit 3 is configured to allocate a public network IP address and a private network IP address for device management, and generate a network element identifier including the non-gateway network element, and a public network IP address, for the non-gateway network element that sends the network element identification information. And a NAT mapping table for the private network IP address used for device management.
- the NAT mapping table may further include a communication protocol and/or a first port.
- the gateway network element After the gateway network element receives the registration information of the network element identifier from the non-gateway network element, in order to enable the non-gateway network element to communicate with the network management server outside the management domain, the gateway network element first needs to assign a public network IP address to the non-gateway network element. And the private network IP address used for device management. Next, a NAT mapping table including a public network IP address of the non-gateway network element, a private network IP address for device management, and a network element identifier is established.
- the NAT mapping table may further include a port number (ie, a second port number) of the port on which the gateway network element receives the network element registration information sent by the non-gateway network element.
- the network element identifier registration information may be a character, a string, a digit, a digit string, or a numeric string stored in the device memory when the non-gateway network element device is shipped from the factory.
- the specific It may be the MAC address of the non-gateway network element device.
- the network element registration information may also be the IP address of the non-gateway network element, or the IP address plus the port number of the communication protocol; wherein the IP address of the non-gateway network element may be the private address of the non-gateway network element in the management domain.
- the IP address of the network Specifically, the IP address of the private network can be generated when a PPP connection is established.
- the memory 4 is configured to store a NAT mapping table generated by the generating unit.
- the registration unit 5 is configured to register a NAT mapping table generated by the generating unit with the network management server.
- the gateway network element establishes a NAT mapping table including the network element identifier of the non-gateway network element, the public network IP address, and the private network IP address allocated for the non-gateway network element
- the network element registers the NAT with the network management server.
- the mapping table in this way, after the network management server obtains the NAT mapping table, the network management server sends the IP packet header of the management maintenance message to the non-gateway network element, and the destination address is the public network IP address of the non-gateway network element.
- the gateway network element After receiving the message, the gateway network element performs NAT translation, and replaces the public network IP address of the non-gateway network element in the IP header with the private network IP address used for non-gateway network element management, and then performs normal operation in the management domain. IP routing forwarding process.
- the gateway network element may further include a NAT converting unit 6 configured to: when receiving the packet sent by the network management server to the non-gateway network element, according to the NAT mapping table stored in the memory, the destination IP address of the packet Modify to become the private network IP address for device management assigned by the non-gateway network element.
- a NAT converting unit 6 configured to: when receiving the packet sent by the network management server to the non-gateway network element, according to the NAT mapping table stored in the memory, the destination IP address of the packet Modify to become the private network IP address for device management assigned by the non-gateway network element.
- the packet is sent
- the source IP address is modified to become the public network IP address allocated by the non-gateway network element, and the modified packet is sent to the network management server; and/or, when the non-gateway network element sends the network element identifier registration information, including the first port.
- the destination address of the packet sent by the network management server is a non-gateway network element and the destination port number is the packet of the first port, and the destination address of the packet is modified to be the non-gateway network element.
- the private network IP address used for device management, and the modified packet is sent to the first port.
- the network management server in the data communication system receives and stores the NAT mapping table sent by the gateway network element, and encapsulates the packet according to the NAT mapping table, and sends the encapsulated packet to the gateway network element.
- the packet is forwarded by the gateway network element to the corresponding non-gateway network element.
- the non-gateway network element in the data communication system receives the broadcast packet sent by the gateway network element, and sends its own network element identifier registration information to the gateway network element, so that the gateway network element generates a NAT mapping table according to the network element identifier registration information. Receiving the packet after the gateway network element performs NAT conversion.
- the gateway network element first allocates public network address information and a private network IP address for device management, a NAT mapping table for the non-gateway network element, and then the gateway network element registers the NAT mapping table in the network management server. Since the network management server can obtain the public network IP address of the non-gateway network element after obtaining the NAT mapping table, the non-gateway network element and the network management server pass a communication protocol such as an IP-based management protocol, such as SNMP or HTTP. When the protocol is used for packet exchange, the gateway network element only needs to perform NAT translation on the packet, thereby avoiding the need for the gateway network element to perform application layer parsing in the prior art. For example, the payload part of the packet needs to be parsed, and the packet is identified.
- IP-based management protocol such as SNMP or HTTP
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
Disclosed in the embodiments of the invention are a data communication network (DCN) configuration method, gateway element and data communication system. The gateway element sends the non-gateway element in a management domain a broadcast message carrying the IP address of a network management server; the gateway element obtains the element identifier register information, which is transmitted by the non-gateway element after the non-gateway element receives the broadcast message; the gateway element allocates for the non-gateway element a public network IP address and a private network IP address which is used for device management, generates and stores a network address translation (NAT) mapping table; the gateway element registers the NAT mapping table on the network management server; the gateway element enables the message exchange between the non-gateway element and network management server according to the NAT mapping table. When the message interaction is performed between the network management server and the non-gateway element, the gateway element only needs to perform NAT on the message, which therefore lightens the burden of the Central Processing Unit (CPU) of the gateway element, effectively increases the number of the elements in the management domain and improves the efficiency of forwarding the message in the management domain.
Description
数据通信网络配置方法、 网关网元及数据通信系统 技术领域 Data communication network configuration method, gateway network element and data communication system
本发明涉及通讯技术领域, 更具体地说, 涉及数据通信网络配置方法、 网 关网元及数据通信系统。 背景技术 The present invention relates to the field of communication technologies, and more particularly to a data communication network configuration method, a gateway network element, and a data communication system. Background technique
移动基站与无线核心设备之间的回程承载是由固定网络设备来承载的。为 了 实现无线回程的远程部署, 现有技术采用 数据通信网络(Data Communication Network, DCN)系统来为网络设备提供管理接入、 管理控制信 息的通信功能,从而可以在网络管理服务器中心就完成对各个设备的远程部署 和管理。 The backhaul bearer between the mobile base station and the wireless core device is carried by the fixed network device. In order to realize remote deployment of wireless backhaul, the prior art adopts a Data Communication Network (DCN) system to provide network devices with communication functions for managing access and managing control information, so that each network management server center can complete each Remote deployment and management of devices.
一个 DCN系统网络由网络管理服务器、网关网元和非网关网元及它们之间 的连接线路或网络构成; 其中, 网络管理服务器与网关网元实现连接且互相之 间可以直接访问; 网关网元与多个与之直接或者间接连接的非网关网元构成 一个管理域, 管理域内中的网关网元与多个非网关网元互相之间可以直接访 问。 A DCN system network is composed of a network management server, a gateway network element and a non-gateway network element and a connection line or network between them; wherein the network management server and the gateway network element are connected and directly accessible to each other; the gateway network element A plurality of non-gateway network elements directly or indirectly connected to each other form an administrative domain, and the gateway network element and the plurality of non-gateway network elements in the management domain can directly access each other.
DCN管理域内各设备间直接互连的物理链路上, 采用 PPP协议, 建立点到 点逻辑链路通道, 并在直连的端口上分配同一网段的私网 IP地址, 然后在这些 点到点链路通道通过路由协议获取到管理平面的路由信息 ,这个路由信息是由 PPP链路和 PPP过程中分配的私网地址构成的主机路由。 DCN管理域内的网关 网元和非网关网元之间通过所述路由信息实现 DCN报文的传输。 On the physical link that directly interconnects devices in the DCN management domain, the PPP protocol is used to establish a point-to-point logical link channel, and the private network IP addresses of the same network segment are allocated on the directly connected ports, and then The point link channel obtains the routing information of the management plane through the routing protocol, and the routing information is a host route formed by the PPP link and the private network address allocated in the PPP process. The routing information between the gateway NE and the non-gateway NE in the DCN management domain is used to implement DCN packet transmission.
在现有技术中, DCN系统的具体工作流程包括: In the prior art, the specific workflow of the DCN system includes:
在下行方向, 当网络管理服务器向管理域中的网元发送 IP报文时, IP报 文包括有目的 IP地址, 由于网络管理服务器只和管理域中的网关网元直接联 系, 所以, 这些目的 IP地址均为网关网元的 IP地址。 网关网元在收到 IP报 文后, 需要判断 IP报文中的网元 ID, 如果 IP报文中的网元 ID是本网关网元 的网元 ID, 则将 IP报文交给更上层协议 /应用继续处理, 如果 IP报文中的网 元 ID不是本网关网元的网元 ID,则根据该网元 ID转换成目的网元的 IP地址, 然后通过管理平面路由转发出去, 在这里, 目的网元为非网关网元; 非网关网
元收到 IP 4艮文后, 判断目的网元 IP地址是否为本网元的 IP地址, 如果是, 该非网关网元将 IP报文交给更上层继续处理, 如果否, 则根据管理平面的路 由信息将 IP报文转发出去。 In the downlink direction, when the network management server sends an IP packet to the network element in the management domain, the IP packet includes the destination IP address. Because the network management server only directly contacts the gateway network element in the management domain, these purposes are The IP address is the IP address of the gateway NE. After receiving the IP packet, the gateway NE needs to determine the NE ID in the IP packet. If the NE ID in the IP packet is the NE ID of the gateway NE, the IP packet is forwarded to the upper layer. The protocol/application continues to process. If the network element ID in the IP packet is not the network element ID of the gateway network element, the IP address of the destination network element is converted according to the network element ID, and then forwarded through the management plane route. , the destination network element is a non-gateway network element; the non-gateway network After receiving the IP address, the device determines whether the IP address of the destination network element is the IP address of the network element. If yes, the non-gateway network element delivers the IP packet to the upper layer for further processing. If not, the management plane is based on the management plane. The routing information forwards the IP packet.
在上行方向, 当管理域中的非网关网元向网络管理服务器发送 IP报文时, 首先根据管理平面的路由信息将 IP报文发送至网关网元, 网关网元根据该非 网关网元的 IP地址信息得到该非网关网元的网元 ID, 网关网元将该网元 ID 加入 4艮文中后, 再将该非网关网元的 IP地址信息更改为网关网元的 IP地址信 息, 最后, 网关网元将包括有非网关网元的网元 ID和网关网元的 IP地址信息 的 IP报文发送至网络管理服务器。 In the uplink direction, when the non-gateway network element in the management domain sends an IP packet to the network management server, the IP packet is sent to the gateway network element according to the routing information of the management plane, and the gateway network element is configured according to the non-gateway network element. The IP address information is obtained by the network element ID of the non-gateway network element, and the gateway network element adds the network element ID to the IP address information of the gateway network element, and finally adds the IP address information of the non-gateway network element to the IP address information of the gateway network element. The gateway network element sends an IP packet including the network element ID of the non-gateway network element and the IP address information of the gateway network element to the network management server.
发明人经研究发现,在现有技术中至少存在以下缺陷: 由于所有的管理报 文都必须经由网关网元进行应用层解析, 导致网关网元的 CPU负荷过大, 因此 管理域中网元的数量受限, 管理域中 IP报文的转发效率不高。 发明内容 The inventor has found that at least the following defects exist in the prior art: Since all management messages must be analyzed by the application layer through the gateway network element, the CPU load of the gateway network element is too large, so the network element of the management domain is The number of packets is limited. The forwarding of IP packets in the management domain is not efficient. Summary of the invention
有鉴于此, 本发明实施例提供 DCN配置方法、 网关网元以及数据通信网 络 DCN, 以减轻网关网元的 CPU负荷。 In view of this, the embodiment of the present invention provides a DCN configuration method, a gateway network element, and a data communication network DCN to reduce the CPU load of the gateway network element.
本发明实施例一方面提供了一种数据通信网络 DCN配置方法, 包括: 向自身所在管理域中的非网关网元发送携带网络管理服务器的 IP地址的 广播报文; An embodiment of the present invention provides a data communication network DCN configuration method, including: sending a broadcast packet carrying an IP address of a network management server to a non-gateway network element in a management domain in which it is located;
获取所述非网关网元收到所述广播报文后发送的网元标识注册信息,所述 网元标识注册信息包括所述非网关网元的网元标识; Acquiring the network element identifier registration information that is sent by the non-gateway network element after receiving the broadcast packet, where the network element identifier registration information includes the network element identifier of the non-gateway network element;
为所述非网关网元分配包括公网 IP地址以及用于设备管理的私网 IP地 址, 生成并存储包括所述非网关网元的网络标识, 公网 IP地址, 以及用于设 备管理的私网 IP地址的 NAT映射表; Allocating a non-gateway network element including a public network IP address and a private network IP address for device management, generating and storing a network identifier including the non-gateway network element, a public network IP address, and a private device for device management NAT mapping table of the network IP address;
向所述网络管理服务器注册所述 NAT映射表。 Registering the NAT mapping table with the network management server.
本实施例另一方面提供了一种网关网元, 包括: Another aspect of the embodiment provides a gateway network element, including:
发送器,用于向所述网关网元所属的管理域中的非网关网元发送携带网络 管理服务器的 IP地址的广播报文; a transmitter, configured to send, to the non-gateway network element in the management domain to which the gateway network element belongs, a broadcast packet carrying an IP address of the network management server;
获取单元,用于获取非网关网元收到广播报文后所发送的网元标识注册信 息, 网元标识注册信息包括所述非网关网元的网元标识;
生成单元, 用于为非网关网元分配公网 IP地址以及用于设备管理的私网 IP地址, 并生成包括所述非网关网元的网元标识, 公网 IP地址, 以及用于设 备管理的私网 IP地址的 NAT映射表; The acquiring unit is configured to obtain the network element identifier registration information that is sent by the non-gateway network element after the broadcast message is received, where the network element identifier registration information includes the network element identifier of the non-gateway network element; a generating unit, configured to allocate a public network IP address and a private network IP address for device management, and generate a network element identifier including the non-gateway network element, a public network IP address, and a device management NAT mapping table of the private network IP address;
存储器, 用于存储所述生成单元生成的 NAT映射表; 以及 a memory, configured to store a NAT mapping table generated by the generating unit;
注册单元,用于向网络管理服务器注册所述生成单元生成的 NAT映射表。 本发明实施例再一方面提供了一种数据通信系统, 包括网络管理服务器、 上述的网关网元和至少一个非网关网元;所述网关网元和所述至少一个非网关 网元属于同一个管理域,所述至少一个非网关网元通过所述网关网元和所述网 络管理服务器进行通信。 And a registration unit, configured to register, by the network management server, the NAT mapping table generated by the generating unit. A further aspect of the present invention provides a data communication system, including a network management server, the foregoing gateway network element, and at least one non-gateway network element; the gateway network element and the at least one non-gateway network element belong to the same An administrative domain, the at least one non-gateway network element communicating with the network management server by the gateway network element.
通过上述技术方案可以得出,在本实施例中,在收到非网关网元发送的网 元标识注册信息时, 为该非网关网元分配公网 IP地址和用于进行设备管理的 私网 IP地址 , 生成并存储 NAT映射表, 然后网关网元将该 NAT映射表在网 络管理服务器中注册,从而在网络管理服务器与非网关网元之间进行报文交互 时, 网关网元只需要对报文进行 NAT转换即可, 所以减轻了网关网元 CPU的 负荷, 由此使得网关网元不再是整个 DCN的性能瓶颈, 有效地增加了管理域 中的网元数量, 并且, 提高了管理域中报文的转发效率。 附图说明 According to the foregoing technical solution, in the embodiment, when receiving the network element identifier registration information sent by the non-gateway network element, the non-gateway network element is allocated a public network IP address and a private network for device management. The IP address is generated and stored in the NAT mapping table, and then the gateway network element registers the NAT mapping table in the network management server, so that when the network management server interacts with the non-gateway network element, the gateway network element only needs to be The packet can be NAT-transformed, so the load of the gateway network element CPU is reduced, so that the gateway network element is no longer the performance bottleneck of the entire DCN, effectively increasing the number of network elements in the management domain, and improving management. Forwarding efficiency of packets in the domain. DRAWINGS
为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施 例或现有技术描述中所需要使用的附图作简单的介绍,显而易见地, 下面描述 中的附图仅仅是本发明的一些实施例, 对于本领域普通技术人员来讲,在不付 出创造性劳动性的前提下, 还可以根据这些附图获得其他的附图。 In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the embodiments or the prior art description will be briefly described below. Obviously, the drawings in the following description are only It is a certain embodiment of the present invention, and other drawings can be obtained from those skilled in the art without any inventive labor.
图 1 为本发明实施例中 DCN配置方法的步骤示意图; 1 is a schematic diagram of steps of a DCN configuration method according to an embodiment of the present invention;
图 2 为本发明实施例中 NAT映射表的构成示意图; 2 is a schematic structural diagram of a NAT mapping table according to an embodiment of the present invention;
图 3为本发明实施例中数据通信系统的结构示意图。 具体实施方式 FIG. 3 is a schematic structural diagram of a data communication system according to an embodiment of the present invention. detailed description
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清 楚、 完整地描述, 显然, 所描述的实施例仅仅是本发明一部分实施例, 而不是 全部的实施例。基于本发明中的实施例, 本领域普通技术人员在没有作出创造
性劳动前提下所获得的所有其他实施例, 都属于本发明保护的范围。 发明人经过研究发现, 现有技术中, 之所以网关网元的 CPU负荷过大, 是 因为, 网关网元需要担任管理维护报文的应用层网关功能, 即, 网关网元收到 管理维护^艮文后, 必须解析该 ·艮文的载荷部分, 识别出网元标识, 然后再封装 报文,这种方式会导致所有的管理维护报文必须上送到网关网元的 CPU进行处 理,由于网关网元的 CPU需要处理管理域中的各个非网关网元发送的管理维护 报文, 网关网元的 CPU会因此而增大负荷, 从而使得网关网元成为整个 DCN 的性能瓶颈, 造成管理域中的网元数量受限, 管理域中报文的转发效率不高。 The technical solutions in the embodiments of the present invention are clearly and completely described in the following with reference to the accompanying drawings in the embodiments of the present invention. It is obvious that the described embodiments are only a part of the embodiments of the present invention, but not all of the embodiments. Based on the embodiments of the present invention, one of ordinary skill in the art does not create All other embodiments obtained under the premise of sexual labor are within the scope of protection of the present invention. The inventor has found through research that in the prior art, the CPU load of the gateway network element is too large because the gateway network element needs to function as an application layer gateway for managing maintenance messages, that is, the gateway network element receives management and maintenance^ After the essay, the load part of the suffix must be parsed, the network element identifier is identified, and then the packet is encapsulated. In this manner, all management and maintenance messages must be sent to the CPU of the gateway network element for processing. The CPU of the gateway network element needs to process the management and maintenance packets sent by the non-gateway NEs in the management domain. The CPU of the gateway network element increases the load, which makes the gateway network element become the performance bottleneck of the entire DCN, resulting in the management domain. The number of NEs is limited, and the forwarding efficiency of packets in the management domain is not high.
基于以上研究,为了解决现有技术存在的管理域中的网元数量受限,以及, 管理域中报文的转发效率不高的问题, 本实施例提供了一种 DCN配置方法, 如图 1所示, 包括步骤: Based on the above research, in order to solve the problem that the number of network elements in the management domain is limited in the prior art, and the forwarding efficiency of the packets in the management domain is not high, this embodiment provides a DCN configuration method, as shown in FIG. 1 . As shown, including the steps:
Sll、 网关网元向自身所在管理域中的非网关网元发送携带网络管理服务 器的 IP地址的广播报文。 该广播报文用于使该管理域内的非网关网元向所述 网关网元进行网元标识注册。 S11. The gateway network element sends a broadcast packet carrying the IP address of the network management server to the non-gateway network element in the management domain. The broadcast packet is used to enable the non-gateway network element in the management domain to register the network element identifier with the gateway network element.
在本实施例中, 在同一管理域中, 首先配置网关网元的公网 IP地址, 获 取网络管理服务器的地址, 以及, 网关网元到网络管理服务器的路由路径。 In this embodiment, in the same management domain, the public network IP address of the gateway network element is first configured, the address of the network management server, and the routing path of the gateway network element to the network management server are obtained.
接着, 管理域中任意两个直接相连的网元之间建立 PPP连接, 然后每个 网元启动 IGP路由协议。 Then, a PPP connection is established between any two directly connected NEs in the management domain, and then each NE initiates an IGP routing protocol.
然后, 网关网元向管理域内所有非网关网元发送广播报文, 广播报文包网 络管理服务器的 IP地址信息。 如果非网关网元中没有配置网关网元的 IP地址 信息时, 该广播 文中还应该包括网关网元的 IP地址信息。 Then, the gateway network element sends a broadcast packet to all non-gateway network elements in the management domain, and broadcasts the IP address information of the packet packet network management server. If the IP address information of the gateway NE is not configured in the non-gateway NE, the broadcast text should also include the IP address information of the gateway NE.
具体来说, 网关网元通过 PPP链路向与之直连的所有非网关网元发送广 播报文; 这些与网关网元直连的非网关网元收到广播报文后, 向其他与自己直 连的非网关网元转发该广播 ·艮文。 以此类推, 直到该广播 ·艮文到达整个管理域 中的所有非网关网元。 Specifically, the gateway network element sends a broadcast packet to all the non-gateway network elements directly connected to the gateway through the PPP link; after receiving the broadcast packet, the non-gateway network element directly connected to the gateway network element sends the broadcast packet to the other The directly connected non-gateway network element forwards the broadcast message. And so on, until the broadcast arrives at all non-gateway network elements in the entire management domain.
网关网元通过发送广播报文,使得管理域中的非网关网元可以获得网关网 元的 IP地址信息和网络管理服务器的 IP地址信息, 进而各个非网关网元可以 实现与网关网元或网络管理服务器间的数据传输。 The gateway network element can send the broadcast packet, so that the non-gateway network element in the management domain can obtain the IP address information of the gateway network element and the IP address information of the network management server, and then the non-gateway network element can implement the gateway network element or the network. Manage data transfer between servers.
具体的, 在本实施例中, 可以通过新定义的协议来发送所述广播 ·艮文。 也 可以通过扩展标准协议来发送所述广播报文, 比如, 可以通过扩展路由协议来
发送所述广播报文。 Specifically, in this embodiment, the broadcast and the text can be sent through a newly defined protocol. The broadcast message can also be sent by extending the standard protocol, for example, by extending the routing protocol. Send the broadcast message.
所述广播报文携带的信息包括所述网络管理服务器的 IP地址, 还可以包 括所述网关网元的 IP地址,以及所述网关网元所属的管理虚拟局域网( Virtual Local Area Network, VLAN ) 的标识。 The information carried in the broadcast packet includes an IP address of the network management server, and may also include an IP address of the gateway network element, and a virtual local area network (VLAN) to which the gateway network element belongs. Logo.
S12、 获取所述管理域中的非网关网元收到该广播>¾文后所发送的网元标 识注册信息, 网元标识注册信息包括非网关网元的网元标识。 可选地, 该网元 标识注册信息还可以包括该非网关网元支持的管理协议(以下称为通信协议) 以及该非网关网元发送该网元标识注册信息的端口 (以下称为第一端口)。 S12. Obtain the network element identification registration information that is sent by the non-gateway network element in the management domain after receiving the broadcast>3⁄4 text, and the network element identifier registration information includes the network element identifier of the non-gateway network element. Optionally, the network element identifier registration information may further include a management protocol supported by the non-gateway network element (hereinafter referred to as a communication protocol) and a port for the non-gateway network element to send the network element identifier registration information (hereinafter referred to as the first port).
该通信协议可以是基于 IP的管理协议 , 如 SNMP、 NETCONF或 HTTP。 同一个管理域中的非网关网元使用相同的通信协议。 The communication protocol can be an IP based management protocol such as SNMP, NETCONF or HTTP. Non-gateway network elements in the same management domain use the same communication protocol.
为了使网关网元能够在转发平面直接转发非网关网元和和网络管理服务 器之间交互的管理维护报文,需要非网关网元将自己的网元标识信息发送给网 关网元。 In order to enable the gateway network element to directly forward the management and maintenance messages between the non-gateway network element and the network management server, the non-gateway network element needs to send its own network element identification information to the gateway network element.
在实际应用中,网元标识可以是该非网关网元设备出厂时存储在设备存储 器中的字符、 字符串、 数字、 数字串或数字字符串; 优选的, 网元标识为数字 字符串时, 具体的可以是该非网关网元设备的 MAC地址。 In an actual application, the network element identifier may be a character, a string, a digit, a digit string, or a numeric string stored in the device memory when the non-gateway network element device is shipped from the factory. Preferably, when the network element identifier is a numeric string, Specifically, it may be the MAC address of the non-gateway network element device.
S13、为发送网元标识注册信息的非网关网元分配公网 IP地址以及用于设 备管理的私网 IP地址, 生成并存储包括所述非网关网元的网元标识, 公网 IP 地址, 以及用于设备管理的私网 IP地址的 NAT映射表。 当所述网元标识注册 信息包括通信协议和 /或第一端口时, 该 NAT映射表还可以包括该通信协议和 /或第一端口。 S13. The non-gateway network element that sends the network element identifier registration information is assigned a public network IP address and a private network IP address used for device management, and generates and stores a network element identifier including the non-gateway network element, and a public network IP address. And a NAT mapping table for the private network IP address used for device management. When the network element identification information includes a communication protocol and/or a first port, the NAT mapping table may further include the communication protocol and/or the first port.
网关网元在收到非网关网元发送的该网元标识注册信息后,为了使非网关 网元可以与管理域外的网络管理服务器之间通讯,首先要为非网关网元分配公 网 IP地址和用于设备管理的私网 IP地址, 接着, 生成包括非网关网元的公网 地址, 私网 IP地址, 以及网元标识的 NAT映射表。 After the gateway network element receives the registration information of the network element identifier sent by the non-gateway network element, in order to enable the non-gateway network element to communicate with the network management server outside the management domain, the gateway network element first needs to assign a public network IP address to the non-gateway network element. And a private network IP address used for device management, and then, a public network address including a non-gateway network element, a private network IP address, and a NAT mapping table of the network element identifier are generated.
在实际应用中, NAT 映射表还可以包括网关网元接收非网关网元发送的 网元标识注册信息的端口的端口号 (以下称为第二端口号)。 In an actual application, the NAT mapping table may further include a port number (hereinafter referred to as a second port number) of a port on which the gateway network element receives the network element registration information sent by the non-gateway network element.
具体的, NAT映射表的构成可以参考图 2, 图 2中示出由 4个非网关网元 的相关信息构成的 NAT映射表, 4个非网关网元的网元标识分别是 NE10、 NE11、 NE20、 NE21 ; 每个非网关网元的网元标识还对应有该非网关网元的私
网 IP地址 /第一端口、 公网的 IP地址 /第二端口以及通信协议。 Specifically, the configuration of the NAT mapping table may refer to FIG. 2. FIG. 2 shows a NAT mapping table composed of related information of four non-gateway network elements, and the network element identifiers of the four non-gateway network elements are NE10 and NE11, respectively. NE20, NE21; The network element identifier of each non-gateway network element also corresponds to the private network of the non-gateway network element. Network IP address / first port, IP address of the public network / second port and communication protocol.
S14、 网关网元向网络管理服务器注册 NAT映射表。 S14. The gateway network element registers a NAT mapping table with the network management server.
网关网元在建立非网关网元的网元标识、公网 IP地址以及私网 IP地址的 NAT映射表后, 向网络管理服务器注册该 NAT映射表。 After establishing the NAT mapping table of the non-gateway network element, the public network IP address, and the private network IP address, the gateway network element registers the NAT mapping table with the network management server.
上述配置过程完成后, 网络管理服务器可以根据该 NAT映射表向网关网 元发送非网关网元的管理维护报文, 网关网元根据该 NAT映射表将管理维护 报文发送给非网关网元。 After the configuration process is complete, the network management server may send a management and maintenance message of the non-gateway network element to the gateway network element according to the NAT mapping table, and the gateway network element sends the management and maintenance message to the non-gateway network element according to the NAT mapping table.
具体来说, 在获得 NAT映射表后, 网络管理服务器可以获取非网关网元 的公网 IP地址或 IP地址和第一端口, 这样, 非网关网元和网络管理服务器之 间通过基于 IP的管理协议的通讯协议 , 如 SNMP或 HTTP协议来进行报文交 换时,如果网关网元收到网络管理服务器发送的目的地址为非网关网元的公网 IP地址的报文, 则根据存储器中存储的 NAT映射表, 将该报文的目的 IP地址 修改成为该非网关网元分配的用于设备管理的私网 IP地址, 将修改后的报文 发送给该非网关网元; 或者, 网关网元收到非网关网元发送的源地址为所述非 网关网元的用于设备管理的私网 IP地址、 目的地址为网络管理服务器的 IP地 址的报文时, 根据存储器中存储的 NAT映射表, 将该报文的源 IP地址修改成 为该非网关网元分配的公网 IP地址,将修改后的报文发送给网络管理服务器。 Specifically, after obtaining the NAT mapping table, the network management server may obtain the public network IP address or IP address of the non-gateway network element and the first port, so that the non-gateway network element and the network management server pass the IP-based management. When a protocol communication protocol, such as SNMP or HTTP protocol, performs packet exchange, if the gateway network element receives a packet whose destination address is a public network IP address of a non-gateway network element, the gateway network element stores the packet according to the storage in the memory. The NAT mapping table is configured to modify the destination IP address of the packet to be the private network IP address allocated by the non-gateway network element for device management, and send the modified packet to the non-gateway network element; or, the gateway network element When receiving the packet whose non-gateway network element is the private network IP address of the non-gateway network element for the device management and the destination address is the IP address of the network management server, according to the NAT mapping table stored in the memory The source IP address of the packet is modified to be the public IP address of the non-gateway network element, and the modified packet is sent to the network management server.
当网元标识注册信息中包括了通信协议时,网络管理服务器根据非网关网 元支持的协议来封装发送给该非网关网元的报文。 When the communication protocol is included in the network element registration information, the network management server encapsulates the message sent to the non-gateway network element according to a protocol supported by the non-gateway network element.
当网元标识注册信息中包括了第一端口,网络管理服务器发送给非网关网 元的 4艮文中的目的地址为该非网关网元的公网 IP地址, 目的端口为该第一端 口,网关网元将该报文的目的地址修改为该非网关网元的用于设备管理的私网 When the network element identifier registration information includes the first port, the destination address of the network management server sent to the non-gateway network element is the public network IP address of the non-gateway network element, and the destination port is the first port, and the gateway is the gateway. The network element modifies the destination address of the packet to the private network for device management of the non-gateway network element.
IP地址后, 将修改后的报文发送给该第一端口。 After the IP address, the modified packet is sent to the first port.
在本实施例中,首先网关网元为非网关网元分配公网地址和用于管理的私 网 IP地址, 并才艮据非网关网元的网元标识信息, 用于管理的私网 IP地址信息与 公网地址信息建立 NAT映射表,然后网关网元通过将 NAT映射表在网络管理服 务器中注册,从而在网络管理服务器与非网关网元之间进行报文交换时, 网关 网元只需要对报文进行 NAT转换即可, 所以减轻了网关网元 CPU的负荷, 由此 使得网关网元不再是整个 DCN的性能瓶颈,能够增加管理域中的网元数量,并 且, 提高管理域中报文的转发效率。
由于网络管理策略的需要, 可能管理平面需要限制在某个 VLAN上, 所 以, 在本实施例中, 广播 4艮文中还可以包括管理 VLAN标识, 具体的, 如果 在广播报文中携带了一个管理 VLAN的标识, 收到该广播报文的非网关网元 根据该管理 VLAN重新建立 PPP连接, 并根据新建立的 PPP连接进行路由刷 新。 由于在本实施例中, 通过主动广播管理 VLAN的方式代替了默认 VLAN, 所以, 对于需要将报文进行二次隔离的场景, 可以提高系统的灵活性。 In this embodiment, the gateway network element first allocates a public network address and a private network IP address for management to the non-gateway network element, and then uses the network element identification information of the non-gateway network element to manage the private network IP. The NAT information mapping table is established between the address information and the public network address information, and then the gateway network element registers the NAT mapping table in the network management server, so that when the network management server exchanges packets with the non-gateway network element, the gateway network element only The NAT of the packet needs to be converted, so that the load of the gateway network element CPU is reduced, so that the gateway network element is no longer the performance bottleneck of the entire DCN, and the number of network elements in the management domain can be increased, and the management domain is improved. The forwarding efficiency of the medium message. As a result of the network management policy, the management plane needs to be restricted to a certain VLAN. Therefore, in this embodiment, the broadcast VLAN identifier may also include the management VLAN identifier. Specifically, if a broadcast packet carries a management The VLAN is identified. The non-gateway NE that receives the broadcast packet re-establishes a PPP connection according to the management VLAN, and performs route refresh according to the newly established PPP connection. In this embodiment, the default VLAN is replaced by the method of actively broadcasting the management VLAN. Therefore, the scenario can be used to reduce the flexibility of the system.
此外, 本实施例还提供了一种数据通信网络, 用于实现本发明上述方法, 因此, 本实施例描述不详尽的地方, 可以参考方法实施例部分的描述。 如图 3 所示,该数据通信网络包括网关网元,至少一个非网关网元(图中示出了三个) 和网络管理服务器,所述网关网元和所述至少一个非网关网元属于同一个管理 域,所述至少一个非网关网元通过所述网关网元和所述网络管理服务器进行通 信。 其中, 该网关网元包括: 发送器 1 , 获取单元 2、 生成单元 3、 存储器 4 以及注册单元 5。 In addition, this embodiment further provides a data communication network for implementing the foregoing method of the present invention. Therefore, where the description of the embodiment is not exhaustive, reference may be made to the description of the method embodiment. As shown in FIG. 3, the data communication network includes a gateway network element, at least one non-gateway network element (three are shown in the figure), and a network management server, and the gateway network element and the at least one non-gateway network element belong to The same management domain, the at least one non-gateway network element communicates with the network management server by the gateway network element. The gateway network element includes: a transmitter 1, an obtaining unit 2, a generating unit 3, a memory 4, and a registration unit 5.
本实施例中,在该网关网元所属的管理域中所有直接相连的物理链路上建 立 PPP连接, 并且各网元启动 IGP路由协议后, 发送器 1向该网关网元所属 的管理域中的非网关网元发送携带网络管理服务器的 IP地址的广播报文。 In this embodiment, a PPP connection is established on all directly connected physical links in the management domain to which the gateway network element belongs, and after each network element starts the IGP routing protocol, the sender 1 sends the management domain to which the gateway network element belongs. The non-gateway network element sends a broadcast message carrying the IP address of the network management server.
具体来说,发送器 1向该网关网元所属的管理域中所有与该网关网元直接 相连的非网关网元发送该广播报文。 Specifically, the transmitter 1 sends the broadcast packet to all non-gateway network elements directly connected to the gateway network element in the management domain to which the gateway network element belongs.
该广播报文包括网络管理服务器的 IP地址。 可选地, 该广播报文还可以 包括网关网元的 IP地址。 这样, 通过网关网元发送广播 ·艮文, 使得管理域中 的非网关网元可以获得网关网元的 IP地址和网络管理服务器的 IP地址, 进而 可以实现和网关网元或网络管理服务器的通信。 The broadcast message includes the IP address of the network management server. Optionally, the broadcast message may further include an IP address of the gateway network element. In this way, the broadcast network message is sent by the gateway network element, so that the non-gateway network element in the management domain can obtain the IP address of the gateway network element and the IP address of the network management server, thereby implementing communication with the gateway network element or the network management server. .
具体的, 在本实施例中, 可以通过新定义的协议来发送所述广播 ·艮文。 也 可以通过扩展标准协议来发送所述广播报文, 比如, 可以通过扩展路由协议来 发送所述广播报文。 Specifically, in this embodiment, the broadcast may be sent through a newly defined protocol. The broadcast message may also be sent by extending the standard protocol. For example, the broadcast message may be sent by using an extended routing protocol.
为了使非网关网元和网络管理服务器之间的报文交互可以通过网关网元 在转发平面实现直接转发,需要非网关网元将自己的网元标识信息发送给网关 网元。 In order to enable the packet to be forwarded between the non-gateway network element and the network management server through the gateway network element, the non-gateway network element needs to send its own network element identification information to the gateway network element.
获取单元 2获取非网关网元收到广播报文后所发送的网元标识注册信息, 网元标识注册信息包括所述非网关网元的网元标识, 此外, 该网元标识注册信
息还可以进一步包括所述非网关网元与所述网络管理服务器通讯的通讯协议 和第一端口。 The obtaining unit 2 obtains the network element identifier registration information that is sent by the non-gateway network element after receiving the broadcast message, and the network element identifier registration information includes the network element identifier of the non-gateway network element, and the network element identifier registration letter The information may further include a communication protocol and a first port that the non-gateway network element communicates with the network management server.
生成单元 3 , 为发送网元标识注册信息的非网关网元分配公网 IP地址以 及用于设备管理的私网 IP地址, 并生成包括所述非网关网元的网元标识, 公 网 IP地址,以及用于设备管理的私网 IP地址的 NAT映射表。可选地,该 NAT 映射表还可以包括通信协议和 /或第一端口。 The generating unit 3 is configured to allocate a public network IP address and a private network IP address for device management, and generate a network element identifier including the non-gateway network element, and a public network IP address, for the non-gateway network element that sends the network element identification information. And a NAT mapping table for the private network IP address used for device management. Optionally, the NAT mapping table may further include a communication protocol and/or a first port.
网关网元在收到非网关网元发送该网元标识注册信息后,为了使非网关网 元可以与管理域外的网络管理服务器之间可以通讯,首先要为非网关网元分配 公网 IP地址和用于设备管理的私网 IP地址, 接着, 建立包括非网关网元的公 网 IP地址、 用于设备管理的私网 IP地址与网元标识的 NAT映射表。 After the gateway network element receives the registration information of the network element identifier from the non-gateway network element, in order to enable the non-gateway network element to communicate with the network management server outside the management domain, the gateway network element first needs to assign a public network IP address to the non-gateway network element. And the private network IP address used for device management. Next, a NAT mapping table including a public network IP address of the non-gateway network element, a private network IP address for device management, and a network element identifier is established.
在实际应用中, NAT 映射表还可以包括网关网元接收非网关网元发送的 网元标识注册信息的端口的端口号 (即第二端口号)。 In an actual application, the NAT mapping table may further include a port number (ie, a second port number) of the port on which the gateway network element receives the network element registration information sent by the non-gateway network element.
网元标识注册信息可以是该非网关网元设备出厂时存储在设备存储器中 的字符、 字符串、 数字、 数字串或数字字符串; 优选的, 网元标识注册信息为 数字字符串时, 具体的可以是该非网关网元设备的 MAC地址。 网元标识注册 信息也可以是该非网关网元的 IP地址, 或是 IP地址加上通讯协议的端口号; 其中非网关网元的 IP地址可以是该非网关网元在管理域中的私网 IP地址, 具 体的, 该私网 IP地址可以是在建立 PPP连接时生成的。 The network element identifier registration information may be a character, a string, a digit, a digit string, or a numeric string stored in the device memory when the non-gateway network element device is shipped from the factory. Preferably, when the network element identifier registration information is a numeric string, the specific It may be the MAC address of the non-gateway network element device. The network element registration information may also be the IP address of the non-gateway network element, or the IP address plus the port number of the communication protocol; wherein the IP address of the non-gateway network element may be the private address of the non-gateway network element in the management domain. The IP address of the network. Specifically, the IP address of the private network can be generated when a PPP connection is established.
存储器 4, 用于存储所述生成单元生成的 NAT映射表。 The memory 4 is configured to store a NAT mapping table generated by the generating unit.
注册单元 5 , 用于向网络管理服务器注册生成单元生成的 NAT映射表。 网关网元在建立包括非网关网元的网元标识、 公网 IP地址以及为该非网 关网元分配的用于设备管理的私网 IP地址的 NAT映射表后, 向网络管理服务 器注册该 NAT映射表; 这样, 在网络管理服务器获取该 NAT映射表后, 该网 络管理服务器发给非网关网元的管理维护报文的 IP报文头中, 目的地址就是 非网关网元的公网 IP地址。 网关网元接收该 4艮文后进行 NAT转换 , 将 IP头 中的非网关网元的公网 IP地址替换为用于非网关网元管理的私网 IP地址, 然 后在管理域中进行正常的 IP路由转发流程。 The registration unit 5 is configured to register a NAT mapping table generated by the generating unit with the network management server. After the gateway network element establishes a NAT mapping table including the network element identifier of the non-gateway network element, the public network IP address, and the private network IP address allocated for the non-gateway network element, the network element registers the NAT with the network management server. The mapping table; in this way, after the network management server obtains the NAT mapping table, the network management server sends the IP packet header of the management maintenance message to the non-gateway network element, and the destination address is the public network IP address of the non-gateway network element. . After receiving the message, the gateway network element performs NAT translation, and replaces the public network IP address of the non-gateway network element in the IP header with the private network IP address used for non-gateway network element management, and then performs normal operation in the management domain. IP routing forwarding process.
此外, 该网关网元还可以包括 NAT转换单元 6 , 用于在收到网络管理服 务器向非网关网元发送的报文时, 根据存储器中存储的 NAT映射表, 将该报 文的目的 IP地址修改成为该非网关网元分配的用于设备管理的私网 IP地址,
将修改后的报文发送给该非网关网元; 和 /或, 用于在收到非网关网元向网络 管理服务器发送的报文时, 根据存储器中存储的 NAT映射表, 将该报文的源 IP地址修改成为该非网关网元分配的公网 IP地址, 将修改后的报文发送给网 络管理服务器; 和 /或, 当非网关网元发送的网元标识注册信息包括第一端口 时, 接收网络管理服务器发送的目的地址为非网关网元的公网 IP地址、 目的 端口号为该第一端口的报文,将所述报文的目的地址修改为所述非网关网元的 用于设备管理的私网 IP地址, 将所述修改后的报文发送给所述第一端口。 In addition, the gateway network element may further include a NAT converting unit 6 configured to: when receiving the packet sent by the network management server to the non-gateway network element, according to the NAT mapping table stored in the memory, the destination IP address of the packet Modify to become the private network IP address for device management assigned by the non-gateway network element. Transmitting the modified packet to the non-gateway network element; and/or, when receiving the packet sent by the non-gateway network element to the network management server, according to the NAT mapping table stored in the memory, the packet is sent The source IP address is modified to become the public network IP address allocated by the non-gateway network element, and the modified packet is sent to the network management server; and/or, when the non-gateway network element sends the network element identifier registration information, including the first port. The destination address of the packet sent by the network management server is a non-gateway network element and the destination port number is the packet of the first port, and the destination address of the packet is modified to be the non-gateway network element. The private network IP address used for device management, and the modified packet is sent to the first port.
该数据通信系统中的网络管理服务器, 接收并存储网关网元发送的 NAT 映射表, 根据该 NAT映射表封装报文, 将封装后的报文发送给网关网元。 由 网关网元将报文进行 NAT转换后发送给相应的非网关网元。 The network management server in the data communication system receives and stores the NAT mapping table sent by the gateway network element, and encapsulates the packet according to the NAT mapping table, and sends the encapsulated packet to the gateway network element. The packet is forwarded by the gateway network element to the corresponding non-gateway network element.
该数据通信系统中的非网关网元,接收网关网元发送的广播报文, 向网关 网元发送自身的网元标识注册信息,使该网关网元根据该网元标识注册信息生 成 NAT映射表, 接收该网关网元进行 NAT转换后的报文。 The non-gateway network element in the data communication system receives the broadcast packet sent by the gateway network element, and sends its own network element identifier registration information to the gateway network element, so that the gateway network element generates a NAT mapping table according to the network element identifier registration information. Receiving the packet after the gateway network element performs NAT conversion.
在本实施例中,首先网关网元为非网关网元分配公网地址信息和用于设备 管理的私网 IP地址 , NAT映射表 , 然后网关网元将 NAT映射表在网络管理服 务器中注册。 由于在获得 NAT映射表后, 网络管理服务器可以获取非网关网 元的公网 IP地址, 这样, 非网关网元和网络管理服务器之间通过诸如基于 IP 的管理协议的通讯协议, 如 SNMP或 HTTP协议来进行报文交换时, 网关网 元只需要对报文进行 NAT转换即可, 从而避免了现有技术中需要网关网元进 行应用层解析, 如, 需要解析报文的载荷部分, 识别出网元标识, 然后再封装 报文等这些耗费网关网元 CPU的工作, 所以减轻了网关网元 CPU的负荷, 由 此使得网关网元不再是整个 DCN的性能瓶颈, 有效地增加了管理域中的网元 数量, 并且, 提高了管理域中报文的转发效率。 In this embodiment, the gateway network element first allocates public network address information and a private network IP address for device management, a NAT mapping table for the non-gateway network element, and then the gateway network element registers the NAT mapping table in the network management server. Since the network management server can obtain the public network IP address of the non-gateway network element after obtaining the NAT mapping table, the non-gateway network element and the network management server pass a communication protocol such as an IP-based management protocol, such as SNMP or HTTP. When the protocol is used for packet exchange, the gateway network element only needs to perform NAT translation on the packet, thereby avoiding the need for the gateway network element to perform application layer parsing in the prior art. For example, the payload part of the packet needs to be parsed, and the packet is identified. The network element identifier, and then the encapsulation of the message, etc., consumes the operation of the gateway network element CPU, so the load of the gateway network element CPU is reduced, thereby making the gateway network element no longer the performance bottleneck of the entire DCN, effectively increasing the management domain. The number of network elements in the network, and improves the forwarding efficiency of packets in the management domain.
对所公开的实施例的上述说明,使本领域专业技术人员能够实现或使用本 发明。 对这些实施例的多种修改对本领域的专业技术人员来说将是显而易见 的, 本文中所定义的一般原理可以在不脱离本发明的精神或范围的情况下, 在 其它实施例中实现。 因此, 本发明将不会被限制于本文所示的这些实施例, 而 是要符合与本文所公开的原理和新颖特点相一致的最宽的范围。 The above description of the disclosed embodiments enables those skilled in the art to make or use the invention. Various modifications to these embodiments are obvious to those skilled in the art, and the general principles defined herein may be implemented in other embodiments without departing from the spirit or scope of the invention. Therefore, the present invention is not to be limited to the embodiments shown herein, but is to be accorded to the broadest scope of the principles and novel features disclosed herein.
+
+
Claims
1、 一种数据通信网络 DCN配置方法, 其特征在于, 包括: A data communication network DCN configuration method, which is characterized in that:
向自身所在管理域中的非网关网元发送携带网络管理服务器的 IP地址的 广播报文; Sending a broadcast packet carrying the IP address of the network management server to the non-gateway network element in the management domain in which it is located;
获取所述非网关网元收到所述广播 ·艮文后发送的网元标识注册信息,所述 网元标识注册信息包括所述非网关网元的网元标识; Obtaining the network element identifier registration information that is sent by the non-gateway network element after receiving the broadcast message, where the network element identifier registration information includes the network element identifier of the non-gateway network element;
为所述非网关网元分配包括公网 IP地址以及用于设备管理的私网 IP地 址, 生成并存储包括所述非网关网元的网络标识, 公网 IP地址, 以及用于设 备管理的私网 IP地址的 NAT映射表; Allocating a non-gateway network element including a public network IP address and a private network IP address for device management, generating and storing a network identifier including the non-gateway network element, a public network IP address, and a private device for device management NAT mapping table of the network IP address;
向所述网络管理服务器注册所述 NAT映射表。 Registering the NAT mapping table with the network management server.
2、 根据权利要求 1所述的配置方法, 其特征在于, 所述方法还包括: 接收网络管理服务器发送的报文,所述报文的目的地址为非网关网元的公 网 IP地址; The configuration method according to claim 1, wherein the method further comprises: receiving a packet sent by the network management server, where the destination address of the packet is a public network IP address of the non-gateway network element;
根据所存储的 NAT映射表, 将所述报文的目的地址修改为所述非网关网 元的用于设备管理的私网 IP地址, 将所述修改了目的地址的报文发送给所述 非网关网元。 Transmitting the destination address of the packet to the private network IP address of the non-gateway network element for device management according to the stored NAT mapping table, and sending the packet with the modified destination address to the non-gateway Gateway network element.
3、 根据权利要求 2所述的方法, 其特征在于, 所述方法还包括: 接收非网关网元发送的报文,所述报文的源地址为所述非网关网元的用于 设备管理的私网 IP地址; The method according to claim 2, wherein the method further comprises: receiving a packet sent by a non-gateway network element, where a source address of the packet is used by the non-gateway network element for device management Private network IP address;
根据所存储的 NAT映射表, 讲所述报文的源地址修改为所述非网关网元 的公网 IP地址, 将所述修改了源地址的报文发送给所述网络管理服务器。 According to the stored NAT mapping table, the source address of the packet is modified to be the public network IP address of the non-gateway network element, and the packet whose source address is modified is sent to the network management server.
4、 根据权利要求 1-3 中任意一项所述的方法, 其特征在于, 所述广播报 文还包括所述网关网元的 IP地址和 /或所述网关网元所述的管理虚拟局域网标 识。 The method according to any one of claims 1 to 3, wherein the broadcast message further includes an IP address of the gateway network element and/or a management virtual local area network as described by the gateway network element. Logo.
5、 根据权利要求 1-3 中任意一项所述的方法, 其特征在于, 所述网元标 识注册信息中还包括所述非网关网元支持的通信协议和 /或第一端口; 所述第 所述 NAT映射表还包括所述通信协议和 /或第一端口。 The method according to any one of claims 1-3, wherein the network element registration information further includes a communication protocol and/or a first port supported by the non-gateway network element; The first NAT mapping table also includes the communication protocol and/or the first port.
6、 根据权利要求 5所述的方法, 其特征在于, 6. The method of claim 5, wherein
当所述 NAT映射表中包括了所述第一端口时, 所述方法进一步包括: 接收网络管理服务器发送的、 目的地址为非网关网元的公网 IP地址、 目 的端口为所述第一端口的 4艮文; When the first port is included in the NAT mapping table, the method further includes: Receiving, by the network management server, a public network IP address whose destination address is a non-gateway network element, and a destination port being the first port of the first port;
将所述报文的目的地址修改为所述非网关网元的用于设备管理的私网 IP 地址; Modifying the destination address of the packet to a private network IP address used by the non-gateway network element for device management;
讲所述修改后的报文发送给所述第一端口。 The modified message is sent to the first port.
7、 一种网关网元, 其特征在于, 包括: 7. A gateway network element, comprising:
发送器,用于向所述网关网元所属的管理域中的非网关网元发送携带网络 管理服务器的 IP地址的广播报文; a transmitter, configured to send, to the non-gateway network element in the management domain to which the gateway network element belongs, a broadcast packet carrying an IP address of the network management server;
获取单元,用于获取非网关网元收到广播报文后所发送的网元标识注册信 息, 网元标识注册信息包括所述非网关网元的网元标识; The acquiring unit is configured to obtain the network element identifier registration information that is sent by the non-gateway network element after the broadcast message is received, where the network element identifier registration information includes the network element identifier of the non-gateway network element;
生成单元, 用于为非网关网元分配公网 IP地址以及用于设备管理的私网 IP地址, 并生成包括所述非网关网元的网元标识, 公网 IP地址, 以及用于设 备管理的私网 IP地址的 NAT映射表; a generating unit, configured to allocate a public network IP address and a private network IP address for device management, and generate a network element identifier including the non-gateway network element, a public network IP address, and a device management NAT mapping table of the private network IP address;
存储器, 用于存储所述生成单元生成的 NAT映射表; 以及 a memory, configured to store a NAT mapping table generated by the generating unit;
注册单元,用于向网络管理服务器注册所述生成单元生成的 NAT映射表。 And a registration unit, configured to register, by the network management server, the NAT mapping table generated by the generating unit.
8、 根据权利要求 7所述的网关网元, 其特征在于, 还包括: The gateway network element according to claim 7, further comprising:
NAT转换单元, 用于在收到网络管理服务器向非网关网元发送的报文时, 根据所述存储器中存储的 NAT映射表,将所述报文的目的 IP地址修改成为所 述非网关网元分配的用于设备管理的私网 IP地址, 将所述修改后的报文发送 给所述非网关网元。 a NAT conversion unit, configured to: when receiving a packet sent by the network management server to the non-gateway network element, modify the destination IP address of the packet to the non-gateway network according to the NAT mapping table stored in the memory The private network IP address allocated for the device management, and the modified packet is sent to the non-gateway network element.
9、 根据权利要求 8所述的网关网元, 其特征在于, 所述 NAT转换单元还 用于在收到所述非网关网元向所述网络管理服务器发送的报文时,根据所述存 储器中存储的 NAT映射表,将该报文的源 IP地址修改成为所述非网关网元分 配的公网 IP地址, 将修改后的报文发送给所述网络管理服务器。 The gateway network element according to claim 8, wherein the NAT converting unit is further configured to: according to the memory, when receiving the packet sent by the non-gateway network element to the network management server The NAT mapping table is configured to modify the source IP address of the packet to be the public network IP address allocated by the non-gateway network element, and send the modified packet to the network management server.
10、 根据权利要求 8或 9所述的网关网元, 其特征在于, 所述 NAT转换 单元还用于: 接收网络管理服务器发送的目的地址为非网关网元的公网 IP地 址、 目的端口为第一端口的报文,将所述报文的目的地址修改为所述非网关网 元的用于设备管理的私网 IP地址,将所述修改后的报文发送给所述第一端口; 信息的端口。 The gateway network element according to claim 8 or 9, wherein the NAT conversion unit is further configured to: receive a public network IP address and a destination port of the non-gateway network element, where the destination address sent by the network management server is Transmitting, by the first port, the destination address of the packet to the private network IP address of the non-gateway network element for device management, and sending the modified packet to the first port; The port of the information.
11、 一种数据通信系统, 其特征在于, 包括网络管理服务器、 如权利要求 6-10中任意一项所述的网关网元和至少一个非网关网元;所述网关网元和所述 至少一个非网关网元属于同一个管理域,所述至少一个非网关网元通过所述网 关网元和所述网络管理服务器进行通信。 A data communication system, comprising: a network management server, the gateway network element according to any one of claims 6-10, and at least one non-gateway network element; the gateway network element and the at least A non-gateway network element belongs to the same management domain, and the at least one non-gateway network element communicates with the network management server by using the gateway network element.
+ +
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201180001453.0A CN102308523B (en) | 2011-07-27 | 2011-07-27 | Data communication network configuration method, gateway network element and data communication system |
PCT/CN2011/077665 WO2012106935A1 (en) | 2011-07-27 | 2011-07-27 | Data communication network configuration method, gateway element and data communication system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/CN2011/077665 WO2012106935A1 (en) | 2011-07-27 | 2011-07-27 | Data communication network configuration method, gateway element and data communication system |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2012106935A1 true WO2012106935A1 (en) | 2012-08-16 |
Family
ID=45381267
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2011/077665 WO2012106935A1 (en) | 2011-07-27 | 2011-07-27 | Data communication network configuration method, gateway element and data communication system |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN102308523B (en) |
WO (1) | WO2012106935A1 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20190094463A (en) * | 2016-12-26 | 2019-08-13 | 후아웨이 테크놀러지 컴퍼니 리미티드 | DCN message processing methods, network devices, and network systems |
CN114024939A (en) * | 2021-11-24 | 2022-02-08 | 深圳市共进电子股份有限公司 | Network address allocation method and device and router |
Families Citing this family (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102790811B (en) * | 2012-07-25 | 2015-10-14 | 浙江宇视科技有限公司 | A kind of method and apparatus of cross-over NAT equipment in monitor network |
CN102857382B (en) * | 2012-09-28 | 2015-02-18 | 瑞斯康达科技发展股份有限公司 | Network management equipment, access convergent equipment, access terminal equipment, and management method and system for access terminal equipment |
CN105812166B (en) * | 2014-12-30 | 2020-06-12 | 中兴通讯股份有限公司 | Connection implementation method and system, network server, gateway network element and management method |
CN105610619B (en) * | 2015-12-31 | 2019-04-16 | 北京格林伟迪科技股份有限公司 | A kind of network element managing method and apparatus |
CN106936615A (en) * | 2015-12-31 | 2017-07-07 | 中兴通讯股份有限公司 | A kind of message processing method and device |
CN105933142A (en) * | 2016-04-08 | 2016-09-07 | 邦彦技术股份有限公司 | Network element management method and device |
CN107769939B (en) * | 2016-08-17 | 2020-03-20 | 华为技术有限公司 | Network element management method, network management, gateway network element and system in data communication network |
CN106656721A (en) * | 2016-11-16 | 2017-05-10 | 广州视源电子科技股份有限公司 | Cross-vlan service connection method, device and system |
CN109787900B (en) * | 2017-11-15 | 2022-04-19 | 阿里巴巴集团控股有限公司 | Transmission method, device, equipment and machine readable medium |
CN111917621B (en) * | 2019-05-10 | 2021-09-07 | 烽火通信科技股份有限公司 | Communication method and system for network management server and network element of communication equipment |
CN114301877B (en) * | 2021-12-28 | 2024-03-22 | 中国电信股份有限公司 | Method and system for automatically managing IP of DCN |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1741536A (en) * | 2005-09-21 | 2006-03-01 | 烽火通信科技股份有限公司 | Method for combining network based on floating interface of CORBA |
CN1893394A (en) * | 2005-07-05 | 2007-01-10 | 华为技术有限公司 | Method for passing through network address conversion |
CN1918863A (en) * | 2004-02-17 | 2007-02-21 | 银河网路股份有限公司 | Address solving apparatus, address solving method, and communication system using the same |
US20070118594A1 (en) * | 2005-10-20 | 2007-05-24 | Kabushiki Kaisha Toshiba | Communication system |
CN101083594A (en) * | 2006-05-31 | 2007-12-05 | 西门子通信技术(北京)有限公司 | Method and system for managing network appliance |
CN102035661A (en) * | 2009-09-24 | 2011-04-27 | 中兴通讯股份有限公司 | Method, device and system for managing optical network unit |
-
2011
- 2011-07-27 WO PCT/CN2011/077665 patent/WO2012106935A1/en active Application Filing
- 2011-07-27 CN CN201180001453.0A patent/CN102308523B/en not_active Expired - Fee Related
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1918863A (en) * | 2004-02-17 | 2007-02-21 | 银河网路股份有限公司 | Address solving apparatus, address solving method, and communication system using the same |
CN1893394A (en) * | 2005-07-05 | 2007-01-10 | 华为技术有限公司 | Method for passing through network address conversion |
CN1741536A (en) * | 2005-09-21 | 2006-03-01 | 烽火通信科技股份有限公司 | Method for combining network based on floating interface of CORBA |
US20070118594A1 (en) * | 2005-10-20 | 2007-05-24 | Kabushiki Kaisha Toshiba | Communication system |
CN101083594A (en) * | 2006-05-31 | 2007-12-05 | 西门子通信技术(北京)有限公司 | Method and system for managing network appliance |
CN102035661A (en) * | 2009-09-24 | 2011-04-27 | 中兴通讯股份有限公司 | Method, device and system for managing optical network unit |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20190094463A (en) * | 2016-12-26 | 2019-08-13 | 후아웨이 테크놀러지 컴퍼니 리미티드 | DCN message processing methods, network devices, and network systems |
US20190319829A1 (en) * | 2016-12-26 | 2019-10-17 | Huawei Technologies Co., Ltd. | Dcn packet processing method, network device, and network system |
KR102342286B1 (en) | 2016-12-26 | 2021-12-22 | 후아웨이 테크놀러지 컴퍼니 리미티드 | DCN message processing method, network device, and network system |
US11894970B2 (en) * | 2016-12-26 | 2024-02-06 | Huawei Technologies Co., Ltd. | DCN packet processing method, network device, and network system |
CN114024939A (en) * | 2021-11-24 | 2022-02-08 | 深圳市共进电子股份有限公司 | Network address allocation method and device and router |
Also Published As
Publication number | Publication date |
---|---|
CN102308523B (en) | 2014-07-16 |
CN102308523A (en) | 2012-01-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2012106935A1 (en) | Data communication network configuration method, gateway element and data communication system | |
EP2489172B1 (en) | Virtual layer 2 and mechanism to make it scalable | |
CN102025589B (en) | Method and system for realizing virtual private network | |
US8130766B2 (en) | System and method for implementing multimedia calls across a private network boundary | |
US9705706B2 (en) | Multiple prefix connections with translated virtual local area network | |
WO2011032472A1 (en) | Virtual private network implemaentation method and system | |
US20130201978A1 (en) | Method and System for Partitioning Wireless Local Area Network | |
WO2012106919A1 (en) | Routing control method, apparatus and system of layer 3 virtual private network | |
WO2011069399A1 (en) | Address mapping method and access service node | |
WO2011032481A1 (en) | Communication method, method for forwarding data message during the communication process and communication node thereof | |
US9641433B2 (en) | Method, routing bridge, and system for sending packet | |
WO2011041967A1 (en) | Method for anonymous communication, method for registration, method and system for trasmitting and receiving information | |
KR101381701B1 (en) | Data message processing method, system and access service node | |
WO2013182066A1 (en) | Label distribution method and device | |
WO2012119390A1 (en) | Virtual machine migration notification method and system | |
WO2012155867A1 (en) | Packet sending method and access controller | |
WO2014186978A1 (en) | Method and device used in ethernet virtual private network | |
WO2007124679A1 (en) | Method and system of network communication | |
WO2011032447A1 (en) | Method, system and communication terminal for implementing inter-communication between new network and internet | |
CN102546362A (en) | Message processing method, message processing system and customer premises equipment | |
WO2011032462A1 (en) | Method for data transmission and receiving, system and router thereof | |
WO2012136006A1 (en) | Routing method and device for host in multi-homing site | |
WO2014063606A1 (en) | Packet forwarding method and corresponding device | |
CN113472913A (en) | Communication method and device | |
WO2011044807A1 (en) | Method for registration and communication of anonymous communication and transceiver system for data message |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
WWE | Wipo information: entry into national phase |
Ref document number: 201180001453.0 Country of ref document: CN |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 11858421 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 11858421 Country of ref document: EP Kind code of ref document: A1 |