当前位置:网站首页>[HCIA continuous update] working principle of static route and default route
[HCIA continuous update] working principle of static route and default route
2022-07-06 14:52:00 【Kawakami 2001】
How static routing and default routing work
Static routing
Static routing application scenarios
1、 Static routing is manually configured by the network administrator , Convenient configuration , Low system requirements , Suitable for small networks with simple and stable topology
2、 The disadvantage is that it can't adapt to the change of network topology automatically , Manual intervention required .
3、RTA The forwarding destination address on belongs to 2.1.1.0/24 Message of , In the case of no direct connection, there is only . At this time, you can manually configure the route , send RAT Go to 20.1.1.0/24 The message of the network segment is handed over to the next hop 10.0.0.2 forward
[ Failed to transfer the external chain picture , The origin station may have anti-theft chain mechanism , It is suggested to save the pictures and upload them directly (img-GgCpnut0-1644627876568)(https://i.bmp.ovh/imgs/2022/02/8b51cc4395297d18.png)]
Static routing configuration
Associate next IP The way
ip route-static ip-address {mask|mask-lengrh} nexthop-address
How to associate the interface
ip route-static ip-address {mask|mask-length} interface-type interface-number
Associate the outbound interface with the next hop IP The way
ip route-static ip-address {mask|mask-length} interface-type interface-number [nexthop-address]
When creating a static route , You can specify both the interface and the next hop . For different outgoing interface types , You can also specify only the next hop
For point-to-point interfaces ( Such as serial port ), Just specify the outgoing interface .
For broadcast interface ( Such as Ethernet interface ) and VT(Virtual-yerplate) Interface , The next hop must be specified
Default route
1、 The default route is a special route , The route used when the message does not find a matching specific route table item in the route table . If the destination address of the message cannot match any destination address in the routing table , Then the message will be forwarded by selecting the default route .
2、 The default route is in the form of... In the routing table 0.0.0.0/0, The default route is also called the default route
边栏推荐
- The common methods of servlet context, session and request objects and the scope of storing data in servlet.
- Constants, variables, and operators of SystemVerilog usage
- 《统计学》第八版贾俊平第十四章指数知识点总结及课后习题答案
- 《统计学》第八版贾俊平第四章总结及课后习题答案
- Quaternion -- basic concepts (Reprint)
- Statistics 8th Edition Jia Junping Chapter 7 Summary of knowledge points and answers to exercises after class
- Wang Shuang's detailed notes on assembly language learning I: basic knowledge
- How to test whether an object is a proxy- How to test if an object is a Proxy?
- Intranet information collection of Intranet penetration (3)
- Function: find the maximum common divisor and the minimum common multiple of two positive numbers
猜你喜欢

数字电路基础(五)算术运算电路

Markdown font color editing teaching
![[Ogg III] daily operation and maintenance: clean up archive logs, register Ogg process services, and regularly back up databases](/img/31/875b08d752ecd914f4e727e561adbd.jpg)
[Ogg III] daily operation and maintenance: clean up archive logs, register Ogg process services, and regularly back up databases

王爽汇编语言详细学习笔记二:寄存器

150 common interview questions for software testing in large factories. Serious thinking is very valuable for your interview

《统计学》第八版贾俊平第三章课后习题及答案总结

Fundamentals of digital circuit (IV) data distributor, data selector and numerical comparator

About the garbled code problem of superstar script

The common methods of servlet context, session and request objects and the scope of storing data in servlet.

MySQL中什么是索引?常用的索引有哪些种类?索引在什么情况下会失效?
随机推荐
To brush the video, it's better to see if you have mastered these interview questions. Slowly accumulating a monthly income of more than 10000 is not a dream.
《统计学》第八版贾俊平第十二章多元线性回归知识点总结及课后习题答案
[issue 18] share a Netease go experience
[pointer] counts the number of times one string appears in another string
函数:求1-1/2+1/3-1/4+1/5-1/6+1/7-…+1/n
. Net6: develop modern 3D industrial software based on WPF (2)
【指针】查找最大的字符串
数字电路基础(四) 数据分配器、数据选择器和数值比较器
Proceedingjoinpoint API use
使用 flask_whooshalchemyplus jieba实现flask的全局搜索
王爽汇编语言详细学习笔记二:寄存器
[pointer] find the length of the string
Statistics 8th Edition Jia Junping Chapter 14 summary of index knowledge points and answers to exercises after class
函数:计算字符串中大写字母的个数
Fundamentals of digital circuit (V) arithmetic operation circuit
Pointers: maximum, minimum, and average
数字电路基础(三)编码器和译码器
Apache APIs IX has the risk of rewriting the x-real-ip header (cve-2022-24112)
Don't you even look at such a detailed and comprehensive written software test question?
指针 --按字符串相反次序输出其中的所有字符