亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

OSPF路由協議——高級配置(模擬實驗)

發布時間:2020-07-17 10:58:19 來源:網絡 閱讀:489 作者:caozhengtao1213 欄目:系統運維

OSPF高級配置拓撲結構圖

OSPF路由協議——高級配置(模擬實驗)
建立拓撲結構時,R3路由器需要右鍵點擊選擇configure,在Slots中添加兩塊NM-1FE-TX業務板。
OSPF路由協議——高級配置(模擬實驗)

一、服務端環境部署

1、R1路由器:

配置各接口的IP地址信息;配置末梢網絡的默認路由,并指向下一跳地址信息。
OSPF路由協議——高級配置(模擬實驗)


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
ip router 0.0.0.0 0.0.0.0 192.168.20.2

2、R2路由器:

配置各接口的IP地址信息,配置OSPF路由協議;配置靜態路由;注入直連網段信息;注入靜態路由信息。
OSPF路由協議——高級配置(模擬實驗)


conf t
int f0/0
ip add 192.168.30.1 255.255.255.0
no shut
ex
int f0/1
ip add 192.168.20.2 255.255.255.0
no shut
router ospf 1
router-id 2.2.2.2
network 192.168.30.0 0.0.0.255 area 1
ex
ip router 192.168.10.0 255.255.255.0 192.168.20.1
router ospf 1
redistribute  connected subnets
redistribute static subnets

3、R3路由器:

(1)配置各接口的IP地址信息,
OSPF路由協議——高級配置(模擬實驗)


conf t
int f0/0
ip add 192.168.30.2 255.255.255.0
no shut
int f0/1
ip add 192.168.40.1 255.255.255.0
no shut
int f1/0
ip add 12.0.0.1 255.255.255.0
no shut
int f2/0
ip add 192.168.70.1 255.255.255.0
no shut

(2)配置默認路由,配置OSPF路由協議,注入默認路由信息。
OSPF路由協議——高級配置(模擬實驗)


ip route 0.0.0.0 0.0.0.0 12.0.0.2
route ospf 1
route-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
network 192.168.70.0 0.0.0.255 area 0
default-information originate
ex

4、R4路由器:

(1)配置各接口的IP地址信息,
OSPF路由協議——高級配置(模擬實驗)


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

(2)配置RIP路由協議,注入OSPF路由協議信息,注入RIP協議信息。
OSPF路由協議——高級配置(模擬實驗)


route rip
ver 2
no auto-summary
network 192.168.50.0
ex
router rip
redis ospf 1 metric 5
ex
router ospf 1
router-id 4.4.4.4
network 192.168.40.0 0.0.0.255 area 0
redistribute rip subnets

5、R5路由器:

配置各接口的IP地址信息,配置RIP路由協議,
OSPF路由協議——高級配置(模擬實驗)


conf t
int f0/0
ip add 192.168.50.2 255.255.255.0
no shut
int f0/1
ip add 192.168.60.1 255.255.255.0
no shut
router rip
ver 2
no auto-summary
network 192.168.50.0
network 192.168.60.0

6、R6路由器:

配置各接口的IP地址信息,配置靜態路由。
OSPF路由協議——高級配置(模擬實驗)


conf t
int f0/0
ip add 12.0.0.2 255.255.255.0
no shut
int f0/1
ip add 13.0.0.1 255.255.255.0
no shut
ex
ip route 192.168.0.0 255.255.0.0 12.0.0.1

二、客戶端環境部署

1、主機1配置IP地址及網關信息
OSPF路由協議——高級配置(模擬實驗)

2、主機2配置IP地址及網關信息
OSPF路由協議——高級配置(模擬實驗)

3、主機3配置IP地址及網關信息
OSPF路由協議——高級配置(模擬實驗)

4、主機4配置IP地址及網關信息
OSPF路由協議——高級配置(模擬實驗)

三、查看路由表信息

R1路由表
OSPF路由協議——高級配置(模擬實驗)
R2路由表
OSPF路由協議——高級配置(模擬實驗)
R3路由表
OSPF路由協議——高級配置(模擬實驗)
R4路由表
OSPF路由協議——高級配置(模擬實驗)
R5路由表
OSPF路由協議——高級配置(模擬實驗)
R6路由表
OSPF路由協議——高級配置(模擬實驗)

四、驗證全網互通性

OSPF路由協議——高級配置(模擬實驗)

主機1可以與主機2、主機3、主機4進行通訊,全網互通,實驗成功!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

公安县| 通河县| 霞浦县| 涞源县| 沙河市| 灌阳县| 太仆寺旗| 平南县| 佳木斯市| 隆子县| 舒兰市| 博爱县| 武威市| 调兵山市| 闽侯县| 娄底市| 县级市| 乐亭县| 军事| 油尖旺区| 通化市| 察隅县| 乡城县| 南江县| 益阳市| 安图县| 顺义区| 泸定县| 宁阳县| 河北区| 蕉岭县| 靖宇县| 武冈市| 安西县| 湖口县| 晋宁县| 东山县| 织金县| 沙河市| 海宁市| 新丰县|