项目二:交换机命令 (网络项目实践与设备管理教程)

1、进入特权模式、全局配置模式命令截图
2、进入接口配置模式,并将interfaces fastEtherent 0/1和0/2口关闭截图
3、进入组配置模式,配置接口interfaces fastEtherent0/3-0/20接口速率为10.截图
4、对端口interfaces fastEtherent0/10描述为cisco
5、查看当前配置情况截图

小魔女参考了bing和GPT部分内容调写:
1、进入特权模式、全局配置模式命令截图

enable
configure terminal

2、进入接口配置模式,并和将interfaces fastEtherent 0/1和012口关闭截图

interface fastEthernet 0/1
shutdown
interface fastEthernet 0/2
shutdown
interface fastEthernet 0/3
shutdown

3、进入组配置模式,配置接口interfaces fastEtherent01/3-0/20接口速率为10 截图

interface range fastEthernet 0/1-0/20
speed 10

4、对端Dinterfaces fastEtherent0/10描述为cisco

interface fastEthernet 0/10
description cisco

5、查看当前配置情况截图

show running-config
回答不易,记得采纳呀。

进入特权模式:

enable

进入全局配置模式:

configure terminal

进入接口配置模式,并关闭fastEthernet 0/1和0/2口:

interface fastEthernet 0/1
shutdown
exit
interface fastEthernet 0/2
shutdown

进入组配置模式,并将interfaces fastEtherent 0/3-0/20接口速率配置为10:

interface range fastEthernet 0/3-20
speed 10

对端口interfaces fastEtherent0/10描述为cisco:

interface fastEthernet 0/10
description cisco

查看当前配置情况:

show running-config

以上命令适用于 Cisco 网络设备,具体操作可以查阅所选交换机的操作说明。