ステップ 1 |
enable
|
|
ステップ 2 |
configure terminal
Device# configure terminal
|
グローバル コンフィギュレーション モードを開始します。
|
ステップ 3 |
ipv6 unicast-routing
Device(config)# ipv6 unicast-routing
|
IPv6 ユニキャスト データグラムの転送をイネーブルにします。
|
ステップ 4 |
router bgp autonomous-system-number
Device(config)# router bgp 1000
|
ルータ コンフィギュレーション モードを開始して、BGP ルーティング プロセスを作成または設定します。
|
ステップ 5 |
neighbor peer-group-name peer-group
Device(config-router)# neighbor rr-client-ab peer-group
|
|
ステップ 6 |
neighbor {ip-address | ipv6-address} peer-group peer-group-name
Device(config-router)# neighbor 192.168.3.3 peer-group rr-client-ab
|
(任意)ピア グループのメンバになるように BGP ネイバーを設定します。
|
ステップ 7 |
neighbor {ip-address | ipv6-address | peer-group} remote-as as-number
Device(config-router)# neighbor rr-client-ab remote-as 3000
|
ネイバーまたはピア グループの AS を識別します。
|
ステップ 8 |
neighbor {ip-address | ipv6-address | peer-group} local-as as-number
Device(config-router)# neighbor rr-client-ab local-as 3000
|
ネイバーまたはピア グループのローカル AS 機能を設定します。
|
ステップ 9 |
neighbor {ip-address | ipv6-address | peer-group} route-reflector-client
Device(config-router)# neighbor rr-client-ab route-reflector-client
|
ローカル デバイスをルート リフレクタとして設定し、そのクライアントになるようにネイバーまたはピア グループを設定します。
|
ステップ 10 |
address-family vpnv4
Device(config-router)# address-family vpnv4
|
(任意)ルータを VPNv4 アドレス ファミリ コンフィギュレーション モードにします。
|
ステップ 11 |
neighbor {ip-address | ipv6-address | peer-group} allow-policy
Device(config-router-af)# neighbor rr-client-ab allow-policy
|
(任意)指定したネイバーまたはピア グループの iBGP 属性を変更するように RR を設定できるようにします。
|
ステップ 12 |
exit
Device(config-router-af)# exit
|
アドレス ファミリ コンフィギュレーション モードを終了して、ルータ コンフィギュレーション モードを開始します。
|
ステップ 13 |
address-family vpnv6
Device(config-router)# address-family vpnv6
|
(任意)ルータを VPNv6 アドレス ファミリ コンフィギュレーション モードにします。
|
ステップ 14 |
neighbor {ip-address | ipv6-address | peer-group} allow-policy
Device(config-router-af)# neighbor rr-client-ab allow-policy
|
(任意)指定したネイバーまたはピア グループの iBGP 属性を変更するように RR を設定できるようにします。
|
ステップ 15 |
end
Device(config-router-af)# end
|
アドレス ファミリ コンフィギュレーション モードを終了して、特権 EXEC モードを開始します。
|
ステップ 16 |
show ip bgp vpnv4 all neighbors {ip-address | ipv6-address} policy
Device# show ip bgp vpnv4 all neighbors 192.168.3.3 policy
|
(任意)ネイバーのローカルに設定されたポリシーを表示します。
|
ステップ 17 |
show ip bgp vpnv4 all update-group update-group
Device# show ip bgp vpnv4 all update-group 2
|
(任意)アップデート グループの情報を表示します。
|
ステップ 18 |
show ip bgp vpnv4 all neighbors {ip-address | ipv6-address}
Device# show ip bgp vpnv4 all neighbors 192.168.3.3
|
|