交換基礎實驗

2021-10-16 21:10:51 字數 2116 閱讀 3012

實驗要求

①所有pc均以dhcp自動獲取ip位址

②pc1和pc3所在介面模式為access,且pvid為vlan 2

③pc2、pc4、pc5、pc6處於同一網段,pc1、pc2與它們不在同一網段

④pc1、pc2、pc3可以訪問pc4、pc5、pc6;pc4可以訪問pc5;pc4、pc5不能訪問pc6

實驗拓撲

具體配置

vlan配置

【sw1】

vlan batch 2 to 5

int e0/0/1

port link-type access

port default vlan 2

int e0/0/2

port hybrid pvid vlan 3

port hybrid untagged vlan 3 to 5

int e0/0/3

port link-type trunk

port trunk allow-pass vlan 2 to 5

int g0/0/1

port hybrid tagged vlan 2

port hybrid untagged vlan 3 to 5

【sw2】

vlan batch 2 to 5

int e0/0/3

port link-type trunk

port trunk allow-pass vlan 2 to 5

int e0/0/1

port link-type access

port default vlan 2

int e0/0/2

port hybrid pvid vlan 4

port hybrid untagged vlan 3 4

int e0/0/4

port hybrid untagged vlan 3 to 5

【sw3】

vlan batch 3 to 5

int e0/0/3

port hybrid tagged vlan 3 to 5

int e0/0/1

port hybrid pvid vlan 4

port hybrid untagged vlan 3 4

int e0/0/2

port hybrid pvid vlan 5

port hybrid untagged vlan 3 5

【r1】

int e0/0/1

ip ad 192.168.1.1 24

int e0/0/1.1

ip ad 192.168.2.1 24

dot1q termination vid 2

arp broadcast enable

dhcp配置

【r1】

dhcp enable

ip pool a

network 192.168.1.0 mask 24

gateway-list 192.168.1.1

dns-list 114.114.114.114 8.8.8.8

qip pool b

network 192.168.2.0 mask 24

gateway-list 192.168.2.1

dns-list 114.114.114.114 8.8.8.8

int e0/0/1

dhcp select global

int e0/0/1.1

dhcp select global

結果測試

開啟所有pc的dhcp

開始ping測試:

pc1可訪問pc3/4/5/6

pc2可訪問pc4/5/6

pc3可訪問pc4/5/6

pc4可訪問pc5,不能訪問pc6 //部分忽略

完成要求!

實驗(交換機)

實驗要求如下 實驗思路 vlan的配置如上圖 首先每個交換機都應該具有2到5的vlan 將交換機中vlan2所對應的介面為zccess型,配置如下 sw1 inte ce ethernet0 0 1 sw1 ethernet0 0 1 port link type access sw1 ethern...

交換基礎 交換機

交換機基礎 交換機的作用 交換機工作在osi的資料鏈路層,操作物件為資料幀。在收到資料幀後,交換機會根據資料幀的頭部資訊對資料幀進行 隔離衝突域 交換機的mac位址表 發表 vlan mac address type inte ce 100 00 00 11 11 11 static e0 0 1 ...

路由交換綜合實驗配置

這裡是引用 一 路由器上ip位址配置 r1 r1 inte ce g0 0 0 r1 gigabitethernet0 0 0 ip address 192.168.1.1 24 r1 inte ce g0 0 1 r1 gigabitethernet0 0 1 ip address 12.1.1....