BGP4+的に見たIPv6 Internet(経路数統計・経路詳細)

BGP4+ で流れている、IPv6 Internet 全体の経路を観測しています。
観測した経路数の推移
詳細
現在の経路詳細 (show ipv6 bgp)
※都合により、一部伏せ字にしています。

【参考】bgpd コンフィグレーション (zebra-0.94)
! hostname vogue-bgpd password 8 xxxxxxxxxxxxx enable password 8 xxxxxxxxxxxxxx service password-encryption ! router bgp 65534 bgp router-id 210.155.223.41 no bgp default ipv4-unicast bgp bestpath compare-routerid neighbor 2001:2a8:0:c023::1 remote-as 7670 neighbor 2001:470:1f00:ffff::160 remote-as 6939 ! address-family ipv6 neighbor 2001:2a8:0:c023::1 activate neighbor 2001:2a8:0:c023::1 soft-reconfiguration inbound neighbor 2001:2a8:0:c023::1 distribute-list all-deny out neighbor 2001:2a8:0:c023::1 prefix-list PREFIXLEN in neighbor 2001:2a8:0:c023::1 route-map AS7670IN in neighbor 2001:470:1f00:ffff::160 activate neighbor 2001:470:1f00:ffff::160 soft-reconfiguration inbound neighbor 2001:470:1f00:ffff::160 distribute-list all-deny out neighbor 2001:470:1f00:ffff::160 prefix-list PREFIXLEN in neighbor 2001:470:1f00:ffff::160 route-map AS6939IN in exit-address-family ! access-list 1 permit 127.0.0.1 ! ipv6 access-list 1 permit ::1/128 ipv6 access-list all-deny deny any ipv6 access-list all-permit permit any ! ipv6 prefix-list PREFIXLEN seq 10 permit 2000::/4 le 35 ipv6 prefix-list PREFIXLEN seq 20 permit 3000::/4 le 28 ! route-map AS7670IN permit 10 match ipv6 address all-permit set community 65534:7670 ! route-map AS6939IN permit 10 match ipv6 address all-permit set community 65534:6939 ! line vty access-class 1 ipv6 access-class 1 ! end

参考: 経路受信ポリシー
上のコンフィグでも分かるように、ここで挙げた経路詳細経路数は次のポリシーで受信した経路を示しています。
  • 2000::/4 は /35 より細かい(prefix長の長い)経路は受信しない。
  • 3000::/4 は /28 より細かい(prefix長の長い)経路は受信しない。
cf. RFC2772
ただ、このRFCをどう解釈するかは微妙な点があるような気もする。

(昔の経路数: 2001年8月〜2002年8月)

不具合で若干少なく見えている期間があります。

もどる