1、進入命令行spa
switch> 用戶模式命令行
switch> enable 進入特權模式接口
switch# 特權模式terminal
switch# config terminal 進入全局配置模式it
switch# conf t 簡寫io
switch(config)# 全局配置模式table
switch(config)# interface fastethernet 0/1 進入接口模式ast
switch(config)# int f0/1 簡寫配置
switch(config-if)# 接口模式通信
switch(config-if)# exit 回到上一層模式
switch(config)# end 快速退到特權模式
switch# disable 從特權模式回到用戶模式
switch>
2、命令行基本配置
switch(config)# hostname ws1 更改主機名爲「sw1」
switch(config)# host ws1 簡寫
switch# show version 顯示系統「IOS」名稱及版本信息
switch# sh ver 簡寫
switch# show mac-address-table [dynamic] 查看MAC地址表
3、配置交換機速率
switch(config-if)# duplex { full | half | auto } 指定接口的雙工模式
full:全雙工
half:半雙工
auto:自動協商
指定接口的通訊速率:
switch(config-if)# speed { 10 | 100 | 1000 | auto }