在企业办公中,我们经常会遇到一些问题,我们大多数的时间都会去找公司的信息部的IT小哥哥和小姐姐来解决,有些中小型企业也会有一些IT外包服务商来解决问题!在IT外包服务中会遇到各种各样的问题,在桌面运维的服务当中我们就会经常遇到很多问题,下面就是我为大家分享的案例和解决方案!
1、配置前的连接
—— Console电缆
全返线【控制线、console线】==》接到console口
自动翻转的功能
—— 物理连接
计算机COM口
交换机/路由器Console口
—— 软件连接
超级终端
其他软件
2、Cisco交换机的命令行
用户模式
Switch>
特权模式(一般用于查看配置信息)
Switch>enable
Switch#
全局配置模式(所做的配置对整个设备生效)
Switch#configure terminal
Switch(config)#
模式间的转换
退到上一个模式:exit
退到特权模式:end、<Ctrl+z>
3、配置主机名
Switch>en
Switch#conf t
Switch(config)#hostname tedu
tedu(config)#
4、查看交换机的配置
tedu# show running-config
5、显示版本信息
tedu# show version
6、配置enable明文口令
tedu>en
tedu#conf t
tedu(config)#enable password 123
tedu(config)#exit
tedu#show running-config
hostname tedu
!
enable password 123
tedu#exit
tedu>enable
Password: 【123】
tedu#
7、保存交换机配置
tedu# copy running-config startup-config
或
tedu# write
8、恢复出厂设置
tedu# erase startup-config
tedu# reload
北京聚利道合商贸有限公司
服务热线:010-62409875
技术顾问:刘刚
电话:13581859989(同微信)
相关评论