Packet Tracer的安装
正常流程安装即可
交换机的端口配置与管理
从左下角拖入 switch 2960
接着拖入终端
接着连线
黄色的线直接连
选择RS 232
选择 Console
完成连线
点击进入 PC的 Terminal
输入en进入特权模式 en为 enable的简写
Switch>enable
Switch#conf t
Switch(config)#hostname S2960
S2960(config)#interface fa 0/1
S2960(config-if)#speed 100
S2960(config-if)#duplex full
S2960(config-if)#exit
同时将PC的网卡改成全双工模式,100M速率,否则链路不通
S2960(config)#hostname switch
Switch(config)#exit
Switch#show version
Switch#show run
Switch#show interface
Switch#show mac-address-table
Switch#config t
Switch(config)#enable password cisco//激活特权模式密码为cisco
Switch(config)#no enable password //取消特权模式密码
Switch(config)#line console 0
Switch(config-line)#password cisco
Switch(config-line)#login
Switch(config-line)#no password//取消密码
其余安装指导书上面的来,并记录过程