色婷婷狠狠18禁久久YY,CHINESE性内射高清国产,国产女人18毛片水真多1,国产AV在线观看

Cisco3750交換機匯聚配置步驟有哪些呢

吉茹定2年前14瀏覽0評論

Cisco3750交換機匯聚配置步驟有哪些呢?

1,設置交換機名稱

(config)#hostnamehostname

2,設置log存放路徑

(config)#logging10.7.68.68//將log檔文件存在10.7.68.68

(config)#spanning-treemoderapid-pvst//設定spanning-tree的模式是rapid-pvst

3,設置errdisable

(config)#errdisablerecoverycauseall//開啟errdiable恢復的原因

(config)#errdisablerecoveryinterval300//errdisable后300秒恢復

4,設置snmp-server

(config)#snmp-servercommunityaskeymisRO//設置簡單網絡管理協議字符串為只讀

5,設置vtp

(config)#VTPdomainaskey//設定VTPdomain名稱

(config)vtpmodetransparent//設定VTP模式為透明模式

VLAN

1,創建Vlan

(config)#vlan180//創建VlanID號為180

(config-vlan)#nameaskey//Vlan名稱為askey

2,刪除Vlan

(config)#novlan180

#showvlanbrief//查看交換機當前Vlan號及Vlan下有哪些端口

3,配置管理IP

(config)#intvlan180

(config-if)#ipaddress192.168.1.251255.255.255.0//設置管理IP地址

(config)#ipdefault-gateway192.168.1.254//設置默認路由,供其他網段訪問

4,將端口劃至Vlan180

4.1單一端口劃分

(config)#intf0/1//進入端口f0/1

(config-if)#swmodeaccess//設置訪問模式

(cofnig-if)#swacvlan180//將其端口劃入Vlan180

4.2多端口劃分

(config)#intrangef0/1–24//端口范圍為1-24

(config-if-range)#swmodeaccess

(config-if-range)#swacvlan180

端口配置

1,端口配置

(cofnig)#interfaceFastEthernet0/1

(config-if)#switchportaccessvlan33//劃分VLAN

(config-if)#switchportmodeaccess

(config-if)#switchportport-securitymaximum2//設定端口只允許接入2個PC

(config-if)#switchportport-security//啟用端口安全

(config-if)#switchportport-securityviolationrestrict//發生違例端口進errdisable,并記錄

(config-if)#storm-controlbroadcastlevel0.80//控制廣播包的突發百分比

(config-if)#storm-controlactionshutdown//暴風控制的違例時端口進入errdisable

(config-if)#storm-controlactiontrap//產生snmptrap(抑制)消息來通告發生過量流量的情況

(config-if)#spanning-treeportfast//配置接口為portfast模式

(config-if)#spanning-treebpduguardenable//啟用bpuguard防護

(config-if)#spanning-treeguardroot//啟用根橋防護

設置時間與同步

1,開啟debug與log記錄時間的服務

(config)#Servicetimestampsdebugdatetimelocaltime//開啟debug記錄時顯示的時間

(config)#Servicetimestampslogdatetimelocaltime//開啟log記錄時顯示的時間

2,設置時間與時區

(config)#ClocktimezoneTAIWAN8//設置時區

(config)#Clockset12:16:50nov272008//設置時間(月,日,年)

#Showclock//查看交換機當前的時間

3,設置ntpserver實現時間同步

(config)#ntpserver10.1.71.249//設置交換機與ntpserver實現時間同步

#showntpstauts//查看交換機是否同步

Clockissynchronized,stratum3,referenceis10.1.71.249(同步)

nominalfreqis119.2092Hz,actualfreqis119.2093Hz,precisionis2**17

referencetimeisCCD89F21.ECA0C247(12:22:57.924TAIWANThuNov272008)

clockoffsetis8.4785msec,rootdelayis399.51msec

rootdispersionis937.29msec,peerdispersionis885.30msec

Password

1,開啟明文密碼加密服務

(config)#servicepassword-encryption//將明文密碼加密

2,設置控制臺密碼

(config)#lineconsloe0//進入控制臺

(config-line)#login//登錄

(config-line)#passwordcisco//設置密碼

3,設置enable密碼

(config)#enablepasswordcisco

(config)#enablesecretpasswordcisco//給密碼加密碼,優先級高于enablepassword

4,設置Telnet密碼

(config)#linevty04//進入vty模式

(config-line)#login

(config-line)#passwordcisco//設置密碼

(config-line)#exec-timeout50//telnet5分鐘超時。