トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS

AX620Rで帯域制御を実施! のバックアップ(No.1)


AX620Rで帯域制御を実施!

Alaxalaのルータ、AX620Rでの帯域制御を実施したので、簡単ですがまとめます。

帯域制御の設定

帯域制御の設定は、インターフェースごとに設定します。

手順としては、

  1. コンフィグモードに移行
  2. 帯域制御を実施したいインターフェースのインターフェースモードに移行
  3. 帯域制御の有効化
  4. 実際の設定

という順に進みます。

FastEthernet0/0.0のインターフェースに対して、10Mbpの設定を入れる場合は、以下のように設定します。

router(config)# int eth interface FastEthernet0/0.0
router(config-FastEthernet0/0.0)# 
router(config-FastEthernet0/0.0)# show running-config interface FastEthernet0/0.0

interface FastEthernet0/0.0
 ip address XXX.XXX.XXX.XXX/YY
 no shutdown

router(config-FastEthernet0/0.0)# service-policy enable
router(config-FastEthernet0/0.0)# traffic-shape rate 16000000
router(config-FastEthernet0/0.0)# 
router(config-FastEthernet0/0.0)# show running-config interface FastEthernet0/0.0

interface FastEthernet0/0.0
 ip address XXX.XXX.XXX.XXX/YY 
 service-policy enable
 traffic-shape rate 16000000
 no shutdown

router(config-FastEthernet0/0.0)# 

以上で設定完了!

して、帯域制限されていることを確認します。

通信量の確認?