三層交換機與路由器的連線(sisco

2021-05-17 14:43:24 字數 2787 閱讀 7661

網路拓樸如下:

三層交換機與路由器連線一般要求設定交換機的連線埠工作在三層模式。

路由器的參考設定如下

(可以不設定

ospf)

:router#conf t

router(config)#int f0/1

router(config-if)#ip address 10.67.1.2 255.255.0.0

router(config-if)#no shutdown

router(config-if)#exit

router(config)#router ospf 1

router(config-router)#network 10.67.1.2 0.0.0.0 area 0

router(config-router)#end

router#

交換機與路由器的連口

no switchport

關閉二層口,讓埠工作在三層,並

配置埠的

ip位址,參考配置如下:

c3550#conf t

c3550(config)#int f0/3

c3550(config)#no switchport

c3550(config-if)#ip address 10.67.1.1 255.255.0.0

c3550(config-if)#no shutdown

c3550(config-if)#exit

c3550(config)#router ospf 1

c3550(config-router)#network 10.67.0.0 0.0.0.255 area 0

c3550(config-router)#network 10.66.0.0 0.0.0.255 area 0

c3550(config-router)#network 10.65.0.0 0.0.0.255 area 0

c3550(config)#ip routing

c3550(config)#exit

c3550#

c3550#vlan database

c3550(vlan)#vlan 2

c3550(vlan)#vlan 3

c3550(vlan)#exit

c3550#conf t

c3550(config)#int vlan 2

c3550(config-if)#ip address 10.65.1.2 255.255.0.0

c3550(config-if)#int vlan 3

c3550(config-if)#ip address 10.66.1.2 255.255.0.0

c3550(config-if)#exit

c3550(config)#int f0/4

c3550(config-if)#switchport mode trunk

c3550(config-if)#switchport trunk encapsulation dot1q

c3550(config-if)#switchport trunk allowed vlan all

c3550(config-if)#end

c3550#conf t

c3550(config)#vtp mode server

c3550(config)#vtp domain abc

c3550(config)#vtp password abcd

c3550(config)#ip routing

c3550(config)#exit

c3550#

c2900#conf t

c2900(config)#vtp mode client

c2900(config)#vtp domain abc

c2900(config)#vtp password abcd

c2900(config)#int f0/4

c2900(config-if)#switchport mode trunk

c2900(config-if)#switchport trunk encapsulation dot1q

c2900(config-if)#switchport trunk allowed vlan all

c2900(config-if)#description trunk

c2900(config)#int f0/2

c2900(config-if)#switchport mode access

c2900(config-if)#switchport access vlan 2

c2900(config-if)#description connected hosta

c2900(config-if)#int f0/6

c2900(config-if)#switchport mode access

c2900(config-if)#switchport access vlan 3

c2900(config-if)#description connected hostb

c2900(config-if)#end

c2900#

[root#pca root]# ping 10.67.1.1(通)

[root#pca root]# ping 10.67.1.2(通)

如果將交換機與路由器的介面改為其它,情況如何呢?

不通了,因為交換機的其它埠沒有設定

ip。當然如果與源

ip在同乙個

vlan

或介面是

trunk

,其後邊連線的路由器還有可能通。

三層交換機連線路由器

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

二層交換機 三層交換機 路由器

我們習慣說,在二層網路環境中相同vlan之間可以通訊,不同vlan之間不可以通訊,如果想通訊必須借助三層裝置,所以說三層交換機必須要做的事情是路由 但是 二 三層交換機具體有什麼區別呢?二層交換機工作於osi模型的第2層 資料鏈路層 故而稱為二層交換機。二層交換技術發展比較成熟,二層交換機屬資料鏈路...

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

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