1、 區域1,2調整為stu區域全網啟動ospf協議
2、 將r3的直連路由發布到區域0裡
3、 檢視r4的ospf路由表
r4]dis ospf 1 routing
ospf process 1 with router id 4.4.4.4
routing tables
routing for network
routing for ases
destination cost type tag nexthop advrouter
20.0.0.0/24 1 type2 1 10.0.14.1 3.3.3.3
20.0.0.0/24 1 type2 1 10.0.24.2 3.3.3.3
可以看到有兩條路由,型別為型別二
檢視ospf資料庫
as external database
type linkstate id advrouter age len sequence metric
external 10.0.13.0 3.3.3.3 351 36 80000001 1
external 20.0.0.0 3.3.3.3 351 36 80000001 1
external 10.0.23.0 3.3.3.3 360 36 80000001 1
external 3.3.3.3 3.3.3.3 360 36 80000001 1
四條路由為五類域外路由
4、 配置stub區域並且實現r41為主路線,r42為備份
修改ospf的優先順序
檢視資料庫表
sum-net 0.0.0.0 1.1.1.1 480 28 80000001 1
sum-net 0.0.0.0 2.2.2.2 290 28 80000002 10
優先順序得到修改
r5同樣
5、 配置為totally stub不能接除預設意外的路由
[r4]dis ospf lsdb
ospf process 1 with router id 4.4.4.4
link state database
area: 0.0.0.1
type linkstate id advrouter age len sequence metric
router 4.4.4.4 4.4.4.4 24 60 8000000f 1
router 2.2.2.2 2.2.2.2 25 36 80000006 1
router 1.1.1.1 1.1.1.1 47 36 80000007 1
network 10.0.14.4 4.4.4.4 43 32 80000002 0
network 10.0.24.4 4.4.4.4 24 32 80000002 0
sum-net 0.0.0.0 1.1.1.1 677 28 80000001 1
sum-net 0.0.0.0 2.2.2.2 26 28 80000003 10
dis ospf lsdb
ospf process 1 with router id 5.5.5.5
link state database
area: 0.0.0.2
type linkstate id advrouter age len sequence metric
router 2.2.2.2 2.2.2.2 82 36 80000006 1
router 1.1.1.1 1.1.1.1 92 36 80000007 1
router 5.5.5.5 5.5.5.5 71 60 8000000d 1
network 10.0.15.5 5.5.5.5 83 32 80000002 0
network 10.0.25.5 5.5.5.5 71 32 80000002 0
sum-net 0.0.0.0 2.2.2.2 697 28 80000001 1
sum-net 0.0.0.0 1.1.1.1 93 28 80000003 10
OSPF 不規則區域實驗
ospf不規則區域實驗 一 知識點整理 ospf中路由器的角色 看圖 骨幹路由器 路由器所有介面屬於area 0 r3 非骨幹路由器 路由器所有介面屬於非area 0 r1 r5 abr 區域邊界路由器,能夠產生3類lsa的路由器。屬於area 0和非area 0邊界的路由器 r2 r4 asbr ...
實驗七 訊號
專案 內容所屬課程 作業要求 學號姓名 17043215賴長江 學習目標 1.了解訊號的概念。2.掌握訊號處理的方法。1.編寫乙個簡單的程式並執行,然後向該程序傳送不同的訊號以觀察該程序對接收到訊號的反應。在終端編譯並執行該程式,我們可以在當前終端通過按鍵組合向該程序傳送訊號 ctrl c ctrl...
實驗七作業
part 2 驗證性實驗2 未修改前結果 修改後 所以修改後沒有區別。2 文字檔案和二進位制檔案的區別 二進位制檔案 把記憶體中的資料按記憶體的儲存形式原樣輸出到儲存器存放,可節省外存空間和儲存時間,但不能直接輸出字元格式,不能直接用記事本開啟。程式設計練習 include include incl...