RTシリーズとCISCOルータの相互接続のための設定例集
RIPバージョン2の使用
| 新規作成日 | 2002/Jun/21 |
| 最終変更日 | 2002/Jun/21 |
| 文書サイズ | 6kB |
RIPバージョン2の使用
[ RIPバージョン2の使用 ]
PC2
|
------+------ 172.16.1.0/24
|.254
+---------+
|Cisco3640| IOS 12.2(8)T
+---------+
:
:
専用線(64kbit/s)
:
:
+---------+
| RT105i | Rev6.03.08
+---------+
|.254
------+------ 192.168.1.0/24
|
PC1
|
console prompt RT105i: ip lan1 address 192.168.1.254/24 line type bri1 l64 pp select 1 pp bind bri1 ip pp rip send on version 2 ..................... *1 ip pp rip connect send interval ................. *2 ip pp rip connect interval 30 ................... *3 pp enable 1 rip use on ...................................... *1 |
| *1 | RIP機能を有効にします。 |
| *2 | RIP送出を定期的に行う設定にします。 |
| *3 | RIP送出間隔を30秒に設定します。 |
hostname Cisco3640 ! ip subnet-zero no ip domain-lookup ! isdn switch-type ntt isdn leased-line BRI3/0 ! interface FastEthernet0/0 ip address 172.16.1.254 255.255.255.0 ! interface BRI3/0 no ip address shutdown ! interface BRI3/0:1 ip unnumbered FastEthernet0/0 encapsulation ppp ! interface BRI3/0:2 no ip address shutdown ! router rip ...................................... *4 version 2 network 172.16.0.0 no auto-summary |
| *4 | RIPバージョン2機能を有効にします。 |
|
|