- 15
- 1
- 约小于1千字
- 约 10页
- 2020-12-08 发布于广东
- 举报
交换机
Enable 进入特权模式
#Exit 返回上一级操作模式
#End 返回到特权模式
#write memory 或copy running-config startup-config 保存配置文件
#del flash:config.text 删除配置文件(交换机及 1700 系列路由器)
#erase startup-config 删除配置文件(2500 系列路由器)
#del flash:vlan.dat 删除Vlan 配置信息(交换机)
#Configure terminal 进入全局配置模式
(config)# hostname switchA 配置设备名称为switchA
(config)#banner motd 配置每日提示信息 为终止符
(config)#enable secret level 1 0 star 配置远程登陆密码为star
(config)#enable secret level 15 0 star 配置特权密码为star
Level 1 为普通用户级别,可选为 1~15,15 为最高权限级别;0 表示密码不加密
(config)#enable services web-server 开启交换机WEB 管理功能
Servi
原创力文档

文档评论(0)