思科端口速率配置命令

我们将采用Cisco Packet Tracer进行拓扑搭建,如下图:
在这里插入图片描述
进入到交换机配置界面
Switch>en
Switch#config t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#int f0/1
Switch(config-if)#no shutdown
Switch(config-if)#speed? #查看speed的子命令
speed
Switch(config-if)#speed 100 #设置speed的速率
Switch(config-if)#duplex full #设置该端口为全双工,full全双工,half半双工 auto为自动
Switch(config-if)#
然后查看端口配置情况的命令为:
Switch#show int f0/1
在这里插入图片描述
到此完成!!

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章