头图

本实验采用 神州数码 CS6200 设备(交换机)

本机的 IP 地址为 172.17.0.78,子网掩码为 255.255.255.0

用网线连接主机和交换机。

步骤

  1. 配置交换机的 IP 地址(使用 console 线进入交换机)

    CS6200-28X-EI>enable    !进入特权模式
    CS6200-28X-EI#config    !进入全局模式
    CS6200-28X-EI(config)#interface vlan1    !进入vlan1 接口
    CS6200-28X-EI(config-if-vlan1)#ip add 172.17.0.100 255.255.255.0    !配置IP地址和子网掩码
    CS6200-28X-EI(config-if-vlan1)#no shutdown    !激活vlan1 接口
    CS6200-28X-EI(config)#show run    !验证配置信息
    !!
    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
    username drx privilege 15 password 0 xxxxx
    !
    !
    !
    !
    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
    !
    interface Vlan1
     ip address 172.17.0.100 255.255.255.0    !配置成功
    !
    !
    no login
    !
    captive-portal
    !
    end
  2. 验证互通性

    CS6200-28X-EI#ping 172.17.0.78
    Type ^c to abort.
    Sending 5 56-byte ICMP Echos to 172.17.0.78, timeout is 2 seconds.
    !!!!!    # 五个 ! 表示通达
    Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms
  3. 设置用户

    CS6200-28X-EI(config)#web-user drx password 0 xxxxx    !设置用户名和密码
    Note: Please use command"username ..." to set local user for console/telnet/web from now on    !此处提示,web-user 已过时,将来使用 username 代替。
    Note: Command "web-user ..." succeeded!
    CS6200-28X-EI(config)#
  4. 验证

    1. 打开浏览器
    2. 输入网址 http://172.17.0.100
    3. 进入了后台管理界面,输入账号 drx 和密码 xxxxx 可访问。

登录后的管理界面

参考

  • 《实验五、使用web方式管理交换机》

土卜皿
341 声望8 粉丝

栽花种树,潜水跑酷。


引用和评论

0 条评论