当前位置:网站首页>两个地址池r2负责管地址池r1负责管dhcp中继
两个地址池r2负责管地址池r1负责管dhcp中继
2022-07-31 04:10:00 【ngc2244】

先弄上半部分::
中继R1:
<Huawei>sys Enter system view, return user view with Ctrl+Z. [Huawei]undo info-center enable Info: 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 enable Info: 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/1 ip address 192.168.1.1 255.255.255.0 dhcp select relay dhcp relay server-ip 10.0.0.6 # return
R2:
<Huawei>sys Enter system view, return user view with Ctrl+Z. [Huawei]undo info-center enable Info: 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 enable Info: The operation may take a few seconds. Please wait for a moment.done. [R2]dhcp enable [R2]ip pool 4 Info: 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 <R2>save
边栏推荐
- Know the showTimePicker method of the basic components of Flutter
- The use of beforeDestroy and destroyed
- What skills do I need to learn to move from manual testing to automated testing?
- 「 每日一练,快乐水题 」1331. 数组序号转换
- [C language] General method of expression evaluation
- Distributed locks and three implementation methods
- 安全20220709
- (6) Enumeration and annotation
- Summary of Huawei Distributed Storage FusionStorage Knowledge Points [Interview]
- (线段树) 基础线段树常见问题总结
猜你喜欢

What skills do I need to learn to move from manual testing to automated testing?

5. How does the SAP ABAP OData service support the $filter operation

识Flutter 基本组件之showTimePicker 方法

Web container and IIS --- Middleware penetration method 1

mysql基础知识(二)

binom二项分布,

Zotero如何删除自动生成的标签

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 language] General method of expression evaluation](/img/59/cf43b7dd16c203b4f31c1591615955.jpg)
[C language] General method of expression evaluation

MATLAB/Simulink&&STM32CubeMX工具链完成基于模型的设计开发(MBD)(三)
随机推荐
Select the smoke test case, and make the first pass for the product package entering QA
问题1:给你1-10的列表,实现列表输出,单数在左边,双数在右边。
Redis 统计用户新增和留存
Detailed explanation of TCP (2)
Mysql 45 study notes (twenty-five) MYSQL guarantees high availability
扫雷游戏(c语言写)
Why don't you programmers make a living off your own projects?And have to work for someone else?
Daily practice of LeetCode - 138. Copy a linked list with random pointers
Smartcom Programming Level 4 - Magic Academy Lesson 6
(六)枚举、注解
No qualifying bean of type question
The els block moves the boundary to the right, and accelerates downward.
els block to the left to move the conditional judgment
Summary of Huawei Distributed Storage FusionStorage Knowledge Points [Interview]
errno错误码及含义(中文)
(5) final, abstract class, interface, inner class
PMP WeChat group daily exercises
进程间通信
C语言从入门到如土——数据的存储
The BP neural network

