Ⅰ 华为ensp路由器静态配置命令两台电脑
摘要 1、完成三台路由器的配置(采用静态路由);
Ⅱ 华为s5700交换机上查询所有端口对应的IP地址和MAC地址
1、以ENSP模拟器为例,见如下拓扑图:
Ⅲ 华为交换机查看配置的命令是什么
华为交换机常用命令:
1、displaycurrent-configuration显示当前配置
2、/1/4显示接口信息
3、displaypacket-/1/4显示接口acl应用信息
4、displayaclall显示所有acl设置3900系列交换机
5、displayaclconfigall显示所有acl设置6500系列交换机
6、displayarp10.78.4.1显示该ip地址的mac地址,所接交换机的端口位置
7、displaycpu显示cpu信息
8、system-view进入系统图(配置交换机),等于configt命令
9、aclnumber5000在system-view命令后使用,进入acl配置状态
10、在上面的命令后使用,acl配置例子
11、//在上面的命令后使用,acl配置例子
12、interfaceGigabitEthernet1/0/9//在system-view命令后使用,进入接口配置状态
13、[86ZX-S6503-GigabitEthernet1/0/9]qos//在上面的命令后使用,进入接口qos配置
14、[86ZX-S6503-qosb-GigabitEthernet1/0/9]packet-filterinbounser-group5000//在上面的命令后使用,在接口上应用进站的acl
15、[Build4-2_S3928TP-GigabitEthernet1/1/4]packet-filteroutbounser-group5001//在接口上应用出站的acl
16、undoaclnumber5000//取消aclnumber5000的设置
17、iproute-static0.0.0.00.0.0.010.78.1.1preference60//设置路由
18、/0/14//重置接口信息
19、save//保存设置
20、quit//退出
Ⅳ ensP如何刷进命令
以下可刷进命令
历史命令查询
[Huawei]display history-command
配置主机名
<Huawei>system-view修改主机名必须进入系统视图
[Huawei]sysname 交换机名
状态信息查询
[Huawei]display version 查看VRP版本信息
<Huawei>display users 查看用户终端信息
进入当前接口
[Huawei]interface Ethernet 0/0/1
配置文件管理命令
[Huawei]display saved-configuration查看设备保存的信息
[Huawei]display current-configuration 查看设备当前配置信息
[Huawei]reset saved-configuration 擦除存储设备中的配置文件
<Huawei>compare configuration 比较当前配置信息与存储设备中的保存信息是否一致
关闭华为的信息提示中心
<Huawei>undo terminal monitor
或者
[Huawei]undo info-center enable
永不超时
[Huawei]user-interface console 0
[Huawei-ui-console0]idle-timeout 0 0
配置双工即速率命令
[Huawei]interface Ethernet 0/0/1进入接口0/0/1
[Huawei-Ethernet0/0/1]undo negotiation auto关闭自动协商
[Huawei-Ethernet0/0/1]speed 100速率调至100
[Huawei-Ethernet0/0/1]plex full调至双工模式(半双工为half)
保存配置
<Huawei>save
设置远程登录密码及命令等级
[Huawei]user-interface vty 0 4表示可同时打开0-4共5个会话进入交换机去配置命令
[Huawei-ui-vty0-4]authentication-mode password
[Huawei-ui-vty0-4]set authentication password simple 222设置密码222
[Huawei-ui-vty0-4]user privilege level 3调至命令等级至3级管理级
[Huawei-ui-vty0-4]display this 保存设置
设置三大接口模式
[Huawei-Ethernet0/0/1]port link-type access进入access模式
[Huawei-Ethernet0/0/1]port link-type trunk进入trunk模式
[Huawei-Ethernet0/0/1]port link-type hybrid进入hybrid模式
查看MAC地址表
[Huawei]display mac-address
查看放行vlan表
[Huawei]display port-vlan
查看路由表
[Huawei]display ip routing-table
Ⅳ 怎么查询ensp上已经配置好的命令
display ip int brief 查看接口ip地址
display interface brief 查看接口的简要信息
display current-configuration 显示当前配置文件
display current-configuration 关键词(查看关键词的配置)
display saved-configuration 显示保存的配置文件
display ip routing-table 查看路由表
display ospf peer 查看ospf邻居关系
display ospf lsdb 查看链路关系数据库
Ⅵ 如何学习华为ensp基本命令
如何学习华为ensp基本命令
华为作为我国最大的数通设备厂商,很多企业都会用到华为的设备。同时现在很多同学都想通过华为HCNA或者HCNP认证来提升自己,这也是进入网络工程师职业的敲门砖,下面给大家整理的一些有关华为ensp基本命令大全,希望对大家有帮助!
华为ensp基本命令大全
画好拓扑:
利用ensp画好拓扑。如下图,AR1与AR2通过中间的copper线进行连接。
进入视图模式:
1、以下为刚进入路由器时的默认模式--用户模式(用户视图),用大于号表示。
2、用户模式进入特权模式命令system-view
从特权模式进入接口模式:
通过 interface Ethernet 0/0/x 进入接口模式。
通过quit 退出端口模式。
设置系统名字:
进入视图模式,输入 [Huawei]sysname R1 如图下
设置console 口连接密码:
进入视图模式,输入[R1]user-interface console 0 然后再配置[R1-ui-console0]authentication-mode password ,最后输入你的密码 则可以成功,如图
配置路由RIP协议,ospf协议:
进入视图模式,输入
[R1]rip[R1-rip-1]quit[R1]ospf[R1-ospf-1]q[R1]isis[R1-isis-1]q[R1]
配置设备时间:
进入普通模式下输入如下:
<R1>clock timezone Beijing add 8
<R1>clock datetime 22:20:00 2015-5-11
END
Ⅶ 华为交换机如何查看vlan中所包含的端口
华为交换机查看vlan窗口的方法如下(需要有华为交换机,并安装好eNSP模拟器):
1、打开eNSP模拟器设备,使用拓扑图将华为交换机拖入其中,随后点击界面上方的“新建”按钮。