华为网络设备基本操作命令
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了华为网络设备基本操作命令相关的知识,希望对你有一定的参考价值。
1、基本查看命令disp int g0/0/0 #查看G0/0/0网口信息
disp ip routing-table #查看路由表
disp cu #查看当前配置
disp saved-configuration #查看已保存配置
dir flash #查看flash上的文件目录
2、路由器作为FTP Server
system-view #进入系统视图
ftp server enable #ftp功能打开
aaa #进入aaa配置模式
local-user AR password cipher huawei #设置加密密码huawei
local-user AR ftp-directory flash: #FTP文件存放在flash:根目录
local-user AR service-type ftp #启动ftp模式
local-user AR privilege level 15 #操作等级设置为15
3、在路由器上设置静态路由器
sys #进入系统视图
[RTA]ip route-static 0.0.0.0 0.0.0.0 1.1.4.2 #在RTA上配置IPV4缺省路由器
[RTB]ip route-static 1.1.1.0 255.255.255.0 1.1.4.1 #在RTB上配置IPV4静态路由器
[RTB]ip route-static 1.1.3.0 255.255.255.0 1.1.4.6 #在RTB上配置IPV4静态路由器
[RTC]ip route-static 0.0.0.0 0.0.0.0 1.1.4.5 在RTC上配置IPV4缺省路由器
4、RIP基本配置
rip #进入rip配置
version 2 #选择RIP版本2
network 10.0.0.0 #宣告10网段
rip metricin 2 #度量值加2
undo summary #关闭汇总
summary always #在水平分割、毒性转发时进行汇总
5、OSPF配置
ospf 1 router-id 1.1.1.1 #设置ospf进程ID为1,路由器ID为1.1.1.1
area 0 #设置为区域0中
network 192.168.1.0 0.0.0.255 #宣告192.168.1.0字段
disp ospf peer #查看邻居相关属性
ospf cost 20 #OSPF开销20
bandwidth-reference 10000 #调整带宽参考值,从而改变接口开销,单位Mbit/s
ospf dr-priority 100 #配置接口的OSPF优先级
reset ospf process #清楚OSPF进程
ospf authentication-mode md5 1 huawei #ospf 1使用md5加密,密码为huawei
terminal debugging #进入debug
debugging ospf packet #置顶调试OSPF报文
silent-interface LoopBack 1 #被动接口
interface s1/0/0
ospf timer hello 20 #修改hello计时器20
ospf timer dead 90 #修改dead计时器90
6、DHCP接口地址池配置
dhcp enable #dhcp功能打开
int g0/0/0 #进入g0/0/0端口
dhcp select interface #使用dhcp分配ip
dhcp server dns-list 10.1.1.2 #dhcp在列表10.1.1.2选择
dhcp server excluded-ip-address 10.1.1.2 #dhcp排查10.1.1.2
dhcp server lease day 3 #租期3天
disp ip pool #查看ip池
ip pool pool2 #设置一个ip池名为pool2
netmask 1.1.1.0 mask 24 #宣告1.1.1.0
gateway-list 1.1.1.1 #指定网关1.1.1.1
lease day 10 #租期10天
quit #退出上一级
dhcp select global #设置为全球dhcp
以上是关于华为网络设备基本操作命令的主要内容,如果未能解决你的问题,请参考以下文章