一.交換機的五種模式
swith>使用者模式
swith#特權模式
swith(config)# 全局配置模式
swith(config-if)# 接口模式
swith(config-li)# 線模式
二.設定交換機的密碼
1.使用者模式到特權模式的密碼
swith(config)#enable password 123 : 明文
swith(config)#enable secret : 密文
如果兩個都設則密文生效
2.控制台CONSOLE密碼設定
swith(config)#line con 0
swith(config-line)#login
swith(config-line)#password telnet123 : 設定 console密碼為telnet123
3.啟用telnet密碼
swith(config)#line vty 0 15 :最多有0-15個人可以teinet通路swith
swith(config-line)#password telnet123:設定telnet密碼為telnet123
注意:要真正生效telnet還要設定特權密碼
三.交換機命名
swith(config)#hostname benetsw01 :使用benesw01作為交換機的名字
四.show指令集
swith#show version :顯示IOS版本資訊
swith#show int vlan 1 briet :簡單的顯示VLAN1的資訊
swith#show running-config :顯示正在運作的配置資訊
swith#show startup-config :顯示已經儲存的配置檔案
swith#show mac-address-table :顯示MAC位址表
swith#show neihbor detail :顯示鄰居詳細資訊
swith#show traffic :顯示CDP的流量
五.設定交換機的網關和DNS名稱伺服器的IP
swith(config)#ip default-gateway 192.168.10.8 :設定交換機的網關
swith(config)#domain-name server 202.160.0.20 :設定DNS名稱伺服器位址
swith(config)#no ip domain-lookup :交換機名稱伺服器的域名查詢