路由器A有10 1 1 0 24,10 1 2 0 24兩端位址,用RIP和OSPF分別應該怎麼釋出

2021-05-05 07:23:32 字數 6494 閱讀 6357

1樓:匿名使用者

router(config)#router rip

router(config-router)#version 2

router(config-router)#network 10.1.1.0

router(config-router)#network 10.1.2.0

router(config-router)#exit

router(config)#router ospf 1

router(config-router)#network 10.1.1.0 0.0.0.255 area 0

router(config-router)#network 10.1.2.0 0.0.0.255 area 0

因為你的ip位址是classless.而ripv1不支援classless位址.所以要有version 2

2樓:

你是說如何在路由器上配置rip 或ospf路由協議是吧?

還是說這兩種路由協議是如何學習到10網段的資訊的?

3樓:你好像乙個人

router rip

v 2network 10.1.1.0

network 10.1.2.0

router ospf 1

network 10.1.1.

0 0.0.0.

255 area 0network 10.1.2.

0 0.0.0.

255 area 0很明顯在rip中沒有宣布掩碼,如果是運用v1版本宣告的網路會成為10.0.0。

0的主網。v2可以用介面掩碼去匹配。

6.在路由器上執行ospf協議,需要宣告的網段是10.1.1.0/24和192.168.2.0/24,寫出配置命令。 5

4樓:匿名使用者

又是書本上的問題!

我只能告訴你,如果你看不懂幫助那只能諮詢廠家!

因為裝置不同命令不通!

在華為裝置中配置路由器的rip協議時,其中乙個介面的ip是10.1.1.2/30如何算出該ip屬於什麼網段?network 10

5樓:的l你睡覺

30 的掩碼是:255.255.

255.252 反掩碼用 全掩去減 等於0.0.

0.3 它的網段還是10.1.

1.2 net 10.1.

1.2 0.0.0.3

6樓:大鯊魚

30 的掩碼是:255.255.255.252 反掩碼0.0.0.3

路由器a要訪問路由器d的10.1.5.1/16位址,分別寫出路由器a,b,d所要配置的靜態路由,rip路由和ospf路由

rip路由協議的配置命令,network後面寫啥啊。 中興裝置

7樓:

1、如果是rip v1的話,network 網路位址 (注意,v1是不支援classless,就是它是有類路由,按照a、b、c、e類網路進行分類,不使用掩碼,比如 network 192.168.1.

0 那麼它釋出的就是乙個c類的網路,即隱含了255.255.255.

0這個掩碼)

2、如果是rip v2的話,network 網路位址 反碼(這個就和ospf一樣了,比如network 192.168.1.

0 0.0.0.

3 就表示釋出192.168.1.

0/30這個網路)

8樓:匿名使用者

rip即動態資訊協議,他是基於傳聞學習路由,基於跳數判斷路由好壞的他的配置:(在全域性模式下進行)

router(config)#router riprouter(config-router)#network 192.168.1.

0 (注意:network後接的是連線路由的網

段,根據實際ip位址來設定,是網段號

不需要加子網掩碼)

router(config-router)#network 192.168.2.0

router(config-router)ctrl+z 退回特權模式下

router# show ip route 檢視配置資訊這些希望對你有用!

9樓:百度使用者

鎖酒店凱旋店

白雲賓館

文化假日酒店

香格里拉等等

兩台路由器一台用ospf.另一台用rip的連線

10樓:匿名使用者

搜尋下ospf與rip互通

你的意思是不同路由協議之間的再釋出吧

具體做法是在連線ospf區域和rip區域的asbr上配置例如:

router ospf 100

redistribute rip metric 10這裡的metric無所謂了,不能不設定,也不要設定的太大。

至於網段互通

在資料網路中,如果所有網段都跑路由協議,並且路由協議配置正確,都可以互通的。

路由再釋出,把ospf的路由條目注入rip協議中。這樣兩種路由協議就可以實現互通了。再講清楚點就長篇大論了,去找ccna的教材自己看看去就知道了。

11樓:匿名使用者

抱歉,很久沒接觸了,具體設定不太清楚,但是我記得應該和路由協議沒太大關係吧

12樓:我想捏你

需要知道你的網路拓撲,你所指的外網是什麼.

路由協議是保證網路的可達,維護動態路由.

如果你只想通到"外網",又不會配置路由,那麼可以考慮不用路由協議.

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

13樓:

r1:route ospf 100

network 10.65.1.

0 0.0.0.

255 area 0network 10.67.1.

0 0.0.0.

3 area 0r2:route ospf 100

network 10.66.1.

0 0.0.0.

255 area 0network 10.67.1.

0 0.0.0.

3 area 0

14樓:

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

15樓:匿名使用者

實驗九 動態路由

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

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

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

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

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

1.設定計算機的ip

[root#pca root]# ifconfig eth0 10.65.1.1 netmask 255.255.0.0

[root#pcb root]# ifconfig eth0 10.66.1.1 netmask 255.255.0.0

[root#pcc root]# ifconfig eth0 10.69.1.1 netmask 255.255.0.0

[root#pcd root]# ifconfig eth0 10.70.1.1 netmask 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)#network 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)#network 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)#network 10.0.0.0

routerb(config-router)#end

routera#sh ip route

routerc#sh ip route

routerb#sh ip route

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

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

計算機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 命令檢視路由表。

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

這個詳細

路由器連線路由器路由器怎麼設定,路由器連線路由器第二個路由器怎麼設定

從別的路由器連線網線再接乙個路由器,最需要注意的是防止ip衝突。a路由器和b路由器連線 a的lan口接b的wan口,兩個路由器級聯。路由器a開啟dhcp,路由器b設定wan口動態ip,設定b的lan口閘道器不要和a 在乙個網段上,避免ip衝突。例如 a的閘道器ip是192.168.1.1,那把b的l...

路由器接路由器再接路由器可以嗎,路由器再接wifi路由器怎麼設定

路由器接無線路由器,第二個路由器設定,有兩種方法 前提是第乙個路由器已經設定好 第一種方法 動態ip方式 第乙個路由為主路由,第二個路由為從路由 1 從路由器插上電,先不要接主路由lan口,把從路由器復位 恢復出廠 2 電腦連線從路由器任一lan 口,進入設定頁面 3 按照動態i p方式設定 4 然...

路由器套路由器

1.路由器連線 從分線器出來的網線接路由器wan口 2.路由器設定 在ie位址列中輸入192.168.1.1 有的是192.168.0.1 使用者名稱及密碼都是admin,進入後點選設定嚮導,選pppoe,將寬頻帳號密碼設定好。3.電脳設定 設定1臺電腦的ip為192.168.1 0.2,另1囼為1...