トップ 差分 一覧 ソース 検索 ヘルプ PDF RSS ログイン

フレームリレーポイントツーポイント接続

フレームリレーポイントツーポイント接続

図のようなポイントツーポイントの接続の設定としてサブインターフェースでポイントルーポイントを指定し、InverseARPDLCIを割り当てる。

  R1の設定

R1(config)#interface seiral 0/0/0
R1(config-if)#encapsulation frame-relay
R1(config-if)#no shutdown
R1(config-if)#interface serial 0/0/0.100 point-to-point
R1(config-if)#ip address 192.168.1.1 255.255.255.252
R1(config-if)#frame-relay interface-dlci 100
R1(config-if)#end
R1#

  R2の設定

R2(config)#interface seiral 0/0/0
R2(config-if)#encapsulation frame-relay
R2(config-if)#no shutdown
R2(config-if)#interface serial 0/0/0.150 point-to-point
R2(config-if)#ip address 192.168.1.2 255.255.255.252
R2(config-if)#frame-relay interface-dlci 150
R2(config-if)#end
R2#

[フレームリレー]