RTシリーズとCISCOルータの相互接続のための設定例集
優先制御の使用
| 新規作成日 | 2001/Jun/28 |
| 最終変更日 | 2018/Nov/06 |
| 文書サイズ | 4.7KB |
優先制御の使用
[ 優先制御の使用 ]
PC2(Client)
|
------+------ 172.16.1.0/24
|.254
+---------+
|Cisco1601| IOS 12.1(6)
+---------+
:
:
専用線(64kbit/s)
:
:
+---------+
| RT103i | Rev4.00.44
+---------+
|.254
------+------ 192.168.1.0/24
|
PC1(Server)
|
console prompt RT103i: pp line l64 queue class filter 1 4 ip * * tcp telnet * ........... *1 queue class filter 2 3 ip * * tcp www * .............. *1 queue class filter 3 1 ip * * tcp ftpdata * .......... *1 queue class filter 4 1 ip * * tcp 21 * ............... *1 ip lan address 192.168.1.254/24 pp select leased ip pp routing protocol rip2 ip pp rip connect send interval ip pp rip connect interval 30 pp queue type priority ............................... *2 pp queue class filter list 1 2 3 4 ................... *3 pp enable leased |
| *1 | サービス毎に優先度の異なるキューを割り当てます。 |
| *2 | BRIインタフェースに対し優先制御を設定します。 |
| *3 | "*1"で割り当てられたキュー設定を有効にします。 |
hostname C1601 ! ip subnet-zero no ip domain-lookup ! isdn switch-type ntt isdn leased-line BRI0 ! interface Ethernet0 ip address 172.16.1.254 255.255.255.0 ! interface BRI0 no ip address shutdown ! interface BRI0:1 ip unnumbered Ethernet0 encapsulation ppp priority-group 1 .................................... *4 ! interface BRI0:2 no ip address no fair-queue ! router rip version 2 network 172.16.0.0 no auto-summary ! priority-list 1 protocol ip high tcp telnet .......... *5 priority-list 1 protocol ip medium tcp www ........... *5 priority-list 1 protocol ip low tcp ftp .............. *5 priority-list 1 protocol ip low tcp ftp-data ......... *5 |
| *4 | BRIインタフェースに対し優先制御を設定します。 |
| *5 | サービス毎に優先度の異なるキューを割り当てます。 |
|
|