 |
1 . Unnumbered(point-to-point),InverseARPを使う |
|
・概要と設定 |
FITELnet-E30を3台接続する例です。
FITELnet-E-Aと、FITELnet-E-BおよびFITELnet-E-Cをポイントツーポイント(Unnumbered)で接続します。
ネットワーク間のルーティング情報はRIPで運用され、インタフェースアドレスは、InverseARPにより、互いに自動的に割り付けられます。
各フレームリレー回線の回線速度は128kbps、CIR値は32kbpsとします。
|
<FITELnet-EシリーズのAの設定>
1.
〔ルータの便利な設定〕の中から〔フレームリレー接続〕を選びます。
(1) フレームリレーの回線速度と,LAN側IPアドレスを設定します。
|
|
(2) DLCI,PIR,CIRを設定します。
|
|
|
2.〔リセット〕
|
|
conf#wan fr 128
conf#dlci 16 pir=128 cir=32
conf#dlci 17 pir=128 cir=32
conf#interface lan addr=192.168.1.1,255.255.255.0
conf#interface fr type=pointtopoint
conf#rtcontrol fr sendinterval=30 send=on recv=on ageout=180
conf#exit
configuration modified. save OK ? (y/n): y
please reset#reset
Do you want to continue (y/n)?: y
|
conf#wan fr 128
conf#dlci 16 pir=128 cir=32
conf#interface lan addr=192.168.2.1,255.255.255.0
conf#interface fr type=pointtopoint
conf#rtcontrol fr sendinterval=30 send=on recv=on ageout=180
conf#exit
configuration modified. save OK ? (y/n): y
please reset#reset
Do you want to continue (y/n)?: y
|
conf#wan fr 128
conf#dlci 16 pir=128 cir=32
conf#interface lan addr=192.168.3.1,255.255.255.0
conf#interface fr type=pointtopoint
conf#rtcontrol fr sendinterval=30 send=on recv=on ageout=180
conf#exit
configuration modified. save OK ? (y/n): y
please reset#reset
Do you want to continue (y/n)?: y
|
ネットワーク間のルーティング情報はスタティックに登録して運用する場合は、以下の設定を追加します。
FITELnet-E-Aの追加設定
conf#rtcontrol fr send=off recv=off
conf#ipripstatic add dst=192.168.2.0,255.255.255.0 nexthop=192.168.2.1 metric=2
conf#ipripstatic add dst=192.168.3.0,255.255.255.0 nexthop=192.168.3.1 metric=2
FITELnet-E-Bの追加設定
conf#rtcontrol fr send=off recv=off
conf#ipripstatic add dst=192.168.1.0,255.255.255.0 nexthop=192.168.1.1 metric=2
conf#ipripstatic add dst=192.168.3.0,255.255.255.0 nexthop=192.168.1.1 metric=2
FITELnet-E-Cの追加設定
conf#rtcontrol fr send=off recv=off
conf#ipripstatic add dst=192.168.1.0,255.255.255.0 nexthop=192.168.3.1 metric=2
conf#ipripstatic add dst=192.168.2.0,255.255.255.0 nexthop=192.168.1.1 metric=2