华为的网络设备,玩转华为平板

很多小伙伴总觉得网络设备配置很神秘,今天我就手把手教会各位小伙伴玩转华为网络设备 。废话不多说直接上干货 , 华为网络设备配置大全直接奉上 。
配置名称和密码
system-view 进入系统视图配置
quit或return 退出系统视图模式
sysname 名称 设置主机名
user-interface console 0 进入控制台
authentication-mode password
set authentication password cipher 密码 配置密文密码
配置远程管理IP地址
interface vlanif 1 进入VLAN
ip add 192.168.1.254 24 配置IP
undo shutdown 开启接口
dns domain 域名 设置域名
dns server 192.168.254.254 设置域名IP
dis vlan 显示vlan
save 保存配置
display current-configuration 显示当前配置
reboot 重启设备
undo terminal monitor 取消提示信息
配置端口速率、双工、ARP:
int g0/0/1 进入接口
description 内容 端口描述
undo negotiation auto 取消协商
duplex full 全双工
auto duplex full 自动协商速率
speed 10 速率10M
auto speed 100 自动协商速率
arp static 192.168.1.8 5489-99cf-2603 绑定MAC地址
display arp 或 display arp all 查看ARP
配置接口IP和静态路由
int g0/0/1 进入接口
ip add 192.168.1.6 24 配IP地址
undo shutdown 开启
dis cur 或 dis cur 查看ARP
ip route-static 192.168.20.0 24 10.0.12.2 配置静态路由
ip route-static 192.168.10.0 24 serial 0/0/1 端口
ip route-static 0.0.0.0 0 192.168.1.5 默认路由8个0
display ip routing-table 查看路由表
配置VLAN
vlan 10 创建vlan 10
description 内容 vlan描述
vlan batch 30 40 创建多个vlan 2 to 20
int g0/0/1 进入接口
port link-type access 访问口
port default vlan 10 加入vlan
port link-type trunk 干道口
port trunk allow pass vlan 10 20 允许通过
port turnk allow pass vlan all 所有通过
int e0/0/2 进入接口
port link-type hybrid 混合口模式
undo port default vlan 删除默认vlan
port hybrid untagged vlan 20 去标签
port hybrid pvid vlan 2 设置默认vlan
port trunk allow-pass vlan 10 to 100 允许通过不连续用空格(前面加undo不允许)
display port vlan 查看vlan
display vlan 查看vlan
配置VLAN一致性GVRP 双向注册
Normal模式(服务器模式)
gvrp 开启gvrp也是默认模式 Fixed模式(客户机模式)
gvrp registration fixed
fobbidden模式(透明模式)
gvrp registration forbidden
display vlan summary 查看vlan汇总
display gvrp status 查看gvrp状态
配置三层交换机VLAN间路由
int vlanif 10 进入接口
ip add 192.168.1.254 24 配IP
int vlanif 20 进入接口
ip add 192.168.2.254 24 配IP
display ip interface brief 接口简略信息
display port vlan 接口vlan信息
display vlan 查看vlan信息
配置单臂路由VLAN间通信
ip add 192.168.1.254 24 配置IP
dot1q termination vid 10 封装
arp broadcast enable 开启arp
display ip interface brief 查看接口
display ip routing-table 查看路由表
display current-configuration 查看配置
配置RIP协议(现在rip用的比较少 , 可以忽略)
rip 启用RIP默认V1
network 192.168.1.0 发布直连网段
version 2 配置v2版本
display rip 查看rip
display rip database 查看rip数据库
display ip routing-table 查看路由表
优先级:直连0、静态60、rip 100、ospf 10/150
配置OSPF协议
ospf 1 启用OSPF默认是进程1
area 0 进入区域0
network 192.168.3.0 0.0.0.255 发布直连网段
silent-interface g0/0/2 被动接口只能往外发路由
display ospf interface 查看ospf通告