KR20090052514A - Systen and method for discovering network topology, storage medium recording that method program - Google Patents

Systen and method for discovering network topology, storage medium recording that method program Download PDF

Info

Publication number
KR20090052514A
KR20090052514A KR1020070119045A KR20070119045A KR20090052514A KR 20090052514 A KR20090052514 A KR 20090052514A KR 1020070119045 A KR1020070119045 A KR 1020070119045A KR 20070119045 A KR20070119045 A KR 20070119045A KR 20090052514 A KR20090052514 A KR 20090052514A
Authority
KR
South Korea
Prior art keywords
router
switch
topology
link state
information
Prior art date
Application number
KR1020070119045A
Other languages
Korean (ko)
Inventor
손춘호
이경호
김기응
오준석
Original Assignee
주식회사 케이티
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 주식회사 케이티 filed Critical 주식회사 케이티
Priority to KR1020070119045A priority Critical patent/KR20090052514A/en
Publication of KR20090052514A publication Critical patent/KR20090052514A/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/12Discovery or management of network topologies
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/02Standardisation; Integration
    • H04L41/0213Standardised network management protocols, e.g. simple network management protocol [SNMP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/02Topology update or discovery

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

본 발명은 토폴로지 검출 시스템, 토폴로지 검출 방법 및 방법 프로그램을 기록한 저장매체에 관한 것이다. 본 발명에 따르면, 조사 대상 네트워크에 포함된 임의의 라우터와 인접관계를 맺고 링크 스테이트 정보를 공유하고, 링크 스테이트 정보를 기초로 라우터들간의 링크 정보 및 스위치 존재 여부를 파악할 수 있다. 스위치가 존재하는 경우, 데이터 링크 계층 지원여부 혹은 ip 패킷 포워딩 수행여부를 기준으로 스위치를 검출하여,라우터간 혹은 라우터와 스위치간의 연결이 존재하는 경우 엣지로 연결하여 토폴로지를 구성할 수 있다. 그 결과, 부하를 줄면서 빠르고 정확하게 스위치와 라우터의 정확한 구성을 찾을 수 있다.The present invention relates to a storage medium recording a topology detection system, a topology detection method and method program. According to the present invention, it is possible to establish linkage with any router included in the network under investigation, share link state information, and determine whether link information and switches exist between routers based on the link state information. If there is a switch, the switch can be detected based on whether data link layer support or ip packet forwarding is performed, and if there is a connection between routers or between a router and a switch, the topology can be configured by connecting to an edge. As a result, you can find the correct configuration of your switches and routers quickly and accurately while reducing the load.

Description

네트워크 토폴로지 검출 시스템, 검출 방법 및 방법 프로그램을 기록한 저장매체{SYSTEN AND METHOD FOR DISCOVERING NETWORK TOPOLOGY, STORAGE MEDIUM RECORDING THAT METHOD PROGRAM}Storage system recording network topology detection system, detection method and method program {SYSTEN AND METHOD FOR DISCOVERING NETWORK TOPOLOGY, STORAGE MEDIUM RECORDING THAT METHOD PROGRAM}

본 발명은 토폴로지 검출 시스템, 검출 방법 및 방법 프로그램을 기록한 저장매체에 관한 것이다.The present invention relates to a storage medium having recorded thereon a topology detection system, a detection method and a method program.

네트워크 토폴로지는 라우터와 스위치들의 연결로 표현되는데, 이때 라우터나 스위치는 노드(Node)로 표현하고 이러한 장비들간의 연결은 엣지(Edge)로 표현하여 나타낼 수 있다. 즉 네트워크를 구성하는 라우터와 라우터간의 연결, 라우터와 스위치간의 연결, 스위치와 스위치간의 연결을 엣지(Edge)로 구성하는 그래프로 표현할 수 있다.The network topology is represented by the connection of routers and switches. In this case, the routers or switches may be represented by nodes, and the connections between these devices may be represented by edges. In other words, the connection between the router and the router constituting the network, the connection between the router and the switch, and the connection between the switch and the switch can be represented by a graph composed of edges.

종래에는 라우터에 포함된 라우팅 테이블을 참조로 하여 네트워크 토폴로지를 검출하였다. 라우팅 테이블에는 목적지(ipRouteDest)항목과 넥스트홉(ipRouteNextHop) 항목이 존재하는데, 넥스트홉(ipRouteNextHop)항목에는 라우팅 테이블에 존재하는 모든 네트워크로 가는 게이트웨이 주소가 존재한다. 따라서 실제 넥스트홉(NextHop)을 찾기 위해서는 모든 목적지(ipRouteDest)를 검색하 여 실제 바로 옆에 있는 네트워클르 찾은 후 그에 해당하는 넥스트홉(NextHop) IP를 찾아햐 한다. 그 결과 수백대의 라우터와 스위치로 구성된 백본망에서 많은 부하를 줄 수 있다.Conventionally, a network topology is detected with reference to a routing table included in a router. In the routing table, there is a destination (ipRouteDest) and next hop (ipRouteNextHop) items, and in the next hop (ipRouteNextHop), there are gateway addresses to all networks in the routing table. Therefore, to find the actual NextHop, search all destinations (ipRouteDest), find the network next to the actual, and find the corresponding NextHop IP. As a result, a backbone network consisting of hundreds of routers and switches can be heavily loaded.

또한 종래의 토폴로지 검출 방법은 라우터 위주의 검출 방법으로서 실제 네트워크가 라우터와 스위치로 구성됨을 고려할 때, 정확한 토폴로지 검출 방법이라고 할 수 없었다.In addition, the conventional topology detection method is a router-oriented detection method, and it cannot be said that it is an accurate topology detection method considering that the actual network is composed of a router and a switch.

또 종래의 네트워크상에서 스위치를 검출하기 위해서는 특정 인터페이스의 IP 대역의 모든 장비에 대하여 스위치 여부를 테스트 하였는데, 이 또한 대형 백본망에서 너무 많은 부하를 주고 시간이 오래 걸린다는 문제점이 있었다.In addition, in order to detect a switch in a conventional network, all devices in the IP band of a specific interface were tested for the switch. This also has a problem that it takes too much load and takes a long time in a large backbone network.

따라서 본 발명이 이루고자 하는 기술적 과제는, 백본망에 가해지는 부하를 줄이면서 네트워크 토폴로지를 검출할 수 있도록 하는데 있다.Therefore, the technical problem to be achieved by the present invention is to be able to detect the network topology while reducing the load on the backbone network.

또한 본 발명이 이루고자 하는 기술적 과제는 라우터와 스위치로 구성된 네트워크 토폴로지를 정확하게 검출할 수 있도록 하는데 있다.In addition, the technical problem to be achieved by the present invention is to be able to accurately detect the network topology consisting of a router and a switch.

상기 기술적 과제를 달성하기 위한 본 발명의 실시예에 따른 토폴로지 검출 시스템은, 조사 대상 네트워크에 포함되어 인접관계를 맺은 임의의 라우터와 링크 스테이트 정보를 공유하여, 라우터들간의 링크 정보 및 스위치 존재 여부를 파악하고, 스위치가 존재하는 경우 데이트 링크 계층 지원여부 혹은 IP 패킷 포워딩 수행 여부를 기준으로 스위치를 검출하여 네트워크 토폴로지를 검출하는 토폴로지 검출 장치; 및 링크 스테이트 정보 및 토폴로지 정보를 저장하는 토폴로지 정보 데이터베이스를 포함할 수 있다.The topology detection system according to an embodiment of the present invention for achieving the above technical problem, by sharing the link state information with any router included in the network under investigation and having an adjacent relationship, link information between the routers and whether there is a switch A topology detection device for detecting a network topology by detecting a switch based on whether data switch layer support or IP packet forwarding is performed if a switch exists; And a topology information database that stores link state information and topology information.

그리고, 상기 기술적 과제를 달성하기 위한 본 발명의 실시예에 따른 토폴로지 검출 방법은, a)조사 대상 네트워크에 포함된 임의의 라우터와 인접관계를 맺고 링크 스테이트 정보를 공유하는 단계; b)링크 스테이트 정보를 기초로 라우터들간의 링크 정보 및 스위치 존재 여부를 파악하는 단계; c)스위치가 존재하는 경우, 데이터 링크 계층 지원여부 혹은 ip 패킷 포워딩 수행여부를 기준으로 스위치를 검출하는 단계; d)라우터간 혹은 라우터와 스위치간의 연결이 존재하는 경우 엣지로 연결하여 토폴로지를 구성하는 단계를 포함할 수 있다.In addition, a method for detecting a topology according to an embodiment of the present invention for achieving the above technical problem comprises the steps of: a) establishing an adjacent relationship with any router included in a network to be investigated and sharing link state information; b) identifying link information between routers and whether a switch exists based on link state information; c) if the switch exists, detecting the switch based on whether data link layer support or ip packet forwarding is performed; d) if there is a connection between routers or between the router and the switch may include the step of configuring the topology by connecting to the edge.

또 상기 기술적 과제를 달성하기 위한 본 발명의 실시예에 따르는 저장매체는, 상술한 방법을 따르는 프로그램을 기록한 저장매체이다.In addition, a storage medium according to an embodiment of the present invention for achieving the above technical problem is a storage medium recording a program according to the above-described method.

따라서, 본 발명에 따르면 망관리를 위한 토폴로지 정보를 빠르게 검출할 수 있다 특히 종래 오랜 시간을 들이고 장비에 많은 부하를 주던 방식에서 벗어나, 부하를줄이면서도 좀 더 빠르게, 그리고 스위치와 라우터의 정확한 구성을 찾을 수 있다.Therefore, according to the present invention, topology information for network management can be detected quickly. In particular, it is possible to reduce the load more quickly and to accurately configure switches and routers. You can find it.

아래에서는 첨부한 도면을 참고로 하여 본 발명의 실시예에 대하여 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자가 용이하게 실시할 수 있도록 상세히 설명한다. 그러나 본 발명은 여러 가지 상이한 형태로 구현될 수 있으며, 여기에서 설명하는 실시예에 한정되지는 않는다. 그리고 도면에서 본 발명을 명확하게 설명하기 위해서 설명과 관계없는 부분은 생략하였으며, 명세서 전체를 통하여 유사한 부분에 대해서는 유사한 도면 부호를 붙였다.DETAILED DESCRIPTION Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings so that those skilled in the art may easily implement the present invention. As those skilled in the art would realize, the described embodiments may be modified in various different ways, all without departing from the spirit or scope of the present invention. In the drawings, parts irrelevant to the description are omitted in order to clearly describe the present invention, and like reference numerals designate like parts throughout the specification.

명세서 전체에서, 어떤 부분이 어떤 구성요소를 "포함"한다고 할 때, 이는 특별히 반대되는 기재가 없는 한 다른 구성요소를 제외하는 것이 아니라 다른 구성 요소를 더 포함할 수 있는 것을 의미한다. 또한 명세서에 기재된 "..부", ".,기". "모듈" 등의 용어는 하드웨어나 소프트웨어 또는 하드웨어 및 소프트웨어의 결합으로 구현될 수 있다.Throughout the specification, when a part is said to "include" a certain component, it means that it can further include other components, without excluding other components unless specifically stated otherwise. In addition, ".. part", "., Group" described in the specification. Terms such as "module" may be implemented in hardware or software or a combination of hardware and software.

이제 본 발명의 실시예를 중심으로 도면을 참고로 하여 상세하게 설명한다.Now with reference to the drawings with reference to the embodiment of the present invention will be described in detail.

도 1은 본 발명의 실시예에 따라 망에 연결된 네트워크 토폴로지 검출 시스템(100)을 나타낸 그림이다.1 is a diagram illustrating a network topology detection system 100 connected to a network according to an embodiment of the present invention.

도시된 바와 같이, 네트워크 토폴로지 검출 시스템(100)은 인터페이스 프로토콜을 통해 네트워크 장비로부터 패킷 데이터를 수집할 수 있다. 토폴로지 검출 시스템(100)은 CORBA, SNMP, CLI와 같은 다양한 인터페이스 프로토콜을 이용하여 네트워크 장비로부터 패킷 데이터를 수집하여 저장할 수 있다.As shown, the network topology detection system 100 may collect packet data from network equipment via an interface protocol. The topology detection system 100 may collect and store packet data from network equipment using various interface protocols such as CORBA, SNMP, and CLI.

토폴로지 검출 시스템(100)은 토폴로지 조사 대상 네트워크의 라우터 중 하나와 인접 관계를 맺을 수 있는데, 이를 통해 해당 네트워크의 링크 스테이트 정보를 공유할 수 있다. 해당 네트워크의 링크 스테이트 정보는 라우터 IP와 라우터간의 연결 링크 정보를 포함하고 있으므로, 토폴로지 검출 시스템(100)은 링크 스테이트 정보를 기초로 네트워크 토폴로지를 구성할 수 있다.The topology detection system 100 may form an adjacent relationship with one of the routers of the topology survey target network, thereby sharing link state information of the corresponding network. Since the link state information of the network includes connection link information between the router IP and the router, the topology detection system 100 may configure a network topology based on the link state information.

토폴로지 검출 시스템(100)은 라우터가 스위치를 통해 연결된 경우, 해당 스위치의 IP를 검출하여, 라우터와 스위치로 구성된 정확한 네트워크 토폴로지를 검출할 수 있다.When the router is connected through a switch, the topology detection system 100 may detect an IP of the corresponding switch and detect an accurate network topology composed of the router and the switch.

보다 구체적으로 토폴로지 검출 시스템(100)은 토폴로지 검출 장치(110) 및 토폴로지 정보 데이트베이스(120)를 포함할 수 있다.More specifically, the topology detection system 100 may include a topology detection device 110 and a topology information database 120.

토폴로지 검출 장치(110)는 다양한 인터페이스 프로토콜을 이용하여 네트워크 장비로부터 패킷 데이터를 수집할 수 있고, 조사 대상 네트워크의 라우터 중 하나와 인접 관계를 맺고, 이를 통해 해당 네트워크의 링크 스테이트 정보를 공유할 수 있다.The topology detection apparatus 110 may collect packet data from network equipment using various interface protocols, form an adjacent relationship with one of the routers of the network under investigation, and share link state information of the corresponding network. .

토폴로지 검출 장치(110)는 라우터 링크 스테이트 광고 패킷을 통해 라우터들간의 링크 정보를 파악할 수 있으며, 네트워크 링크 스테이트 광고 패킷을 통해 스위치 존재여부를 파악할 수 있다.The topology detecting apparatus 110 may determine link information between routers through a router link state advertisement packet, and determine whether a switch exists through a network link state advertisement packet.

토폴로지 정보 데이터베이스(120)는 토폴로지 검출 장치(110)로부터 수집된 패킷 데이터를 저장할 수 있고, 라우터들간의 연결 정보를 저장할 수 있다. 그리고 토폴로지 정보 데이터베이스(120)는 네트워크 상의 모든 노드들간의 연결 정보 혹은 해당 노드가 스위치인지 라우터인지에 관한 정확한 토폴로지 정보를 저장할 수 있다.The topology information database 120 may store packet data collected from the topology detection apparatus 110, and may store connection information between routers. The topology information database 120 may store connection information between all nodes on the network or accurate topology information about whether the corresponding node is a switch or a router.

토폴로지 검출 장치(110) 및 토폴로지 정보 데이터베이스(120)에 대한 보다 상세한 정보는 후술한다.More detailed information about the topology detecting apparatus 110 and the topology information database 120 will be described later.

이하 도 2, 도 3, 도 4 및 도 5를 참고로 토폴로지 검출 장치(110) 및 토폴로지 정보 데이터베이스(120)에 대해 상세히 설명한다.Hereinafter, the topology detecting apparatus 110 and the topology information database 120 will be described in detail with reference to FIGS. 2, 3, 4, and 5.

도 2에 도시된 바와 같이, 토폴로지 검출 장치(110)는 패킷 수집 모듈(111), 연결 노드 검출 모듈(113), 스위치 검출 모듈(115) 및 토폴로지 구성 모듈(117)을 포함할 수 있다.As shown in FIG. 2, the topology detection apparatus 110 may include a packet collection module 111, a connection node detection module 113, a switch detection module 115, and a topology configuration module 117.

패킷 수집 모듈(111)은 라우터와 같은 네트워크 장비로부터 다양한 통신 프로토콜을 이용하여 패킷 데이터를 수집할 수 있다. 패킷 수집 모듈(111)은 인접 관계를 확립한 라우터로부터 링크 스테이트 광고 패킷을 수집하여 링크 스테이트 정보로서 토폴로지 정보 데이터베이스 (120)에 저장할 수 있다The packet collection module 111 may collect packet data using various communication protocols from network equipment such as a router. The packet collection module 111 may collect the link state advertisement packet from the router which establishes the neighbor relationship and store the link state advertisement packet in the topology information database 120 as link state information.

연결 노드 검출 모듈(113)은 링크 스테이트 정보를 기초로 라우터들간의 연결 정보를 검출할 수 있다.The connection node detection module 113 may detect connection information between routers based on the link state information.

도 3 및 도 4는 각각 라우터 링크 스테이트 광고 패킷과 네트워크 링크 스테이트 광고 패킷의 구조를 도시한 그림이다.3 and 4 are diagrams illustrating the structures of a router link state advertisement packet and a network link state advertisement packet, respectively.

링크 스테이트 정보는 링크 스테이트 광고 패킷의 집합으로 볼 수 있는데, 링크 스테이트 광고 패킷은 라우터 링크 스테이트 광고 패킷과 네트워크 링크 스테이트 광고 패킷으로 구분될 수 있다.The link state information may be viewed as a set of link state advertisement packets. The link state advertisement packet may be divided into a router link state advertisement packet and a network link state advertisement packet.

도 3에 도시된 바와 같이 라우터 링크 스테이트 광고 패킷에서, 애드버타이징 라우터(advertising router)는 패킷을 방송하는 라우터의 ID를 나타내고, 링크수(#links)는 해당 라우터와 이웃으로 연결된 라우터의 개수를 나타내며, 링크 아이디(Link ID)는 이웃라우터의 IP를 나타낼 수 있다. In the router link state advertisement packet as shown in FIG. 3, an advertising router indicates an ID of a router broadcasting the packet, and the number of links (# links) indicates the number of routers connected to the router and neighbors. Link ID may indicate the IP of a neighbor router.

따라서, 라우터 링크 스테이트 광고 패킷을 통해 네트워크 상의 각각의 라우터 아이디와 해당 라우터와 이웃관계로 연결된 라우터의 개수와 이웃관계의 라우터 IP 정보를 알 수 있다.Therefore, through the router link state advertisement packet, each router ID on the network, the number of routers connected in a neighbor relationship with the router, and the router IP information of the neighbor relationship can be known.

도 4는 네트워크 링크 스테이트 광고 패킷을 도시한 그림이다.4 is a diagram illustrating a network link state advertisement packet.

도시된 바와 같이, 네트워크 링크 스테이트 광고 패킷에서, 애드버타이징 라우터(advertising router)는 패킷을 방송한 라우터의 ID를 나타내고, 어태치드 라우터(attatched router)는 해당 라우터와 스위치를 통해 연결된 라우터를 나타낼 수 있다. As shown, in a network link state advertisement packet, an advertising router represents an ID of a router that broadcasts the packet, and an attached router indicates a router connected through the switch and the router. Can be.

즉 네트워크 링크 스테이트 광고 패킷이 존재할 경우, 해당 라우터는 이웃 라우터들과 스위치를 통해 연결되어 있음을 알 수 있다.That is, if a network link state advertisement packet exists, it can be seen that the router is connected to the neighbor routers through a switch.

도 5에 도시된 바와 같이, 링크 스테이트 정보는 라우터 링크 스테이트 광고 패킷 정보 및 네트워크 링크 스테이트 광고 패킷 정보를 기초로 라우터들간의 연결정보를 포함할 수 있다.As shown in FIG. 5, the link state information may include connection information between routers based on router link state advertisement packet information and network link state advertisement packet information.

보다 구체적으로, 라우터간의 연결정보는 x축에 출발(from) 라우터 정보를 갖고, y축에 목적(to) 라우터 정보를 포함할 수 있다. More specifically, the connection information between routers may have router information from the x-axis and include router information on the y-axis.

연결 노드 검출 모듈(113)은 링크 스테이트 정보상에서, 출발(from) 라우터 정보에서 목적(to) 라우터 정보까지 가는 연결이 존재할 경우, 토폴로지 상의 두 라우터는 이웃하는 것으로 판단할 수 있다.The connection node detection module 113 may determine that two routers in the topology are neighboring when there is a connection from the router information to the router information on the link state information.

연결 노드 검출 모듈(113)은 링크 스테이트 정보상에서 x축의 모든 라우터에 대해 목적(to) 라우터까지의 연결이 존재하는지 판단하여, 네트워크상의 모든 라우터간의 연결 정보를 검출할 수 있다.The connection node detection module 113 may determine whether there is a connection to the destination router for all routers on the x-axis on the link state information, and detect connection information between all routers on the network.

도시된 링크 스테이트 정보에 따르면, 라우터 R1은 라우터 R2, R4와 이웃으로 연결되어 있고, 라우터 R2는 라우터 R3와 이웃으로 연결되어 있음을 알 수 있다.According to the illustrated link state information, it can be seen that the router R1 is connected to the routers R2 and R4 as neighbors, and the router R2 is connected to the router R3 as neighbors.

스위치 검출 모듈(115)은 도 4에 도시된 바와 같이 네트워크 링크 스테이트 광고 패킷이 존재하는 경우, 해당 라우터는 이웃 라우터들과 스위치를 통해 연결되어 있음을 알 수 있다.When the network link state advertisement packet exists as shown in FIG. 4, the switch detection module 115 may recognize that the router is connected to neighboring routers through a switch.

보다 구체적으로, 네트워크 링크 스테이트 광고 패킷에서, 애드버타이징 라우터(advertising router)는 패킷을 방송한 라우터의 ID를 나타내고, 어태치드 라 우터(attatched router)는 해당 라우터와 스위치를 통해 연결된 라우터임은 앞서 설명한 바와 같다.More specifically, in a network link state advertisement packet, an advertising router indicates an ID of a router broadcasting the packet, and an attached router is a router connected through the router and the switch. As described above.

예를 들어, 애드버타이징 라우터(advertising router)는 R3이고, 어태치드 라우터(attatched router)는 라우터 R4인 경우, 라우터 R3와 라우터 R4는 스위치를 통해 연결되어 있음을 알 수 있다.For example, when the advertising router is R3, and the attached router is the router R4, it can be seen that the routers R3 and R4 are connected through the switch.

스위치 검출 모듈(115)는 스위치가 존재하는 것으로 판단된 경우, 해당 라우터(애드버타이징 라우터)와 브로드캐스트 구간으로 연결된 장비들의 주소를 검출할 수 있다. 즉 스위치에 관리용 IP가 존재할 경우, 어태치드 라우터(attatched router)로 검출되지 않은 스위치의 존재를 포함하여 호스트 PC, 라우터와 같은 장비들의 주소를 검출할 수 있다.If it is determined that the switch exists, the switch detection module 115 may detect the addresses of the devices connected to the corresponding router (advertising router) in a broadcast period. In other words, if there is a management IP in the switch, it can detect the addresses of devices such as host PCs and routers, including the presence of a switch that is not detected as an attached router.

예를 들어, 스위치 검출 모듈(115)은 OSPF 백본망인 경우, SNMP상에서 물리주소에 대응하는 IP 어드레스(ipNetToMediaNetAddress)를 구할 수 있는데, 이 경우 해당 라우터(애드버타이징 라우터)와 브로드캐스트 구간으로 연결된 장비들의 주소를 검출할 수 있다.For example, in case of OSPF backbone network, the switch detection module 115 may obtain an IP address (ipNetToMediaNetAddress) corresponding to a physical address on SNMP. In this case, the switch detection module 115 is connected to the router (advertising router) and the broadcast section. The address of the devices can be detected.

스위치 검출 모듈(115)는 브로드캐스트 구간으로 연결된 장비들의 주소와 어태치드 라우터(attatched router)로 검출된 라우터의 주소를 비교하여 스위치 후보를 추출할 수 있다.The switch detection module 115 may extract the switch candidate by comparing the addresses of the devices connected to the broadcast interval with the addresses of the routers detected by the attached routers.

스위치 검출 모듈(115)은 스위치 후보 장비에 대하여 OSI 7 계층상에서 데이터 링크 레이어를 지원하는지 여부 혹은 IP 패킷 포워딩을 수행하는지 여부를 확인하여 스위치 여부를 확인할 수 있다. 즉 데이터 링크 레이어를 지원하면서 IP 패킷 포워딩을 수행하지 않는 경우 스위치로 판단할 수 있다.The switch detection module 115 may check whether the switch is performed by checking whether the switch candidate device supports the data link layer or performs IP packet forwarding on the OSI 7 layer. That is, the switch may be determined when the IP packet forwarding is not performed while supporting the data link layer.

예를 들어, 스위치 후보 장비에 대하여 SNMP상의 sysService와 ipForwarding 값을 읽어 스위치 여부를 확인할 수 있다. For example, you can check whether the switch is read by reading the sysService and ipForwarding values on SNMP for the switch candidate device.

sysService는 7비트 값으로 각 비트별로 OSI 7 계층 지원여부를 의미한다. 따라서 sysService의 하위 2비트값이 1이면 데이터 링크 계층을 지원하는 스위치로 동작함을 의미할 수 있다.sysService is a 7-bit value that indicates whether the OSI 7 layer is supported for each bit. Therefore, if the lower 2 bits of sysService are 1, it may mean that the switch operates as a switch supporting the data link layer.

ipForwarding은 ip 패킷에 대한 포워딩을 수행하는지 여부를 의미하며, ipForwarding 값이 0인 경우 스위치임을 의미하게 된다.ipForwarding means whether to forward ip packet or not. If ipForwarding value is 0, it means switch.

토폴로지 구성 모듈(117)은 제1 라우터와 제2 라우터가 서로 이웃하는 것으로 판단된 경우, 제1 라우터와 제1 라우터의 바로 이웃 노드로 검출된 제2 라우터를 엣지(Edge)로 연결할 수 있다.When it is determined that the first router and the second router are adjacent to each other, the topology configuration module 117 may connect the second router detected as the immediately neighboring node of the first router and the first router to an edge.

토폴로지 구성 모듈(117)은 제1 라우터와 제2 라우터가 스위치로 연결된 경우, 제1 라우터와 스위치를 엣지(Edge)로 연결하고, 스위치와 제2 라우터를 엣지(Edge)로 연결할 수 있다.When the first router and the second router are connected by a switch, the topology configuration module 117 may connect the first router and the switch by an edge and connect the switch and the second router by an edge.

토폴로지 구성 모듈(117)은 링크 스테이트 정보 상에서 x축의 모든 라우터에 대해 차례로 각각 이웃으로 연결된 라우터와 엣지(Edge)로 연결하고, 스위치가 존재하는 경우 스위치와 라우터를 엣지(Edge)로 연결할 수 있다. 그 결과 토폴로지 구성 모듈(117)은 전체 네트워크 토폴로지를 구축할 수 있다The topology configuration module 117 may connect the routers and edges connected to neighboring routers in turn for all routers on the x-axis in link state information, and connect the switches and routers to the edges when the switch exists. As a result, the topology configuration module 117 can build the entire network topology.

한편, 토폴로지 정보 데이트베이스(120)는 패킷 저장부(121), 링크 스테이트 정보 저장부(123) 및 토폴로지 정보 저장부(125)를 포함할 수 있다.The topology information database 120 may include a packet storage unit 121, a link state information storage unit 123, and a topology information storage unit 125.

패킷 저장부(121)는 라우터나 스위치 장비로부터 수집된 패킷 데이터를 저장할 수 있는데, 패킷 수집 모듈(111)에 의해 수집된 링크 스테이트 패킷을 저장할 수 있다.The packet storage unit 121 may store the packet data collected from the router or the switch equipment, and may store the link state packet collected by the packet collection module 111.

링크 스테이트 정보 저장부(123)는 링크 스테이트 정보를 저장할 수 있다.The link state information storage unit 123 may store link state information.

보다 구체적으로 링크 스테이트 정보란 링크 스테이트 광고 패킷의 집합으로 볼 수 있는데, 링크 스테이트 광고 패킷은 라우터 링크 스테이트 광고 패킷과 네트워크 링크 스테이트 광고 패킷으로 구분될 수 있다.More specifically, the link state information may be viewed as a set of link state advertisement packets. The link state advertisement packets may be classified into router link state advertisement packets and network link state advertisement packets.

보다 구체적인 내용은 이미 상술하였으므로 생략한다.More specific details have been described above and will be omitted.

토폴로지 정보 저장부(125)는 검출된 토폴로지 정보를 저장할 수 있다. The topology information storage unit 125 may store the detected topology information.

즉, 토폴로지 정보 저장부(125)는 네트워크 전체 토폴로지 정보를 저장할 수 있는데, 네트워크상의 모든 라우터에 대해 각각 이웃으로 연결된 라우터와 엣지로 연결하고, 스위치가 존재하는 경우 스위치와 라우터를 엣지로 연결한 정보를 저장할 수 있다.That is, the topology information storage unit 125 may store network-wide topology information. For all routers on the network, each of the routers connected to neighboring routers and edges may be connected to each other. Can be stored.

도 6은 본 발명의 실시예에 따라 이웃 라우터와 이웃 스위치를 검색하는 방법을 나타낸 그림이다.6 is a diagram illustrating a method for searching for a neighbor router and a neighbor switch according to an embodiment of the present invention.

도시된 바에 따라, 링크 스테이트 정보를 통해 라우터 R1과 R2는 이웃으로 연결되어 있고 라우터 R2는 라우터 R1, R3와 이웃으로 연결되어 있음을 알 수 있다.As shown, it can be seen from the link state information that the routers R1 and R2 are connected to the neighbors and the routers R2 are connected to the routers R1 and R3 to the neighbors.

한편, 라우터 R3의 경우, 라우터 링크 스테이트 패킷 정보를 기초로 연결된 이웃 라우터의 수가 4개(#LINKS)이고, 그 각각은 R2, R4, R5, R6(Link ID)임을 알 수 있다.On the other hand, in the case of router R3, it can be seen that the number of neighbor routers (#LINKS) connected based on the router link state packet information is four, and each of them is R2, R4, R5, and R6 (Link ID).

또한, 라우터 R3의 경우, 네트워크 링크 스테이트 패킷이 존재하고, 스위치를 통해 연결된 라우터(attached router)가 R4, R5, R6임을 알 수 있다.In addition, in the case of router R3, it can be seen that there is a network link state packet, and that the attached routers attached through the switch are R4, R5, and R6.

이 때, 라우터 R3와 브로드캐스트 구간으로 연결된 장비들의 주소를 검출하면, 스위치 SW1을 포함하여 라우터 R4, R5, R6의 주소가 검출된다.라우터 R4, R5, R6는 이웃으로 연결된 라우터임이 판명되었으므로, SW1이 스위치 후보 장치가 될 수 있다.At this time, if the addresses of the devices connected to the router R3 and the broadcast interval are detected, the addresses of the routers R4, R5, and R6, including the switch SW1, are detected. Since the routers R4, R5, and R6 are the neighboring routers, SW1 may be a switch candidate device.

그리고, 스위치 후보 장치 SW1을 대상으로 데이터 링크 계층을 지원하는지 여부 혹은 IP 패킷 포워딩을 수행하는지 여부를 확인하여, 데이터 링크 계층을 지원하거나, IP 패킷 포워딩을 수행하지 않는 것으로 판명된 경우, 스위치 후보 장치 SW1은 스위치임을 최종 확인받을 수 있다.If the switch candidate device SW1 is determined to support the data link layer or to perform IP packet forwarding, it is determined that the switch candidate device SW1 does not perform the IP packet forwarding. SW1 can be finally confirmed that the switch.

도 7은 본 발명의 실시예에 따라 네트워크 토폴로지를 검색하는 방법의 흐름도이다.7 is a flowchart of a method for searching a network topology according to an embodiment of the present invention.

도시된 바와 같이, 토폴로지 검출 시스템(100)은 링크 스테이트 정보로부터 라우터간 연결 정보를 알 수 있다.(S100, S110).As shown, the topology detection system 100 can know the connection information between routers from the link state information (S100, S110).

보다 구체적으로 링크 스테이트 정보는 X축에 출발(FROM) 라우터 정보를 갖고, Y축에 목적(TO)라우터 정보를 포함하여 라우터간 연결 정보를 제공할 수 있다.More specifically, the link state information may have FROM router information on the X axis, and may provide connection information between routers by including destination (TO) router information on the Y axis.

토폴로지 검출 시스템(100)은 링크 스테이트 정보 상에서, 출발(FROM) 라우터 정보에서 목적(TO) 라우터 정보까지 가는 연결이 존재할 경우, 토폴로지상의 두 라우터는 이웃하는 것으로 판단할 수 있다.If there is a connection from the start (FROM) router information to the destination (TO) router information on the link state information, the topology detection system 100 may determine that the two routers on the topology are neighbors.

토폴로지 검출 시스템(100)은 링크 스테이트 정보상 X축의 라우터들을 대상으로 차례로 이웃 라우터를 검출할 수 있다.The topology detection system 100 may sequentially detect neighboring routers with respect to routers on the X axis in link state information.

이 때, 토폴로지 검출 시스템(100)은 네트워크 링크 스테이트 광고 패킷이 존재하는 경우, 해당 라우터는 타 라우터와 스위치로 연결되어 있음을 알 수 있다.At this time, when the network link state advertisement packet is present, the topology detection system 100 may recognize that the corresponding router is connected to another router by a switch.

예를 들어 라우터 R3의 네트워크 링크 스테이트 광고 패킷이 존재하고, 해당 광고 패킷에 어태치드 라우터(attached router)로 라우터 R4가 존재하는 것으로 나타난 경우, 라우터 R3는 라우터 R4와 스위치로 연결되어 있음을 알 수 있다.For example, if there is a network link state advertisement packet of router R3 and router R4 exists as an attached router in the advertisement packet, router R3 is connected to router R4 by a switch. have.

토폴로지 검출 시스템(100)은 해당 라우터와 브로드캐스트 구간으로 연결된 장비들의 주소를 검출할 수 있고, 이웃 라우터로 검출된 장비들이 주소와 비교하여 스위치 장비 후보를 검출할 수 있다.The topology detection system 100 may detect the addresses of the devices connected to the corresponding router in the broadcast interval, and the devices detected by the neighboring routers may detect the switch device candidates by comparing with the address.

토폴로지 검출 시스템(100)은 스위치 장비 후보에 대하여 데이터 링크 계층을 지원하는지 여부 혹은 ip 패킷 포워딩을 수행하는지 여부를 확인하여, 데이터 링크 계층을 지원하거나 ip 패킷 포워딩을 수행하지 않는 경우, 스위치임을 확인할 수 있다(S130). 스위치 검출의 자세한 내용은 상술하였으므로 생략한다.The topology detection system 100 may determine whether the switch device candidate supports the data link layer or whether to perform ip packet forwarding. When the topology detection system 100 supports the data link layer or does not perform ip packet forwarding, the topology detection system 100 may confirm that the switch is a switch. There is (S130). Since the details of the switch detection have been described above, they will be omitted.

토폴로지 검출 시스템(100)은 바로 이웃 노드로 검출된 두 라우터를 엣지로 연결할 수 있고, 두 라우터간 스위치가 존재하는 경우, 스위치와 라우터를 엣지로 연결하여 토폴로지를 구성할 수 있다(S140).The topology detection system 100 may directly connect two routers detected as neighboring nodes to an edge, and when a switch exists between the two routers, the topology detection system 100 may configure the topology by connecting the switch and the router to the edge (S140).

토폴로지 검출 시스템(100)은 링크 스테이트 정보상에서 X축에 존재하는 모든 라우터들에 대하여 차례로 상술한 바와 같은 방법으로 이웃 라우터 혹은 이웃 스위치를 탐색하여 엣지로 연결하여 전체 네트워크 토폴로지를 구성할 수 있다(S150).The topology detection system 100 may configure all network topologies by sequentially searching for neighboring routers or neighboring switches in the same manner as described above with respect to all routers existing on the X axis on the link state information (S150). ).

또한 본 발명의 실시예에 따르는 저장매체는 상술한 토폴로지 검출 방법을 실행하는 프로그램을 기록한 저장매체이다.In addition, the storage medium according to an embodiment of the present invention is a storage medium that records a program for executing the above-described topology detection method.

이상 설명한 바는 본 발명의 실시예에 불과한 것으로, 본 발명의 권리범위가 이에 한정되는 것은 아니며 당업자간에 자명한 사항에 대하여 다양한 변형 실시가 가능하다. 예를 들어 본 발명의 실시예에 따른 토폴로지 검출 시스템을 구성하는 장치 및 각 장치를 구성하는 모듈들은 그 기능에 따라 추가적으로 구성되거나 병합 구성될 수 있다. 또한 본 발명의 실시예에 따른 토폴로지 검출 방법은 그 순서가 변경되도록 응용 구성할 수 있음은 물론이다. 본 발명의 권리범위는 후술할 특허청구범위 기재사항 및 이와 균등 사항으로 인정되는 모든 기술 요소를 포함할 것이다.What has been described above is only an embodiment of the present invention, and the scope of the present invention is not limited thereto, and various modifications can be made to those skilled in the art. For example, the devices constituting the topology detection system and the modules constituting each device may be additionally configured or merged according to their function. In addition, the topology detection method according to an embodiment of the present invention can be configured to change the order of course. The scope of the present invention will include all the technical elements recognized as the claims described below and equivalents thereof.

도 1은 본 발명의 실시예에 따라 망에 연결된 토폴로지 검출 시스템을 나타낸 그림이다.1 is a diagram illustrating a topology detection system connected to a network according to an embodiment of the present invention.

도 2는 본 발명의 실시예에 따른 토폴로지 검출 장치 및 토폴로지 정보 데이터베이스의 상세 구성도이다.2 is a detailed configuration diagram of a topology detection apparatus and a topology information database according to an embodiment of the present invention.

도 3은 본 발명의 실시예에 따라 라우터 링크 스테이트 광고 패킷의 구조도이다.3 is a structural diagram of a router link state advertisement packet according to an embodiment of the present invention.

도 4는 본 발명의 실시예에 따라 네트워크 링크 스테이트 광고 패킷의 구조도이다.4 is a structural diagram of a network link state advertisement packet according to an embodiment of the present invention.

도 5는 본 발명의 실시예에 따른 링크 스테이트 정보의 구성도이다.5 is a block diagram of link state information according to an embodiment of the present invention.

도 6은 본 발명의 실시예에 따라 이웃 라우터 및 이웃 스위치를 검색하는 방법을 나타낸 그림이다.6 is a diagram illustrating a method for searching for a neighbor router and a neighbor switch according to an embodiment of the present invention.

도 7은 본 발명의 실시예에 따라 전체 토폴로지 구성을 검색하는 방법의 흐름도이다.7 is a flowchart of a method for retrieving an entire topology configuration in accordance with an embodiment of the present invention.

Claims (19)

토폴로지 검출 시스템에 있어서,In a topology detection system, 조사 대상 네트워크에 포함되어 인접관계를 맺은 임의의 라우터와 링크 스테이트 정보를 공유하여, 라우터들간의 링크 정보 및 스위치 존재 여부를 파악하고, 스위치가 존재하는 경우 데이트 링크 계층 지원여부 혹은 IP 패킷 포워딩 수행 여부를 기준으로 스위치를 검출하여 네트워크 토폴로지를 검출하는 토폴로지 검출 장치; 및Share link state information with any routers that are included in the network under investigation, and link state information between routers to determine link information between routers, and if a switch exists, whether to support data link layer or IP packet forwarding. A topology detection device for detecting a network topology by detecting a switch based on the detection; And 링크 스테이트 정보 및 토폴로지 정보를 저장하는 토폴로지 정보 데이터베이스를 포함하는Contains a topology information database that stores link state information and topology information. 토폴로지 검출 시스템.Topology detection system. 제1항에 있어서,The method of claim 1, 상기 토폴로지 검출 장치는,The topology detection device, 링크 스테이트 정보상에서, 출발(from)라우터인 제1 라우터와 목적(to) 라우터인 제2 라우터간의 연결이 존재할 경우 제1 라우터와 제2 라우터는 이웃하는 것으로 판단하는 연결 노드 검출 모듈; 및A connection node detection module for determining that the first router and the second router are neighbors when there is a connection between the first router as a from router and the second router as a to router on the link state information; And 네트워크 링크 스테이트 패킷이 존재할 경우 상기 제1 라우터와 상기 제2 라우터는 스위치로 연결되어 있음을 판단하여 스위치를 검출하는 스위치 검출 모듈을 포함하는And a switch detection module configured to detect the switch by determining that the first router and the second router are connected to the switch when a network link state packet exists. 토폴로지 검출 시스템.Topology detection system. 제2항에 있어서,The method of claim 2, 상기 스위치 검출 모듈은The switch detection module 상기 제1 라우터와 상기 제2 라우터가 스위치를 통해 연결된 경우, 상기 제1 라우터와 브로드캐스트 구간으로 연결된 장비들의 주소를 검출하여, 상기 연결 노드 검출 모듈에 의해 제1 라우터의 이웃 라우터로는 검출되지 않는 장비를 스위치 후보로 검출하는When the first router and the second router are connected through a switch, the addresses of the devices connected to the first router and the broadcast interval are detected and not detected as neighboring routers of the first router by the connection node detection module. To detect devices that do not 토폴로지 검출 시스템.Topology detection system. 제3항에 있어서, The method of claim 3, 상기 스위치 검출 모듈은, The switch detection module, 상기 후보가 데이트 링크 계층을 지원하거나 ip 패킷 포워딩을 수행하지 않는 경우, 상기 후보가 스위치임을 확인하는If the candidate does not support the data link layer or perform ip packet forwarding, confirming that the candidate is a switch 토폴로지 검출 시스템.Topology detection system. 제4항에 있어서, The method of claim 4, wherein 상기 스위치 검출 모듈은, The switch detection module, SNMP 상에서 물리주소에 대응하는 IP 어드레스(ipNetToMediaNetAddress) 정보를 통해 제1 라우터와 브로드캐스트 구간으로 연결된 장비들의 주소를 검출하는Detecting the addresses of the devices connected to the first router and the broadcast interval through the IP address (ipNetToMediaNetAddress) information corresponding to the physical address in SNMP 토폴로지 검출 시스템.Topology detection system. 제5항에 있어서, The method of claim 5, 상기 스위치 검출 모듈은, The switch detection module, SNMP상에서 sysService의 하위 2비트 값이 1이면 데이트 링크 계층을 지원하는 스위치로 판별하거나, ipForwarding값이 0이면 IP 패킷 포워딩을 지원하지 않는 스위치로 판별하는If the lower 2 bit value of sysService is 1 in SNMP, it is determined as a switch that supports data link layer. If the ipForwarding value is 0, it is determined as a switch that does not support IP packet forwarding. 토폴로지 검출 시스템.Topology detection system. 제2항에 있어서, The method of claim 2, 상기 제1 라우터와 상기 제2 라우터간 연결이 존재할 경우, 상기 제1 라우터와 상기 제2 라우터를 엣지로 연결하고, 상기 제1 라우터와 상기 제2 라우터가 스위치를 통해 연결된 경우, 상기 제1 라우터와 상기 스위치를 엣지로 연결하고, 상기 스위치와 상기 제2 라우터를 엣지로 연결하는 토폴로지 구성 모듈을 더 포함하는When there is a connection between the first router and the second router, when the first router and the second router is connected to the edge, and the first router and the second router is connected through a switch, the first router And a topology configuration module connecting the switch to the edge and connecting the switch and the second router to the edge. 토폴로지 검출 시스템.Topology detection system. 제2항에 있어서, The method of claim 2, 인접 관계의 라우터로 부터 링크 스테이트 광고 패킷을 수집하여, 상기 링크 스테이트 광고 패킷을 링크 스테이트 정보로서 상기 토폴로지 정보 데이터베이스에 저장하는 패킷 수집 모듈을 더 포함하는A packet collecting module for collecting a link state advertisement packet from a router in an adjacent relationship and storing the link state advertisement packet as link state information in the topology information database; 토폴로지 검출 시스템.Topology detection system. 제8항에 있어서, The method of claim 8, 상기 링크 스테이트 광고 패킷은 The link state advertisement packet 라우터간 연결 정보를 포함하는 라우터 링크 스테이트 광고 패킷과 스위치 존재 여부 정보를 포함하는 네트워크 링크 스테이트 광고 패킷을 포함하는A router link state advertisement packet including connection information between routers and a network link state advertisement packet including switch presence information. 토폴로지 검출 시스템.Topology detection system. 토폴로지 검출 방법에 있어서,In the topology detection method, a)조사 대상 네트워크에 포함된 임의의 라우터와 인접관계를 맺고 링크 스테이트 정보를 공유하는 단계;a) establishing linkage with any router included in the network under investigation and sharing link state information; b)링크 스테이트 정보를 기초로 라우터들간의 링크 정보 및 스위치 존재 여부를 파악하는 단계;b) identifying link information between routers and whether a switch exists based on link state information; c)스위치가 존재하는 경우, 데이터 링크 계층 지원여부 혹은 ip 패킷 포워딩 수행여부를 기준으로 스위치를 검출하는 단계;c) if the switch exists, detecting the switch based on whether data link layer support or ip packet forwarding is performed; d)라우터간 혹은 라우터와 스위치간의 연결이 존재하는 경우 엣지로 연결하여 토폴로지를 구성하는 단계를 포함하는d) configuring the topology by connecting to the edges if there is a connection between routers or between the router and the switch; 토폴로지 검출 방법.Topology detection method. 제10항에 있어서,The method of claim 10, 상기 b)단계는,Step b), b-1)링크 스테이트 정보상에서, 출발(from)라우터인 제1 라우터와 목적(to)라우터인 제2 라우터간의 연결이 존재할 경우, 제1 라우터와 제2 라우터는 이웃하는 것으로 판단하는 단계; 및b-1) in the link state information, if there is a connection between the first router as a from router and the second router as a to router, determining that the first router and the second router are neighbors; And b-2)네트워크 링크 스테이트 광고 패킷이 존재할 경우 상기 제1 라우터와 상기 제2 라우터는 스위치로 연결되어 있는 것으로 판단하는 단계를 포함하는b-2) determining that the first router and the second router are connected to a switch when a network link state advertisement packet exists. 토폴로지 검출 방법.Topology detection method. 제11항에 있어서, The method of claim 11, 상기 c)단계는,Step c) is c-1) 상기 제1 라우터와 상기 제2 라우터가 스위치를 통해 연결된 경우, 상기 제1 라우터와 브로드캐스트 구간으로 연결된 장비들의 주소를 검출하는 단계; 및c-1) if the first router and the second router are connected through a switch, detecting addresses of devices connected to the first router in a broadcast interval; And c-2) 상기 제1 라우터와 브로드캐스트 구간으로 연결되었으나, 상기 제1 라우터의 이웃 라우터로는 검출되지 않은 장비를 스위치 후보로 검출하는 단계를 포함하는c-2) detecting a device connected to the first router in a broadcast period but not detected by the neighbor router of the first router as a switch candidate; 토폴로지 검출 방법.Topology detection method. 제12항에 있어서,The method of claim 12, 상기 c)단계는, Step c) is c-3)상기 후보가 데이트 링크 계층을 지원하거나 ip 패킷 포워딩을 수행하지 않는 경우, 상기 후보가 스위치임을 확인하는 단계를 더 포함하는c-3) if the candidate does not support data link layer or perform ip packet forwarding, further comprising: confirming that the candidate is a switch 토폴로지 검출 방법.Topology detection method. 제13항에 있어서,The method of claim 13, 상기 c-1)단계는,Step c-1), SNMP상에서 물리 주소에 대응하는 IP 어드레스( ipNetToMediaNetAddress) 정보를 통해 제1 라우터와 브로드캐스트 구간으로 연결된 장비들의 주소를 검출하는 단계인Detecting the addresses of the devices connected to the first router and the broadcast interval through the IP address (ipNetToMediaNetAddress) information corresponding to the physical address in SNMP 토폴로지 검출 방법.Topology detection method. 제14항에 있어서, The method of claim 14, 상기 c-3) 단계는,Step c-3), SNMP상에서 sysService의 하위 2비트 값이 1이면 데이터 링크 계층을 지원하는 스위치로 판별하거나, ipForwarding값이 0이면 IP ,패킷 포워딩을 지원하지 않는 스위치로 판별하는If the lower 2 bit value of sysService is 1 in SNMP, it is determined as a switch that supports the data link layer, or if the ipForwarding value is 0, it is determined as a switch that does not support packet forwarding. 토폴로지 검출 방법.Topology detection method. 제11항에 있어서The method of claim 11, 상기 d)단계는,In step d), 상기 제1 라우터와 상기 제2 라우터간의 연결이 존재하는 경우, 상기 제1 라우터와 상기 제2 라우터를 엣지로 연결하고, 상기 제1 라우터와 상기 제2 라우터가 스위치를 통해 연결된 경우, 상기 제1 라우터와 상기 스위치를 엣지로 연결하고, 상기 스위치와 상기 제2 라우터를 엣지로 연결하는 단계인When there is a connection between the first router and the second router, when the first router and the second router is connected to the edge, and the first router and the second router is connected through a switch, the first Connecting the router and the switch to an edge, and connecting the switch and the second router to an edge. 토폴로지 검출 방법.Topology detection method. 제10항에 있어서, The method of claim 10, 상기 a)단계는,Step a) is 조사 대상 네트워크에 포함된 임의의 라우터와 인접 관계를 맺는 단계; 및Establishing an adjacent relationship with any router included in the network to be investigated; And 인접 관계의 라우터로부터 링크 스테이트 광고 패킷을 수집하여, 링크 스테이트 정보로서 저장하는 단계를 포함하는Collecting link state advertisement packets from neighboring routers and storing the link state advertisement packets as link state information; 토폴로지 검출 방법.Topology detection method. 제17항에 있어서,The method of claim 17, 상기 링크 스테이트 광고 패킷은,The link state advertisement packet, 라우터간 연결 정보를 포함하는 라우터 링크 스테이트 광고 패킷과 스위치 존재 여부 정보를 포함하는 네트워크 링크 스테이트 광고 패킷을 포함하는A router link state advertisement packet including connection information between routers and a network link state advertisement packet including switch presence information. 토폴로지 검출 방법.Topology detection method. 제10항 내지 제19항 중 어느 한 항을 따르는 방법을 실행하는 프로그램을 기록한 저장매체.A storage medium having recorded thereon a program for executing the method according to any one of claims 10 to 19.
KR1020070119045A 2007-11-21 2007-11-21 Systen and method for discovering network topology, storage medium recording that method program KR20090052514A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020070119045A KR20090052514A (en) 2007-11-21 2007-11-21 Systen and method for discovering network topology, storage medium recording that method program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020070119045A KR20090052514A (en) 2007-11-21 2007-11-21 Systen and method for discovering network topology, storage medium recording that method program

Publications (1)

Publication Number Publication Date
KR20090052514A true KR20090052514A (en) 2009-05-26

Family

ID=40860236

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020070119045A KR20090052514A (en) 2007-11-21 2007-11-21 Systen and method for discovering network topology, storage medium recording that method program

Country Status (1)

Country Link
KR (1) KR20090052514A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114338414A (en) * 2022-01-30 2022-04-12 阿里巴巴(中国)有限公司 Backbone network topology discovery method and device and control equipment

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114338414A (en) * 2022-01-30 2022-04-12 阿里巴巴(中国)有限公司 Backbone network topology discovery method and device and control equipment
CN114338414B (en) * 2022-01-30 2024-01-16 阿里巴巴(中国)有限公司 Backbone network topology discovery method, device and control equipment

Similar Documents

Publication Publication Date Title
US7120120B2 (en) Method and system for topology construction and path identification in a two-level routing domain operated according to a simple link state routing protocol
US9942101B2 (en) Method and system for collecting topology information
CA2884061C (en) Utilizing multiple mesh network gateways in a shared access network
US7330435B2 (en) Method and system for topology construction and path identification in a routing domain operated according to a link state routing protocol
Sherwood et al. Discarte: a disjunctive internet cartographer
US20030046427A1 (en) Topology discovery by partitioning multiple discovery techniques
Cho et al. Identifying IPv6 network problems in the dual-stack world
CN101729391B (en) Method, node and system for acquiring link aggregation group information
US8165038B2 (en) Network physical connection inference for IP tunnels
CN102143007A (en) Distribution-based hierarchical network topology discovery method
US20080192651A1 (en) Network check using routing database
CN101771604B (en) Routing detection method, system and intermediate routing device
WO2009038888A1 (en) Method and apparatus for network routing between a tactical network and a satellite network
CN110858810B (en) Network link state monitoring method, device, system and medium
CN101674229B (en) Information management method of link aggregation group and network node
CN104579979A (en) Network topology discovery method based on MAC information
JPWO2008108231A1 (en) Quality degradation location estimation method, quality degradation location estimation apparatus, and program
KR20090052514A (en) Systen and method for discovering network topology, storage medium recording that method program
CN101795227B (en) Method and system for rapidly finding router
CN113810274A (en) Route processing method and related equipment
JP2010114657A (en) Communication path detection method, communication path detection program, and communication path detecting device
KR20090052512A (en) System and method for discovering network topology, storage medium recording that method program
JP2021044684A (en) Network connectibility confirmation system and network connectibility confirmation method
JP2007006291A (en) Gateway device, repeating method, and program
Dong et al. A novel algorithm of IPv6 network topology discovery for campus network

Legal Events

Date Code Title Description
WITN Application deemed withdrawn, e.g. because no request for examination was filed or no examination fee was paid