当前位置:网站首页>Two address pools r2 are responsible for managing the address pool r1 is responsible for managing dhcp relays
Two address pools r2 are responsible for managing the address pool r1 is responsible for managing dhcp relays
2022-07-31 04:13:00 【ngc2244】
Get the top half first::
Relay R1:
sysEnter system view, return user view with Ctrl+Z.[Huawei]undo info-center enableInfo: Information center is disabled.[Huawei]int g0/0/1[Huawei-GigabitEthernet0/0/1]ip add 192.168.1.1^Error:Incomplete command found at '^' position.[Huawei-GigabitEthernet0/0/1]ip add 192.168.1.1 24[Huawei-GigabitEthernet0/0/1]quit[Huawei]dhcp enableInfo: The operation may take a few seconds. Please wait for a moment.done.[Huawei]dhcp enable[Huawei]int g0/0/1[Huawei-GigabitEthernet0/0/1]dhcp select relay[Huawei-GigabitEthernet0/0/1]dhcp relay server-ip 10.0.0.6[Huawei-GigabitEthernet0/0/1]dis this[V200R003C00]#interface GigabitEthernet0/0/1ip address 192.168.1.1 255.255.255.0dhcp select relaydhcp relay server-ip 10.0.0.6#return
R2:
sysEnter system view, return user view with Ctrl+Z.[Huawei]undo info-center enableInfo: Information center is disabled.[Huawei]sysname R2[R2]int g0/0/0[R2-GigabitEthernet0/0/0]ip add 10.0.0.6 24[R2-GigabitEthernet0/0/0]quit[R2]dhcp enableInfo: The operation may take a few seconds. Please wait for a moment.done.[R2]dhcp enable[R2] ip pool 4Info: It's successful to create an IP address pool.[R2-ip-pool-4] ip pool 4[R2-ip-pool-4]gateway-list 192.168.1.1[R2-ip-pool-4] network 192.168.1.0 mask 24[R2-ip-pool-4] lease day 1[R2-ip-pool-4]dns-list 8.8.8.8[R2-ip-pool-4] quit[R2]int g0/0/0[R2-GigabitEthernet0/0/0]dhcp select global[R2-GigabitEthernet0/0/0]quit[R2] quit save
边栏推荐
- VScode+ESP32快速安装ESP-IDF插件
- pom文件成橘红色未加载的解决方案
- postgresql 15源码浅析(5)—— pg_control
- ERROR 1064 (42000) You have an error in your SQL syntax; check the manual that corresponds to your
- ClickHouse: Setting up remote connections
- Safety 20220712
- MySQL数据库增删改查(基础操作命令详解)
- three.js make 3D photo album
- [C language] General method of base conversion
- Redis 使用LIST做最新评论缓存
猜你喜欢
【论文阅读】Mastering the game of Go with deep neural networks and tree search
VScode+ESP32快速安装ESP-IDF插件
binom二项分布,
IIR filter and FIR filter
手把手实现图片预览插件(三)
MySQL基础操作
The idea project obviously has dependencies, but the file is not displayed, Cannot resolve symbol 'XXX'
开放原子开源基金会秘书长孙文龙 | 凝心聚力,共拓开源
WeChat applet uses cloud functions to update and add cloud database nested array elements
exsl文件预览,word文件预览网页方法
随机推荐
[Paper reading] Mastering the game of Go with deep neural networks and tree search
端口排查步骤-7680端口分析-Dosvc服务
Redis 使用 sorted set 做最新评论缓存
ERROR 1819 (HY000) Your password does not satisfy the current policy requirements
pom文件成橘红色未加载的解决方案
MySQL基础操作
type_traits metaprogramming library learning
[C language] General method of base conversion
beforeDestroy与destroyed的使用
Basic knowledge of mysql (2)
(tree) Last Common Ancestor (LCA)
Notes on the establishment of the company's official website (6): The public security record of the domain name is carried out and the record number is displayed at the bottom of the web page
C语言从入门到如土——数据的存储
interprocess communication
A brief introduction to the CheckboxListTile component of the basic components of Flutter
Safety 20220718
MySQL修改root账号密码
慧通编程第4关 - 魔法学院第6课
Knowledge Distillation 7: Detailed Explanation of Knowledge Distillation Code
VScode+ESP32 quickly install ESP-IDF plugin