H3C-s3100交换机配置通过Telnet进行登录。先从Console口(AUX用户界面)登录,然后:
Sysname huawei
Reset star-cur
配置以太网交换机VLAN1 的IP 地址
<H3C> system-view
[H3C] interface Vlan-interface 1
[H3C-Vlan-interface1] ip address 10.10.3.254 255.255.0.0
<H3C> system-view
[H3C] interface Vlan-interface 1
[H3C-Vlan-interface1] ip address 10.10.3.254 255.255.0.0
# 创建本地用户guest,并进入本地用户视图。
[H3C] local-user guest
# 配置本地用户的认证口令为(明文/密文)显示方式,口令为123456。
[H3C-luser-guest] password simple|cipher 123456
[H3C] local-user guest
# 配置本地用户的认证口令为(明文/密文)显示方式,口令为123456。
[H3C-luser-guest] password simple|cipher 123456
# 配置本地用户的服务类型为Telnet且命令级别为2级。
[H3C-luser-guest] service-type telnet level 2
[H3C-luser-guest] service-type telnet level 2
[H3C-luser-guest] quit
# 进入VTY0用户界面视图。
[H3C] user-interface vty 0
[H3C] user-interface vty 0
# 配置通过VTY0用户界面登录交换机的Telnet用户进行Scheme认证。
[H3C-ui-vty0] authentication-mode scheme
[H3C-ui-vty0] authentication-mode scheme
# 配置VTY0用户界面支持Telnet协议。
[H3C-ui-vty0] protocol inbound telnet
# 配置VTY0用户界面终端屏幕的一屏显示30行命令。
[H3C-ui-vty0] screen-length 30
# 配置VTY0用户界面的历史命令缓冲区可存放20条命令。
[H3C-ui-vty0] history-command max-size 20
telnet远程登录配置
[H3C-ui-vty0] protocol inbound telnet
# 配置VTY0用户界面终端屏幕的一屏显示30行命令。
[H3C-ui-vty0] screen-length 30
# 配置VTY0用户界面的历史命令缓冲区可存放20条命令。
[H3C-ui-vty0] history-command max-size 20
telnet远程登录配置
# 配置VTY0用户界面的超时时间为6分钟。
[H3C-ui-vty0] idle-timeout 6
则如上配置后则可用telnet 10.10.3.254连接登录了.
[H3C-ui-vty0] idle-timeout 6
则如上配置后则可用telnet 10.10.3.254连接登录了.
1.配置TELNET登陆的ip地址
2.进入用户界面视图
3.设置认证方式为密码验证方式
4.设置登陆验证的password为明文密码”huawei”
5.配置登陆用户的级别为最高级别3(缺省为级别1)
2.进入用户界面视图
3.设置认证方式为密码验证方式
4.设置登陆验证的password为明文密码”huawei”
5.配置登陆用户的级别为最高级别3(缺省为级别1)
仅密码方式登陆:
1.配置TELNET登陆的ip地址
<SwitchA>system-view
<SwitchA>system-view
[SwitchA]vlan 1
[SwitchA-vlan1]port Ethernet 1/0/1
[SwitchA-vlan1]quit
[SwitchA]management-vlan 1(管理VLAN,默认是VLAN 1,如需修改,才便使用此命令)
[SwitchA]interface vlan 1
[SwitchA-Vlan-interface1]ip address 192.168.0.1 24
2.进入用户界面视图
[SwitchA]user-interface vty 0 4
[SwitchA]user-interface vty 0 4
3.设置认证方式为密码验证方式
[SwitchA-ui-vty0-4]authentication-mode password ([scheme],用于验证用户名和密码的模式)
[SwitchA-ui-vty0-4]authentication-mode password ([scheme],用于验证用户名和密码的模式)
4.设置登陆验证的password为明文密码”huawei” (若选用scheme模式,则不需要这一条)
[SwitchA-ui-vty0-4]set authentication password simple huawei
5.配置登陆用户的级别为最高级别3(缺省为级别1)
[SwitchA-ui-vty0-4]user privilege level 3
[SwitchA-ui-vty0-4]user privilege level 3
如第3条选用了scheme模式,则要加下面这一命令:
6.添加TELNET管理的用户,用户类型为”telnet”,用户名为”huawei”,密码为” admin”
[SwitchA]local-user huawei
[SwitchA-luser-huawei]service-type telnet level 3
[SwitchA-luser-huawei]password simple admin
6.添加TELNET管理的用户,用户类型为”telnet”,用户名为”huawei”,密码为” admin”
[SwitchA]local-user huawei
[SwitchA-luser-huawei]service-type telnet level 3
[SwitchA-luser-huawei]password simple admin
如何恢复配置到出厂设置 回复:0 阅读:19 | 2010-01-31 00:17:01 |
【Quidway】quit | |
<Quidway>reset saved The saved configuration will be erased. Are you sure?[Y/N]y /提示是否擦除配置文件/ Configuration in the device is being cleared. Please wait ... ... Configuration in the device is cleared. <Quidway>reboot This command will reboot the system. Since the current configuration may have b een changed, all changes may be lost if you continue. Continue? [Y/N] Y /提示是否重启设备,按Y将重新启动/ 【提示】 1、 可以只键入reset sa,reset sa是reset saved-configuration的缩写。 2、 擦除配置文件后,必须要重启设备后才能恢复到出厂设置。 | |
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论