自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

同一路由器不同vlan之間的通信

網(wǎng)絡(luò) 路由交換
VLAN(Virtual Local Area Network)的中文名為"虛擬局域網(wǎng)"。VLAN是一種將局域網(wǎng)設(shè)備從邏輯上劃分成一個個網(wǎng)段,從而實(shí)現(xiàn)虛擬工作組的新興數(shù)據(jù)交換技術(shù)。

***步,看拓?fù)鋱D。

 

先把pc上的ip都配好。開始設(shè)置

switch0:

>en

>conf t

>vlan 2

>exit

>int fa 0/1

>switchport access vlan 2

>exit

>int fa 0/2

>switchport access vlan 2

>exit

>int fa 0/3

>switchport mode trunk

>end

 

 

 

switch1:

>en

>conf t

>vlan 3

>exit

>int fa 0/1

>switchport access vlan 3

>exit

>int fa 0/2

>switchport access vlan 3

>exit

>int fa 0/3

>switchport mode trunk

>end

 

 

Router0:

>enable

>configure terminal

>interface fastEthernet 0/0

>no ip adderss //清除ip

>no shutsown

>exit

>interface fastEthernet 0/0.1 //子接口設(shè)置

>encapsulation dot1Q 2 //封裝協(xié)議 連到vlan 2

>ip address 192.168.0.1 255.255.255.0

>exit

>interface fastEthernet 0/1

>no ip adderss //清除ip

>no shutsown

>exit

>interface fastEthernet 0/1.1 //子接口設(shè)置

>encapsulation dot1Q 3 //封裝協(xié)議 連到vlan 3

>ip address 192.168.1.1 255.255.255.0

>end

 

 

 

pc0 CMD:

ping PC1

 

 

ping PC 3

 

責(zé)任編輯:林琳 來源: 網(wǎng)絡(luò)通信
相關(guān)推薦

2013-10-22 10:33:31

2020-03-31 08:36:11

WiFi 6路由器5G

2010-08-10 11:01:23

路由器功能

2009-02-18 14:52:55

路由產(chǎn)品實(shí)達(dá)模塊化

2010-09-16 14:30:58

2600路由器PPPo

2010-06-02 15:04:43

IPv6路由器

2010-05-31 17:16:53

IPv6路由器

2011-07-21 10:44:35

Cisco2620路由器

2010-08-19 13:20:44

路由器

2011-09-09 10:14:10

192.168.1.1192.168.1.1

2009-12-15 14:13:45

水星mr808路由器

2009-12-02 19:11:40

Cisco 2500路

2011-09-06 15:48:42

水星路由器設(shè)置水星MR-804路由器路由器

2009-11-23 14:51:29

IPv6路由器

2011-09-08 13:21:40

2011-09-08 13:22:08

路由器Dlink路由器設(shè)置

2011-03-28 10:52:51

戴爾高效企業(yè)

2009-12-14 18:02:21

2009-11-27 16:49:00

Cisco 2500路

2009-12-15 14:06:50

點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號