在思科模拟器中完成pc0,pc1到pc2,dhcp,ftp的连通访问 求详细步骤和截图

如题所述

左侧的路由器配置
en
conf t
int f0/0 (靠近PC0的一侧,需要自己看图确定)
ip add 192.168.1.1 255.255.255.0
no shut
int f0/1 (靠近右侧路由器的一侧,需要自己看图确定)
ip add 192.168.3.1 255.255.255.0
no shut
exit
ip route 192.168.2.0 255.255.255.0 192.168.3.2
右侧路由器配置
en
conf t
int f0/0 (靠近左侧路由器的一侧,需要自己看图确定)
ip add 192.168.3.2 255.255.255.0
no shut
int f0/1 (靠近PC2的一侧,需要自己看图确定)
ip add 192.168.2.1 255.255.255.0
no shut
exit
ip route 192.168.1.0 255.255.255.0 192.168.3.1
给左侧的PC0和PC1配置网关为192.168.1.1
右侧的计算机配置网关为192.168.2.1
两边就可以互访了
温馨提示:答案为网友推荐,仅供参考
相似回答