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
本文详细介绍了H3C s1850交换机的初始化配置流程,包括设置时间、配置名称、调整登录设置、启用Telnet、创建本地用户、配置VLAN、设置接口IP及路由等关键步骤。
初始化配置流程&spm=1001.2101.3001.5002&articleId=100025641&d=1&t=3&u=82b693effe274936b5c16f1ee92a2735)
2万+

被折叠的 条评论
为什么被折叠?



