菜鳥求助關於思科路由器OSPF的問題,其實很簡單

2021-05-15 00:33:32 字數 4021 閱讀 8383

1樓:

r1:route ospf 100

***work 10.65.1.

0 0.0.0.

255 area 0***work 10.67.1.

0 0.0.0.

3 area 0r2:route ospf 100

***work 10.66.1.

0 0.0.0.

255 area 0***work 10.67.1.

0 0.0.0.

3 area 0

2樓:

你之宣告了一個網段,想要所有都通的話,要宣告所有的網段

3樓:匿名使用者

實驗九 動態路由

動態路由是指動態路由協議(如rip)自動建立路由表,當你去掉一條連線時,它

會自動去掉其路由。路由器的每一個介面對應不同網路,而一條連線兩個路由器連線

的兩個端點ip應該屬於同一網路。

設定的ip地址時,如果路由器的其它埠已有這個網路了,則提示已有這個網路,

並顯示對應的埠。如果是本埠可以覆蓋。

1.設定計算機的ip

[root#pca root]# ifconfig eth0 10.65.1.1 ***mask 255.255.0.0

[root#pcb root]# ifconfig eth0 10.66.1.1 ***mask 255.255.0.0

[root#pcc root]# ifconfig eth0 10.69.1.1 ***mask 255.255.0.0

[root#pcd root]# ifconfig eth0 10.70.1.1 ***mask 255.255.0.0

[root#pca root]# route add default gw 10.65.1.2

[root#pcb root]# route add default gw 10.66.1.2

[root#pcc root]# route add default gw 10.69.1.2

[root#pcd root]# route add default gw 10.70.1.2

2.設定路由器的ip地址

routera(config)int f0/0

routera(config-if)#ip address 10.65.1.2 255.255.0.0

routera(config-if)#no shutdown

routera(config-if)#int f0/1

routera(config-if)#ip address 10.66.1.2 255.255.0.0

routera(config-if)#no shutdown

routera(config-if)#int s0/1

routera(config-if)#ip address 10.68.1.2 255.255.0.0

routera(config-if)#no shutdown

routera(config-if)#exit

routera(config)#ip routing

routera(config)#router rip

routera(config-router)#***work 10.0.0.0

routera(config-router)#end

routera#

routercconfig)int s0/0

routerc(config-if)#ip address 10.68.1.1 255.255.0.0

routerc(config-if)#no shutdown

routerc(config-if)#clock rate 64000

routerc(config-if)#int s0/1

routerc(config-if)#ip address 10.78.1.1 255.255.0.0

routerc(config-if)#no shutdown

routerc(config-if)#clock rate 64000

routerc(config-if)#exit

routerc(config)#ip routing

routerc(config)#router rip

routerc(config-router)#***work 10.0.0.0

routerc(config-router)#end

routerb(config)int f0/0

routerb(config-if)#ip address 10.69.1.2 255.255.0.0

routerb(config-if)#no shutdown

routerb(config-if)#int f0/1

routerb(config-if)#ip address 10.70.1.2 255.255.0.0

routerb(config-if)#no shutdown

routerb(config-if)#int s0/0

routerb(config-if)#ip address 10.78.1.2 255.255.0.0

routerb(config-if)#no shutdown

routerb(config-if)#exit

routerb(config)#ip routing

routerb(config)#router rip

routerb(config-router)#***work 10.0.0.0

routerb(config-router)#end

routera#sh ip route

routerc#sh ip route

routerb#sh ip route

是否可以看到動態路由表?如果看不到,請檢查路由器是否啟動了**iprouting

,的介面是否啟用,命令***work設定路由器釋出的網路。

計算機pca 測試到各點的連通性:

3. 測試網路聯通性

[root@pca root]#ping 10.65.1.2 (通)

[root@pca root]#ping 10.66.1.1 (通)

[root@pca root]#ping 10.66.1.2 (通)

[root@pca root]#ping 10.68.1.1 (通)

[root@pca root]#ping 10.68.1.2 (通)

[root@pca root]#ping 10.78.1.1 (通)

[root@pca root]#ping 10.78.1.2 (通)

[root@pca root]#ping 10.69.1.1 (通)

[root@pca root]#ping 10.69.1.2 (通)

[root@pca root]#ping 10.70.1.1 (通)

[root@pca root]#ping 10.70.1.2 (通)

斷開某個路由路由器連線,或執行no ip routing,或某相介面執行shutdow,

再通過sh ip ro 命令檢視路由表。

你也可以再加一個路由器,設定好後,再檢視錶由表。

這個詳細

4樓:

1.配置:

#router ospf 1

#***work 10.65.0.0 0.0.0.255 area 0.0.0.0

#***work 10.67.1.0 0.0.0.3 area 0.0.0.0

2.#router ospf 1

#***work 10.66.0.0 0.0.0.255 area 0.0.0.0

#***work 10.67.1.0 0.0.0.3 area 0.0.0.0

這樣就沒問題了。

或者你再發布ospf路由時引入直連路由也可以。

5樓:216的我

你只宣告了內網那塊,s口所在的網路沒有通告怎麼能通

6樓:戰土

我馬上也要學這些了,現在可幫不了你,呵呵

關於cisco路由器記憶體的問題,思科路由器釋放記憶體命令

應該是512m的記憶體,其中36864k用作輸入輸出緩衝,剩下487424k又系統控制。翻譯的結果 思科cisco2911 k9 修訂版1.0 與487424k 36864k位元組的記憶體。處理器板的id fgl15511103 應該是487m記憶體,已經使用36m 思科路由器釋放記憶體命令 思科路...

路由器靜態路由配置,思科路由器 靜態路由配置 !!!!!!

內容來自使用者 溯玖七 1.實驗目的 1 掌握靜態路由協議的相關原理和應用 2 熟悉對網路裝置的配置和使用 2.實驗環境 軟體條件 硬體條件等 3臺msr3040路由器 3臺s3610交換機以及每組3臺pc 3.實驗原理與方法 架構圖 流程圖等 1.靜態路由 靜態路由是在路由器中設定的固定的路由表。...

思科路由器為什麼是最好的思科無線路由器哪款好

思科是最早的企業級路由器廠商,而且在高階路由器中所佔比例很大 在技術專效能上,思科路由器是最先屬進的,是很多路由技術的創造者 在 上,思科路由器也是企業級路由器中最高的,因此很多低端客戶很少使用思科的產品 由於技術保密等原因,思科路由器的作業系統是不透明的,因此中國 現在不讓在網路工程上採購思科路由...