日韩黑丝制服一区视频播放|日韩欧美人妻丝袜视频在线观看|九九影院一级蜜桃|亚洲中文在线导航|青草草视频在线观看|婷婷五月色伊人网站|日本一区二区在线|国产AV一二三四区毛片|正在播放久草视频|亚洲色图精品一区

分享

2950交換機(jī)

 ALinux 2007-03-24

  

2950交換機(jī)

簡(jiǎn)明配置維護(hù)手 

 中望商業(yè)機(jī)器公司

2002-12-14


目錄

說明... 3

產(chǎn)品特性... 3

配置端口... 4

配置一組端口... 4

配置二層端口... 6

配置端口速率及雙工模式... 6

端口描述... 7

監(jiān)控及維護(hù)端口... 8

監(jiān)控端口和控制器的狀態(tài)... 8

刷新、重置端口及計(jì)數(shù)器... 10

關(guān)閉和打開端口... 10

配置VLAN.. 11

理解VLAN.. 11

可支持的VLAN.. 12

配置正常范圍的VLAN.. 12

生成、修改以太網(wǎng)VLAN.. 13

刪除VLAN.. 14

將端口分配給一個(gè)VLAN.. 15

配置VLAN Trunks. 16

使用STP實(shí)現(xiàn)負(fù)載均衡... 19

配置Cluster 23

 


說明

本手冊(cè)只包括日常使用的有關(guān)命令及特性,其它未涉及的命令及特性請(qǐng)參考英文的詳細(xì)配置手冊(cè)。

產(chǎn)品特性

2950是只支持二層的交換機(jī)

支持VLAN

  • 到250 個(gè)VLAN
  • 支持VLAN ID從1到4094( IEEE 802.1Q 標(biāo)準(zhǔn))
  • 支持ISL及IEEE 802.1Q封裝

安全

  • 支持IOS標(biāo)準(zhǔn)的密碼保護(hù)
  • 支持標(biāo)準(zhǔn)及擴(kuò)展的訪問列表來定義安全策略
  • 支持基于VLAN的訪問列表

監(jiān)視

  • 交換機(jī)LED指示端口狀態(tài)
  • SPAN及遠(yuǎn)端SPAN (RSPAN) 可以監(jiān)視任何端口或VLAN的流量
  • 內(nèi)置支持四組的RMON監(jiān)控功能(歷史、統(tǒng)計(jì)、告警及事件)

 

 

 

 

配置端口

配置一組端口

 

命令

目的

Step 1 

configure terminal

進(jìn)入配置狀態(tài)

Step 2 

interface range {port-range}

進(jìn)入組配置狀態(tài)

Step 3 

 

可以使用平時(shí)的端口配置命令進(jìn)行配置

Step 4 

end

退回

Step 5 

show interfaces [interface-id]

驗(yàn)證配置

Step 6 

copy running-config startup-config

保存

 

 

當(dāng)使用interface range命令時(shí)有如下的規(guī)則:

  • 有效的組范圍:
    • vlan從1 到4094
    • fastethernet 槽位/{first port} - {last port}, 槽位為0
    • gigabitethernet槽位/{first port} - {last port},槽位為0
    • port-channel port-channel-number - port-channel-number, port-channel號(hào)從1到64
  • 端口號(hào)之間需要加入空格,如:interface range fastethernet 0/1 – 5 是有效的,而interface range fastethernet 0/1-5 是無效的.
  • interface range 命令只能配置已經(jīng)存在的interface vlan
  • 所有在同一組的端口必須是相同類別的。

見以下例子:

Switch# configure terminal
 
Switch(config)# interface range fastethernet0/1 - 5 
 
Switch(config-if-range)# no shutdown 
Switch(config-if-range)#
*Oct  6 08:24:35: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up
*Oct  6 08:24:35: %LINK-3-UPDOWN: Interface FastEthernet0/2, changed state to up
*Oct  6 08:24:35: %LINK-3-UPDOWN: Interface FastEthernet0/3, changed state to up
*Oct  6 08:24:35: %LINK-3-UPDOWN: Interface FastEthernet0/4, changed state to up
*Oct  6 08:24:35: %LINK-3-UPDOWN: Interface FastEthernet0/5, changed state to up
*Oct  6 08:24:36: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/05, 
changed state to up
*Oct  6 08:24:36: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed 
state to up
*Oct  6 08:24:36: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/4, changed 
state to up
 

以下的例子顯示使用句號(hào)來配置不同類型端口的組:

Switch# configure terminal
 
Switch(config)# interface range fastethernet0/1 - 3, gigabitethernet0/1 - 2 
 
Switch(config-if-range)# no shutdown 
Switch(config-if-range)#
*Oct  6 08:29:28: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up
*Oct  6 08:29:28: %LINK-3-UPDOWN: Interface FastEthernet0/2, changed state to up
*Oct  6 08:29:28: %LINK-3-UPDOWN: Interface FastEthernet0/3, changed state to up
*Oct  6 08:29:28: %LINK-3-UPDOWN: Interface GigabitEthernet0/1, changed state to up
*Oct  6 08:29:28: %LINK-3-UPDOWN: Interface GigabitEthernet0/2, changed state to up
*Oct  6 08:29:29: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/ 1, 
changed state to up
*Oct  6 08:29:29: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/ 2, 
changed state to up
*Oct  6 08:29:29: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/ 3, 
changed state to up

 

配置二層端口

2950的所有端口缺省的端口都是二層口,如果此端口已經(jīng)配置成三層端口的話,則需要用switchport來使其成為二層端口。

配置端口速率及雙工模式

可以配置快速以太口的速率為10/100Mbps及千兆以太口的速率為10/100/1000-Mbps; 但對(duì)于GBIC端口則不能配置速率及雙工模式,有時(shí)可以配置nonegotiate,當(dāng)需要聯(lián)接不支持自適應(yīng)的其它千兆端口時(shí)

 

命令

目的

Step 1 

configure terminal

進(jìn)入配置狀態(tài).

Step 2 

interface interface-id

進(jìn)入端口配置狀態(tài).

Step 3 

speed {10 | 100 | 1000 | auto | nonegotiate}

設(shè)置端口速率

注   1000 只工作在千兆口. GBIC模塊只工作在1000 Mbps下. nonegotiate 只能在這些GBIC上用 1000BASE-SX, -LX, and -ZX GBIC.

Step 4 

duplex {auto | full | half}

設(shè)置全雙工或半雙工.

Step 5 

end

退出

Step 6 

show interfaces interface-id

顯示有關(guān)配置情況

Step 7 

copy running-config startup-config

保存

 

 

 
Switch# configure terminal
 
Switch(config)# interface fastethernet0/3
 
Switch(config-if)# speed 10
 
Switch(config-if)# duplex half

端口描述

 

 

命令

目的

Step 1 

configure terminal

進(jìn)入配置模式

Step 2 

interface interface-id

進(jìn)入要加入描述的端口

Step 3 

description string

加入描述 (最多240個(gè)字符).

Step 4 

end

退回.

Step 5 

show interfaces interface-id description

or

show running-config

驗(yàn)證.

Step 6 

copy running-config startup-config

保存

 

 

Use the no description interface configuration command to delete the description.

This example shows how to add a description on Fast Ethernet interface 0/4 and to verify the description:

Switch# config terminal
 
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)# interface fastethernet0/4
 
Switch(config-if)# description Connects to Marketing
 
Switch(config-if)# end
 
Switch# show interfaces fastethernet0/4 description
 
Interface Status         Protocol Description
Fa0/4     up             down     Connects to Marketing

監(jiān)控及維護(hù)端口

監(jiān)控端口和控制器的狀態(tài)

主要命令見下表:

Show Commands for Interfaces Command

目的

show interfaces [interface-id]

顯示所有端口或某一端口的狀態(tài)和配置.

show interfaces interface-id status [err-disabled]

顯示一系列端口的狀態(tài)或錯(cuò)誤-關(guān)閉的狀態(tài)

show interfaces [interface-id] switchport

顯示二層端口的狀態(tài),可以用來決定此口是否為二層或三層口。

show interfaces [interface-id] description

顯示端口描述

show running-config interface [interface-id]

顯示當(dāng)前配置中的端口配置情況

show version

顯示軟硬件等情況

 

 

舉例如下:

Switch# show interfaces status
 
 
Port    Name               Status       Vlan       Duplex  Speed Type
Gi0/1                      connected    routed     a-full  a-100 10/100/1000Base
TX
Gi0/2   wce server 20.20.2 disabled     routed       auto   auto 10/100/1000Base TX
Gi0/3   ip wccp web-cache  notconnect   routed       auto   auto 10/100/1000Base TX
Gi0/4                      notconnect   routed       auto   auto 10/100/1000Base TX
Gi0/5                      notconnect   routed       auto   auto 10/100/1000Base TX
Gi0/6                      disabled     routed       auto   auto 10/100/1000Base TX
Gi0/7                      disabled     routed       auto   auto 10/100/1000Base TX
Gi0/8                      disabled     routed       auto    100 10/100/1000Base TX
Gi0/9                      notconnect   routed       auto   auto 10/100/1000Base TX
Gi0/10                     notconnect   routed       auto   auto 10/100/1000Base TX
Gi0/11                     disabled     routed       auto   auto unknown
Gi0/12                     notconnect   routed       auto   auto unknown
 

 

Switch# show interfaces fastethernet 0/1 switchport
 
Name: Fa0/1
Switchport: Enabled
Administrative Mode: static access
Operational Mode: down
Administrative Trunking Encapsulation: dot1q
Negotiation of Trunking: Off
Access Mode VLAN: 1 (default)
Trunking Native Mode VLAN: 1 (default)
Trunking VLANs Enabled: ALL
Pruning VLANs Enabled: 2-1001
 
Protected: false
Unknown unicast blocked: disabled
Unknown multicast blocked: disabled
 
Voice VLAN: dot1p (Inactive)
Appliance trust: 5
 
 
Switch# show running-config interface fastethernet0/2
 
Building configuration...
 
Current configuration : 131 bytes
!
interface FastEthernet0/2
 switchport mode access
 switchport protected
 no ip address
 mls qos cos 7
 mls qos cos override
end

刷新、重置端口及計(jì)數(shù)器

Clear命令

目的

clear counters [interface-id]

清除端口計(jì)數(shù)器.

clear line [number | console 0 | vty number]

重置異步串口的硬件邏輯

 

 


Note   clear counters 命令只清除用show interface所顯示的計(jì)數(shù),不影響用snmp得到的計(jì)數(shù)


舉例如下:

Switch# clear counters fastethernet0/5 
Clear "show interface" counters on this interface [confirm] y 
Switch#
*Sep 30 08:42:55: %CLEAR-5-COUNTERS: Clear counter on interface FastEthernet0/5
by vty1 (171.69.115.10)
 

可使用clear line 命令來清除或重置某一端口或串口,在大部分情況下并不需要這樣做:

Switch# clear interface fastethernet0/5 
 

關(guān)閉和打開端口

 

命令

目的

Step 1 

configure terminal

進(jìn)入配置狀態(tài)

Step 2 

interface {vlan vlan-id} | {{fastethernet | gigabitethernet} interface-id} | {port-channel port-channel-number}

選擇要關(guān)閉的端口

Step 3 

shutdown

關(guān)閉

Step 4 

end

退出

Step 5 

show running-config

驗(yàn)證

 

 

使用 no shutdown 命令重新打開端口.

舉例如下:

Switch# configure terminal
 
Switch(config)# interface fastethernet0/5 
Switch(config-if)# shutdown 
Switch(config-if)#
*Sep 30 08:33:47: %LINK-5-CHANGED: Interface FastEthernet0/5, changed state to a 
administratively down
 
Switch# configure terminal
 
Switch(config)# interface fastethernet0/5 
Switch(config-if)# no shutdown 
Switch(config-if)#
*Sep 30 08:36:00: %LINK-3-UPDOWN: Interface FastEthernet0/5, changed state to up
 

配置VLAN

理解VLAN

 一個(gè)VLAN就是一個(gè)交換網(wǎng),其邏輯上按功能、項(xiàng)目、應(yīng)用來分而不必考慮用戶的物理位置。任何交換口都可以屬于某一VLAN, IP包、廣播包及組播包均可以發(fā)送或廣播給在此VLAN內(nèi)的最終用戶。每一個(gè)VLAN均可看成是一個(gè)邏輯網(wǎng)絡(luò),發(fā)往另一VLAN的數(shù)據(jù)包必須由路由器或網(wǎng)橋轉(zhuǎn)發(fā)(如下圖)。由于VLAN被看成是一個(gè)邏輯網(wǎng)絡(luò),其具有自己的網(wǎng)橋管理信息庫 (MIB) 并可支持自己的生成樹


 VLAN作為邏輯定義的網(wǎng)絡(luò)示意圖


VLAN常常與IP子網(wǎng)相聯(lián)系,同一IP子網(wǎng)屬于同一VLAN。在3550上VLAN之間的數(shù)據(jù)包可以由VLAN端口進(jìn)行轉(zhuǎn)發(fā)。

可支持的VLAN

Catalyst 3550交換機(jī)支持250個(gè) VLAN,可以分別是VTP client, server, 及 transparent modes. VLAN號(hào)可以從1到4094. VLAN號(hào)1002到1005保留給令牌環(huán)及FDDI VLAN. VTP只能學(xué)習(xí)到普通范圍的VLAN, 即從VLAN到1到1005; VLAN號(hào)大于1005屬于擴(kuò)展VLAN,不存在VLAN數(shù)據(jù)庫中。 交換機(jī)必須配置成VTP透明模式當(dāng)需要生成VLAN 號(hào)從1006到4094.

本交換機(jī)支持基于每一VLAN的生成樹(PVST),最多支持128個(gè)生成樹。本交換機(jī)支持ISL及IEEE 802.1Q trunk二種封裝。

配置正常范圍的VLAN

VLAN號(hào)1, 1002到1005是自動(dòng)生成的不能被去掉。

VLAN號(hào)1到1005的配置被寫到文件vlan.dat 中, 可以用show vlan 命令查看, vlan.dat 文件存放在NVRAM中.


注意   不要手工刪除vlan.dat 文件,可能造成VLAN的不完整?!∪缫?jiǎng)h除vlan需要用有關(guān)的命令來進(jìn)行


生成、修改以太網(wǎng)VLAN

 

 

命令

目的

Step 1 

configure terminal

進(jìn)入配置狀態(tài)

Step 2 

vlan vlan-id

輸入一個(gè)VLAN號(hào), 然后進(jìn)入vlan配置狀態(tài),可以輸入一個(gè)新的VLAN號(hào)或舊的來進(jìn)行修改。

Step 3 

name vlan-name

(可選)輸入一個(gè)VLAN名,如果沒有配置VLAN名,缺省的名字是VLAN號(hào)前面用0填滿的4位數(shù),如VLAN0004是VLAN4的缺省名字

Step 4 

mtu mtu-size

(可選) 改變MTU大小

Step 5 

end

退出

Step 6 

show vlan {name vlan-name | id vlan-id}

驗(yàn)證

Step 7 

copy running-config startup config

(可選) 保存配置

 

用no vlan name 或 no vlan mtu 退回到缺省的vlan配置狀態(tài)

舉例如下:

Switch# configure terminal
 
Switch(config)# vlan 20
 
Switch(config-vlan)# name test20
 
Switch(config-vlan)# end

 

 

 

也可以在enable狀態(tài)下,進(jìn)行VLAN配置:

 

命令

目的

Step 1 

vlan database

進(jìn)入VLAN配置狀態(tài)

Step 2 

vlan vlan-id name vlan-name

加入VLAN號(hào)及VLAN名

Step 3 

vlan vlan-id mtu mtu-size

(可選) 修改MTU大小

Step 4 

exit

更新VLAN數(shù)據(jù)庫并退出

Step 5 

show vlan {name vlan-name | id vlan-id}

驗(yàn)證配置

Step 6 

copy running-config startup config

保存配置(可選)

 

 

舉例如下:

Switch# vlan database
 
Switch(vlan)# vlan 20 name test20
 
Switch(vlan)# exit
 
APPLY completed.
Exiting....
Switch# 

刪除VLAN

當(dāng)刪除一個(gè)處于VTP服務(wù)器的交換機(jī)上刪除VLAN時(shí),則此VLAN將在所有相同VTP的交換機(jī)上刪除。當(dāng)在透明模式下刪除時(shí),只在當(dāng)前交換機(jī)上刪除。

注意   當(dāng)刪除一個(gè)VLAN時(shí),原來屬于此VLAN的端口將處于非激活的狀態(tài),直到將其分配給某一VLAN。


 

 

 

命令

目的

Step 1 

configure terminal

進(jìn)入配置狀態(tài)

Step 2 

no vlan vlan-id

刪除某一VLAN.

Step 3 

end

退出

Step 4 

show vlan brief

驗(yàn)證

Step 5 

copy running-config startup config

保存

 

 

也可用vlan database 進(jìn)入VLAN配置狀態(tài),用no vlan vlan-id 來刪除。

將端口分配給一個(gè)VLAN

 

 

命令

目的

Step 1 

configure terminal

進(jìn)入配置狀態(tài)

Step 2 

interface interface-id

進(jìn)入要分配的端口

Step 3 

switchport mode access

定義二層口

Step 4 

switchport access vlan vlan-id

把端口分配給某一VLAN

Step 5 

end

退出

Step 6 

show running-config interface interface-id

驗(yàn)證端口的VLAN號(hào)

Step 7 

show interfaces interface-id switchport

驗(yàn)證端口的管理模式和VLAN情況

Step 8 

copy running-config startup-config

保存配置

 

 

使用 default interface interface-id 還原到缺省配置狀態(tài)。

舉例如下:

Switch# configure terminal 
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)# interface fastethernet0/1 
 
Switch(config-if)# switchport mode access 
 
Switch(config-if)# switchport access vlan 2
 
Switch(config-if)# end 
Switch#

配置VLAN Trunks

 

 

命令

目的

Step 1 

configure terminal

進(jìn)入配置狀態(tài)

Step 2 

interface interface-id

進(jìn)入端口配置狀態(tài)

Step 3

switchport mode {dynamic {auto | desirable} | trunk}

配置二層trunk模式。

  • dynamic auto—自動(dòng)協(xié)商是否成為trunk
  • dynamic desirable—把端口設(shè)置為trunk如果對(duì)方端口是trunk, desirable, 或自動(dòng)模式
  • trunk—設(shè)置端口為強(qiáng)制的trunk方式,而不理會(huì)對(duì)方端口是否為trunk

Step 4

switchport access vlan vlan-id

(可選) 指定一個(gè)缺省VLAN, 如果此端口不再是trunk

Step 5 

switchport trunk native vlan vlan-id

指定802.1Q native VLAN號(hào)

Step 6 

end

退出

Step 7 

show interfaces interface-id switchport

顯示有關(guān)switchport 的配置

Step 8 

show interfaces interface-id trunk

顯示有關(guān)trunk的配置

Step 9 

copy running-config startup-config

保存配置

 

舉例:

Switch# configure terminal 
 
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)# interface fastethernet0/4 
 
Switch(config-if)# switchport mode trunk 
 
Switch(config-if)# end 

定義trunk允許的VLAN

缺省情況下trunk允許所有的VLAN通過。可以使用 switchport trunk allowed vlan remove vlan-list 來去掉某一VLAN

 

Command

Purpose

Step 1 

configure terminal

進(jìn)入配置狀態(tài)

Step 2 

interface interface-id

進(jìn)入端口配置

Step 3 

switchport mode trunk

配置二層口為trunk

Step 4 

switchport trunk allowed vlan {add | all | except | remove} vlan-list

(可選) 配置trunk允許的VLAN.

使用add, all, except,  remove關(guān)健字

Step 5 

end

退出

Step 6 

show interfaces interface-id switchport

驗(yàn)證VLAN配置情況.

Step 7 

copy running-config startup-config

保存配置

 

 

回到允許所有VLAN通過時(shí), 可用no switchport trunk allowed vlan 端口配置命令.

舉例如下:

Switch(config)# interface fastethernet0/1
 
Switch(config-if)# switchport trunk allowed vlan remove 2
 
Switch(config-if)# end
 

配置Native VLAN(802.1q)

封裝802.1q的trunk端口可以接受帶有標(biāo)簽和不帶標(biāo)簽的數(shù)據(jù)流,交換機(jī)向native vlan傳送不帶標(biāo)簽的數(shù)據(jù)流,缺省情況下native VLAN是1。

 

 

命令

目的

Step 1 

configure terminal

進(jìn)入配置狀態(tài)

Step 2 

interface interface-id

進(jìn)入配置成802.1qtrunk的端口

Step 3 

switchport trunk native vlan vlan-id

配置native VLAN號(hào)

Step 4 

end

退出

Step 5 

show interfaces interface-id switchport

驗(yàn)證native VLAN配置

Step 6 

copy running-config startup-config

保存配置

 

 

使用no switchport trunk native vlan 端口配置命令回到缺省的狀態(tài)

使用STP實(shí)現(xiàn)負(fù)載均衡

負(fù)載均衡可以使用流量分流到其它平行的trunks上去. 交換機(jī)為了避免環(huán)路, STP通常是阻斷所有端口交換機(jī)之間只留一條鏈路 。使用負(fù)載均衡后, 可以把不同VLAN的流量分配到不同的trunk上。

可以通過配置STP端口權(quán)值STP路徑值來實(shí)現(xiàn)負(fù)載均衡. 如果使用STP端口權(quán)值來配置那么二條負(fù)載均衡的trunk必須聯(lián)同一交換機(jī)上。使用路徑值則即可以聯(lián)相同的交換機(jī)與可以聯(lián)不同的交換機(jī)。

使用STP端口權(quán)值的負(fù)載均衡

當(dāng)同一臺(tái)交換機(jī)的二個(gè)口形成環(huán)路時(shí), STP端口權(quán)值用來決定那個(gè)口是enable的,那個(gè)口是阻斷的??梢酝ㄟ^配置端口權(quán)值來決定二對(duì)trunk各走那些VLAN, 有較高權(quán)值的端口(數(shù)字較小的)vlan, 將處于轉(zhuǎn)發(fā)狀態(tài),同一個(gè)VLAN在另一個(gè)trunk有較低的權(quán)值(數(shù)字較大)則將處在阻斷狀態(tài)。 即同一VLAN只在一個(gè)trunk上發(fā)送接受。


基于端口權(quán)值的負(fù)載均衡示意圖

trunk1將發(fā)送和接收VLAN8-10的數(shù)據(jù),trunk2將發(fā)送和接收VLAN3-6的數(shù)據(jù)

配置如下:

 

Command

Purpose

Step 1 

configure terminal

進(jìn)入Switch 1配置狀態(tài)

Step 2 

vtp domain domain-name

配置VTP域

Step 3 

vtp server

將Switch 1配置成VTP server.

Step 4 

end

退出

Step 5 

show vtp status

驗(yàn)證VTP的配置

Step 6 

show vlan

驗(yàn)證VLAN

Step 7 

configure terminal

進(jìn)入配置狀態(tài)

Step 8 

interface fastethernet 0/1

進(jìn)入F0/1端口

Step 9 

switchport mode trunk

配置成trunk端口

Step 10 

end

退出

Step 11 

show interfaces fastethernet0/1 switchport

驗(yàn)證VLAN配置

Step 12

 

在switch1上的F0/2上重復(fù)7到11步驟

Step 13

 

在Switch 2的F0/1,F0/2上重復(fù)7到11步驟。

Step 14 

show vlan

當(dāng)trunk已經(jīng)起來,在switch2上驗(yàn)證已經(jīng)學(xué)到相關(guān)的vlan配置

Step 15 

configure terminal

在Switch 1上進(jìn)入配置狀態(tài)

Step 16 

interface fastethernet0/1

進(jìn)入要配置的端口

Step 17 

spanning-tree vlan 8 port-priority 10

將端口權(quán)值10賦與VLAN 8.

Step 18 

spanning-tree vlan 9 port-priority 10

將端口權(quán)值10賦與VLAN 9.

Step 19 

spanning-tree vlan 10 port-priority 10

將端口權(quán)值10賦與VLAN 10.

Step 20 

exit

退回.

Step 21

interface fastethernet0/2

進(jìn)入F0/2

Step 22

spanning-tree vlan 3 port-priority 10

將端口權(quán)值10賦與VLAN 3.

Step 23

spanning-tree vlan 4 port-priority 10

將端口權(quán)值10賦與VLAN 4.

Step 24

spanning-tree vlan 5 port-priority 10

將端口權(quán)值10賦與VLAN 5.

Step 25

spanning-tree vlan 6 port-priority 10

將端口權(quán)值10賦與VLAN 10.

Step 26

end

退出

Step 27 

show running-config

驗(yàn)證配置

Step 28

copy running-config startup-config

保存配置

 

 

配置STP路徑值的負(fù)載均衡

也可以通過配置配置STP路徑值來實(shí)現(xiàn)負(fù)載均衡,如下圖所示

Trunk1走VLAN8-10,Trunk2走VLAN2-4


 

 

命令

目的

Step 1 

configure terminal

進(jìn)入 Switch 1配置狀態(tài)

Step 2 

interface fastethernet 0/1

進(jìn)入F0/1

Step 3 

switchport mode trunk

配置Trunk,只能是dot1q模式

Step 4

exit

退回

Step 5

 

在F0/2口上重復(fù)2-4步驟

Step 6 

end

退出

Step 7 

show running-config

驗(yàn)證配置

Step 8 

show vlan

驗(yàn)證switch1已經(jīng)學(xué)到Vlan

Step 9 

configure terminal

進(jìn)入配置狀態(tài)

Step 10 

interface fastethernet 0/1

進(jìn)入F0/1

Step 11 

spanning-tree vlan 2 cost 30

設(shè)置Vlan2生成樹路徑值為30

Step 12 

spanning-tree vlan 3 cost 30

設(shè)置Vlan3生成樹路徑值為30

Step 13 

spanning-tree vlan 4 cost 30

設(shè)置Vlan4生成樹路徑值為30

Step 14 

end

退出

Step 15 

 

在switch1的F0/2上重復(fù)9-11步驟設(shè)置VLAN8,9,10生成樹路徑值為30

Step 16 

exit

退出

Step 17 

show running-config

驗(yàn)證配置

Step 18 

copy running-config startup-config

保存配置

配置Cluster

以本工程一個(gè)例子說明,該例子是信息大廈主樓十樓四臺(tái)2950交換機(jī)堆疊的例子。例子中,第一、二臺(tái)管理vlan做hsrp,IP地址如圖所示。

 

1、STEP 1:配置Clust管理vlan,如將vlan 5作為管理vlan。

 

 

 

 

 

 

 

 

 

 

 

 

命令:

interface vlan 5

no shutdown

end

 

2、STEP 2:查看各臺(tái)設(shè)備上管理vlan的MAC地址。

命令:

show interface vlan 5

結(jié)果:

ZL-10th -Floor-1中的MAC地址為:000a.f404.ad80

ZL-10th -Floor-2中的MAC地址為:000a.f404.a500

ZL-10th -Floor-3中的MAC地址為:000a.f404.ab80

ZL-10th -Floor-1

ZL-10th -Floor-2

ZL-10th -Floor-3

G0/1,132.107.77.74

G0/1,132.107.77.75

Standby ip:

132.107.77.73

ZL-10th -Floor-4中的MAC地址為:000a.f404.ac00

3、STEP 3:在第一臺(tái)設(shè)備上的配置

命令:

cluster standby-group ZL-10th-Floor

由于要配置standby,所以該命令是配置standby組名

cluster enable ZL-10th-Floor 0

配置cluster名,該臺(tái)機(jī)是主設(shè)備

cluster member 1 mac-address 000a.f404.a500

配置第二臺(tái)堆疊設(shè)備的參數(shù),硬件地址為管理vlan地址

cluster member 2 mac-address 000a.f404.ab80

配置第三臺(tái)堆疊設(shè)備的參數(shù)

cluster member 3 mac-address 000a.f404.ac00

配置第四臺(tái)堆疊設(shè)備的參數(shù)

interface vlan 5

ip address 132.107.77.74 255.255.255.128

standby 2 ip 132.107.77.73

standby 2 priority 110

standby 2 preempt delay sync 0

standby 2 name ZL-10th-Floor

上面幾條命令是管理vlan里standby的配置

4、STEP 4:配置第二臺(tái)堆疊設(shè)備

命令:

cluster standby-group ZL-10th-Floor

cluster member 0 mac-address 000a.f404.ad80

配置第一臺(tái)堆疊設(shè)備參數(shù)

cluster member 2 mac-address 000a.f404.ab80

cluster member 3 mac-address 000a.f404.ac00

cluster commander-address 000a.f404.ad80 member 1 name ZL-10th-Floor

上面一條命令指明是第二臺(tái)堆疊設(shè)備

interface Vlan5

ip address 132.107.77.75 255.255.255.128

standby 2 ip 132.107.77.73

standby 2 priority 100

standby 2 preempt delay sync 0

standby 2 name ZL-10th-Floor

配置standby參數(shù)

5、STEP 5:配置第三臺(tái)堆疊設(shè)備

cluster commander-address 000a.f404.ad80 member 2 name ZL-10th-Floor

6、配置第四臺(tái)堆疊設(shè)備

cluster commander-address 000a.f404.ad80 member 3 name ZL-10th-Floor

 

    本站是提供個(gè)人知識(shí)管理的網(wǎng)絡(luò)存儲(chǔ)空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點(diǎn)。請(qǐng)注意甄別內(nèi)容中的聯(lián)系方式、誘導(dǎo)購買等信息,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊一鍵舉報(bào)。
    轉(zhuǎn)藏 分享 獻(xiàn)花(0

    0條評(píng)論

    發(fā)表

    請(qǐng)遵守用戶 評(píng)論公約

    類似文章 更多