神州数码大赛交换机带外和带内管理 <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

                      DCRS-5650

一、带外管理:
     
带外管理是指通过CONSOLE口进行管理。用交换机自带的console线(RS-232连接console口)连接PC与交换机,利用windows系统的超级终端。实验拓扑图:
二、   带内管理

1、         telnet方式
通过带外管理进入

switch>
switch>enable
switch#config
Switch(config)# interface vlan1   //进入VLAN1接口
Switch(config-if-vlan1)# ip address 192.168.1.X  255.255.255.0  //配置交换机地址
Switch(config-if-vlan1)#no shutdown         //激活VLAN接口
Switch(config-if-vlan1)#exit                  //回到全局模式
Switch(config)# telnet-server enable            //启用Telnet服务
Switch(config)# telnet-user test password 0 test    //设置telnet用户test密码为明文test
                    使用Telnet登录
打开“开始”--------“运行“,输入”telnet 192.168.1.X X------指交换机的配置IP。输入用户名和密码。(其中命令和带外管理的命令一样)
2、         web方式

Switch(config)# ip http server
Switch(config)#web-user admin password 0 admin
Switch(config)#exit
Switch#
验证配置:
Switch#show run
使用http登录:
打开IE,在地址栏里输入http://192.168.1.X      X为交换机的IP,输入用户名和密码即可进入web配置界面。
保存配置Switch# write

保存命令:switch(config)#copy running-config startup-config //下次加电启动时以保存的配置启动