网络设备的管理方式可以简单地分为带外管理(out-of-band)和带内管理(in-band)两种管理模式。所谓带内管理,是指网络的管理控制信息与用户网络的承载业务信息通过同一个逻辑信道传送,简而言之,就是占用业务带宽;而在带外管理模式中,网络的管理控制信息与用户网络的承载业务信息在不同的逻辑信道传送,也就是设备提供专门用于管理的带宽。
目前很多高端的交换机都带有带外网管接口,使网络管理的带宽和有业务带宽完全隔离,互不影响,构成简单的网管网。
通过Console口管理是最常用的带外管理方式,通常用户会在首次配置交换机或者无法进行带内管理时使用带外管理方式。
带外管理方式也是使用最频繁最高的管理方式。带外管理的时候,我们可以采用SecureCRT 终端软件来连接交换机。当然,用户也可以采用自己熟悉的终端程序。
Console口:也叫配置口,用于接入交换机内部对交换机配置。
Console线:交换机包装箱中标配的线缆,用于连接Console口和配置终端。
将PC机的串口和交换机的Console口用Console线连接如图
拔插Console线时注意保护交换机的Console口和PC的串口,不要带电拔插。
第三步:使用软件SecureCRT登陆到设备,并查看当前信息。(当然XP系统也可以使用自带的超级终端进行配置,配置比较简单,这里就不详细介绍了。)
1、安装SecureCRT软件,并进行相应的设置,其中设置图片如下:
注意:端口是自己电脑所显示的端口号(可以去设备管理器查看),波特率一般分为两种(路由器、防火墙、二层交换机为9600、三层交换机为115200、其他品牌的也可能不一样我这里是神州数码的设备),数据为 8 ,奇偶效验“无”,停止位 1 ,数据流控制“无”。
配置信息:
CS6200-28X-EI>enable
CS6200-28X-EI#config
CS6200-28X-EI(config)#show running-config
!!
switch convert mode stand-alone
!!
!
no service password-encryption
!
hostname CS6200-28X-EI
sysLocation China
sysContact 400-810-9119
!
authentication logging enable
!
username admin privilege 15 password 0 admin
!
!
!
!
info-center logfile 4 config count 40960 nandflash logfile.log
info-center logfile 4 output-enable
info-center logfile 4 match level warnings
!
!
!
!
!
Interface Ethernet0
!
!
!
vlan 1
!
Interface Ethernet1/0/1
!
Interface Ethernet1/0/2
!
Interface Ethernet1/0/3
!
Interface Ethernet1/0/4
!
Interface Ethernet1/0/5
!
Interface Ethernet1/0/6
!
Interface Ethernet1/0/7
!
Interface Ethernet1/0/8
!
Interface Ethernet1/0/9
!
Interface Ethernet1/0/10
!
Interface Ethernet1/0/11
!
Interface Ethernet1/0/12
!
Interface Ethernet1/0/13
!
Interface Ethernet1/0/14
!
Interface Ethernet1/0/15
!
Interface Ethernet1/0/16
!
Interface Ethernet1/0/17
!
Interface Ethernet1/0/18
!
Interface Ethernet1/0/19
!
Interface Ethernet1/0/20
!
Interface Ethernet1/0/21
!
Interface Ethernet1/0/22
!
Interface Ethernet1/0/23
!
Interface Ethernet1/0/24
!
Interface Ethernet1/0/25
!
Interface Ethernet1/0/26
!
Interface Ethernet1/0/27
!
Interface Ethernet1/0/28
!
!
no login
!
captive-portal
!
end