交换机基本配置与ios命令使用

2019-10-18 19:02:39 浏览数 (1)

Tab 键可以补齐命令

1、用户模式(只能查看一些信息无法修改高级配置)

2、特权模式(查看和修改思科设备的配置 )enable

3、全局模式(修改交换机全局的配置)

4、接口模式(修改接口的配置信息)

R1(config)#interface fastEthernet 0/1

查看帮助信息 ?

hostname 主机名修改

查看版本信息

查看mac地址表

配置交换机端口双工模式

sw1(config-if)#duplex ? auto Enable AUTO duplex configuration #自动协商 full Force full duplex operation #全双工 half Force half-duplex operation #半双工sw1(config)#interface fa0/1sw1(config-if)#duplex fullsw1(config-if)#duplex half

指定接口的通信速率

sw1(config)#int fa0/1sw1(config-if)#speed ? 10 Force 10 Mbps operation 100 Force 100 Mbps operation auto Enable AUTO speed configurationsw1(config-if)#speed 10sw1(config-if)#speed 100

查看接口的双工模式和端口速率

0 人点赞