# 交換機操做模式:
1.用戶模式
Swtich>
2.特權模式
Swtich#
3.全局配置模式
Swtich(config)#
4.端口模式
Swtich(config-if)#shell
# 交換機頂層命令
connect 打開終端鏈接
disable 關閉特權命令
disconnect 斷開現有的網絡鏈接
enable 進入特權模式
exit 退出執行
logout 退出執行
ping 發送迴應消息
resume 恢復活動的網絡鏈接
show 顯示運行系統信息
telnet 打開telnet鏈接
terminal 設置終端線路參數
traceroute 跟蹤到達目的地的路由網絡
# enable 進入特權模式
clear 復位功能
clock 管理系統時鐘
configure 進入配置模式
connect 打開終端鏈接
copy Copy from one file to another
debug Debugging functions (see also 'undebug')
delete Delete a file
dir List files on a filesystem
disable 關閉特權命令
disconnect 斷開現有的網絡鏈接
enable 打開特權命令
erase 刪除一個文件系統
exit 退出執行
logout 退出執行
more 顯示文件的內容
no 禁用調試信息
ping 發送迴應消息
reload 中止並執行冷重啓
resume 恢復活動的網絡鏈接
setup 運行安裝命令工具
show 顯示運行系統信息
ssh Open a secure shell client connection
telnet Open a telnet connection
terminal Set terminal line parameters
traceroute Trace route to destination
undebug Disable debugging functions (see also 'debug')
vlan Configure VLAN parameters
write Write running configuration to memory, network, or terminalssh
# configure terminal 進入全局配置模式
access-list 添加訪問列表項
banner 定義登陸橫幅
boot 啓動命令
cdp Global CDP configuration subcommands
clock Configure time-of-day clock
crypto Encryption module
do To run exec commands in config mode
enable Modify enable password parameters
end 退出配置模式
exit 退出配置模式
hostname 設置系統的網絡名
interface 選擇要配置的接口
Ethernet IEEE 802.3
FastEthernet IEEE 802.3快速以太網 0/1==槽位/該槽位下的端口
GigabitEthernet GigabitEthernet IEEE 802.3z
Port-channel 接口以太網通道
Vlan Catalyst Vlans
range 接口範圍命令異步
ip 全局IP配置的子命令
line 配置終端線路
access-class 基於IP訪問列表的篩選器鏈接
databits 設置每一個字符的數據位數
exec-timeout 設置執行超時
exit 退出行配置模式
flowcontrol 設置流程控制
history 啓用和控制命令歷史函數
ipv6 IPv6選項
logging 修改消息記錄設施
login 啓用密碼檢查
motd-banner 使旗幟的公告顯示
no 否認命令或設置默認值
parity 設置終端平價
password 設置一個密碼
privilege 更改行的權限級別
speed 設置發送和接收速度
stopbits 設置異步線中止位
transport 定義線路傳輸協議函數
logging 修改消息記錄設施
mac Mac配置
mac-address-table 配置MAC地址表
mls mls global commands
no Negate a command or set its defaults
port-channel EtherChannel configuration
privilege 特權命令參數
service Modify use of network based services
snmp-server Modify SNMP engine parameters
spanning-tree Spanning Tree Subsystem
username Establish User Name Authentication
vlan VLAN的命令
vtp Configure global VTP state工具
# 端口模式命令
cdp 全球CDP配置分區
channel-group 以太通道/端口捆綁配置
channel-protocol 選擇頻道(LACP協議,PAgP)
description 具體描述接口
duplex 配置雙工操做。
exit 退出接口配置模式
ip 接口因特網協議配置命令
mdix 設置與媒體相關的交叉接口
mls MLS接口命令
no 否認命令或設置默認值
shutdown 關閉選定的接口
spanning-tree 樹跨越計算機子系統
speed 配置速度操做
storm-control 風暴的配置
switchport 設置開關模式特性
tx-ring-limit 配置PA級傳輸環限制spa
# 經常使用命令整理
## enable 進入特權模式
### configure terminal 進入全局配置模式debug
# enable password 123456 設置進入特權模式的密碼調試
# 進入端口配置模式
#### interface fastEthernet 0/1 配置快速以太網端口orm
# 配置交換機的IP地址
#### interface Vlan 1 配置Vlan相關信息
##### ip address 192.168.1.1 255.255.255.0
##### no shutdown 開啓Vlan 1開啓狀態
# line vty <0-15> <1-5> 配置虛擬終端
### password admin 設置進入虛擬終端的密碼
### login 啓動密碼檢測
# 虛擬局域網(同在一個虛擬局域網中才能訪問) enable 進入特權模式 configure terminal 進入全局配置模式 vlan 2 激活2號虛擬局域網 interface fastEthernet 0/1 進入交換機一號端口 switchport access vlan 2 將一號端口分配到2號虛擬局域網中