配置密碼:
2960>en ;第一次密碼為空
2960h#conf t ;進入全局配置模式
2960(config)#hostname swa ;設置交換機名
2960(config)#enable secret aaa ;設置特權加密口令為 aaa
2960(config)#enable password aax ;設置特權非密口令為 aax
2960(config)#line console 0 ;進入控制臺口(Rs232)
2960(config-line)#password aa ;設置登錄口令aa
2960(config-line)#login ;登錄要求口令驗證
2960(config-line)#line vty 0 4 ;進入虛擬終端virtual tty
2960(config-line)#password a ;設置登錄口令a
2960(config-line)#login ;登錄要求口令驗證
2960(config-line)#exit ;返回上一層
2960(config)#exit ;返回上一層
2960#sh run ;看配置信息
2960#exit ;返回命令
配置Vlan
新建一個Vlan的命令
Switch>enable 進入特權模式
Switch#configure terminal 進入全局配置模式
Switch (config)# vlan vlan-id 創(chuàng)建一個Vlan或者進入Vlan配置模式
Switch (config-vlan)# name vlan-name 給Vlan命名(取消設置:no name)
Switch (config-vlan)# mtu mtu-size 設置最大通訊量(取消設置:no mtu)
Switch (config-vlan)#remote-span 開啟遠程流量監(jiān)控(關閉:no remote-span)
Switch (config-vlan)# end 回到特權模式
Switch#show vlan {name vlan-name | id vlan-id} 查看當前配置
Switch#copy running-config startup config 保存配置
刪除Vlan的命令
Switch>enable 進入特權模式
Switch#configure terminal 進入全局配置模式
Switch (config)# no vlan vlan-id 刪除Vlan
Switch (config)# end 回到特權模式
Switch#show vlan brief 查看刪除情況
Switch#copy running-config startup config 保存配置
端口加入特定Vlan的命令
Switch>enable 進入特權模式
Switch#configure terminal 進入全局配置模式
Switch (config)# interface interface-id 進入端口配置
Switch (config-if)# switchport mode access 將接口的模式設為訪問模式
Switch (config-if)# switchport access vlan vlan-id 將端口加入指定的Vlan(恢復端口默認配置:default interface interface-id)
Switch (config-if)# end 回到特權模式
Switch#show running-config interface interface-id 查看端口模式
Switch#show interfaces interface-id switchport 查看端口詳細配置
Switch#copy running-config startup-config 保存配置
批量端口加入特定Vlan的命令
int range fa0/1 - 10
switchport access VLan V2
將特定端口設為trunk
2960-01(config)#default interface fastEthernet 0/1 端口恢復默認值
2960-01(config)#interface fastethernet0/1 進入端口模式
2960-01(config-if)#switchport mode trunk 設置端口為trunk模式
2960-01(config-if)#switchport nonegotiate 將接口設置為不協商模式
2960-01(config-if)end
2960-01#wr
啟用snmp
Switch>enable 進入特權模式
Switch#configure terminal 進入全局配置模式
Switch (config)# snmp-server community string [view view-name] [ro | rw] [access-list-number]
(關閉snmp: no snmp-server)
(刪除團體字符: no snmp-server community string) 配置snmp團體字符并開啟snmp代理服務
String: 團體口令字符(所有SNMP命令中只有設置團體口令的snmp-server community是必須的,其它的都是可選的.)
View: view 可以用于限定哪些MIB分支不能用本community-string存取預先用snmp-server view定義
ro | rw: ro獲得MIB對象信息;rw獲得并可以修改MIB對象信息
access-list-number:訪問列表號
Switch (config)#access-list access-list-number {deny |
permit} source [source-wildcard] 配置拒絕或者允許訪問snmp代理服務的IP地址,訪問列表號為上一步指定的列表號
Switch (config)#end 回到特權模式
Switch#show running-config 查看配置
Switch#copy running-config startup-config 保存配置
cisco2960口令恢復
交換機口令恢復的步驟
⒈串口線連接到到交換機的console口。
⒉先按住交換機面板上的mode鍵,然后打開電源。
⒊初始化flash。
>flash_init
⒋更名含有password的配置文件。
>rename flash:config.text flash:config.old
⒌啟動交換機。
>boot
⒍進入特權模式。
>enable
⒎此時開機是已忽略password。
#rename flash:config.old flash:config.text
⒏copy配置文件到當前系統(tǒng)中。
#copy flash:config.text system:running-config
⒐修改口令。
#configure terminal
#enable secret
⒑保存配置。
#write
配置步驟 注釋 配置端口描述:(使用 description 命令) 給VLAN分配端口: 常用調試命令 ======================================================== |
聯系客服