RTシリーズとCISCOルータの相互接続のための設定例集
データ圧縮機能の使用
| 新規作成日 | 2001/Jun/28 |
| 最終変更日 | 2018/Nov/06 |
| 文書サイズ | 4.1KB |
データ圧縮機能の使用
[ データ圧縮機能の使用 ]
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 routing protocol rip2 ip pp rip connect send interval ip pp rip connect interval 30 fr compression use dlci=20 cstac ................................................ *1 pp encapsulation fr pp enable leased |
| *1 | Frame Relay ForumのFRF.9方式のデータ圧縮を行う設定にします。 |
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 no fair-queue frame-relay map ip 10.1.1.1 16 broadcast IETF payload-compression FRF9 stac .... *2 frame-relay lmi-type q933a ! interface BRI0:2 no ip address no fair-queue ! router rip version 2 network 10.0.0.0 network 172.16.0.0 no auto-summary |
| *2 | Frame Relay ForumのFRF.9方式のデータ圧縮を行う設定にします。 |
|
|