Hub and Spoke

简介:
本文出自Simmy的个人blog:西米在线   http://simmyonline.com/archives/542.html
 
The Enhanced Interior Gateway Routing Protocol (EIGRP) Stub Routing feature
improves network stability, reduces resource utilization, and simplifies stub router
configuration.
 
Stub routing is commonly used in a hub and spoke network topology. In a hub and spoke
network, one or more end (stub) networks are connected to a remote router (the spoke)
that is connected to one or more distribution routers (the hub). The remote router is
adjacent only to one or more distribution routers. The only route for IP traffic to follow
into the remote router is through a distribution router. This type of configuration is
commonly used in WAN topologies where the distribution router is directly connected to
a WAN. The distribution router can be connected to many more remote routers. Often,
the distribution router will be connected to 100 or more remote routers. In a hub and
spoke topology, the remote router must forward all nonlocal traffic to a distribution
router, so it becomes unnecessary for the remote router to hold a complete routing table.

Generally, the distribution router need not send anything more than a default route to the
remote router.

When using the EIGRP Stub Routing feature, you need to configure the distribution and
remote routers to use EIGRP, and to configure only the remote router as a stub. Only
specified routes are propagated from the remote (stub) router. The router responds to
queries for summaries, connected routes, redistributed static routes, external routes, and
internal routes with the message "inaccessible." A router that is configured as a stub will
send a special peer information packet to all neighboring routers to report its status as a
stub router.

















本文转simmy51CTO博客,原文链接:http://blog.51cto.com/helpdesk/187889 ,如需转载请自行联系原作者
相关文章
|
设计模式 前端开发 JavaScript
自动化测试框架设计原则与最佳实践####
本文深入探讨了构建高效、可维护的自动化测试框架的核心原则与策略,旨在为软件测试工程师提供一套系统性的方法指南。通过分析常见误区,结合行业案例,阐述了如何根据项目特性定制自动化策略,优化测试流程,提升测试覆盖率与执行效率。 ####
473 6
|
数据可视化 数据挖掘 数据处理
进阶 pandas DataFrame:挖掘高级数据处理技巧
【5月更文挑战第19天】本文介绍了Pandas DataFrame的高级使用技巧,包括数据重塑(如`pivot`和`melt`)、字符串处理(如提取和替换)、日期时间处理(如解析和时间序列操作)、合并与连接(如`merge`和`concat`),以及使用`apply()`应用自定义函数。这些技巧能提升数据处理效率,适用于复杂数据分析任务。推荐进一步学习和探索Pandas的高级功能。
|
开发框架 网络协议 前端开发
一个对C#程序混淆加密,小巧但够用的小工具
一个对C#程序混淆加密,小巧但够用的小工具
371 1
|
Linux 虚拟化
Vmware 傻瓜式安装(不可不知道的Linux基础知识和技术 01)
本文介绍了VMware虚拟机的下载与安装步骤。首先,通过提供的网盘链接下载VMware安装包。接着,详细描述了安装流程,包括接受协议、选择安装路径(建议避免系统C盘)、取消更新选项等。最后,输入许可证密钥完成安装,并展示了打开虚拟机后的主界面。整个过程简单易懂,适合新手操作。
|
人工智能 运维 供应链
企业IT数字化转型之道 ——端点企业数字化平台(Dice)亮相山东CIO大会
6月22日,由山东CIO联盟主办的“2019山东企业数字化转型大会暨山东CIO年中大会”在山东青岛顺利举办。本次大会,围绕“人工智能+促进企业数字化转型”这一主题展开,共吸引了200多家知名企业参会。 从大数据到快数据时代,企业间的竞争不再只是产品价格、产品易用性等方面的竞争,更多的是对用户需求的把握、业务创新性的竞争。
4892 0
企业IT数字化转型之道 ——端点企业数字化平台(Dice)亮相山东CIO大会
|
存储 Java API
Java交换map的key和value值
通过本文介绍的几种方法,可以在Java中实现Map键值对的交换。每种方法都有其优缺点,具体选择哪种方法应根据实际需求和场景决定。对于简单的键值对交换,可以使用简单遍历法或Java 8的Stream API;对于需要处理值不唯一的情况,可以使用集合存储或Guava的Multimap。希望本文对您理解和实现Java中的Map键值对交换有所帮助。
427 1
|
Kubernetes 负载均衡 网络协议
在K8S中,负载均衡器有何作用?
在K8S中,负载均衡器有何作用?
|
开发框架 前端开发 JavaScript
ASP.NET MVC 教程
ASP.NET 是一个使用 HTML、CSS、JavaScript 和服务器脚本创建网页和网站的开发框架。
330 7
|
Java 数据处理 数据库
Spring Boot中的批处理任务实现
Spring Boot中的批处理任务实现

热门文章

最新文章