交換機左邊f0 0連線路由A,右邊f0 1連線路由B,我路由

2021-05-28 07:12:36 字數 6002 閱讀 9877

1樓:蠻荒之石

需要在所有網路裝置上配置路由協議

才能夠計算出路由,而且所有網路裝置需要配置相同的路由協議,如果配置了不同的路由協議則需要在邊界路由器路由引入。如果不熟悉你最好找一些配置用例照著配(可以到一些大廠商的官網比如cisco、h3c等找配置用例)

在一個同時配置了ripv2和ospf的路由器兩端分別連線著配置了ospf的路由器和ripv2的三層

2樓:匿名使用者

b____a____c

在路由器a上同時執行rip和ospf,b上ospf,c上rip。

不需充分發。因為a是自治系統邊界路由器。兩種協議的路由資訊都會有。

有幾個可能:

一、a-c的介面宣告的rip網路,c上的介面也同樣宣告二、c的右側還有沒有其他網路宣告到rip網路?如果沒有a_c之間是直連路由不會進入rip路由表

三、a_c之間能否聯通?

3樓:匿名使用者

是的,不同的自治域當然得重分發

有如下圖的兩個路由器使用了 rip 路由協議請寫出分別寫出路由器 a 和 b 剛啟動時交換路由資訊後的路由表

4樓:匿名使用者

剛啟動時:

路由器zhia:

c 10.0.0.

0/8 s0/0c 172.16.0.

0/16 f0/0c 172.17.0.

0/16 f0/1路由器b:dao

三層交換機與路由器連線設定問題?

5樓:匿名使用者

交換機配置:

switch#vlan database

switch(vlan)#vlan 2 name vlan2

switch(vlan)#vlan 3 name vlan3

switch(vlan)#vlan 4 name vlan4

switch(vlan)#vlan 5 name vlan5

switch(config)#inte***ce f0/2

switch(config-if)#switch mode access

switch(config-if)#switch access vlan 2

switch(config-if)#no shutdown

switch(config)#inte***ce f0/3

switch(config-if)#switch mode access

switch(config-if)#switch access vlan 3

switch(config-if)#no shutdown

switch(config)#inte***ce f0/5

switch(config-if)#switch mode access

switch(config-if)#switch access vlan 4

switch(config-if)#no shutdown

switch(config)#inte***ce f0/7

switch(config-if)#switch mode access

switch(config-if)#switch access vlan 5

switch(config-if)#no shutdown

switch(config)#inte***ce f0/1

switch(config-if)#switchport trunk encapsulation dot1q

switch(config-if)#switch mode trunk

switch(config-if)#no shutdown

路由器配置:

router(config)#inte***ce f0/1

router(config-if)#switch mode access

router(config-if)#switch access vlan 1

router(config-if)#no shutdown

router(config)#inte***ce f0/0

router(config-if)#no shutdown

router(config-if)#exit

router(config)#inte***ce f0/0.1

router(config-subif)#encapsulation dot1q 1 native

router(config-subif)#ip address 192.168.5.1 255.255.255.0

router(config)#inte***ce f0/0.2

router(config-subif)#encapsulation dot1q 2

router(config-subif)#ip address 192.168.1.1 255.255.255.0

router(config)#inte***ce f0/0.3

router(config-subif)#encapsulation dot1q 3

router(config-subif)#ip address 192.168.2.1 255.255.255.0

router(config)#inte***ce f0/0.4

router(config-subif)#encapsulation dot1q 4

router(config-subif)#ip address 192.168.3.1 255.255.255.0

router(config)#inte***ce f0/0.5

router(config-subif)#encapsulation dot1q 5

router(config-subif)#ip address 192.168.4.1 255.255.255.0

第一種解決方法完成!這是典型的單臂路由方式.把交換機充當二層使用.

路由器做vlan間trunk的主要裝置.這樣.就能互相ping通.

也可同時共享.訪問internet.

第二種解決方法也很簡單.是把三層交換機充當一個二層交換機和三層路由器.先允許特定埠可以連線終端進行訪問.

再直接設定下vlan間trunk即可.然後.路由器一臺終端屬於本身一個vlan.

兩臺裝置之間再開啟rip路由協議即可.或者新增靜態路由.即可互相訪問.

交換機配置:

switch#vlan database

switch(vlan)#vlan 2 name vlan2

switch(vlan)#vlan 3 name vlan3

switch(vlan)#vlan 4 name vlan4

switch(vlan)#vlan 5 name vlan5

switch(config)#inte***ce f0/2

switch(config-if)#switch mode access

switch(config-if)#switch access vlan 2

switch(config-if)#no shutdown

switch(config)#inte***ce f0/3

switch(config-if)#switch mode access

switch(config-if)#switch access vlan 3

switch(config-if)#no shutdown

switch(config)#inte***ce f0/5

switch(config-if)#switch mode access

switch(config-if)#switch access vlan 4

switch(config-if)#no shutdown

switch(config)#inte***ce f0/7

switch(config-if)#switch mode access

switch(config-if)#switch access vlan 5

switch(config-if)#no shutdown

switch(config)#ip routing

switch(config)#ip cef

switch(config)#inte***ce vlan 2

switch(config-if)#ip address 192.168.1.1 255.255.255.0

switch(config-if)#no shutdown

switch(config)#inte***ce vlan 3

switch(config-if)#ip address 192.168.2.1 255.255.255.0

switch(config-if)#no shutdown

switch(config)#inte***ce vlan 4

switch(config-if)#ip address 192.168.3.1 255.255.255.0

switch(config-if)#no shutdown

switch(config)#inte***ce vlan 5

switch(config-if)#ip address 192.168.4.1 255.255.255.0

switch(config-if)#no shutdown

switch(config)#inte***ce f0/1

switch(config-if)#no switchport

switch(config-if)#ip address 192.168.5.3 255.255.255.0

switch(config-if)#no shutdown

switch(config-if)#exit

switch(config)#router rip

switch(config)#version 2

switch(config)#network 192.168.1.0

switch(config)#network 192.168.2.0

switch(config)#network 192.168.3.0

switch(config)#network 192.168.4.0

switch(config)#network 192.168.5.0

路由器配置:

router(config)#inte***ce f0/1

router(config-if)#switch mode access

router(config-if)#switch access vlan 1

router(config-if)#no shutdown

router(config)#inte***ce f0/0

router(config-if)#ip address 192.168.5.1 255.255.255.0

router(config-if)#no shutdown

router(config-if)#exit

router(config)#router rip

router(config)#version 2

router(config)#network 192.168.1.0

router(config)#network 192.168.2.0

router(config)#network 192.168.3.0

router(config)#network 192.168.4.0

電腦ip是192.168.5.2/24的那臺主機.閘道器要設定成192.168.5.3/24.

靜態路由比rip開銷更小.也不佔用cpu在維護路由表時候的功率.靜態路由.是要一條一條新增上去.適合小規模.rip是一種動態路由的協議.適合小中型.

控制列表.全程是acl-訪問控制列表.是cisco首發的一個機制.現在防火牆都是才用這種機制.acl也可以說成是防火牆控制功能.

鏈路匯聚.就是把多條鏈路匯聚到一根虛擬的鏈路.增大頻寬流量.原來多條鏈路每條頻寬為1mb.總共五條.匯聚成一條.頻寬就是5mb.

一臺交換機如何接兩臺無線路由器,交換機連線兩個無線路由器怎麼設定

交換機出來的介面,隨便接2個無線路由器,相同的設定就行。都有用。第一步 關機路由器的dhcp服務 dhcp伺服器 dhcp服務 第二步 更改路由器的ip地址 網路引數 lan口設定 注意ip地址不要跟主路由器的ip地址重複,否則會出現掉線的情況。第三步 所有網線插入路由器的lan口,wan口不插任何...

交換機怎樣連線無線路由器啊,交換機與路由器如何連線

交換機和路由器怎麼連線方法如下 方法。一 通過寬頻連線 調變解調器 無線路由器 交換機 電腦。也就是說有的電腦通過了交換機連線,有的電腦直接從無線路由器連線。方法。二 區域網內交換機連線另一交換機再連線路由器 電腦。也就是說,有的電腦要通過無線路由器連線,有的電腦不通過無線路由器直接與交換機連線。連...

交換機下面連線無線路由怎麼設定共享

無線路由器設定 wan口靜態ip地址 1 首先按照說明書將入戶網線連線到路由器的wan口,然後用網線將路由器的lan口與電腦連線。開啟電腦,電腦ip地址為自動獲取,開啟ie瀏覽器,在位址列輸入獲取的ip地址閘道器 192.168.1.1或者192.168.0.1,輸入帳號和密碼admin 都一樣 修...