当前位置:网站首页>华为模拟器ensp常用命令
华为模拟器ensp常用命令
2022-07-04 20:11:00 【Python-派大星】
目录
华为ensp模拟器的TAB补全功能很强大,大部分命令只需要输入前两三个字母,按TAB即可补全命令
路由器常用命令
进入任务视图
system-view
TAB补全:sys
简写:sy
给路由器取名
sysname
TAB补全:sy
进入指定接口
interface 接口名
TAB补全:int
简写:int 接口名
给当前路由器接口配置IP地址和子网掩码
ip address IP地址 子网掩码
TAB补全:ip ad
简写:ip add IP地址 子网掩码
退出接口或系统视图
quit
TAB补全:qu
简写:q
启用DHCP
注意:在系统视图[Huawei]中输入。
dhcp enable
TAB补全:dhcp en
指定该接口拥有DHCP功能
注意:前提条件是,启用了DHCP,并进入了想要拥有DHCP功能的接口。
dhcp select interface
TAB补全:dhcp sel
指定DNS服务器的IP地址
注意:前提条件是配置好DNS服务器,并进入了DNS服务器连接的路由器端口
dhcp server dns-list DNS服务器ip
TAB补全:dhcp server dns
显示全部ip的路由表
网关的作用是实现不同网关之间的通信。
路由器的转发原理是通过路由表来确定去往每个目标该从哪个接口出发。
display ip routing-table
TAB补全:display ip rou
简写:dis ip rou TAB补全
显示指定ip路由表
display ip routing-table 想查看的ip地址
添加静态路由:
在多台路由器的时候,需要访问下一台路由器连接的设备就需要手动添加静态路由,也就是下一跳路由接口的ip,要实现ping通需要双方路由器都配置相互的静态路由。
ip routing-table 要去的目标IP地址 子网掩码 该路由接口的下一跳IP地址
简写:ip rou 目的ip 掩码 该接口的下一跳接口
交换机常用命令:
使用交换机也需要进入到系统视图里,一样使用system-view 命令。
创建vlan:
vlan vlan名
例:创建一个vlan10
vlan 10
查看所有vlan:
可以查看创建了什么vlan,也可以看到每个接口划分到了哪个vlan里了
display vlan
以下代码使用前提,进入需要操作的交换机接口(int 命令进入):将接口划分到不同的vlan
将接口修改为access接口:
access接口用来连接终端、电脑、打印机
port link-type access
将接口修改为trunk接口:
trunk接口用来连接交换机
port link-type trunk
将接口划分到指定vlan里:
例:将接口划分到创建的vlan 10里。
port default vlan 10
其它常用命令:
ipconfig #查看网络配置信息
边栏推荐
猜你喜欢
How does the computer save web pages to the desktop for use
colResizable.js自动调整表格宽度插件
Idea restore default shortcut key
From automation to digital twins, what can Tupo do?
MySQL - database query - use of aggregate function, aggregate query, grouping query
Alibaba testers use UI automated testing to achieve element positioning
What if the WiFi of win11 system always drops? Solution of WiFi total drop in win11 system
D3.js+Three.js数据可视化3d地球js特效
UTF encoding and character set in golang
Render function and virtual DOM
随机推荐
LeetCode 7. 整数反转
Explication détaillée du mécanisme de distribution des événements d'entrée multimodes
五子棋 上班摸鱼工具 可局域网/人机
TweenMax表情按钮js特效
MySQL --- 数据库查询 - 聚合函数的使用、聚合查询、分组查询
Play the music of youth
[Shenbo introduction] VI How to contact your favorite doctoral tutor
【解决方案】PaddlePaddle 2.x调用静态图模式
数十亿公民信息遭泄漏!公有云上的数据安全还有“救”吗?
Summary of the mistakes in the use of qpainter in QT gobang man-machine game
vim异步问题
Jekins initialization password not found or not found
How does wincc7.5 SP1 find variables and their positions through cross indexing?
Remember to build wheels repeatedly at one time (the setting instructions of obsidian plug-in are translated into Chinese)
Jmeter 之压测入门
idea恢复默认快捷键
async await 在map中使用
What should I do if my computer sharing printer refuses access
Gobang go to work fishing tools can be LAN / man-machine
Flet tutorial 07 basic introduction to popupmenubutton (tutorial includes source code)