EIGRP-コマンド
◆ メトリック調整のためのbandwidthの設定 (config-if)# bandwidth kbps
bandwidth 128
メトリック計算用としてインターフェースの帯域幅の指定。単位は kbps
bandwidthコマンドを設定しなくてもEIGRPは動作しますし、このbandwidthコマンドを設定しても、しなくても、リンクのスピードが変化することはない。あくまでもメトリック計算用のコマンド
◆ EIGRPプロセスの起動 (config)# router eigrp autonomous-system
autonomous-system:AS(自律システム)番号を 1 ~ 65535 の範囲で指定。ネイバールータと同じ値にする必要がある。
AS番号 「 1 」 のEIGRPプロセスを起動させる設定例は以下。
> router eigrp 1
※ EIGRPプロセスを無効化したい場合は no router eigrp autonomous-system コマンドを入力。設定例 : (config)# no router eigrp 1
◆ EIGRPを有効化するインタフェースの指定 (config-router)# network address wildcard-mask
例 1:# network 172.16.1.0 0.0.0.255 例 2:# network 172.16.1.1 0.0.0.0













