登录权限模式
configure terminal(进入全局配置模式)
状态检查与配置
show interfaces:显示交换机上的所有接口信息
接口配置
interface [port_number]:进入指定端口配置模式
switchport mode access/trunk:设置端口为访问模式(连接计算机)或干道模式(连接其他交换机)
speed [speed] duplex [full/half]:设置端口速率和双工模式
VLAN配置
vlan [vlan_id] name [description]:创建或删除VLAN,指定名称
interface range [ports] trunk allowed vlan add [vlans]:允许指定VLAN通过接口
IP地址分配(ip address [ip_address] [mask])[支持三层功能才可以配置]
配置静态路由(ip route [destination network] [next hop]:添加静态路由)
保存配置(copy running-config startup-config 或 write memory:将当前配置保存到非易失性存储器)