华为交换机模拟器为什么不能配置IP(或反)?如何在华为设备上配置远程管理设备?如何保存ENSP的配置

简介:

实验:
1.配置IP
为什么无法配置IP?
配置vlanif,完成和路由器的直连通信,然后远程管理
[SW1]interface g0/0/10
[SW1-GigabitEthernet0/0/10]ip add
[SW1-GigabitEthernet0/0/10]ip address 10.1.1.254 24 //交换接口无法执行配置IP地址的命令,因为这是一个二层接口
[SW1]display interface g0/0/10 //验证命令
GigabitEthernet0/0/10 current state : UP
Line protocol current state : UP
Description:
Switch Port,
真机可以支持2层接口转换成3层接口
interface GigabitEthernet0/0/10
undo portswitch //2层接口变成3层接口,模拟器支持该命令,但没有效果。反之亦然.如果想把路由接口变成2层接口也是如此,模拟器嘛,请不要大惊小怪
[SW1-GigabitEthernet0/0/10]ip add 10.1.1.254 24 //模拟器配置地址依旧报错。在物理接口不能配置IP地址,但是可以使用vlan接口
非常不推荐把2层接口变为3层接口,会让广播域增加太多。推荐使用vlanif接口
[SW1]interface Vlanif 1
[SW1-Vlanif1]ip add
[SW1-Vlanif1]ip address 10.1.1.254 24
[SW1-Vlanif1]
Nov 7 2017 21:36:34-08:00 SW1 %%01IFNET/4/LINKSTATE(l)[0]:The line protocol IP on the interface Vlanif1 has entered the UP state
user-interface vty 0 4
set authentication password simple huawei123 //开启远程管理功能,设置了密码

[SW1]clear configuration interface g0/0/10 //恢复接口的默认配置
Warning: All configurations of the interface will be cleared, and its state will be shutdown. Continue? [Y/N] :y
Info: Total execute 0 command(s), 0 successful, 0 failed.
Router:
interface GigabitEthernet0/0/1
ip address 10.1.1.10 255.255.255.0 
远程管理实施:
<R1>telnet 10.1.1.254
Press CTRL
] to quit telnet mode
Trying 10.1.1.254 ...
Connected to 10.1.1.254 ...

Login authentication

Password:
Info: The max number of VTY users is 5, and the number
of current VTY users on line is 1.
The current login time is 2017-11-07 21:45:15.
<SW1>sy
<SW1>sy //暂时不能进入系统模式,权限不足

ENSP如何保存配置,使得下次启动时依旧还有配置
<SW3>save 
The current configuration will be written to the device.
Are you sure to continue?[Y/N]y //在华为设备保存配置
然后点击ENSP的第四个按键“保存”
确保万无一失,在关闭ENSP时再保存


本文转自EnderJoe 51CTO博客,原文链接:http://blog.51cto.com/enderjoe/2044140


相关文章
|
10天前
|
网络协议 安全 网络虚拟化
思科交换机配置命令归纳
【11月更文挑战第8天】本文总结了思科交换机的常见配置命令,包括模式转换、基本配置、查看命令、VLAN 配置、Trunk 配置、以太网通道配置、VTP 配置、三层交换机配置、生成树配置以及其他常用命令,适用于网络管理和维护。
|
1月前
|
安全 网络安全 数据安全/隐私保护
Cisco-交换机配置聚合端口
Cisco-交换机配置聚合端口
|
3月前
|
数据中心
配置案例 | CE交换机如何配置堆叠?
配置案例 | CE交换机如何配置堆叠?
|
3月前
盒式交换机又是如何配置堆叠的呢?
盒式交换机又是如何配置堆叠的呢?
|
3月前
|
前端开发 数据中心
数据中心框式交换机如何配置堆叠?
数据中心框式交换机如何配置堆叠?
|
3月前
|
Shell 网络安全 Python
网络工程师如何在ensp模拟器上玩python自动化配置交换机。
网络工程师如何在ensp模拟器上玩python自动化配置交换机。
201 0
|
6月前
|
网络性能优化 网络虚拟化 网络架构
配置接口限速示例(盒式交换机)
接口限速简介 接口限速对通过整个端口的全部报文流量速率进行限制,不对具体流量进行区分,可以实现给某个接口分配固定的带宽,控制方式单一,配置简单。 入方向与出方向的接口限速属于并列关系,用户可以根据需要同时配置,也可以单独配置。
|
4月前
|
网络安全 数据安全/隐私保护 网络虚拟化
|
6月前
|
网络协议 网络虚拟化 网络架构
交换机入门快速配置
交换机入门快速配置
|
3月前
|
网络虚拟化 数据安全/隐私保护
手把手教网络工程师2种方法如何恢复交换机配置
手把手教网络工程师2种方法如何恢复交换机配置