1、R1路由器:
配置各接口的IP地址信息,配置回環(huán)網(wǎng)卡固定IP地址,配置OSPF協(xié)議信息。
conf t
int f0/0
ip add 192.168.10.1 255.255.255.0
no shut
int f0/1
ip add 192.168.20.1 255.255.255.0
no shut
ex
int lo 0
ip add 1.1.1.1 255.255.255.255
no shut
ex
router ospf 1
router-id 1.1.1.1
network 192.168.10.0 0.0.0.255 area 2
network 192.168.20.0 0.0.0.255 area 2
2、R2路由器
配置各接口的IP地址信息,配置回環(huán)網(wǎng)卡固定IP地址,配置OSPF協(xié)議信息,創(chuàng)建虛鏈路。
conf t
int f0/0
ip add 192.168.20.2 255.255.255.0
no shut
int f0/1
ip add 192.168.30.1 255.255.255.0
no shut
ex
int lo 0
ip add 2.2.2.2 255.255.255.255
no shut
ex
router ospf 1
router-id 2.2.2.2
network 192.168.20.0 0.0.0.255 area 2
network 192.168.30.0 0.0.0.255 area 1
ex
router ospf 1
area 1 virtual-link 3.3.3.3
3、R3路由器:
配置各接口的IP地址信息,配置回環(huán)網(wǎng)卡固定IP地址,配置OSPF協(xié)議信息,創(chuàng)建虛鏈路。
conf t
int f0/0
ip add 192.168.30.2 255.255.255.0
no shut
ex
int f0/1
ip add 192.168.40.1 255.255.255.0
no shut
int lo 0
ip add 3.3.3.3 255.255.255.255
no shut
ex
router ospf 1
router-id 3.3.3.3
network 192.168.30.0 0.0.0.255 area 1
network 192.168.40.0 0.0.0.255 area 0
ex
router ospf 1
area 1 virtual-link 2.2.2.2
4、R4路由器:
配置各接口的IP地址信息,配置回環(huán)網(wǎng)卡固定IP地址,配置OSPF協(xié)議信息。
conf t
int f0/0
ip add 192.168.40.2 255.255.255.0
no shut
int f0/1
ip add 192.168.50.1 255.255.255.0
no shut
ex
int lo 0
ip add 4.4.4.4 255.255.255.255
no shut
ex
router ospf 1
router-id 4.4.4.4
network 192.168.40.0 0.0.0.255 area 0
network 192.168.50.0 0.0.0.255 area 0
二、客戶(hù)端環(huán)境部署
1、PC1配置IP地址及網(wǎng)關(guān)信息
2、PC2配置IP地址及網(wǎng)關(guān)信息
三、驗(yàn)證全網(wǎng)互通性
PC1可以通過(guò)虛鏈路與PC2 進(jìn)行通訊,實(shí)驗(yàn)成功!
更多關(guān)于云服務(wù)器,域名注冊(cè),虛擬主機(jī)的問(wèn)題,請(qǐng)?jiān)L問(wèn)三五互聯(lián)官網(wǎng):m.shinetop.cn