静态路由配置
2007-10-10 来源:PC235.COM 您有问题?请联系我们关 键 词:静态路由配置
【】静态路由配置
本人用的是boson虚拟路由
我不会贴图,就用说的了 路由图:路由1和路由2连,路由1路由2分别连个交换机和PC机
进入路由1
en
conf t
int e0
ip add 192.168.1.1 255.255.255.0
no shut
exit
int s0
ip add 172.16.1.2 255.255.255.0
no shut
show controtlers s0
查看是否IDE,是的话就要配置时钟频率,我这里是
clock rate 5600
bandwidth
no shut
exit
进入路由2
en
conf t
int e0
ip add 192.168.2.1 255.255.255.0
no shut
exit
int s0
ip add 10.10.10.1 255.255.255.0
no shut
show controtlers s0
查看是否IDE,是的话就要配置时钟频率,我这里不是
exit
进入路由1
conf t
ip route
netw 192.168.2.0
进入路由2
conf t
ip route
netw 192.168.1.0
进入PC1
w
ping 192.168.1.1
进入PC2
w
ping 10.10.10.1
进入路由1
ping 10.10.10.1
进入路由2
ping 192.168.1.1
静态路由配置文章结束
更多内容请看 硬件知识 > > 网络设备故障专题【最新推荐】