WO2012130083A1 - 一种配置地址解析协议arp表项的方法和装置 - Google Patents
一种配置地址解析协议arp表项的方法和装置 Download PDFInfo
- Publication number
- WO2012130083A1 WO2012130083A1 PCT/CN2012/072806 CN2012072806W WO2012130083A1 WO 2012130083 A1 WO2012130083 A1 WO 2012130083A1 CN 2012072806 W CN2012072806 W CN 2012072806W WO 2012130083 A1 WO2012130083 A1 WO 2012130083A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- router
- address
- arp
- neighboring
- mac address
- Prior art date
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
- H04L45/74—Address processing for routing
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
-
- 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/10—Mapping addresses of different types
- H04L61/103—Mapping addresses of different types across network layers, e.g. resolution of network layer into physical layer addresses or address resolution protocol [ARP]
Definitions
- the present invention claims to be a method and a device for configuring an address resolution protocol ARP entry to be submitted to the Chinese Patent Office on March 31, 2011, and the application number is 201110081741.3.
- the present invention relates to the field of communications technologies, and in particular, to a method and an apparatus for configuring an ARP (Address Resolution Protocol) entry.
- ARP Address Resolution Protocol
- Ethernet protocol In the Ethernet protocol, a host in the same LAN must communicate directly with another host. You must know the MAC (Media Access Control) address of the target host.
- IP Internet Protocol
- the network layer and the transport layer only care about the IP address of the target host, which results in the Ethernet protocol of the data link layer being connected to the upper layer when the IP protocol is used in the Ethernet.
- the data provided by the IP protocol only contains the IP address of the target host. Therefore, it is necessary to obtain the MAC address according to the IP address of the target host, which is the function implemented by ARP.
- a router acts as a basic network element and assumes the role of transmitting IP packets. After receiving the data packet, the router removes the header of the data link frame, searches the routing table according to the target IP address, finds the next hop address or direct connection port, and then repackages the data packet and uses the layer 2 addressing.
- the MAC address of the next hop interface is learned based on the ARP entry configured on it, so that the Layer 3 address (IP address) is mapped to the Layer 2 address (MAC address), and the outbound interface will have the next hop interface device.
- the frame of the second layer address is placed on the transmission line to complete the forwarding of the data packet.
- the router only perceives the address configured on its own interface. If you want to know which interface of the network address other than a few hops is reachable, you must rely on the routing protocol.
- ISIS Intermediate System to Intermediate System
- AS Autonomous System
- the router will receive the information flooded by other routers in the AS, and then combine the link information of the AS, and then synthesize the topology of the network, and then generate an arrival network through the SPF (Shortest Path First) algorithm. The shortest path map of each router, and then calculate the routing information to each IP address.
- AS Autonomous System
- the router running the ISIS protocol does not send Layer 3 IP packets during the neighbor establishment process.
- the ARP entry cannot be learned. Therefore, when the neighbor route calculation is complete, there is no corresponding ARP entry, so that some traffic loss occurs when the neighbor router performs the first traffic forwarding.
- the embodiment of the invention provides a method and a device for configuring an ARP entry, which can avoid the problem that part of the traffic loss occurs in the first traffic forwarding by the neighbor router.
- a method for configuring an ARP entry including:
- the first router determines that the second router is reachable, the first router obtains the information required for configuring the ARP entry.
- the ARP entry is configured according to the information required for the configured ARP entry.
- a routing device comprising:
- the obtaining unit is configured to obtain information required to configure an ARP entry when the neighboring neighbor is reachable;
- the configuration unit is configured to configure an ARP entry according to the information required to obtain the configured ARP entry during the neighboring route calculation with the neighboring router.
- the first router determines the second route When the neighbor is reachable, the information about the ARP entry is obtained, and the ARP entry is configured according to the obtained information during the neighbor route calculation with the second router, so that the first router and the first When the two routers complete the neighbor establishment, the configuration of the ARP entries on the first router and the second router is complete, and the IP traffic can be forwarded normally. Therefore, the problem that part of the traffic loss caused by the first router forwarding is avoided.
- FIG. 1 is a schematic diagram of a method for configuring an ARP entry according to an embodiment of the present disclosure
- FIG. 2 is a schematic diagram of a process of establishing neighbors between two adjacent routers A and B in an Ethernet according to an embodiment of the present invention
- FIG. 3 is a schematic diagram of a process of configuring an ARP entry according to an embodiment of the present invention
- FIG. 4 is a schematic flowchart of another manner of configuring an ARP entry according to an embodiment of the present disclosure
- FIG. 5 is a schematic diagram of an apparatus for configuring an ARP entry according to an embodiment of the present invention. detailed description
- a method for configuring an ARP entry includes:
- the first router determines that the second router is reachable, the first router obtains the information required for configuring the ARP entry.
- the ARP entry is configured according to the information required for the configuration of the configured A P entry during the calculation of the neighboring route between the first router and the second router.
- FIG. 2 is a schematic diagram of a process of establishing neighbors between two adjacent routers A and B in an Ethernet according to an embodiment of the present invention.
- Router A obtains the information required to configure ARP entries when it is reachable to the neighbors of Router B.
- Configure the ARP entry for the information so that Router A and Router B complete neighbor establishment, neighbor router A and The configuration of the ARP entry on the B-link is complete, and the IP traffic can be forwarded normally. Therefore, the neighbor traffic may be prevented from being lost in the first traffic forwarding.
- the ARP entry can be configured in one of the following two ways: mode 1 sends an ARP request packet of the Layer 2 protocol; HELLO essay. The two methods are described separately below.
- Manner 1 Configure an ARP entry by sending an ARP Request packet.
- FIG. 3 is a schematic flowchart of a method for configuring an ARP entry according to an embodiment of the present invention, including:
- the router A sends the ARP request packet in a broadcast manner.
- the destination IP address of the ARP request packet is the IP address of the router B, and the destination MAC address is the broadcast address.
- the ARP request packet carries the IP address of the router A and MAC address of router A;
- the router A can encapsulate the IP address of the router A and the MAC address of the router A in the content of the ARP request, and encapsulate the IP address of the router B in the header of the ARP request packet.
- the router B After receiving the ARP request packet, the router B determines whether the IP address of the ARP request packet is the destination IP address of the ARP request packet, and determines that the IP address of the ARP request packet is the destination IP address of the ARP request packet.
- the ARP request packet is obtained by the IP address of Router A and the MAC address of Router A, and the obtained information is added to the ARP entry of Router B.
- the router B determines that its IP address is the destination IP address of the ARP request packet
- the router obtains the router from the content of the ARP request packet according to the IP address encapsulated in the packet header of the ARP request packet.
- the IP address of A and the MAC address of Router A are added to their ARP entries. 33.
- the router B sends the ARP reply packet to the router A in a unicast manner.
- the destination IP address of the ARP reply packet is the router.
- the IP address of A, the destination MAC address is the MAC address of Router A
- the ARP reply packet carries the IP address of Router B and the MAC address of Router B.
- Router B encapsulates the IP address of Router B and the MAC address of Router B in the content of the ARP Reply packet, and encapsulates the IP address of Router A and the MAC address of Router A in the ARP Reply packet. In the head.
- the router A After receiving the ARP reply packet, the router A obtains the IP address of the router B and the MAC address of the router B from the ARP reply packet, and adds the obtained information to the ARP entry of the router A.
- Router A obtains the IP address of Router B and the MAC address of Router B from the content of the ARP Reply packet and adds it to its own ARP entry.
- Router A and Router B have configured their own ARP entries.
- the neighboring routers A and B of the broadcast network can complete the neighbor route calculation from the neighbors, including the completion of the DIS (Designated Intermediate System) election, at least two hello timer timeouts are required (the default is 20 seconds), usually The time required to complete the ARP entry learning process of the neighboring routers A and B, that is, the information required to complete the ARP request packet to obtain the ARP entry, and the configuration according to the received ARP reply packet.
- the process of the ARP entry so that when the routers A and B complete the neighbor establishment, the IP traffic can be forwarded normally because the configuration of the ARP entry on the neighboring router is complete. Therefore, the part of the first traffic forwarding can be avoided. The problem of lost traffic.
- FIG. 4 is a schematic flowchart of another manner of configuring an ARP entry according to an embodiment of the present invention, including:
- Router A sends a first HELLO packet to the IP address of Router B, where the first HELLO packet carries the IP address of Router A and the MAC address of Router A.
- the router B After receiving the first HELLO packet sent by the router A, the router B obtains the IP address of the router A and the MAC address of the router A from the first HELLO packet, and adds the obtained information to the ARP of the router. In the table entry.
- Router B sends a second HELLO packet to the IP address of Router A, where the second HELLO packet carries the IP address of Router B and the MAC address of Router B.
- the router A After receiving the second HELLO packet sent by the router B, the router A obtains the IP address of the router B and the MAC address of the router B from the second HELLO packet, and adds the obtained information to the ARP of the router. In the table entry.
- steps 41 and 42 may be in parallel with steps 43 and 44, regardless of the order.
- Router A and Router B have configured their own ARP entries.
- the embodiment shown in FIG. 4 obtains the IP address and MAC address of the peer end through the interaction of the Hello messages of the neighboring routers A and B of the broadcast network, and can replace the ARP entry learning process to complete the addition of the ARP entry. Therefore, when the configurations of the ARP entries on the neighboring routers are completed, the IP traffic can be forwarded normally. Therefore, the traffic loss caused by the first traffic forwarding can be avoided.
- a routing device provided by an embodiment of the present invention includes:
- the obtaining unit 51 is configured to obtain information required to configure an ARP entry when the neighboring neighbor is reachable;
- the configuration unit 52 is configured to configure an ARP entry according to the information required to be configured for the configured ARP entry during the neighboring route calculation with the neighboring router.
- the obtaining unit 51 may include:
- a requesting module configured to send an ARP request packet in a broadcast manner, where the destination IP address of the ARP request packet is an IP address of the neighboring router, and the destination MAC address is a broadcast address, where the ARP request packet carries The IP address of the routing device and the MAC address of the routing device;
- a receiving module configured to receive an ARP message sent by the neighboring router in a unicast manner, where the destination IP address of the ARP reply message is an IP address of the routing device, and the destination MAC address is the route a MAC address of the device, where the ARP reply packet carries an IP address of the neighboring router and a MAC address of the neighboring router;
- an obtaining module configured to obtain, by the ARP response packet received by the receiving module, an IP address of the neighboring router and a MAC address of the neighboring router.
- the configuration unit includes a configuration module, where the configuration module is configured to add an IP address of the neighboring router acquired from the acquiring module and a MAC address of the neighboring router to the route. The AR entry of the device.
- the obtaining unit 51 may include:
- a receiving module configured to receive a HELLO packet sent by the neighboring router to an IP address of the routing device, where the HELLO packet carries an IP address of the neighboring router and a MAC address of the neighboring router ;
- an obtaining module configured to obtain an IP address of the neighboring router and a MAC address of the neighboring router from the HELLO packet received by the receiving module.
- the configuration unit includes a configuration module, where the configuration module is configured to add an IP address of the neighboring router acquired from the acquiring module and a MAC address of the neighboring router to the route. In the ARP entry of the device.
- the obtaining unit 51 obtains the information required for configuring the ARP entry, and performs the calculation of the partial route with the neighboring router.
- the configuration unit 52 configures the ARP table according to the obtained information. Therefore, when the neighboring router is established, the configuration of the ARP entry on the neighboring router is complete, and the IP traffic can be forwarded normally. Therefore, the problem that part of the traffic loss caused by the first router forwarding is avoided.
- the medium can be a read only memory, a magnetic disk or a compact disk or the like.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Description
一种配置地址解析协议 ARP表项的方法和装置 本申请要求于 2011 年 3 月 31 日提交中国专利局、 申请号为 201110081741.3、 发明名称为 "一种配置地址解析协议 ARP表项的方法和 装置" 的中国专利申倩的优先权, 其全部内容通过引用结合在本申请中。 技术领域
本发明属于通信技术领域,具体涉及一种配置 ARP ( Address Resolution Protocol, 地址解析协议)表项的方法和装置。 背景技术
在以太网协议中规定, 同一局域网中的一台主机要和另一台主机进行 直接通信, 必须要知道目标主机的 MAC ( Media Access Control, 介质访问 控制)地址。 而在 IP ( Internet Protocol , 因特网协议)协议栈中, 网络层和 传输层只关心目标主机的 IP地址, 这就导致在以太网中使用 IP协议时, 数 据链路层的以太网协议接到上层 IP协议提供的数据中, 只包含目标主机的 IP地址。于是需要根据目标主机的 IP地址,获得其 MAC地址,这就是 ARP 实现的功能。
在 IP网络中, 路由器作为基本网元, 承担着传递 IP报文的角色。 路由 器接收到数据包之后, 去掉数据链路帧的报头, 根据目标 IP地址搜索路由 表, 找到下一跳地址或直连接口, 然后将数据包重新进行封装并使用二层 寻址, 此时路由器将根据其上配置的 ARP表项获知到下一跳接口的 MAC 地址, 从而将三层地址 (IP地址) 映射到二层地址(MAC地址), 并在出 接口将带有下一跳接口设备的二层地址的帧放在传输线上完成数据包的转 发。
但是作为一个网络设备, 路由器只感知到自己接口上配置的地址, 如 果要想知道几跳以外的网络地址的哪个接口可达, 就必须依靠路由协议。 ISIS ( Intermediate System to Intermediate System, 中间系统到中间系统 )协
议即是专门为了解决路由学习而创造的协议。 假设网络中所有的路由器均 运行 ISIS协议, 那么相邻的路由器就会建立邻居关系, 并把自己相邻的邻 居的信息和可直接到达的 IP地址在自制系统( Autonomous System, AS ) 内泛洪。路由器会收到 AS内其他路由器泛洪的这些信息, 然后结合自己的 链路信息, 就会合成网络的拓朴图, 然后通过 SPF ( Shortest Path First, 最 短路径优先) 算法, 生成一个到达网络中各个路由器的最短路径图, 进而 计算得出到达各个 IP地址的路由信息。
由于 ISIS协议属于二层协议, 运行 ISIS协议的路由器在邻居建立的过 程中不会发送三层协议的 IP报文,无法触发 ARP表项的学习, 因此在完成 邻居路由计算时, 由于没有对应的 ARP表项, 从而邻居路由器进行第一次 流量转发时就会出现部分流量丟失。 发明内容
本发明实施例提供一种配置 ARP表项的方法和装置, 能够避免邻居路 由器进行第一次流量转发出现部分流量丢失的问题。
本发明实施例采用如下技术方案:
一种配置 ARP表项的方法, 包括:
第一路由器判断与第二路由器邻居可达时, 获取配置 ARP表项需要的 信息;
所述第一路由器与所述第二路由器进行邻居路由计算期间, 根据所述 获取到的配置 ARP表项需要的信息配置 ARP表项。
一种路由设备, 包括:
获取单元, 用于判断与相邻路由器邻居可达时, 获取配置 ARP表项需 要的信息;
配置单元, 用于与所述相邻路由器进行邻居路由计算期间, 根据所述 获取到的配置 ARP表项需要的信息配置 ARP表项。
由本发明实施例的上述技术方案可知, 第一路由器在判断与第二路由
器邻居可达时, 通过获取配置 ARP表项需要的信息, 并在与所述第二路由 器进行邻居路由计算期间, 根据获取到的信息配置 ARP表项, 从而所述第 一路由器与所述第二路由器在完成邻居建立时, 第一路由器与第二路由器 上的 ARP表项的配置已经完成, 可以正常转发 IP流量, 因此避免了邻居路 由器进行第一次流量转发出现的部分流量丢失的问题。
附图说明
为了更清楚地说明本发明实施例的技术方案, 下面将对实施例描述中 所需要使用的附图作一简单地介绍。
图 1为本发明实施例提供的配置 ARP表项的方法示意图;
图 2为本发明实施例提供的以太网中两个相邻路由器 A和 B建立邻居 的过程示意图;
图 3为本发明实施例提供的配置 ARP表项的一种方式的过程示意图; 图 4 为本发明实施例提供的配置 ARP表项的另一种方式的过程示意 图;
图 5为本发明实施例提供的配置 ARP表项的装置的示意图。 具体实施方式
参见图 1, 本发明实施例提供的配置 ARP表项的方法, 包括:
11 , 第一路由器判断与第二路由器邻居可达时, 获取配置 ARP表项需 要的信息;
12, 所述第一路由器与所述第二路由器进行邻居路由计算期间, 根据 所述获取到的配置 A P表项需要的信息配置 ARP表项。
参见图 2,图 2为本发明实施例提供的以太网中两个相邻路由器 A和 B 建立邻居的过程示意图。 在路由器 A和 B上分别运行 ISIS协议, 路由器 A 在判断与路由器 B邻居可达(UP )时, 获取配置 ARP表项需要的信息, 并 在路由器 A 与路由器 B 进行邻居路由计算期间, 根据获取到的信息配置 ARP表项,从而路由器 A与路由器 B在完成邻居建立时,邻居路由器 A和
B链路上的 ARP表项的配置已经完成, 可以正常转发 IP流量, 因此可以避 免邻居路由器进行第一次流量转发出现部分流量丢失的问题。
第一路由器在判断与第二路由器邻居可达时, 可以采用下述两种方式 中的一种配置 ARP表项: 方式一通过发送二层协议的 ARP请求报文; 方式 二通过发送三次协议的 HELLO 艮文。 下面对这两种方式分别进行说明。
方式一: 通过发送 ARP请求报文配置 ARP表项。
仍以图 2所示的以太网中两个相邻路由器 A和 B为例。 路由器 A和 B 上分别运行 ISIS协议, 在路由器 A通过 ISIS协议判断可以与路由器 B邻 居可达时, 路由器 A可以获取路由器 B的 IP地址信息, 再加上自身邻居路 由器的 IP地址和 MAC地址, 就可以通过发送二层协议的 ARP请求艮文的 方式来配置 ARP表项。 举例来说, 参见图 3 , 图 3为本发明实施例提供的 配置 ARP表项的一种方式的过程示意图, 包括:
31 , 路由器 A以广播方式发送 ARP请求报文, 所述 ARP请求报文的 目的 IP地址是路由器 B的 IP地址, 目的 MAC地址是广播地址,所述 ARP 请求艮文中携带路由器 A的 IP地址和路由器 A的 MAC地址;
举例来说,路由器 A可以将路由器 A的 IP地址和路由器 A的 MAC地 址封装在上述 ARP请求 · ^文的内容中, 将路由器 B的 IP地址封装在上述 ARP请求报文的报文头中。
32, 路由器 B收到所述 ARP请求报文后, 确定自身的 IP地址是否为 上述 ARP请求报文的目的 IP地址 , 当确定自身的 IP地址是上述 ARP请求 报文的目的 IP地址时, 从上述 ARP请求报文中获取路由器 A的 IP地址和 路由器 A的 MAC地址并将获取到的信息添加到路由器 B的 ARP表项中。
举例来说, 路由器 B根据上述 ARP请求报文的报文头中封装的 IP地 址确定自身的 IP地址即是上述 ARP请求报文的目的 IP地址时 ,从上述 ARP 请求报文的内容中获取路由器 A的 IP地址和路由器 A的 MAC地址并添加 到自身的 ARP表项中。
33 , 当路由器 B确定自身的 IP地址是上迷 ARP请求报文的目的 IP地 址时, 路由器 B以单播方式向路由器 A发送 ARP应答报文, 所述 ARP应 答报文的目的 IP地址为路由器 A的 IP地址, 目的 MAC地址为路由器 A 的 MAC地址, 所述 ARP应答报文携带路由器 B的 IP地址和路由器 B的 MAC地址;
举例来说,路由器 B将路由器 B的 IP地址和路由器 B的 MAC地址封 装在所述 ARP应答报文的内容中, 将路由器 A的 IP地址和路由器 A的 MAC地址封装在 ARP应答报文的报文头中。
34, 路由器 A收到所述 ARP应答报文后, 从上述 ARP应答报文中获 取路由器 B的 IP地址和路由器 B的 MAC地址并将获取到的信息添加到路 由器 A的 ARP表项中。
举例来说, 路由器 A从上述 ARP应答报文的内容中获取路由器 B的 IP地址和路由器 B的 MAC地址并添加到自身的 ARP表项中。
至此, 路由器 A和路由器 B分别完成了自身 ARP表项的配置。
由于广播网相邻路由器 A和 B从邻居可达到完成邻居路由计算, 期间 包括完成 DIS ( Designated Intermediate System指定中间系统) 选举, 至少 需要两个 hello timer超时的时间(默认为 20秒), 通常来说, 这个时间足以 可以完成相邻路由器 A和 B的 ARP表项学习的过程, 也即是说, 完成发送 ARP请求报文获取配置 ARP表项需要的信息, 以及根据接收的 ARP应答 报文配置 ARP表项的过程,从而当路由器 A和 B完成邻居建立时, 由于此 时邻居路由器上的 ARP表项的配置已经完成, 可以正常转发 IP流量, 因此 可以避免进行第一次流量转发出现的部分流量丢失的问题。
方式二: 通过发送 HELLO报文配置 ARP表项。
仍以图 2所示的以太网中两个相邻路由器 A和 B为例。 路由器 A和 B 上分别运行 ISIS协议, 在路由器 A通过 ISIS协议判断可以与路由器 B邻 居可达时, 路由器 A可以获取路由器 B的 IP地址信息, 路由器 B也可以
获取路由器 A的 IP地址信息,再加上本端接口的 IP地址和 MAC地址已知, 就可以通过发送三层协议的 HELLO报文的方式来配置 ARP表项。 举例来 说, 参见图 4, 图 4为本发明实施例提供的配置 ARP表项的另一种方式的 过程示意图, 包括:
41, 路由器 A向路由器 B的 IP地址发送第一 HELLO报文, 在所述第 一 HELLO报文中携带路由器 A的 IP地址和路由器 A的 MAC地址。
42, 路由器 B收到路由器 A发送的所述第一 HELLO报文后 , 从所述 第一 HELLO报文获取路由器 A的 IP地址和路由器 A的 MAC地址并将获 取到的信息添加到自身的 ARP表项中。
43 , 路由器 B向路由器 A的 IP地址发送第二 HELLO报文, 在所述第 二 HELLO报文中携带路由器 B的 IP地址和路由器 B的 MAC地址。
44, 路由器 A收到路由器 B发送的所述第二 HELLO报文后, 从所述 第二 HELLO报文获取路由器 B的 IP地址和路由器 B的 MAC地址并将获 取到的信息添加到自身的 ARP表项中。
需要说明的是, 步骤 41和 42可以与步骤 43和 44并行, 不分先后。 至此, 路由器 A和路由器 B分别完成了自身 ARP表项的配置。
图 4所示实施例通过广播网相邻路由器 A和 B的 Hello 艮文的交互, 获取到对端的 IP地址和 MAC地址, 可以替代 ARP表项学习过程, 来完成 ARP表项的添加。 从而当路由器 A和 B完成邻居建立时, 由于此时邻居路 由器上的 ARP表项的配置已经完成, 可以正常转发 IP流量, 因此可以避免 进行第一次流量转发出现的部分流量丟失的问题。
参见图 5, 本发明实施例提供的路由设备, 包括:
获取单元 51 , 用于判断与相邻路由器邻居可达时, 获取配置 ARP表项 需要的信息;
配置单元 52, 用于与所述相邻路由器进行邻居路由计算期间, 根据所 述获取到的配置 ARP表项需要的信息配置 ARP表项。
一种实施方式, 所述获取单元 51可以包括:
请求模块,用于以广播方式发送 ARP请求报文,所述 ARP请求报文的 目的 IP地址为所述相邻路由器的 IP地址, 目的 MAC地址为广播地址, 所 述 ARP请求报文中携带所述路由设备的 IP地址和所述路由设备的 MAC地 址;
接收模块,用于接收所述相邻路由器以单播方式发送的 ARP应^艮文, 所述 ARP应答 4艮文的目的 IP地址为所述路由设备的 IP地址, 目的 MAC 地址为所述路由设备的 MAC地址, 所述 ARP应答报文中携带所述相邻路 由器的 IP地址和所述相邻路由器的 MAC地址;
获取模块, 用于从所述接收模块接收的所述 ARP应答报文中获取所述 相邻路由器的 IP地址和所述相邻路由器的 MAC地址。
在该实施方式下, 所述配置单元包括配置模块, 所述配置模块用于将 从所述获取模块获取的所述相邻路由器的 IP 地址和所述相邻路由器的 MAC地址添加到所述路由设备的 AR 表项中。
另一种实施方式, 所述获取单元 51可以包括:
接收模块, 用于接收所述相邻路由器向所述路由设备的 IP地址发送的 HELLO报文,在所述 HELLO报文中携带所述相邻路由器的 IP地址和所述 相邻路由器的 MAC地址;
获取模块,用于从所述接收模块接收的所述 HELLO报文中获取所述相 邻路由器的 IP地址和所述相邻路由器的 MAC地址。
在该实施方式下, 所述配置单元包括配置模块, 所述配置模块用于将 从所述获取模块获取的所述相邻路由器的 IP 地址和所述相邻路由器的 MAC地址添加到所述路由设备的 ARP表项中。
由上述本发明实施例的路由设备可知, 在判断与相邻路由器邻居可达 时, 通过获取单元 51获取配置 ARP表项需要的信息, 并与所述相邻路由 器进行部居路由计算期间, 由配置单元 52根据获取到的信息配置 ARP表
项, 从而与相邻路由器在完成邻居建立时, 邻居路由器上的 ARP表项的配 置已经完成, 可以正常转发 IP流量, 因此可以避免邻居路由器进行第一次 流量转发出现的部分流量丢失的问题。
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分步 骤是可以通过程序来指令相关的硬件完成, 所述的程序可以存储于一种计 算机可读存储介质中, 上述提到的存储介质可以是只读存储器, 磁盘或光 盘等。
以上所述, 仅为本发明的具体实施方式, 但本发明的保护范围并不局 限于此, 任何熟悉本技术领域的技术人员在本发明揭露的技术范围内, 可 轻易想到变化或替换, 都应涵盖在本发明的保护范围之内。 因此, 本发明 的保护范围应该以权利要求为准。
Claims
1、 一种配置地址解析协议 ARP表项的方法, 其特征在于, 包括: 第一路由器判断与第二路由器邻居可达时, 获取配置 ARP表项需要的 信息;
所述第一路由器与所述第二路由器进行邻居路由计算期间, 根据所述 获取到的配置 ARP表项需要的信息配置 ARP表项。
2、 根据权利要求 1所述的方法, 其特征在于, 所述第一路由器判断与 第二路由器邻居可达时, 获取配置 ARP表项需要的信息包括:
所述第一路由器以广播方式发送 ARP请求报文,所述 ARP请求报文的 目的互联网协议 IP地址为所述第二路由器的 IP地址, 目的介质访问控制 MAC地址为广播地址, 所述 ARP请求报文中携带所述第一路由器的 IP地 址和所述第一路由器的 MAC地址;
所述第一路由器接收所述第二路由器以单播方式发送的 ARP 应答报 文, 所述 ARP应答报文的目的 IP地址为所述第一路由器的 IP地址, 目的 MAC地址为所迷第一路由器的 MAC地址,所述 ARP应答报文中携带所述 第二路由器的 IP地址和所述第二路由器的 MAC地址;
所述第一路由器从所述 ARP应答报文中获取所述第二路由器的 IP地址 和所述第二路由器的 MAC地址。
3、 根据权利要求 2所述的方法, 其特征在于, 所述第一路由器与所述 第二路由器进行邻居路由计算期间, 根据所述获取到的配置 ARP表项需要 的信息配置 ARP表项包括:
所述第一路由器将从所述 ARP应答报文中获取的所述第二路由器的 IP 地址和所述第二路由器的 MAC地址添加到所述第一路由器的 ARP表项中; 和
所述第二路由器在确定自身的 IP地址为所述 ARP请求 4艮文的目标 IP 地址后,将从所述 ARP请求报文中获取的所述第一路由器的 IP地址和所述 第一路由器的 MAC地址添加到所述第二路由器的 ARP表项中。
4、 根据权利要求 1所述的方法, 其特征在于, 所述第一路由器判断与 第二路由器邻居可达时, 获取配置 ARP表项需要的信息包括:
所述第一路由器向所迷第二路由器的 IP地址发送第一 HELLO报文, 所述第一 HELLO报文中携带所述第一路由器的 IP地址和所述第一路由器 的 MAC地址; 以及,
所述第一路由器接收所述第二路由器向所述第一路由器的 IP地址发送 的第二 HELLO报文, 所述第二 HELLO报文中携带所述第二路由器的 IP 地址和所述第二路由器的 MAC地址;
所述第一路由器从所述第二 HELLO报文中获取所述第二路由器的 IP 地址和所述第二路由器的 MAC地址。
5、 根据权利要求 4所述的方法, 其特征在于, 所述第一路由器与所述 第二路由器进行部居路由计算期间, 根据所述获取到的配置 ARP表项需要 的信息配置 ARP表项包括:
所述第一路由器将从所述第二 HELLO报文中获取的所述第二路由器 的 IP地址和所述第二路由器的 MAC地址添加到所述第一路由器的 ARP表 项中; 和
所述第二路由器将从所述第一 HELLO报文中获取的所述第一路由器 的 IP地址和所述第一路由器的 MAC地址添加到所述第二路由器的 ARP表 项中。
6、 一种路由设备, 其特征在于, 包括:
获取单元, 用于判断与相邻路由器邻居可达时, 获取配置 ARP表项需 要的信息;
配置单元, 用于与所述相邻路由器进行邻居路由计算期间, 根据所述 获取到的配置 ARP表项需要的信息配置 ARP表项。
7、根据权利要求 6所述的路由设备, 其特征在于, 所述获取单元包括: 请求模块,用于以广播方式发送 ARP请求报文, 所述 ARP请求报文的 目的 IP地址为所述相邻路由器的互联网协议 IP地址, 目的介质访问控制 MAC地址为广播地址, 所述 ARP请求报文中携带所述路由设备的 IP地址 和所述路由设备的 MAC地址;
接收模块,用于接收所述相邻路由器以单播方式发送的 ARP应答报文, 所述 ARP应答报文的目的 IP地址为所述路由设备的 IP地址, 目的 MAC 地址为所述路由设备的 MAC地址 , 所述 ARP应答报文中携带所述相邻路 由器的 IP地址和所述相邻路由器的 MAC地址;
获取模块, 用于从所述接收模块接收的所述 ARP应答报文中获取所述 相邻路由器的 IP地址和所述相邻路由器的 MAC地址。
8、 根据权利要求 7所述的路由设备, 其特征在于, 所述配置单元包括 配置模块, 所述配置模块用于将所述获取模块获取的所述相邻路由器的 IP 地址和所述相邻路由器的 MAC地址添加到所述路由设备的 ARP表项中。
9、根据权利要求 6所述的路由设备, 其特征在于, 所述获取单元包括: 接收模块, 用于接收所述相邻路由器向所述路由设备的 IP地址发送的
HELLO报文,在所述 HELLO报文中携带所述相邻路由器的 IP地址和所述 相邻路由器的 MAC地址;
获取模块,用于从所述接收模块接收的所述 HELLO报文中获取所述相 邻路由器的 IP地址和所述相邻路由器的 MAC地址。
10、 根据权利要求 9 所述的路由设备, 其特征在于, 所述配置单元包 括配置模块, 所述配置模块用于将所述获取模块获取的所述相邻路由器的 IP地址和所述相邻路由器的 MAC地址添加到所述路由设备的 ARP表项中。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
EP12765094.3A EP2648376A4 (en) | 2011-03-31 | 2012-03-22 | METHOD AND DEVICE FOR CONFIGURING ADDRESS RESOLUTION PROTOCOL (ARP) TABLE ENTRIES |
US14/039,331 US20140023079A1 (en) | 2011-03-31 | 2013-09-27 | Method and apparatus for configuring address resolution protocol arp entry |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201110081741.3A CN102158407B (zh) | 2011-03-31 | 2011-03-31 | 一种配置地址解析协议arp表项的方法和装置 |
CN201110081741.3 | 2011-03-31 |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US14/039,331 Continuation US20140023079A1 (en) | 2011-03-31 | 2013-09-27 | Method and apparatus for configuring address resolution protocol arp entry |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2012130083A1 true WO2012130083A1 (zh) | 2012-10-04 |
Family
ID=44439604
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2012/072806 WO2012130083A1 (zh) | 2011-03-31 | 2012-03-22 | 一种配置地址解析协议arp表项的方法和装置 |
Country Status (4)
Country | Link |
---|---|
US (1) | US20140023079A1 (zh) |
EP (1) | EP2648376A4 (zh) |
CN (1) | CN102158407B (zh) |
WO (1) | WO2012130083A1 (zh) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2014118691A1 (en) * | 2013-01-31 | 2014-08-07 | Telefonaktiebolaget L M Ericsson (Publ) | Accelerated mac address resolution for ipv6 traffic with is-is protocol |
Families Citing this family (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
IL206455A (en) | 2010-01-28 | 2016-11-30 | Elta Systems Ltd | Cellular communication system with moving base stations and methods and useful devices in collaboration with the above |
SG190386A1 (en) | 2010-11-24 | 2013-06-28 | Elta Systems Ltd | Various routing architectures for dynamic multi-hop backhauling cellular network and various methods useful in conjunction therewith |
EP2643990B1 (en) | 2010-11-24 | 2019-04-10 | Elta Systems Ltd. | Architecture and methods for traffic management by tunneling in moving hierarchical cellular networks |
CN102158407B (zh) * | 2011-03-31 | 2014-07-30 | 华为技术有限公司 | 一种配置地址解析协议arp表项的方法和装置 |
CN102857427A (zh) * | 2012-08-27 | 2013-01-02 | 上海斐讯数据通信技术有限公司 | 探测路由下一跳mac地址的方法及其路由设备 |
CN102916894A (zh) * | 2012-11-08 | 2013-02-06 | 华为技术有限公司 | 一种网络流量转发的方法和源路由设备 |
CN103457853A (zh) * | 2013-09-06 | 2013-12-18 | 华为数字技术(苏州)有限公司 | 通信方法与设备 |
CN103647709A (zh) * | 2013-11-28 | 2014-03-19 | 杭州华三通信技术有限公司 | 一种arp表项建立方法和装置 |
CN105763374B (zh) * | 2016-03-30 | 2019-06-07 | 新华三技术有限公司 | 路由收敛方法及装置 |
CN106789146B (zh) * | 2016-04-15 | 2021-04-02 | 新华三技术有限公司 | 一种拓扑获得方法及装置 |
CN107547677B (zh) * | 2017-06-15 | 2020-09-08 | 新华三技术有限公司 | Arp代理方法和装置 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1614942A (zh) * | 2003-11-06 | 2005-05-11 | 北京佳讯飞鸿电气有限责任公司 | 网络通信中解决ip地址冲突的方法 |
CN101123614A (zh) * | 2007-09-04 | 2008-02-13 | 中兴通讯股份有限公司 | 一种处理地址解析协议报文的方法及通信装置 |
CN101488964A (zh) * | 2009-02-20 | 2009-07-22 | 杭州华三通信技术有限公司 | 实现地址解析和实现二层通信的方法、系统和路由器 |
CN102158407A (zh) * | 2011-03-31 | 2011-08-17 | 华为技术有限公司 | 一种配置地址解析协议arp表项的方法和装置 |
Family Cites Families (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6587475B1 (en) * | 1998-09-04 | 2003-07-01 | Lucent Technologies Inc. | Method of assigning circuit ID's in an IS-IS compliant network |
JP4707288B2 (ja) * | 2001-09-27 | 2011-06-22 | 富士通株式会社 | ネットワーク監視装置およびネットワーク監視方法 |
US7864665B2 (en) * | 2004-10-07 | 2011-01-04 | Tekelec | Methods and systems for detecting IP route failure and for dynamically re-routing VoIP sessions in response to failure |
CN100417123C (zh) * | 2005-06-09 | 2008-09-03 | 华为技术有限公司 | 弹性分组环地址绑定方法 |
CN100407704C (zh) * | 2006-02-20 | 2008-07-30 | 杭州华三通信技术有限公司 | 媒体接入控制层地址的动态学习方法 |
US8792384B2 (en) * | 2011-02-22 | 2014-07-29 | Cisco Technology, Inc. | System and method for intelligently maintaining connectivity in a network environment |
-
2011
- 2011-03-31 CN CN201110081741.3A patent/CN102158407B/zh not_active Expired - Fee Related
-
2012
- 2012-03-22 WO PCT/CN2012/072806 patent/WO2012130083A1/zh active Application Filing
- 2012-03-22 EP EP12765094.3A patent/EP2648376A4/en not_active Withdrawn
-
2013
- 2013-09-27 US US14/039,331 patent/US20140023079A1/en not_active Abandoned
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1614942A (zh) * | 2003-11-06 | 2005-05-11 | 北京佳讯飞鸿电气有限责任公司 | 网络通信中解决ip地址冲突的方法 |
CN101123614A (zh) * | 2007-09-04 | 2008-02-13 | 中兴通讯股份有限公司 | 一种处理地址解析协议报文的方法及通信装置 |
CN101488964A (zh) * | 2009-02-20 | 2009-07-22 | 杭州华三通信技术有限公司 | 实现地址解析和实现二层通信的方法、系统和路由器 |
CN102158407A (zh) * | 2011-03-31 | 2011-08-17 | 华为技术有限公司 | 一种配置地址解析协议arp表项的方法和装置 |
Non-Patent Citations (1)
Title |
---|
See also references of EP2648376A4 * |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2014118691A1 (en) * | 2013-01-31 | 2014-08-07 | Telefonaktiebolaget L M Ericsson (Publ) | Accelerated mac address resolution for ipv6 traffic with is-is protocol |
US8934490B2 (en) | 2013-01-31 | 2015-01-13 | Telefonaktiebolaget L M Ericsson (Publ) | Accelerated MAC address resolution for IPv6 traffic with IS-IS protocol |
Also Published As
Publication number | Publication date |
---|---|
US20140023079A1 (en) | 2014-01-23 |
EP2648376A1 (en) | 2013-10-09 |
EP2648376A4 (en) | 2014-10-29 |
CN102158407A (zh) | 2011-08-17 |
CN102158407B (zh) | 2014-07-30 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2012130083A1 (zh) | 一种配置地址解析协议arp表项的方法和装置 | |
EP3783849B1 (en) | Multicast data transmission method, related apparatus and system | |
US8995444B2 (en) | Method and system for extending routing domain to non-routing end stations | |
EP3065358B1 (en) | Method and device for message forwarding | |
US8665886B2 (en) | Redundant host connection in a routed network | |
WO2017114196A1 (zh) | 一种报文处理方法、相关装置及nvo3网络系统 | |
US20150023352A1 (en) | Implement equal cost multiple path of trill network | |
WO2014194749A1 (zh) | 边缘设备的vpn实现处理方法及装置 | |
WO2017114153A1 (zh) | 基于业务功能链sfc的通信方法和装置 | |
US20120327836A1 (en) | Converged wireless local area network | |
WO2013026384A1 (zh) | 业务数据传输的方法、网络节点及系统 | |
WO2008031334A1 (fr) | Procédé et système de mise à jour de chemin, et routage | |
WO2015055016A1 (zh) | 网元设备配置和管理方法、装置及网元设备 | |
WO2016086713A1 (zh) | 一种等价多路径的出接口更新方法及装置 | |
WO2011044828A1 (zh) | 一种路由撤销的方法、装置和系统 | |
WO2007003088A1 (fr) | Méthode et système de mise à jour d’une route | |
WO2010135887A1 (zh) | 移动虚拟专用网通信的方法、装置及系统 | |
WO2007112645A1 (fr) | Procédé et système de mise en oeuvre d'un réseau privé virtuel mobile | |
WO2013123847A1 (zh) | 报文发送方法和网络设备 | |
CN103684959B (zh) | Vpn实现方法和pe设备 | |
WO2013044751A1 (zh) | 基于性能的路由方法和设备 | |
WO2014186978A1 (zh) | 用于以太虚拟专用网的方法和设备 | |
WO2007112691A1 (fr) | Système, procédé et dispositif réseau permettant à un client de réseau privé virtuel (vpn) d'accéder à un réseau public | |
WO2019119346A1 (zh) | 一种通信路径确定方法及网络设备 | |
CN101800691A (zh) | 一种建立网络中数据转发路径的方法、设备和系统 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 12765094 Country of ref document: EP Kind code of ref document: A1 |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2012765094 Country of ref document: EP |
|
NENP | Non-entry into the national phase |
Ref country code: DE |