当前位置:网站首页>华为防火墙相关命令
华为防火墙相关命令
2022-08-09 15:03:00 【tom马】
# 显示所有接口
dis int bri
# 显示所有接口的IP
dis ip int bri
# 查看拨号口:连接类型为 PPPoE
display dialer interface dialer 0
# 进入指定接口
int g0/0/8
# 查看
dis th
# 退出
quit
1.配置防火墙的 DNS
sys
dns resolve
dns server 114.114.114.114
2.配置 DHCP服务 中的 DNS
# 进入系统视图
sys
# 进入接口视图
int g0/0/3
#配置当前接口的 DNS
dhcp server dns-list 10.2.0.229 10.2.0.202 114.114.114.114
边栏推荐
猜你喜欢
随机推荐
Excel文件解析
Data Fitting Methods Application of MATLAB in Mathematical Modeling (Second Edition)
架构实战营第九模块作业-毕业项目
蒙特卡罗 Monte Carlo 模拟
FileInputStream与BufferedInputStream的区别
机器学习的基本术语
GCC编译过程
Basic Concepts of Software Security
关于sql语句中union和or的区别
Excel绘制统计图
properties文件的读取和写入
webSocket的实现
Cloud Models and Logistic Regression - Applications of MATLAB in Mathematical Modeling (2nd Edition)
MySql的备份与恢复
基于FTP协议的文件上传与下载
Makefile通用模板
如何通过Photoshop根据纹理贴图轻松获得法线贴图
【翻译】制作DEB/debian包
数组指针的使用方法
websocket协议详解