這一次,我們使用路由器模擬來模擬幀中繼配置,組網方式是4太router組成一個三叉型的網絡,中間的是R4,R1、R2和R3分別鏈接R4。廈門是全部的配置命令行和一些注解。
conf t
frame-relay switching開啟幀中繼交換機功能
interface s1/0在這個接口(連接hub路由器的那個接口)模式下
description Link to RouterA配置一個描述信息
encapsulation frame-relay封裝成幀中繼鏈路
frame intf-type dce配置成DCE
frame route 102 interface s1/1 201 接口是從s1/0為進方向,往外地那個接口
frame route 103 interface s1/2 301 配置幀中繼交換機,DLCI和接口的映射
interface s1/1
description Link to RouterB
encapsulation frame-relay
frame-relay intf-type dce
frame-relay route 201 interface s1/0 102
frame-relay route 203 interface s1/2 302
interface s1/1
description Link to RouterC
encapsulation frame-relay
frame-relay intf-type dce
frame-relay route 301 interface s1/0 103
frame-relay route 302 interface s1/1 203
新聞熱點
疑難解答