H3C(s1850)初始化配置流程

H3C(s1850)初始化配置流程

  • 1.配置时间

    clock datetime HH:MM:SS YYYY/MM/DD
    clock timezone bj add 8

  • 2.配置交换机名称

    sysname

  • 3.关闭console登录认证

    user-interface aux 0
    authentication-mode
    none

  • 4.开启Telnet服务

    service telnet enable

  • 5.配置本地用户

    local-user xxx
    password cipher xxx
    authotization-attritute level 3
    service-type telnet

  • 6.配置远程

    user-interface vty 0 15
    authentication-mode scheme

  • 7.配置vlan

    vlan xxxx
    port-group manual 1
    group-member g1/0/1 to g1/0/24
    port link-type access
    port access vlan xxxx

  • 8.虚拟机接口配置地址

    int vlan-interface xxxx
    ip add x.x.x.x 27

  • 9.配置路由

    ip route-static 0.0.0.0 0.0.0.0 x.x.x.x

  • 10.保存

    save

你可能感兴趣的:(网络)