大家好,今天小编来为大家解答华为交换机配置命令这个问题,华为交换机vlan配置命令很多人还不知道,现在让我们一起来看看吧!
华为交换机的基本配置命令
查看配置——display current-configuration(dis cur)
删除vlan中的端口——undo port g0/0/1
配置vlan管理地址——ip address
设置端口为access模式——port link-type access
将端口放入vlan中——port default vlan 100
设置端口为trunk模式——port link-type trunk
删除端口配置——undo port link-type
擦除旧的配置文件——reset saved-configuration
开启telnet服务——telnet server enable
限制用户数量登陆——user-interface vty 0 4(0.1.2.3.4共五个用户)
设置认证模式——authenticatioon-mode aaa
设置登陆用户和密码——local-user admin pass simple huawei123(telnet名称admin,密码huawei123)
设置远程用户服务类型——local-user admin service-type telnet
设置远程用户级别——local-user admin privilege level 3
华为交换机配置命令有哪些
华为交换机配置命令有以下几种:
1、用户模式:交换机启动后在控制台直接按回车就进入用户模式(远程管理telnet交换机ip时需要口令)。
quit——退出当前模式返回上一级
<switchone>ping ip-address——测试网络连通性
<switchone>telnet ip-address——从交换机登陆其它设备<switchone>super--从用户模式进入特权模式
2、特权模式:进入特权模式一般需要口令,可以防止非法登陆交换机
<switchone>display current——显示当前运行的配置
<switchone>save——保存当前运行的配置
<switchone>reboot——重启交换机
<switchone>display mac——显示mac地址表
<switchone>display inteface ethernet 0/1——查看以太网口状态
<switchone>system-view——从特权模式进入全局模式
a.进入以太网口配置模式及相关配置
[switchone]interface ethernet——0/1
[switchone-Ethernet0/1]shutdown/undo shutdown——关闭/打开接口
[switchone-Ethernet0/1]port link-type access/trunk——接口类型设为untagged端口(默认)/tagged端口(用于上行口和级联口)
access端口发出和接收的帧不带vlan标记,即untagged端口
trunk端口发出和接收的帧一般要带vlan标记,即tagged端口
设为tagged口后,还要做以下操作:
[switchone-Ethernet0/1]port trunk permit vlan 225 to 250——这条命令是允许有vlan标记225到250的帧上传
b.进入vlan配置模式(为了便于操作,不用在接口模式下配置access,而在vlan模式下进行相关操作)
[switchone-vlan225] port Ethernet 1/1将ethernet 1/1加入vlan225
[switchone]super password simple 2403h特权口令为2403h
求华为交换机的查看配置命令
1、display current-configuration显示当前配置
2、display interface GigabitEther 1/1/4显示接口信息
3、display packet-filter interface GigabitEther 1/1/4显示接口acl应用信息
4、display acl all显示所有acl设置 3900系列交换机
5、display acl config all显示所有acl设置 6500系列交换机
6、display arp 10.78.4.1显示该ip地址的mac地址,所接交换机的端口位置
8、system-view进入系统图(配置交换机),等于config t命令
9、acl number 5000在system-view命令后使用,进入acl配置状态
10、rule 0 deny 0806 ffff 24 0a4e0401 f 40在上面的命令后使用,,acl配置例子
11、rule 1 permit 0806 ffff 24 000fe218ded7 f 34//在上面的命令后使用,acl配置例子
12、interface GigabitEther 1/0/9//在system-view命令后使用,进入接口配置状态
13、[86ZX-S6503-GigabitEther1/0/9]qos//在上面的命令后使用,进入接口qos配置
14、[86ZX-S6503-qo***-GigabitEther1/0/9]packet-filter inbound user-group 5000//在上面的命令后使用
15、[Build4-2_S3928TP-GigabitEther1/1/4]packet-filter outbound user-group 5001//在接口上应用出站
16、undo acl number 5000//取消acl number 5000的设置
17、ip route-static 0.0.0.0 0.0.0.0 10.78.1.1 preference 60//设置路由
18、reset counters interface Ether 1/0/14//重置接口信息
华为交换机查看配置的命令是什么
1、displaycurrent-configuration显示当前配置
2、displayinterfaceGigabitEthernet1/1/4显示接口信息
3、displaypacket-filterinterfaceGigabitEthernet1/1/4显示接口acl应用信息
4、displayaclall显示所有acl设置3900系列交换机
5、displayaclconfigall显示所有acl设置6500系列交换机
6、displayarp10.78.4.1显示该ip地址的mac地址,所接交换机的端口位置
8、system-view进入系统图(配置交换机),等于configt命令
9、aclnumber5000在system-view命令后使用,进入acl配置状态
10、rule0deny0806ffff240a4e0401f40在上面的命令后使用,acl配置例子
11、rule1permit0806ffff24000fe218ded7f34//在上面的命令后使用,acl配置例子
12、interfaceGigabitEthernet1/0/9//在system-view命令后使用,进入接口配置状态
13、[86ZX-S6503-GigabitEthernet1/0/9]qos//在上面的命令后使用,进入接口qos配置
14、[86ZX-S6503-qosb-GigabitEthernet1/0/9]packet-filterinbounduser-group5000//在上面的命令后使用,在接口上应用进站的acl
15、[Build4-2_S3928TP-GigabitEthernet1/1/4]packet-filteroutbounduser-group5001//在接口上应用出站的acl
16、undoaclnumber5000//取消aclnumber5000的设置
17、iproute-static0.0.0.00.0.0.010.78.1.1preference60//设置路由
18、resetcountersinterfaceEthernet1/0/14//重置接口信息
OK,本文到此结束,希望对大家有所帮助。