OSPF 配置

来源:百度知道 编辑:UC知道 时间:2024/06/04 12:36:23
4个陆游6个PC机器拓扑图在空间里需要6个互相PING能PING通大家给下代码 所有的谢谢图
我还会追分

r1:
conf t
int s1
clockrate 64000
ip add 12.0.0.1 255.255.255.252
no shut
int e0
ip add 1.1.1.1 255.255.255.0
no shut
exit
router ospf 10
network 1.1.1.0 0.0.0.255 area 0
network 12.0.0.0 0.0.0.3 area 0

r2:
conf t
int s1
ip add 12.0.0.2 255.255.255.252
no shut
int e0
ip add 2.2.2.1 255.255.255.0
no shut
int s2
clockrate 64000
ip add 23.0.0.1 255.255.255.252
no shut
exit
router ospf 10
network 2.2.2.0 0.0.0.255 area 0
network 23.0.0.0 0.0.0.3 area 0

r3:
conf t
int s2
ip add 23.0.0.2 255.255.255.252
no shut
int e0
ip add 3.3.3.1 255.255.255.0
no shut
exit
router ospf 10
network 3.3.3.0 0.0.0.255 area 0
network 23.0.0.0 0.0.0.3 area 0

假如左上1路由器IP为192.168.1.1 DHCP分配地址为192.168.1.2~255子网255.255.255.0
假如右上2路由器IP为192.168.2.1DHCP分配地址为