当前位置:网站首页>华为HCIP-DATACOM-Core_03day
华为HCIP-DATACOM-Core_03day
2022-07-07 06:35:00 【网工不联网】
OSPF基础实验之OSPF单区域
一、OSPF的LSA常用类型
1类LSA:router -LSA,本区域内传播 router-id产生在单个区域中分别产生一条1类LSA,若存在MA网络,1类LSA不完整,需要配合二类 LSA生成路由信息以及拓扑信息。
2类LSA ,network LSA ,网络LSA
3类LSA :summary LSA 汇总LSA
5类LSA: 外部LSA
4类LSA: summary ASBR LSA
7类LSA : NSSA LSA
二、OSPF单区域
1.实验拓扑图
总结
配置:
1.进入OSPF进程
2.设置RouterID
3.进入area 0
4.宣告直连
// ospf默认的进程号为1,不指定Route ID。
[R1]ospf 1 router-id 10.1.1.1 #进入OSPF进程,设置路由器ID
[R1-ospf-1]area 0 #进入区域0
[R1-ospf-1-area-0.0.0.0]network 1.0.0.0 0.0.0.255 #宣告直连网段,直连网段+反掩码
[R1-ospf-1-area-0.0.0.0]network 10.1.1.0 0.0.0.255
[R1]display ospf 1 peer // 查看路由器邻居信息
[R1]display ospf 1 routing //查看OSPF路由表
边栏推荐
- Analysis of Hessian serialization principle
- Cesium does not support 4490 problem solution and cesium modified source code packaging scheme
- H3C vxlan configuration
- Simulation volume leetcode [general] 1567 Length of the longest subarray whose product is a positive number
- 答案在哪里?action config/Interceptor/class/servlet
- 端口复用和重映像
- C language pointer (Part 2)
- 硬核分享:硬件工程师常用工具包
- LeetCode每日一题(2316. Count Unreachable Pairs of Nodes in an Undirected Graph)
- SAP MM STO单据的外向交货单创建后新加ITEM?
猜你喜欢
Several stages of PMP preparation study
答案在哪里?action config/Interceptor/class/servlet
Postman interface test (II. Set global variables \ sets)
Summary of PMP learning materials
JVM garbage collection detailed learning notes (II)
Detailed learning notes of JVM memory structure (I)
C语言指针(中篇)
UnityShader入门精要个人总结--基础篇(一)
STM32 clock system
【云原生】DevOps(一):DevOps介绍及Code工具使用
随机推荐
What is the value of getting a PMP certificate?
2022-06-30 Unity核心8——模型导入
What is the use of PMP certificate?
【Istio Network CRD VirtualService、Envoyfilter】
Ppt template and material download website (pure dry goods, recommended Collection)
Postman data driven
What are the conditions for applying for NPDP?
【云原生】DevOps(一):DevOps介绍及Code工具使用
NVIC中断优先级管理
The essence of high availability
Interpretation of MySQL optimization principle
5A summary: seven stages of PMP learning
Pytest+request+allure+excel interface automatic construction from 0 to 1 [familiar with framework structure]
MySQL master-slave delay solution
Cmake command line use
Troublesome problem of image resizing when using typora to edit markdown to upload CSDN
串口实验——简单数据收发
STM32 clock system
MySql数据库-事务-学习笔记
Unittest simple project