配置帧中继HUB and Spoke 多点子接口
[ 2008-9-13 11:43:49 | By: xujing ]
 

实验目的:了解如何让在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
r1(config-if)#no sh
r1(config-if)#
%LINK-3-UPDOWN: Interface Serial3/0, changed state to up
r1(config-if)#e
r1(config)#


……
 
 
 
配置帧中继Hub and Spoke点到点子接口
[ 2008-9-10 17:46:39 | By: xujing ]
 

实验目的:了解如何在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


……
 
 
 
帧中继静态地址配置
[ 2008-9-10 16:08:53 | By: xujing ]
 

实验目的:了解如何在配置帧中继静态地址映射的配置方法

实验过程:

在R1上配置帧中继

R1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#int s3/0
R1(config-if)#en
R1(config-if)#encapsulation frame-relay
R1(config-if)#ip add 192.168.0.1 255.255.255.0
R1(config-if)#no sh
R1(config-if)#^Z


……
 
 
 
基本帧中继配置
[ 2008-9-10 15:30:27 | By: xujing ]
 

实验步骤:配置R1接口为帧中继

1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
r1(config)#int s3/0
r1(config-if)#encapsulation frame-relay
r1(config-if)#ip add 192.168.0.1 255.255.255.0
r1(config-if)#no sh 
r1(config-if)#exit
r1(config)#
%LINK-3-UPDOWN: Interface Serial3/0, changed state to up
r1(config)#^Z

r1#show frame-relay lmi


……
 
 
首页 上一页 下一页 尾页 页次:1/7页  4篇日志/页 转到:

 


留言簿

最新日志

最新评论

搜索

登陆

友情连接

统计


Powered by Oblog.