2011年06月17日
cisco bandwidth command
cisco の インターフェースにする設定に bandwidth というコマンドがある。
もしや、帯域を変更できるのか?と思って調べてみました。
リファレンスを読んでみると以下が書いてある。
ルーティングパラメータ専用で実際のインターフェースの帯域を変えるコマンドでは、ないらしい。
残念。。
リファレンスには、bandwidth 設定を変更しても
実インタフェースがアップ/ダウンするようなことは
"無い" と書かれてあったのでやってみた。
1kbps から指定が可能らしい。
変更してみる。
確認
設定投入時にインタフェースがUP/DOWNすることは、ありませんでした。
設定削除は、"no bandwidth" で行うがこれもインタフェースがUP/DOWNすることは、ありませんでした。
もしや、帯域を変更できるのか?と思って調べてみました。
リファレンスを読んでみると以下が書いてある。
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
<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
(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
.
.
.
.
MTU 1500 bytes, BW 1 Kbit, DLY 100 usec,
.
.
Full-duplex, 100Mb/s, 100BaseTX/FX
.
.
設定投入時にインタフェースがUP/DOWNすることは、ありませんでした。
設定削除は、"no bandwidth" で行うがこれもインタフェースがUP/DOWNすることは、ありませんでした。
【(カテゴリなし)の最新記事】
投稿者:tech|11:56