实验目的:了解如何在Hub and Spoke拓扑下配置帧中继点到点的子接口
实验环境:实验室的模拟器
实验过程:在R1上进行配置
r1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
r1(config)#int s3/0
r1(config-if)#en fr 在主机口下封装frame-relay
r1(config-if)#no sh
r1(config-if)#no frame inverse-arp 关闭反向ARP
r1(config-if)#exit
……