当前位置:网站首页>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
边栏推荐
- Win10 CUDA CUDNN installation configuration (torch paddlepaddle)
- Implementation of a sequence table
- Know the showTimePicker method of the basic components of Flutter
- errno错误码及含义(中文)
- Understanding of the presence of a large number of close_wait states
- The BP neural network
- Reinforcement learning: from entry to pit to shit
- 问题1:给你1-10的列表,实现列表输出,单数在左边,双数在右边。
- ERROR 1064 (42000) You have an error in your SQL syntax; check the manual that corresponds to your
- Understanding and Using Unity2D Custom Scriptable Tiles (4) - Start to build a custom tile based on the Tile class (below)
猜你喜欢
Why don't you programmers make a living off your own projects?And have to work for someone else?
Exsl file preview, word file preview web page method
type_traits元编程库学习
Just debuted "Fight to Fame", safety and comfort are not lost
IIR filter and FIR filter
idea工程明明有依赖但是文件就是显示没有,Cannot resolve symbol ‘XXX‘
(五)final、抽象类、接口、内部类
The application and practice of mid-to-platform brand advertising platform
BUG消灭者!!实用调试技巧超全整理
$attrs/$listeners
随机推荐
ClickHouse: Setting up remote connections
MATLAB/Simulink&&STM32CubeMX工具链完成基于模型的设计开发(MBD)(三)
(四)递归、可变参数、访问修饰符、理解 main 方法、代码块
MySQL基础操作
errno错误码及含义(中文)
Port inspection steps - 7680 port analysis - Dosvc service
马斯克对话“虚拟版”马斯克,脑机交互技术离我们有多远
WeChat applet uses cloud functions to update and add cloud database nested array elements
Safety 20220709
"DeepJIT: An End-To-End Deep Learning Framework for Just-In-Time Defect Prediction" paper notes
BP神经网络
open failed: EACCES (Permission denied)
postgresql 15源码浅析(5)—— pg_control
[CV project debugging] CUDNN_CONVOLUTION_FWD_SPECIFY_WORKSPACE_LIMIT problem
No qualifying bean of type question
Know the showTimePicker method of the basic components of Flutter
LocalDate addition and subtraction operations and comparison size
C language from entry to such as soil, the data store
【C语言进阶】文件操作(一)
【论文阅读】Mastering the game of Go with deep neural networks and tree search