milan米兰体育ネットワーク機器の総合ブランド ファイテルネット
milan米兰体育官网
FITELnetトップ製品ラインナップイベント&セミナーセールス&サポート
Routing to the Future FITELnet
ac米兰中文官方网站例
プロトコル指定による優先制御のac米兰中文官方网站
全機種対応
説明
Router AおよびRouter Bのac米兰中文官方网站から出力されるパケットについて、以下の優先順位で送信します。
ICMPとTELNETが優先度 7(最優先)
SMTPとPOP3は優先度 3
それ以外は優先度 0(優先度最低)
構成
コマンドac米兰中文官方网站

Router A

ip route 0.0.0.0 0.0.0.0 192.0.2.2
access-list 1 permit any
access-list 101 permit icmp any any
access-list 101 permit tcp any any eq telnet
access-list 102 permit tcp any any eq smtp
access-list 102 permit tcp any any eq pop3
hostname ac米兰中文官方网站A
interface lan 1
 ip address 192.168.0.1 255.255.255.0
exit
interface ewan 1
 ip address 192.0.2.1 255.255.255.252
 qos output bandwidth 100M priq
 qos-que priq default-que priority 0 default
 qos-que priq high-que priority 7
 qos-que priq low-que priority 3
 service-policy output policy1
 ip nat inside source list 1 interface
exit
class-map high-class
 match ip access-group 101
exit
class-map low-class
 match ip access-group 102
exit
action-map high-action
 set queuing high-que
exit
action-map low-action
 set queuing low-que
exit
policy-map policy1
 class high-class action high-action
 class low-class action low-action
exit
end

Router B

ip route 0.0.0.0 0.0.0.0 192.0.2.1
access-list 1 permit any
access-list 101 permit icmp any any
access-list 101 permit tcp any any eq telnet
access-list 102 permit tcp any any eq smtp
access-list 102 permit tcp any any eq pop3
hostname ac米兰中文官方网站B
interface lan 1
 ip address 192.168.10.1 255.255.255.0
exit
interface ewan 1
 ip address 192.0.2.2 255.255.255.252
 qos output bandwidth 100M priq
 qos-que priq default-que priority 0 default
 qos-que priq high-que priority 7
 qos-que priq low-que priority 3
 service-policy output policy1
 ip nat inside source list 1 interface
exit
class-map high-class
 match ip access-group 101
exit
class-map low-class
 match ip access-group 102
exit
action-map high-action
 set queuing high-que
exit
action-map low-action
 set queuing low-que
exit
policy-map policy1
 class high-class action high-action
 class low-class action low-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)#ac米兰中文官方网站 permit any
Router(config)#ac米兰中文官方网站01 permit icmp any any
Router(config)#ac米兰中文官方网站01 permit tcp any any eq telnet
Router(config)#ac米兰中文官方网站02 permit tcp any any eq smtp
Router(config)#ac米兰中文官方网站02 permit tcp any any eq pop3
Router(config)#hostname ac米兰中文官方网站A
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)#interface ac米兰中文官方网站
ac米兰中文官方网站A(config-if ewan 1)#ip address 192.0.2.1 255.255.255.252
ac米兰中文官方网站A(config-if ewan 1)#qos output bandwidth 100M priq
ac米兰中文官方网站A(config-if ewan 1)#qos-que priq default-que priority 0 default
ac米兰中文官方网站A(config-if ewan 1)#qos-que priq high-que priority 7
ac米兰中文官方网站A(config-if ewan 1)#qos-que priq low-que priority 3
ac米兰中文官方网站A(config-if ewan 1)#service-policy output policy1
ac米兰中文官方网站A(config-if ewan 1)#ip nat inside source list 1 interface
ac米兰中文官方网站A(config-if ewan 1)#exit
ac米兰中文官方网站A(config)#class-map high-class
ac米兰中文官方网站A(config-class-map)#match ip access-group 101
ac米兰中文官方网站A(config-class-map)#exit
ac米兰中文官方网站A(config)#class-map low-class
ac米兰中文官方网站A(config-class-map)#match ip access-group 102
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)#action-map low-action
ac米兰中文官方网站A(config-action-map)#set queuing low-que
ac米兰中文官方网站A(config-action-map)#exit
ac米兰中文官方网站A(config)#policy-map policy1
ac米兰中文官方网站A(config-policy-map)#class high-class action high-action
ac米兰中文官方网站A(config-policy-map)#class low-class action low-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

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)#ac米兰中文官方网站 permit any
Router(config)#ac米兰中文官方网站01 permit icmp any any
Router(config)#ac米兰中文官方网站01 permit tcp any any eq telnet
Router(config)#ac米兰中文官方网站02 permit tcp any any eq smtp
Router(config)#ac米兰中文官方网站02 permit tcp any any eq pop3
Router(config)#hostname ac米兰中文官方网站B
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)#interface ac米兰中文官方网站
ac米兰中文官方网站B(config-if ewan 1)#ip address 192.0.2.2 255.255.255.252
ac米兰中文官方网站B(config-if ewan 1)#qos output bandwidth 100M priq
ac米兰中文官方网站B(config-if ewan 1)#qos-que priq default-que priority 0 default
ac米兰中文官方网站B(config-if ewan 1)#qos-que priq high-que priority 7
ac米兰中文官方网站B(config-if ewan 1)#qos-que priq low-que priority 3
ac米兰中文官方网站B(config-if ewan 1)#service-policy output policy1
ac米兰中文官方网站B(config-if ewan 1)#ip nat inside source list 1 interface
ac米兰中文官方网站B(config-if ewan 1)#exit
ac米兰中文官方网站B(config)#class-map high-class
ac米兰中文官方网站B(config-class-map)#match ip access-group 101
ac米兰中文官方网站B(config-class-map)#exit
ac米兰中文官方网站B(config)#class-map low-class
ac米兰中文官方网站B(config-class-map)#match ip access-group 102
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)#action-map low-action
ac米兰中文官方网站B(config-action-map)#set queuing low-que
ac米兰中文官方网站B(config-action-map)#exit
ac米兰中文官方网站B(config)#policy-map policy1
ac米兰中文官方网站B(config-policy-map)#class high-class action high-action
ac米兰中文官方网站B(config-policy-map)#class low-class action low-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
ac米兰中文官方网站状態の確認 1

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

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




ac米兰中文官方网站が正しいことを確認



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

Standard IP access list 1
permit any

Extended IP access list 101
permit icmp any any
ac米兰中文官方网站 telnet

Extended IP access list 102
ac米兰中文官方网站 smtp
ac米兰中文官方网站 pop3
ac米兰中文官方网站状態の確認 2

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

1.PC-AからPC-CにICMP通信をおこなった場合、「high-que」にキューイングされ最高優先度で転送されます。

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





















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

interface : ac米兰中文官方网站
queuing type : PRIQ
queuing-name default-que (default que)
priority : 0
queue length/limit : 0/50
sent/drop packets:
packets : 0/0
bytes : 0/0
period cnt : 0
queuing-name low-que
priority : 3
queue length/limit : 0/50
sent/drop packets:
packets : 0/0
bytes : 0/0
period cnt : 0
queuing-name high-que
priority : 7
queue length/limit : 0/50
sent/drop packets:
packets : 3/0
bytes : 234/0
period cnt : 3

2.PC-AからPC-CにPOP3通信をおこなった場合、low-queにキューイングされ優先度3で転送されます。

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














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

interface : ac米兰中文官方网站
queuing type : PRIQ
queuing-name default-que (default que)
priority : 0
queue length/limit : 0/50
sent/drop packets:
packets : 0/0
bytes : 0/0
period cnt : 0
queuing-name low-que
priority : 3
queue length/limit : 0/50
sent/drop packets:
packets : 3/0
bytes : 198/0
period cnt : 3
queuing-name high-que
priority : 7
queue length/limit : 0/50
sent/drop packets:
packets : 3/0
bytes : 234/0
period cnt : 3

ページトップへ

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