hcia寒假作業rip實驗
要求;1 全網可達
2 r4的環迴不能被宣告
3 r2,r3,r4各有兩個環迴需要彙總
4 保證更新安全
5 加快收斂速度
1、配完ip位址和環迴後宣告
宣告完後就可全網可達
2、lookback2 配100.1.1.1 24 並且分發
3、彙總環迴
[r2]in
[r2]info-center
[r2]inte***ce g0/0/1
[r2-gigabitethernet0/0/1]rip su
[r2-gigabitethernet0/0/1]rip summary-address
[r2-gigabitethernet0/0/1]rip summary-address 192.168.1.0 255.255.255.0
[r3]in
[r3]info-center
[r3]inte***ce g0/0/0
[r3-gigabitethernet0/0/0]rip su
[r3-gigabitethernet0/0/0]rip summary-address 192.168.2.0 255.255.255.0
[r4]in
[r4]info-center
[r4]inte***ce g0/0/1
[r4-gigabitethernet0/0/1]rip su
[r4-gigabitethernet0/0/1]rip summary-address
[r4-gigabitethernet0/0/1]rip summary-address 192.168.3.0 255.255.255.0
4、保證更新安全
配置空介面
[r2]ip route-static 192.168.1.0 24 null 0
[r3]ip route-static 192.168.2.0 24 null 0
[r4]ip route-static 192.168.3.0 24 null 0
做認證[r2]inte***ce g0/0/1
[r2-gigabitethernet0/0/1]rip au
[r2-gigabitethernet0/0/1]rip authentication-mode md
[r2-gigabitethernet0/0/1]rip authentication-mode md5 us
[r2-gigabitethernet0/0/1]rip authentication-mode md5 usual 123
[r3]inte***ce g0/0/0
[r3-gigabitethernet0/0/0]rip au
[r3-gigabitethernet0/0/0]rip authentication-mode
[r3-gigabitethernet0/0/0]rip authentication-mode md
[r3-gigabitethernet0/0/0]rip authentication-mode md5 us
[r3-gigabitethernet0/0/0]rip authentication-mode md5 usual 123
5、加快收斂速度
[r1]rip
[r1-rip-1]ve
^error:ambiguous command found at 『^』 position.
[r1-rip-1]ve
[r1-rip-1]verify-source
[r1-rip-1]version2
^error: unrecognized command found at 『^』 position.
[r1-rip-1]ti
[r1-rip-1]timers rip 15 90 60
[r2]rip
[r2-rip-1]ve
[r2-rip-1]verify-source
[r2-rip-1]version 2
[r2-rip-1]ti
[r2-rip-1]timers
[r2-rip-1]timers rip 15 60 90
[r3]rip
[r3-rip-1]ve
[r3-rip-1]verify-source
[r3-rip-1]
[r3-rip-1]
[r3-rip-1]ve
^error:ambiguous command found at 『^』 position.
[r3-rip-1]ve
[r3-rip-1]version2 2
^error: unrecognized command found at 『^』 position.
[r3-rip-1]version 2
[r3-rip-1]ti
[r3-rip-1]timers rip 15 60 90
r4]rip
[r4-rip-1]ve
[r4-rip-1]verify-source
[r4-rip-1]version 2
[r4-rip-1]ti
[r4-rip-1]timers rip 15 60 90
[r5]rip
[r5-rip-1]ve
[r5-rip-1]verify-source
[r5-rip-1]version
^error:incomplete command found at 『^』 position.
[r5-rip-1]version 2
[r5-rip-1]ti
[r5-rip-1]timers rip 15 60 90
寒假 作業2
大話物聯網 讀書心得 物聯網是繼計算機 網際網路與移動通訊之後的世界資訊產業的第三次浪潮。但是對於我這種連計算機都還不太懂的菜鳥新手和科技無知者來說,物聯網 三個字真的是乙個新興詞彙。在之前我連 物聯網 三個字好像都不太聽到過,更加不可能了解。殊不知我已經和這個世界如此的脫軌,已經被時代遠遠地落在了...
寒假作業9
1.請寫出網頁的基本標籤 作用和語法。basic tags 基 本 標 籤 creates an html document 創 建 一 個html 文 檔sets off the title and other information that isn t displayed on the web...
寒假作業4
今天所敲的 public class daang public class daang2 菜品名稱 double prices new double 菜品單價 int praisenums new int 3 點讚數 建立訂單物件 daang oset new daang 初始化兩條訂單 publi...