思科動態路由配置實驗(大學路由實驗必備)

2021-10-06 17:34:55 字數 2272 閱讀 6569

前提是你自己配置好了埠ip

路由器相鄰幾個網段就需要配幾次network

系統自己預設的是version 1,若有需要就配置version 2,配置version 2後面一定要配no auto-summary

由於我是剛一開啟專案就截的圖,所以交換機周圍是橙色的點點,機器正在啟動,你把它們當成綠的就行

router>en

router#configure

configuring from terminal, memory, or network [terminal]?

enter configuration commands, one per line. end with cntl/z.

router(config)#router rip

router(config-router)#network 222.24.100.0

router(config-router)#network 222.24.100.176

router(config-router)#network 222.123.107.8

router(config-router)#network 222.123.107.4

router(config-router)#version 2

router(config-router)#no auto-summary

router(config-router)#exit

router>en

router#configure

configuring from terminal, memory, or network [terminal]?

enter configuration commands, one per line. end with cntl/z.

router(config)#router rip

router(config-router)#network 222.24.100.128

router(config-router)#network 222.24.100.144

router(config-router)#network 222.123.107.8

router(config-router)#network 222.123.107.12

router(config-router)#version 2

router(config-router)#no auto-summary

router(config-router)#exit

router>en

router#configure

configuring from terminal, memory, or network [terminal]?

enter configuration commands, one per line. end with cntl/z.

router(config)#router rip

router(config-router)#network 222.24.100.192

router(config-router)#network 222.123.107.0

router(config-router)#network 222.123.107.12

router(config-router)#version 2

router(config-router)#no auto-summary

router(config-router)#exit

router>en

router#configure

configuring from terminal, memory, or network [terminal]?

enter configuration commands, one per line. end with cntl/z.

router(config)#router rip

router(config-router)#network 222.24.100.160

router(config-router)#network 222.123.107.0

router(config-router)#network 222.123.107.4

router(config-router)#version 2

router(config-router)#no auto-summary

router(config-router)#exit

思科高階配置 RIP動態路由配置

問題 在相對較小而且結構不變的網路中,靜態路由是很好的解決方案,它配置簡單而且不過多消耗裝置資源 動態路由協議在執行時要消耗路由器內部資源,在與其他路由器更新資訊時又會消耗網路資源 然而在大型網路中,網路非常多,而且很有可能因為某些因素的影響,網路拓撲會有輕微變化。這時如果仍然採用靜態路由就非常不方...

思科路由配置路由協議重發布策略

在大型的企業中,可能在同一網內使用到多種路由協議,為了實現多種路由協議的協同工作,路由器可以使用路由重分發 route redistribution 將其學習到的一種路由協議的路由通過另一種路由協議廣播出去,這樣網路的所有部分都可以連通了。為了實現重分發,路由器必須同時執行多種路由協議,這樣,每種路...

動態路由配置

1.需要的環境packettracer6 思科 2.對路由器配置動態路由實現不同網段之間的通訊,網路拓撲結構如下 3.按要求搭建上面的網路拓撲結構 使用滑鼠拖動將所需要的結構放入到空白處 4.配置好各台pc機的ip位址以及閘道器位址 ip位址以及各閘道器位址註明在上面 閘道器 其他pc機的配置一樣 ...