Thông tin

Tác giả Olivier Bonaventure
Hạn chót Không có hạn chót
Giới hạn nộp bài Không có giới hạn
Các tag chuyên mục bgp

Tags

Đăng nhập

The BGP decision process


Câu hỏi 1: The BGP decision process

The BGP decision process is the process that is used by a BGP router to select the best path among all the paths learned towards a given destination prefix. The table below represents all the BGP routes learned by a BGP router and their corresponding attributes. For simplicity, the nexthops are indicated as router names instead of IP addresses.

prefix AS Path local-pref nexthop
2001:db8:1::/48 AS1:AS4 100 R1
2001:db8:1::/48 AS1:AS3:AS4 200 R2
2001:db8:1::/48 AS1:AS4 100 R3
2001:db8:1::/48 AS4 150 R4
2001:db8:2::/48 AS1:AS4 100 R1
2001:db8:2::/48 AS1:AS3:AS4 100 R2
2001:db8:2::/48 AS1:AS4 100 R3
2001:db8:2::/48 AS4 150 R4
2001:db8:0::/47 AS1:AS4 200 R1
2001:db8:0::/47 AS1:AS3:AS4 200 R2
2001:db8:0::/47 AS1:AS4 100 R3
2001:db8:0::/47 AS4 150 R4
2001:db8:0::/48 AS1:AS4 100 R1
2001:db8:0::/48 AS1:AS3:AS4 100 R2
2001:db8:0::/48 AS1:AS4 150 R3
2001:db8:0::/48 AS4 150 R4

What is the next hop that this router will prefer for prefix 2001:db8:1::/48 ?

Câu hỏi 2: Best route

What is the next hop that this router will prefer for prefix 2001:db8:2::/48 ?

Câu hỏi 3: Best route

What is the next hop that this router will prefer for prefix 2001:db8:0::/48 ?

Câu hỏi 4: Best route

What is the next hop that this router will prefer for prefix 2001:db8:0::/47 ?

Câu hỏi 5: Route for a specific packet

What is the next hop that this router will use to forward a packet whose destination address is 2001:db8:0::1234 ?