当前位置:网站首页>10.31 extended configuration of static route
10.31 extended configuration of static route
2022-07-27 19:55:00 【Hug Mo Mo】
Extended configuration of static routing :
1、 Loopback interface – On the equipment for testing TCP/IP Whether the protocol stack can work properly , Default does not exist , It needs to be configured manually
[r1]interface LoopBack 1 // Create loopback interface
[r2-LoopBack1]ip address 10.1.1.1 24
2、 Manual summary – Go to multiple network segments that can be summarized , And have the same next hop time , It can be written directly as
Aggregate routing .
[r2]ip route-static 10.1.0.0 22 172.16.32.1
Summarize the target network segment
3、 Routing black holes – After the summary , The summary network segment will contain networks that do not exist in the network , Cause the flow to have no return
4、 Default route – A routing entry that does not specify a specific target network range , Target use 0.0.0.0/0 Instead of , commonly
When the router queries the routing table , First check the direct connection route , Recheck the static route 、 Dynamic routing , If you still haven't gone
The path of the goal , Select this default route entry
5、 Empty interface routing – Configure the empty interface route of the summary network segment on the black hole router , Prevent routing black holes & The loop brought by the default route
[r1]ip route-static 10.1.0.0 22 NULL 0
Empty interface
、 Floating static routing
route flage;
Static routing table status :
Destinations : 0 Routes : 0
Pre: priority , Range 0-255, The default priority of static routing is 60, Indicates the reliability of a path , The smaller the number is.
The more credible
Cost: expenses ( measurements ), Measure the pros and cons of a path , The smaller the number, the better
Go to a target network segment , If there are multiple paths available , The priority of these paths will be checked first , Xiaoyou ; If the priority is the same
Check it again Cost, Xiaoyou ; If it's still the same , Then all the paths are loaded into the routing table , Load balancing .
[r3]ip route-static 172.16.64.0 19 192.168.1.1 preference 100
priority
边栏推荐
- Summenudemo (submenu)
- Can go to QQ but can't open the web page
- 归一化(Normalization)和标准化(Standardization)
- [basic knowledge of deep learning - 48] characteristics of Bayesian network
- 统一建模语言 (UML) 规范
- pytorch tensor的基本函数
- C193:评分系统
- What's new in helix QAC 2022.2, the ace code static testing tool (2)
- Gesturedetector (gesture recognition)
- [basic knowledge of deep learning - 37] solve the imbalance between positive and negative samples
猜你喜欢

Sharepreference (storage)

SQlife(数据库)

Hacker introductory tutorial (very detailed) from zero basic introduction to proficiency, it is enough to read this one.

GridView(实现表格显示图标)

vlan试验2021.1.14

Global function

AutoCompleteTextView (input box pre match)

Version announcement | Apache Doris 1.1 release version officially released!

pytorch 常见报错

Sqlife (database)
随机推荐
VALN 11.9
JS 事件监听 鼠标 键盘 表单 页面 onclick onkeydown onChange
Release Samsung 3J1 sensor: the code implies that the safety of pixel 7 face recognition will be greatly increased
SystemService(系统服务)
SQlife(数据库)
ArrayAdapter(数组适配器)与SimpleAdapter(简单适配器)
Fabric上搭建Hyperledger caliper进行性能测试
Common operators 9.21
探索新一代活动获客方式,虚拟化活动棋胜一招 | 厂商征集
Sqlife (database)
vlan试验2021.1.14
【C#网络应用编程】实验3:进程管理练习
The first Xiaolong 765G! Redmi K30 5g release: support 5g dual-mode 120Hz screen, priced from 1999 yuan
Uncover the mystery of Qualcomm ultrasonic fingerprint being "cracked by film"
Arrayadapter (array adapter) and simpleadapter (simple adapter)
An unknown fastcgi error occurred in IIS: 0x80070005
Fileoutputstream (file storage) and FileInputStream (file reading)
Intel releases horse ridge chip: 22nm process, which can control multiple qubits
[basic knowledge of deep learning - 44] the method of realizing multiple classification by logistic regression
BroadcastReceiver(广播)