線路——>交換機(jī)進(jìn)入PC機(jī)界面PC0PC1經(jīng)過檢查發(fā)現(xiàn)子網(wǎng)劃分不對:改為相同子網(wǎng)網(wǎng)段。子網(wǎng)掩碼都改為:255.25..."/>
您好,登錄后才能下訂單哦!
首先遇到局域網(wǎng)鏈路故障從外部設(shè)備進(jìn)行排錯(cuò):
PC機(jī)——>線路——>交換機(jī)
進(jìn)入PC機(jī)界面
PC0
PC1
經(jīng)過檢查發(fā)現(xiàn)子網(wǎng)劃分不對:改為相同子網(wǎng)網(wǎng)段。
子網(wǎng)掩碼都改為:255.255.255.0
下面開始檢查交換機(jī)
switch0
在用戶界面查看當(dāng)前運(yùn)行配置:
SW1#show running-config
spanning-tree mode pvst
!
interface FastEthernet0/1
!
interface FastEthernet0/23
switchport trunk allowed vlan 1-9,11-1005
switchport mode trunk
!
經(jīng)總結(jié)以上配置得出以下信息:
連接計(jì)算機(jī)的1口未配置vlan 10 access 模式
23端口未允許vlan10通過
經(jīng)過配置:
interface FastEthernet0/1
switchport access vlan 10
switchport mode access
interface FastEthernet0/23
switchport mode trunk
繼續(xù)查看下一個(gè)
switch 1
spanning-tree mode rapid-pvst
!
interface FastEthernet0/22
channel-protocol lacp
channel-group 1 mode passive
!
interface FastEthernet0/23
switchport trunk allowed vlan 1-9,11-1005
!
interface FastEthernet0/24
channel-protocol lacp
channel-group 1 mode passive
interface Port-channel 1
spanning-tree guard root
經(jīng)總結(jié)以上配置得出以下信息:
生成樹模式為pvst
連接 switch 0 的23端口trunk模式不讓 vlan 10通過
端口22/24運(yùn)行聚合鏈路模式 lacp 端口模式為被動(dòng)
接口端口通道1 生成樹根保護(hù)
此交換機(jī)配置根保護(hù),題目要求 switch 2 作為根交換機(jī)
為了不做重復(fù)性工作我決定先對switch 2 進(jìn)行查看再做配置
switch 2
spanning-tree mode pvst
spanning-tree vlan 10 priority 0
!
interface FastEthernet0/1
shutdown
interface FastEthernet0/22
channel-protocol pagp
channel-group 2 mode auto
switchport mode trunk
interface FastEthernet0/24
channel-protocol pagp
channel-group 2 mode auto
switchport mode trunk
interface Port-channel 2
switchport mode trunk
經(jīng)總結(jié)以上配置得出以下信息:
沒有VLAN 10
生成樹模式 PVST
vlan 10 的優(yōu)先級為 0 (數(shù)越小優(yōu)先級越高)
連接PC端口1被關(guān)閉
22/24端口配置為聚合鏈路PAGP(思科專有)模式
通道組 2 自動(dòng)模式 開啟 trunk 模式
接口端口通道2設(shè)置為trunk 模式
經(jīng)對比switch 1 和 switch 2 得出以下問題:
一、22/24聚合鏈路模式不同導(dǎo)致數(shù)據(jù)無法正常傳輸;
二、要求switch3作為根交換機(jī)但是switch2設(shè)置了根保護(hù)
下面開始配置:
首先:
一、將switch3的端口1打開
二、將switch2的根保護(hù)關(guān)閉
三、通道組設(shè)置為同通道組,同時(shí)改為一組
四、將聚合鏈路都設(shè)置為trunk并開啟
更改后配置:
switch 1
spanning-tree mode pvst
!
interface FastEthernet0/22
channel-protocol lacp
channel-group 1 mode active
switchport mode trunk
!
interface FastEthernet0/23
!
interface FastEthernet0/24
channel-protocol lacp
channel-group 1 mode active
switchport mode trunk
!
interface Port-channel 1
switchport mode trunk
!
switch3
spanning-tree mode pvst
spanning-tree vlan 10 priority 0
!
interface FastEthernet0/1
switchport access vlan 10
switchport mode access
interface FastEthernet0/22
channel-protocol lacp
channel-group 1 mode active
switchport mode trunk
!
interface FastEthernet0/23
!
interface FastEthernet0/24
channel-protocol lacp
channel-group 1 mode active
switchport mode trunk
interface Port-channel 1
switchport mode trunk
========================================================================
連接測試:
根測試
switch3
SW3#show spanning-tree
VLAN0010
Spanning tree enabled protocol ieee
Root ID Priority 10
Address 0009.7C27.2B0A
This bridge is the root
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 10 (priority 0 sys-id-ext 10)
Address 0009.7C27.2B0A
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 20
Interface Role Sts Cost Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/1 Desg FWD 19 128.1 P2p
Fa0/24 Desg FWD 19 128.24 P2p
Fa0/22 Desg FWD 19 128.22 P2p
Po1 Desg FWD 9 128.28 Shr
顯示這個(gè)交換機(jī)是根(switch3)
完成。
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。