有路由器完整的三層交換網路

2021-05-27 09:51:06 字數 2956 閱讀 9161

1、配置核心交換機對外介面:

switch(config-if)#no switchport ......................................此句解決不能給交換機分配ip位址的問題

switch(config-if)#ip address 192.168.3.2 255.255.255.0

switch(config-if)#

2 、配置路由器

首先,先把路由器f1/0與核心交換機f0/2相連。然後對路由器進行設定:

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

router(config-if)#ip address 192.168.3.1 255.255.255.0

router(config-if)#no shutdown

router(config-if)#exit

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

router(config-if)#ip address 192.168.4.1 255.255.255.0

router(config-if)#no shutdown

router(config-if)#exit

router(config)#ip route 192.168.1.0 255.255.255.0 192.168.3.2

router(config)#ip route 192.168.2.0 255.255.255.0 192.168.3.2................................使路由器接受來自.1.0和.2.0的網段資訊

router(config)#end

router#show ip route

codes: c - connected, s - static, i - igrp, r - rip, m - mobile, b - bgp

d - eigrp, ex - eigrp external, o - ospf, ia - ospf inter area

n1 - ospf nssa external type 1, n2 - ospf nssa external type 2

e1 - ospf external type 1, e2 - ospf external type 2, e - egp

i - is-is, l1 - is-is level-1, l2 - is-is level-2, ia - is-is inter area

* - candidate default, u - per-user static route, o - odr

p - periodic downloaded static route

gateway of last resort is not set

s    192.168.1.0/24 [1/0] via 192.168.3.2

s    192.168.2.0/24 [1/0] via 192.168.3.2     ............................................此上兩條為剛才配置的ip route

c    192.168.3.0/24 is directly connected, fastethernet1/0

出現以上資訊則配置正確。

3、配置核心交換機。

switch(config)#ip route 0.0.0.0 0.0.0.0 192.168.3.1 ..................................使核心交換機接受任何網段的資訊,閘道器為3.1

switch(config)#end

switch#show ip route

codes: c - connected, s - static, i - igrp, r - rip, m - mobile, b - bgp

d - eigrp, ex - eigrp external, o - ospf, ia - ospf inter area

n1 - ospf nssa external type 1, n2 - ospf nssa external type 2

e1 - ospf external type 1, e2 - ospf external type 2, e - egp

i - is-is, l1 - is-is level-1, l2 - is-is level-2, ia - is-is inter area

* - candidate default, u - per-user static route, o - odr

p - periodic downloaded static route

gateway of last resort is 192.168.3.1 to network 0.0.0.0

c    10.0.0.0/8 is directly connected, vlan1

c    192.168.1.0/24 is directly connected, vlan2

c    192.168.2.0/24 is directly connected, vlan3

c    192.168.3.0/24 is directly connected, fastethernet0/2

s*   0.0.0.0/0 [1/0] via 192.168.3.1

出現以上資訊則正確。

此時用pc終端ping 192.168.3.2 、192.168.3.1 都應該有響應。

通過路由器ping 192.168.2.2、192.168.1.2也應該有響應。

至此交換機與路由器可以互通。

4、設定終端  pc2   ip:192.168.4.2 ;255.255.255.0 ;閘道器192.168.4.1 連線

經測試,pc2 可以與pc0、pc1 通訊。 

三層交換機連線路由器

三層交換機確實具有一定的 路由 功能,它可以實現不同的子網連線功能,但是特別注意的問題是,它的路由功能相對路由器來說還是要弱許多的,而且三層交換機只能使用乙個網路。而且通常只是區域網子網之間的互聯,並不能把區域網與廣域網,或者網際網路連線起來,因為三層交換機所支援的路由協議非常有限,畢竟這不是它的主...

交換機 路由器 三層交換機和路由器應用區別

1.什麼地方要用路由器,什麼地方需要用交換機?交換機用在企業內部,路由器用在企業邊緣。2.交換機和路由器區別 一般三層交換機不能做nat 思科的 65,45 系列,華為9700 以上系列增加板卡是可以支援的 所以最外層介面還是需要一台路由或者防火牆 交換機架構基於asic進行硬體 其他特性都得依賴c...

三層交換機和路由器的區別

三層交換機和路由器都工作在網路的第三層,根據ip位址進行資料報的 或交換 原理上沒有太大的區別,這兩個名詞趨向於統一,所謂交換路由器和路由交換機指的是同一樣東西。我們可以認為三層交換機就是乙個多埠的路由器。但如果從二者的歷史的發展的角度去尋找,我們還是能夠找出一些差別的 路由器的歷史比較久遠一些,8...