RTシリーズとCISCOルータの相互接続のための設定例集
RIPngの使用
| 新規作成日 | 2002/Jun/21 |
| 最終変更日 | 2002/Jun/21 |
| 文書サイズ | 6kB |
RIPngの使用
[ RIPngの使用 ]
PC2
|
------+------ 2001:3::/64
2001:3::1 |
+---------+
|Cisco3640| IOS 12.2(8)T
+---------+
: 2001:2::2/64
:
専用線(64kbit/s)
:
: 2001:2::1/64
+---------+
| RT105i | Rev6.03.08
+---------+
2001:1::1 |
------+------ 2001:1::/64
|
PC1
|
console prompt RT105i: ipv6 lan1 address 2001:1::1/64 line type bri1 l64 pp select 1 pp bind bri1 ipv6 pp address 2001:2::1/64 ipv6 pp rip send on .............................. *1 ipv6 pp rip connect send interval ................ *2 ipv6 pp rip connect interval 30 .................. *3 pp enable 1 ipv6 rip use on .................................. *1 |
| *1 | RIPng機能を有効にします。 |
| *2 | RIPng送出を定期的に行う設定にします。 |
| *3 | RIPng送出間隔を30秒に設定します。 |
hostname Cisco3640 ! ipv6 unicast-routing ! isdn switch-type ntt isdn leased-line BRI3/0 ! interface FastEthernet0/0 no ip address ipv6 address 2001:3::1/64 ipv6 enable ipv6 rip SEND-RIP enable ........................ *4 ! interface BRI3/0:1 no ip address encapsulation ppp ipv6 address 2001:2::2/64 ipv6 enable ipv6 rip SEND-RIP enable ........................ *4 ! interface BRI3/0:2 no ip address shutdown ! ipv6 router rip SEND-RIP ......................... *5 |
| *4 | 各インタフェースでRIPng機能を有効にします。 |
| *5 | ルータのRIPng機能を起動します。 |
|
|