アフィリエイト広告を利用しています

広告

posted by fanblog

cisco bandwidth command

cisco の インターフェースにする設定に bandwidth というコマンドがある。
もしや、帯域を変更できるのか?と思って調べてみました。

リファレンスを読んでみると以下が書いてある。
The bandwidth command sets an informational parameter to communicate only the current bandwidth to the higher-level protocols; you cannot adjust the actual bandwidth of an interface using this command


ルーティングパラメータ専用で実際のインターフェースの帯域を変えるコマンドでは、ないらしい。

残念。。

リファレンスには、bandwidth 設定を変更しても
実インタフェースがアップ/ダウンするようなことは
"無い" と書かれてあったのでやってみた。
(config-if)#bandwidth ?
<1-10000000> Bandwidth in kilobits
inherit Specify that bandwidth is inherited
receive Specify receive-side bandwidth


1kbps から指定が可能らしい。
変更してみる。
#configure terminal
(config)#interface fastEthernet 0/0
(config-if)#bandwidth 1
(config-if)#end


確認
show interfaces fastEthernet 0/0
.
.
MTU 1500 bytes, BW 1 Kbit, DLY 100 usec,
.
.
Full-duplex, 100Mb/s, 100BaseTX/FX
.
.


設定投入時にインタフェースがUP/DOWNすることは、ありませんでした。
設定削除は、"no bandwidth" で行うがこれもインタフェースがUP/DOWNすることは、ありませんでした。
   
×

この広告は30日以上新しい記事の更新がないブログに表示されております。