構成定義ガイド
- <この項の構成>
- (1) 設定内容の概要
- (2) 構成図と設定条件
- (3) 構成定義情報例
(1) 設定内容の概要
センタと複数の拠点を持つネットワークにおいて,センタ−拠点間の通信経路をRIPngプロトコルにより制御します。センタには2台のルータを設置し,1台を通常経路のルータ,もう1台を代替経路のルータとして使用します。
(2) 構成図と設定条件
- [構成図]
図11-4 構成図
- [設定条件]
- <ネットワークの環境>
- サーバ−PC間の通信経路は本装置Bより本装置Aを優先します。
(RIPng経路のメトリック値により優先経路を制御します)
- <本装置A/Bの環境>
- センタルータ(本装置A/B)−サーバ間の経路制御はRIPngを使用します。
- センタルータ(本装置A/B)−中継ルータ(本装置C/D)間の経路制御はRIPngを使用します。
- <本装置C/Dの環境>
- 中継ルータ(本装置C/D)−センタルータ(本装置A/B)間の経路制御はRIPngを使用します。
- 中継ルータ(本装置C/D)−拠点ルータ(本装置E/F/G/H)間の経路制御はRIPngを使用します。
- <本装置E/F/G/Hの環境>
- 拠点ルータ(本装置E/F/G/H)−中継ルータ(本装置C/D)間の経路制御はRIPngを使用します。
- 拠点ルータ(本装置E/F/G/H)−PC間はRIPngパケットを抑止します。
- 本装置E/F/G/H−PC間には,RAを流します。
(3) 構成定義情報例
- [コマンドによる設定]
- <本装置A>
1 (config)# ripng yes [ripng] 2 (config)# exit表11-10 本装置Aの構成定義情報解説
解説番号 解説 1,2 RIPngプロトコルを動作させることを定義します。
- <本装置B>
1 (config)# ripng yes [ripng] 2 (config)# interface all [ripng interface all] 3 (config)# metricout 1 [ripng interface all] 4 (config)# exit [ripng] 5 (config)# exit表11-11 本装置Bの構成定義情報解説
解説番号 解説 1〜5 RIPngプロトコルを動作させることを定義します。また広告するRIPng経路のメトリックに1を加算することにより本装置Bより本装置Aを優先するよう定義します。
- <本装置C>
1 (config)# ripng yes [ripng] 2 (config)# exit 3 (config)# export proto ripng interface CtoE CtoF [export proto ripng interface CtoE CtoF] 4 (config)# proto ripng [export proto ripng interface CtoE CtoF proto ripng] 5 (config)# 3ffe:501:811:ff00::/64 [export proto ripng interface CtoE CtoF proto ripng] 6 (config)# exit [export proto ripng interface CtoE CtoF] 7 (config)# proto direct restrict [export proto ripng interface CtoE CtoF] 8 (config)# proto ripng restrict [export proto ripng interface CtoE CtoF] 9 (config)# exit表11-12 本装置Cの構成定義情報解説
解説番号 解説 1,2 <本装置A>の解説番号1,2に同じ 3〜9 拠点E,Fルータに対し,サーバが収容されているネットワークへの経路だけをRIPngで通知するよう定義します。これにより,拠点間の通信を抑止します。
- <本装置D>
1 (config)# ripng yes [ripng] 2 (config)# exit 3 (config)# export proto ripng interface DtoG DtoH [export proto ripng interface DtoG DtoH] 4 (config)# proto ripng [export proto ripng interface DtoG DtoH proto ripng] 5 (config)# 3ffe:501:811:ff00::/64 [export proto ripng interface DtoG DtoH proto ripng] 6 (config)# exit [export proto ripng interface DtoG DtoH] 7 (config)# proto direct restrict [export proto ripng interface DtoG DtoH] 8 (config)# proto ripng restrict [export proto ripng interface DtoG DtoH] 9 (config)# exit表11-13 本装置Dの構成定義情報解説
解説番号 解説 1,2 <本装置A>の解説番号1,2に同じ 3〜9 <本装置C>の解説番号3〜9に同じ
- <本装置E>
1 (config)# ripng yes [ripng] 2 (config)# interface all [ripng interface all] 3 (config)# ripin [ripng interface all] 4 (config)# ripout [ripng interface all] 5 (config)# exit [ripng] 6 (config)# interface Department3 [ripng interface Department3] 7 (config)# noripin [ripng interface Department3] 8 (config)# noripout [ripng interface Department3] 9 (config)# exit [ripng] 10 (config)# exit 11 (config)# ra yes [ra] 12 (config)# interface Department3 [ra interface Department3] 13 (config)# exit [ra] 14 (config)# exit
- <本装置F>
1 (config)# ripng yes [ripng] 2 (config)# interface all [ripng interface all] 3 (config)# ripin [ripng interface all] 4 (config)# ripout [ripng interface all] 5 (config)# exit [ripng] 6 (config)# interface Department4 [ripng interface Department4] 7 (config)# noripin [ripng interface Department4] 8 (config)# noripout [ripng interface Department4] 9 (config)# exit [ripng] 10 (config)# exit 11 (config)# ra yes [ra] 12 (config)# interface Department4 [ra interface Department4] 13 (config)# exit [ra] 14 (config)# exit
- <本装置G>
1 (config)# ripng yes [ripng] 2 (config)# interface all [ripng interface all] 3 (config)# ripin [ripng interface all] 4 (config)# ripout [ripng interface all] 5 (config)# exit [ripng] 6 (config)# interface Department5 [ripng interface Department5] 7 (config)# noripin [ripng interface Department5] 8 (config)# noripout [ripng interface Department5] 9 (config)# exit [ripng] 10 (config)# exit 11 (config)# ra yes [ra] 12 (config)# interface Department5 [ra interface Department5] 13 (config)# exit [ra] 14 (config)# exit
- <本装置H>
1 (config)# ripng yes [ripng] 2 (config)# interface all [ripng interface all] 3 (config)# ripin [ripng interface all] 4 (config)# ripout [ripng interface all] 5 (config)# exit [ripng] 6 (config)# interface Department6 [ripng interface Department6] 7 (config)# noripin [ripng interface Department6] 8 (config)# noripout [ripng interface Department6] 9 (config)# exit [ripng] 10 (config)# exit 11 (config)# ra yes [ra] 12 (config)# interface Department6 [ra interface Department6] 13 (config)# exit [ra] 14 (config)# exit表11-14 本装置E/F/G/Hの構成定義情報解説
解説番号 解説 1〜5 すべてのインタフェースでRIPngパケットの送受信を行うことを定義します。 6〜10 PCが収容されているネットワークでRIPngパケットの送受信を抑止するよう定義します。解説番号1〜5の定義より本定義(個別インタフェース指定)が優先します。 11〜14 PCが収容されているネットワークでRAパケットを送信します。
- [構成定義情報の表示]
- <本装置A>
ripng yes
- <本装置B>
ripng yes interface all metricout 1
- <本装置C>
ripng yes ! export proto ripng interface CtoE CtoF proto ripng 3ffe:501:811:ff00::/64 proto direct restrict proto ripng restrict
- <本装置D>
ripng yes ! export proto ripng interface DtoG DtoH proto ripng 3ffe:501:811:ff00::/64 proto direct restrict proto ripng restrict
- <本装置E>
ra yes interface Department3 ! ripng yes interface Department3 noripin noripout interface all ripin ripout
- <本装置F>
ra yes interface Department4 ! ripng yes interface Department4 noripin noripout interface all ripin ripout
- <本装置G>
ra yes interface Department5 ! ripng yes interface Department5 noripin noripout interface all ripin ripout
- <本装置H>
ra yes interface Department6 ! ripng yes interface Department6 noripin noripout interface all ripin ripout
Copyright (c)2005 ALAXALA Networks Corporation. All rights reserved.