交換機思科型別有35和65型別
35為小型系統,65為大型系統
進入全域性配置模式
改變系統時間
switch-3548>enable
password:******
switch-3548#clock set 23:00:00 23 february 2007
switch-3548#config t
swtich-3548(config)#
配置主機名
swtich-3548(config)#hostname switch-phy-3548
switch-phy-3548(config)#
配置ip位址 子網掩碼 預設路由
switch-phy-3548(config)#inte***ce vlan1
switch-phy-3548(config-if)#ip address 203.105.1.62 255.255.255.0
switch-phy-3548(config-if)#exit
switch-phy-3548(config)#ip default-gateway 203.105.1.1
配置通訊方法:自適應,全雙工,半雙工
switch-phy-3548(config-if)#duplex auto
switch-phy-3548(config-if)#duplex full
switch-phy-3548(config-if)#duplex half
配置埠傳輸速率
switch-phy-3548(config)#inte***ce 埠號
switch-phy-3548(config-if)#speed auto
switch-phy-3548(config-if)#speed 10
switch-phy-3548(config-if)#speed 100
進入全域性配置模式
改變系統時間
switch-6500>enable
password:******
switch-6500>(enable)set time fri 2/23/2007 23:00:00
switch-6500>(enable)
配置主機名
switch-6500>(enable)set system name swtich-phy-6500
system name set
switch--phy-6500>(enable)
配置ip位址 子網掩碼 預設路由
switch--phy-6500>(enable)set inte***ce sc0 203.105.1.62 255.255.255.0 203.105.1.255
switch--phy-6500>(enable)set ip route 0.0.0.0 203.105.1.1
配置通訊方法:自適應,全雙工,半雙工
switch--phy-6500>(enable)set port duplex 5/1 full
switch--phy-6500>(enable)set port duplex 5/1-24 full
switch--phy-6500>(enable)set port duplex 5/1 half
switch--phy-6500>(enable)set port duplex 5/1-24 half
配置埠傳輸速率
switch--phy-6500>(enable)set port speed 5/1 auto
switch--phy-6500>(enable)set port speed 5/1-24 auto
switch--phy-6500>(enable)set port speed 5/1 100
switch--phy-6500>(enable)set port speed 5/1-24 100
交換機vlan基本配置
1.清除交換機上的所有現有配置,將所有埠置於關閉狀態。如果需要,請參考實驗 2.5.1 的附錄 1,以了解清除交換機配置的方法。要禁用交換機上未使用的埠,較好的辦法是將這些埠設定為 shutdown。禁用交換機上的所有埠。switch config term switch config inte c...
交換機的基本配置
1 配置enable口令和主機名。2 配置交換機ip位址 預設閘道器 網域名稱和網域名稱伺服器。3 配置交換機的埠屬性。speed duplex description 4 配置和檢視mac位址表。設定超時時間 加入永久位址 加入限制靜態位址 清除位址 一 配置和管理vlan 劃分vlan 配置vt...
思科交換機基本配置
全雙工和半雙工的區別 100m全雙工 就是傳送資料和接收資料同時進行,同時達到100mbps 也就是200m頻寬 100m半雙工 就是發的資料的時候不能接收,接收收的時候不能傳送 也就是100m頻寬 switch configure terminal 進入配置狀態 switch inte ce in...