思科交换机的基本配置2

#交换机的基本配置#

#任务二交换机的基本模式#

   

#1给交换机命名为Switch-A

switch>                         !用户模式

switch>enable               !特权模式

switch#config t              !全局配置模式

switch(config)#hostname  Switch-A   !配置主机名

#2设置系统时间应在交换机的特权模式下设置2024.8.5 16:00:00

Switch-A#clock set ?       !不清楚命令格式或参数要求时,可以输入?命令查看

hh:mm:ss   Current Time  !系统提示命令的格式及参数要求

Switch-A#Clock set 16:00:00 5 Aug 2024 !配置系统时间为当前时间

#3配置控制台密码

Switch-A>en

Switch-A#conf t

Switch-A(config)# line console 0          !进入console 0 接口线配置模式

Switch-A(config-line)#password 123    !为console 接口配置密码“123”

Switch-A(config-line)#login                  !允许通过本地登录,如果没有这条命令,则口令不生效

#4配置交换机特权密码

Switch-A>

Switch-A#conf t 

Switch-A(config)#enable password 123456    !配置交换机特权密码为“123456”

Switch-A(config)#enable secret 654321         !配置特权密码为“654321”,以密文形式保存

#5加密所有口令

Switch-A(config)# service password-encryption   !加密系统所有口令

#6配置交换机的IP地址和默认网关

Switch-A>enable    !进入特权模式

Password:             !输入上一步配置的特权密码654321

Switch-A#conf t      !进入全局配置模式

Switch-A(config)#interface vlan 1     !进入vlan 1虚拟接口

Switch-A(config-if)#ip address 192.168.1.1 255.255.255.0   !配置交换机的IP地址为192.168.1.1

Switch-A(config-if)#no shutdown      !打开交换机vlan 1接口,IP地址生效

Switch-A(config-if)#exit                   !返回到全局配置模式

Switch-A(config)#ip default-gateway 192.168.1.254   !配置交换机的默认网关,以便与不同网段主机通信   

#7配置交换机端口双工模式和速度

Switch-A(config)#int f0/1         !进入接口配置模式

Switch-A(config-if)#duplex ?    !双工模式参数查询

auto Enable AUTO duplex configuration

full Force full duplex operation    !选择此选项,强制双工模式为全双工

half Force half-duplex operation  !选择此选项,强制双工模式为半双工

Switch-A(config-if)#duplex auto   !配置双工模式为auto ,自动协商模式

Switch-A(config-if)#speed ?

10    Force 10 Mbps operation

100  Force 100 Mbps operation

auto  Enable AUTO speed configuration

Switch-A(config-if)#speed auto   !配置速度为自动

Switch-A(config-if)#end

#8验证配置

Switch-A#show run

#9保存交换机配置

Switch-A#copy run

Switch-A#copy running-config startup-config   !复制运行配置文件到开机配置文件中

Destination filename  [startup-config]?            !按回车键保留默认目标文件名 

Building configuration…

[OK]  

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

程伊川二简

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值