2 配置帧中继交换机( 二 )


!
interface Serial3
 no ip address
 encapsulation frame-relay
 clockrate 64000
 frame-relay Imi-type cisco
 frame-relay intf-type dee
 frame-relay route 301 interface Serial1 103
 frame-relay route 302 interface Serial2 203
第2段:查看有关信息
FR_Switch#sh fr route
Input Intf Input DiciOutput IntfOutput DiciStatus
Serial1102 Serial2 201 inactive
Serial1103 Serial3 301 inactive
Serial2201 Serial1 102 inactive
Serial2203 Serial3 302 inactive
SeriaS3301 Serial1 103 inactive
Serial3302 Serial2 203 inactive
FR_Switch#
(1)在配置帧中继全网状拓扑环境时,需要注重的是用Frame-relay route语句把所有可能的虚电路都进行设置,如清单中的S1到S2和S3 。S2到S1和S3、S3到S1和S2共3个PVC,需6条语句来配置 。
(2)show fr route命令列出的清单表明配置是成功的 。

推荐阅读