milan米兰体育ネットワーク機器の総合ブランド ファイテルネット
milan米兰体育官网
FITELnetトップ製品ラインナップイベント&セミナーセールス&サポート
Routing to the Future FITELnet
ac 米兰官网例
IPアドレス指定による帯域制御のac 米兰官网
全機種対応
説明
Router AでPC-Aから送信されEWAN1から出力するパケットに80Mbpsの帯域を確保します。
Router BでEWAN1から出力されPC-A宛に送信されるパケットに80Mbpsの帯域を確保します。
構成
コマンドac 米兰官网

Router A

ip route 0.0.0.0 0.0.0.0 192.0.2.2
access-list 100 permit ip host 192.168.0.2 any
hostname ac 米兰官网A
interface ewan 1
 qos output bandwidth 100M cbq
 qos-que cbq default-que bandwidth 20 parent root-que borrow default
 qos-que cbq high-que bandwidth 80 parent rootque priority 3 borrow
 qos-que cbq root-que bandwidth 100 parent NULL
 service-policy output high-policy
 ip address 192.0.2.1 255.255.255.252
exit
interface lan 1
 ip address 192.168.0.1 255.255.255.0
exit
class-map high-class
 match ip access-group 100
exit
action-map high-action
 set queuing high-que
exit
policy-map high-policy
 class high-class action high-action
exit
end

Router B

ip route 0.0.0.0 0.0.0.0 192.0.2.1
access-list 100 permit ip any host 192.168.0.2
hostname ac 米兰官网B
interface ewan 1
 qos output bandwidth 100M cbq
 qos-que cbq default-que bandwidth 20 parent root-que borrow default
 qos-que cbq high-que bandwidth 80 parent rootque priority 3 borrow
 qos-que cbq root-que bandwidth 100 parent NULL
 service-policy output high-policy
 ip address 192.0.2.2 255.255.255.252
exit
interface lan 1
 ip address 192.168.10.1 255.255.255.0
exit
class-map high-class
 match ip access-group 100
exit
action-map high-action
 set queuing high-que
exit
policy-map high-policy
 class high-class action high-action
exit
end
ac 米兰官网手順

Router A

ac 米兰官网内容 画面表示例
特権ユーザモードへの移行
パスワードの入力

ac 米兰官网情報の初期化

ac 米兰官网モードの変更
ac 米兰官网入力




























ac 米兰官网保存



装置再起動
Router>enable
Enter password:
Router#
Router#clear working.cfg
Router#
Router#configure terminal
Router(config)#ip route 0.0.0.0 0.0.0.0 192.0.2.2
Router(config)#access-list 100 permit ip host 192.168.0.2 any
Router(config)#hostname ac 米兰官网A
ac 米兰官网A(config)#interface ac 米兰官网
ac 米兰官网A(config-if ewan 1)#qos output bandwidth 100M cbq
ac 米兰官网A(config-if ewan 1)#ac 米兰官网 default-que bandwidth 20 parent root-que borrow default
ac 米兰官网A(config-if ewan 1)#ac 米兰官网
ac 米兰官网A(config-if ewan 1)#ac 米兰官网 root-que bandwidth 100 parent NULL
ac 米兰官网A(config-if ewan 1)#service-policy output high-policy
ac 米兰官网A(config-if ewan 1)#ip address 192.0.2.1 255.255.255.252
ac 米兰官网A(config-if ewan 1)#exit
ac 米兰官网A(config)#interface lan 1
ac 米兰官网A(config-if lan 1)#ip address 192.168.0.1 255.255.255.0
ac 米兰官网A(config-if lan 1)#exit
ac 米兰官网A(config)#class-map high-class
ac 米兰官网A(config-class-map)#match ip access-group 100
ac 米兰官网A(config-class-map)#exit
ac 米兰官网A(config)#action-map high-action
ac 米兰官网A(config-action-map)#set queuing high-que
ac 米兰官网A(config-action-map)#exit
ac 米兰官网A(config)#policy-map high-policy
ac 米兰官网A(config-policy-map)#class high-class action high-action
ac 米兰官网A(config-policy-map)#exit
ac 米兰官网A(config)#
ac 米兰官网A(config)#end
ac 米兰官网A#
ac 米兰官网A#save SIDE-A
% saving working-config
% finished saving

ac 米兰官网A#reset
Going to reset with SIDE-A.frm and SIDE-A
Boot-back not scheduled for next boot.
Next rebooting firmware SIDE-A.frm is fine.
Are you OK to cold start?(y/n)y

※borrowac 米兰官网について
親クラスに空きがあればその帯域を利用するac 米兰官网です。ac 米兰官网帯域に抑制する場合はborrowac 米兰官网を外してください。

Router B

ac 米兰官网内容 画面表示例
特権ユーザモードへの移行
パスワードの入力

ac 米兰官网情報の初期化

ac 米兰官网モードの変更
ac 米兰官网入力




























ac 米兰官网保存



装置再起動
Router>enable
Enter password:
Router#
Router#clear working.cfg
Router#
Router#configure terminal
Router(config)#ip route 0.0.0.0 0.0.0.0 192.0.2.1
Router(config)#access-list 100 permit ip any host 192.168.0.2
Router(config)#hostname ac 米兰官网B
ac 米兰官网B(config)#interface ac 米兰官网
ac 米兰官网B(config-if ewan 1)#qos output bandwidth 100M cbq
ac 米兰官网B(config-if ewan 1)#ac 米兰官网 default-que bandwidth 20 parent root-que borrow default
ac 米兰官网B(config-if ewan 1)#ac 米兰官网
ac 米兰官网B(config-if ewan 1)#ac 米兰官网 root-que bandwidth 100 parent NULL
ac 米兰官网B(config-if ewan 1)#service-policy output high-policy
ac 米兰官网B(config-if ewan 1)#ip address 192.0.2.2 255.255.255.252
ac 米兰官网B(config-if ewan 1)#exit
ac 米兰官网B(config)#interface lan 1
ac 米兰官网B(config-if lan 1)#ip address 192.168.10.1 255.255.255.0
ac 米兰官网B(config-if lan 1)#exit
ac 米兰官网B(config)#class-map high-class
ac 米兰官网B(config-class-map)#match ip access-group 100
ac 米兰官网B(config-class-map)#exit
ac 米兰官网B(config)#action-map high-action
ac 米兰官网B(config-action-map)#set queuing high-que
ac 米兰官网B(config-action-map)#exit
ac 米兰官网B(config)#policy-map high-policy
ac 米兰官网B(config-policy-map)#class high-class action high-action
ac 米兰官网B(config-policy-map)#exit
ac 米兰官网B(config)#
ac 米兰官网B(config)#end
ac 米兰官网B#
ac 米兰官网B#save SIDE-A
% saving working-config
% finished saving

ac 米兰官网B#reset
Going to reset with SIDE-A.frm and SIDE-A
Boot-back not scheduled for next boot.
Next rebooting firmware SIDE-A.frm is fine.
Are you OK to cold start?(y/n)y

※borrowac 米兰官网について
親クラスに空きがあればその帯域を利用するac 米兰官网です。ac 米兰官网帯域に抑制する場合はborrowac 米兰官网を外してください。

ac 米兰官网状態の確認 1

アクセスリストを確認します。

確認内容 画面表示例
アクセスリスト情報を表示

ac 米兰官网が正しいことを確認
ac 米兰官网A#show access-lists

Extended IP access list 100
permit ip host 192.168.0.2 any
ac 米兰官网状態の確認 2

キューイング状況を確認します。

1.PC-Bが送信するパケットは「default-que」にキューイングされ、帯域は20Mbpsまで確保されます。

確認内容 画面表示例
キューの統計情報を表示















default-que のパケット数がカウントされていることを確認
ac 米兰官网A#show qos queuing

interface : ac 米兰官网
queuing type : CBQ
queuing-name : root-que (root que)
priority : 0
queue length/limit : 0/50
sent/drop packets:
packets : 3/0
bytes : 234/0
over count 0
idelay count 0
queuing-name : default-que (default que)
priority : 0
queue length/limit : 0/50
sent/drop packets:
packets : 3/0
bytes : 234/0
over count 0
delay count 0
borrow : 0
queuing-name : high-que
priority : 3
queue length/limit : 0/50
sent/drop packets:
packets : 0/0
bytes : 0/0
over count 0
delay count 0
borrow : 0

2.PC-Aが送信するパケットは「high-que」にキューイングされ、帯域は80Mbpsまで確保されます。

確認内容 画面表示例
キューの統計情報を表示
























default-que のパケット数がカウントされていることを確認
ac 米兰官网A#show qos queuing

interface : ac 米兰官网
queuing type : CBQ
queuing-name : root-que (root que)
priority : 0
queue length/limit : 0/50
sent/drop packets:
packets : 7/0
bytes : 546/0
over count 0
idelay count 0
queuing-name : default-que (default que)
priority : 0
queue length/limit : 0/50
sent/drop packets:
packets : 3/0
bytes : 234/0
over count 0
delay count 0
borrow : 0
queuing-name : high-que
priority : 3
queue length/limit : 0/50
sent/drop packets:
packets : 4/0
bytes : 312/0
over count 0
delay count 0
borrow : 0

ページトップへ

ac 米兰官网
All Rights Reserved, Copyright(C) FURUKAWA ELECTRIC CO., LTD. 2011
ac 米兰官网