bgp confederation peers

モード: BGPモード
カテゴリー: IP / 経路制御(BGP)


(config-router)# [no] bgp confederation peers ASPATHS


(IPv4)ASコンフェデレーション内のeBGPピア(コンフェデレーションeBGPピア。C-eBGPピア)の所属するサブAS番号を指定する。
no形式で実行した場合はサブAS番号の指定を削除する。
初期設定ではサブAS番号は未設定。

自分が所属するASコンフェデレーションのAS番号はbgp confederation identifierコマンドで指定する。また、自分が所属するサブAS(メンバーAS)番号はrouter bgpコマンドで指定する。


パラメーター

ASPATHS := <1-4294967295> ...
コンフェデレーションeBGPピアの所属するサブAS番号。スペース区切りで複数指定も可能


使用例

■ BGPピア10.10.10.5とコンフェデレーションeBGPセッションを張る。両者が所属するASコンフェデレーションのAS番号は65010。自分が所属するサブAS番号は65011、相手のサブAS番号は65012とする。

awplus(config)# router bgp 65011
awplus(config-router)# bgp confederation identifier 65010
awplus(config-router)# bgp confederation peers 65012
awplus(config-router)# neighbor 10.10.10.5 remote-as 65012


注意・補足事項

■ ASコンフェデレーション内のすべてのサブASを指定する必要はない。C-eBGPセッションを張っているピアのサブAS番号だけを指定すればよい。


コマンドツリー

router bgp (グローバルコンフィグモード)
    |
    +- bgp confederation peers(BGPモード)

関連コマンド

bgp bestpath compare-confed-aspath(BGPモード)
bgp confederation identifier(BGPモード)
neighbor peer-group(add)(BGPモード)
neighbor peer-group(create)(BGPモード)
neighbor remote-as(BGPモード)
show ip bgp(非特権EXECモード)
show ip bgp neighbors(非特権EXECモード)
show ip bgp summary(非特権EXECモード)



(C) 2015 - 2017 アライドテレシスホールディングス株式会社

PN: 613-002105 Rev.L