根据以下网络拓扑结构图,配置路由器的静态IP路由表。(在Cisco Packet Tracer环境下模拟)

2025-04-14 02:47:26
推荐回答(2个)
回答1:

R1:
ip route 190.1.0.0 255.255.0.0 30.0.0.1
ip route 20.0.0.0 255.0.0.0 30.0.0.1
R2:
ip route 190.1.0.0 255.255.0.0 20.0.0.2
ip route 30.0.0.0 255.0.0.0 20.0.0.2
R3不用配置

回答2:

如果你的需求是R1/R2能访问PC 或者PC能访问R1 R2
R1:ip route 190.1.0.0 255.255.0.0 30.0.0.1
R2:ip route 190.1.0.0 255.255.0.0 20.0.0.2
R3上有 R1和R2 、PC的直连路由,所有可以直接通信,保证PC上配置默认网关为190.1.1.1