当前位置:网站首页>Dynamic routing ofps protocol configuration
Dynamic routing ofps protocol configuration
2022-07-27 02:14:00 【Angry curls】
The experimental requirements :

The experimental steps :
First step : Divide the subnet

The second step : Configure each port , Loopback interface ip Address
Before configuration, we can use text to mark the port addresses as shown in the following figure

With r1 For example :
[r1]interface g0/0/0 Enter an interface
[r1-GigabitEthernet0/0/0]ip address 192.168.1.1 29 To configure ip Address
[r1-GigabitEthernet0/0/0]ip address 192.168.1.1 29 Masks can be abbreviated
[r1]interface LoopBack 0
[r1-LoopBack0]ip address 192.168.1.1 29
Finish in the configuration ip You can check ip Interface summary to check for errors
[r1] dispaly ip interface brief

Finish in the configuration ip After that, we will intervene in the election to ensure that r3 by dr:
- DR The highest priority ,BDR Second largest -- Bear in mind ospf The election is non preemptive ; So after modifying the priority , All routers need to be restarted OSPF process ;
[r2]interface GigabitEthernet 0/0/0
[r2-GigabitEthernet0/0/0]ospf dr-priority 0 Modify interface priority
<r1>reset ospf process restart ospf process
Warning: The OSPF process will be reset. Continue? [Y/N]:y
2、DR The priority is changed to maximum ,BDR Second largest ; Other equipment is modified as 0; No process restart required
The third step : Announce at each router
End of configuration ip Then we need to open ospf Protocol to declare the network segment of each router
With r1 For example :
[r1]ospf 1 router-id 1.1.1.1 The process number can be defined at startup 、RID; Default process 1,RID-- The format is IPV4 Address , The whole network is unique ; manual --》 Maximum value of loopback interface --》 Maximum value of physical interface
[r1-ospf-1]
Declare :1、 Activate -- You can send and receive ospf Information about 2、 The topology information of the selected interface can be shared with neighbors
3、 Zoning
[r1-ospf-1]area 0
[r1-ospf-1-area-0.0.0.0]network 192.168.1.1 0.0.0.0
[r1-ospf-1-area-0.0.0.0]network 192.168.1.9 0.0.0.0
ospf At the time of the announcement , You need to use an anti mask , To match the declared address range
After the configuration is completed, we can check the neighbor table :
[r1]display ospf peer Check neighborhood relationships
[r1]display ospf peer brief Check the neighbor Profile

After each router is announced, we can use r1 Come on ping4.4.4.1 Check whether it is reachable. If the result is reachable, we declare success
Step four : Summarize the network segments between regions on the border router
- Regional summary --- OSPF The protocol does not support interface summary ; Only in ABR Admiral a Route calculated by regional topology , Share with B Summarize when area ;
[r3]ospf 1
[r3-ospf-1]area 0
[r3-ospf-1-area-0.0.0.0]abr-summary 192.168.1.0 255.255.255.224
After the configuration is completed, we can r4 There is only one summarized route on

Step five : Each interface is certified
We need to enter each interface to encrypt the interface
- authentication -- Interface authentication Configure , Ensure the security of updates
[r1-GigabitEthernet0/0/1]ospf authentication-mode md5 1 cipher 123456
Pattern 、 Number 、 The password requires consistency between neighbors
Step six : test
After completing all the above configurations, we can use each loopback interface ping r4 Loopback interface
As shown in the figure below, it is generally successful ping After passing the test, it proved that the experiment was successfully completed

So far, our experiment is required to be completed End of experiment
边栏推荐
- GAN的训练技巧:炼丹师养成计划 ——生成式对抗网络训练、调参和改进
- 为啥不建议使用Select *
- [详解C语言]一文带你玩转选择(分支)结构
- Unity Huatuo revolutionary hot update series [1]
- Text to image intensive reading of paper gr-gan: gradually refine text to image generation
- HCIA基础知识(1)
- a元素的伪类
- Difference between fat AP and thin AP & advantages and disadvantages of networking
- Solution: various error reporting and pit stepping and pit avoiding records encountered in the alchemist cultivation plan pytoch+deeplearning (III)
- [explain C language in detail] this article takes you to know C language and makes you impressed
猜你喜欢

Text to image论文精读SSA-GAN:基于语义空间感知的文本图像生成 Text to Image Generation with Semantic-Spatial Aware GAN

Text to image intensive reading df-gan:a simple and effective baseline for text to image synthesis

Text to image paper intensive reading ssa-gan: text to image generation with semantic spatial aware Gan
![[explain C language in detail] takes you to play with the choice (Branch) structure](/img/ca/7ee9f62a2478785c97684c7a0cc749.png)
[explain C language in detail] takes you to play with the choice (Branch) structure

7.7 sheen Xiyin written test

2022年T2I文本生成图像 中文期刊论文速览-1(ECAGAN:基于通道注意力机制的文本生成图像方法+CAE-GAN:基于Transformer交叉注意力的文本生成图像技术)

Flink1.13.6 detailed deployment method

Gan's training skills: alchemist cultivation plan - generative confrontation network training, participation and improvement

Docker advanced: detailed explanation of MySQL master-slave replication and redis cluster capacity expansion and reduction configuration cases
![[Database Course Design] SQLSERVER database course design (student dormitory management), course design report + source code + database diagram](/img/24/fe01d656a54086adf8a3702b82cc26.png)
[Database Course Design] SQLSERVER database course design (student dormitory management), course design report + source code + database diagram
随机推荐
动态路由ofps协议配置
二层封装技术(HDLC、PPP--PAP\CHAP、GRE)实验练习
Redis uses queues for consumption
[FPGA tutorial case 28] one of DDS direct digital frequency synthesizers based on FPGA -- principle introduction
ospf协议概述以及基础概念
测开基础 日常刷题 (持续更新ing...)
关于在VS2022或者高级版本运行环境下遇到fopen,strerror等不安全的问题
2022 latest Tiktok live broadcast monitoring (II) streaming media download in live broadcast room
OSPF在MGRE环境下的实验
Pseudo class of a element
分库与分表
预分频值和自动重装值对中断频率的影响
详解文本生成图像的仿射变换模块(Affine Transformation)和条件批量标准化(CBN)
a元素的伪类
MVCC及其原理详解
7.7 sheen Xiyin written test
解决方案:Win10如何使用bash批处理命令
Text to image paper intensive reading rat-gan: recursive affine transformation for text to image synthesis
mgre的全连和星型拓扑实验
6.28 flush written test