CCNA静态路由实验
文章作者 100test 发表时间 2011:03:28 00:03:43
来源 100Test.Com百考试题网
题外话:
实验参照电子工业出版社的ccna认证指南640-802,配置好了始终ping测试不通,物理上连接不可达(Pinging 12.1.1.1 with 32 bytes of data:
Reply from 192.168.1.1: Destination host unreachable.)后来上网查了下,原来是串口没有配置时钟频率......
实验在cisco packet tracer5.2下做的
1.配置ip地址
pc上如图配置
R1上
en
conf t
int f0/0
ip add 192.168.1.1 255.255.255.0
no shut
int s0/1
clock rate 128000
ip add 12.1.1.1 255.255.255.0
no shut
exit
write
R2上
en
conf t
int s0/0
clock rate 128000
ip add 12.1.1.2 255.255.255.0
no shut
int s0/1
clock rate 128000
ip add 23.1.1.2 255.255.255.0
no shut
exit
write
R3上
en
conf t
int s0/0
clock rate 128000
ip add 23.1.1.3 255.255.255.0
no shut
int lo0
ip add 3.3.3.3 255.255.255.0
no shut
exit
write
测试用pc ping各个接口