主要是练习点到多点和点到点的帧继基本配置命令。
l 安照图3-7 结构配置点到多点和点到点的帧中继网络。
l R5到R2和R3使用静态PVC映射。
l R5到R4之间使用动态PVC映射。
安照图3-7这个拓扑连接好设备。
图3-7 实验拓扑
l 5台router,其中一台配置为帧中继交换机。
l 背对背线缆4条。
第1步 配置帧中继封装和子接口
encapsulation frame-relay [ cisco | ietf ]
interface s1/0.1 [ point-to-point | multipoint ]
第2步 配置LMI类型(本实验中采用自动识别)
frame-relay lmi-type [ ansi | cisco | q933i ]
第3步 配置地址映射为动态or 静态
frame-relay map protocol [ ip | dec | appletalk | xns | ipx | vines | clns | bridge | llc2 | dlsw ] next_hop_address [ broadcast ] [ ietf | cisco ]
frame-relay interface-dlci dlci_number
第4步 关掉水平分割
在接口下no ip split-horizon
第5步 配置EIGRP,并关闭自动汇总。
router eigrp as_number
network network_address subnet_mask
no auto-summary
第6步 检查配置,检查路由。