vlan間的通訊1 單臂路由

2021-10-04 03:47:15 字數 1561 閱讀 9840

拓撲:

2. 交換機lsw1:(建立vlan 10,20省略)

[switch-ethernet0/0/1] port link-

type access

//定義介面型別為access

[switch-ethernet0/0/1] port default vlan 10

//把介面的vlan設為10,也可以在建立vlan10的時候加入,命名與此處不同

[switch-ethernet0/0/1] inte***ce e0/0/3

[switch-ethernet0/0/3] port link-

type access

[switch-ethernet0/0/3] port default vlan 20

[switch-ethernet0/0/3]int e0/0/2

[switch-ethernet0/0/2] inte***ce ethernet0/0/2

[switch-ethernet0/0/2] port link-

type trunk

[switch-ethernet0/0/2] port trunk allow-pass vlan 10 20

//設定trunk的通過的vlan包

路由器:

[router] inte***ce gigabitethernet0/0/0.10     //進入g0/0/0的子介面0.10

[router-gigabitethernet0/0/0.10] dot1q termination vid 10

//用來把包解封裝去掉標籤和打上標籤,dot1q:vlan封裝協議

[router-gigabitethernet0/0/0.10] ip address 192.168.1.254 24

//24是子網掩碼<=>255.255.255.0

[router-gigabitethernet0/0/0.10] arp broadcast enable

//開啟arp廣播功能,華為路由器預設關閉,不開啟,通訊會出現問題

[router-gigabitethernet0/0/0.10] inte***ce gigabitethernet0/0/0.20

//進入vlan20的子介面g0/0/0.20同0.10一樣

[router-gigabitethernet0/0/0.10] dot1q termination vid 20

[router-gigabitethernet0/0/0.10] ip address 192.168.2.254 24

[router-gigabitethernet0/0/0.10] arp broadcast enable

VLAN間單臂路由

實驗拓撲 1.配置pc機ip位址和閘道器 略 2.在交換機上建立vlan,並將介面加入相應的vlan中 enconf t vlan 10 vlan 20 exit int f0 1 switchport mode access swithchport access vlan 10 int f0 2 ...

利用單臂路由實現VLAN間路由

實驗拓撲圖 1.s2上將e0 0 1 e0 0 2設定為access型別,分別加3入vlan10,vlan20。2.s3上e0 0 1型別為access並加入vlan30.3.s2的ge0 0 4配置為trunk介面,允許所有的vlan通過。s3的ge0 0 2配置為trunk介面,允許所有的vla...

利用單臂路由實現VLAN間路由

路由器是連線兩個或多個網路的硬體裝置,在網路間起閘道器的作用,是讀取每乙個資料報中的位址然後決定如何傳送的專用智慧型性的網路裝置。它能夠理解不同的協議,例如某個區域網使用的乙太網協議,網際網路使用的tcp ip協議。這樣,路由器可以分析各種不同型別網路傳來的資料報的目的位址,把非tcp ip網路的位...