RTシリーズとCISCOルータの相互接続のための設定例集
64kbits/sフレームリレーの使用
| 新規作成日 | 2001/Jun/28 |
| 最終変更日 | 2018/Nov/06 |
| 文書サイズ | 4.0KB |
64kbits/sフレームリレーの使用
[ 64kbits/sフレームリレーの使用 ]
PC2
|
------+------ 172.16.1.0/24
|.254
+---------+
|Cisco1601| IOS 12.1(6)
+---------+
10.1.1.2 :
: DLCI=16
FrameRelay(64kbit/s)
: DLCI=20
10.1.1.1 :
+---------+
| RT103i | Rev4.00.44
+---------+
|.254
------+------ 192.168.1.0/24
|
PC1
|
console prompt RT103i: pp line l64 ip lan address 192.168.1.254/24 pp select leased ip pp local address 10.1.1.1/24 ip pp route add net default 10.1.1.2 1 pp encapsulation fr ...................................... *1 pp enable leased |
| *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 address 10.1.1.2 255.255.255.0 encapsulation frame-relay IETF .......................... *2 no fair-queue frame-relay map ip 10.1.1.1 16 broadcast ................ *3 frame-relay lmi-type q933a ! interface BRI0:2 no ip address no fair-queue ! ip route 0.0.0.0 0.0.0.0 10.1.1.1 |
| *2 | フレームリレーのカプセル化を設定します。 |
| *3 | 対向先アドレスとDLCIの関連付けを行います。 |
|
|