EIGRP区域注入静态路由的三种方法--CCNP学习笔记

简介:

EIGRP区域注入静态路由的三种方法
拓扑图

R2 为外网,R1 为边界路由器。R3,R4 为内部路由器
 
基本配置
 
R2配置:
R2#sh run
Building configuration...
 
Current configuration : 794 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2
!
boot-start-marker
boot-end-marker
!
enable password cisco
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
interface Loopback0

 ip address 2.2.2.2 255.255.255.0

!
interface Serial0/0

 ip address 12.1.1.2 255.255.255.0

 serial restart-delay 0
!
interface Serial0/1

 no ip address

 shutdown
 serial restart-delay 0
!
interface Serial0/2

 no ip address

 shutdown
 serial restart-delay 0
!
interface Serial0/3

 no ip address

 shutdown
 serial restart-delay 0
!
ip http server
!
control-plane
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
!
!
end
 
 
R1配置:
R1#sh ru

*Mar  1 00:21:11.123: %SYS-5-CONFIG_I: Configured from console by console

R1#sh ru
R1#sh run
Building configuration...
 
Current configuration : 1011 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
enable password cisco
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
interface Loopback0

 ip address 1.1.1.1 255.255.255.0

!
interface Serial0/0

 ip address 12.1.1.1 255.255.255.0

 serial restart-delay 0
!
interface Serial0/1

 ip address 13.1.1.1 255.255.255.0

 serial restart-delay 0
!
interface Serial0/2

 no ip address

 shutdown
 serial restart-delay 0
!
interface Serial0/3

 no ip address

 shutdown
 serial restart-delay 0
!
router eigrp 90
 redistribute static
 network 1.1.1.0 0.0.0.255
 network 13.1.1.0 0.0.0.255

 no auto-summary

!
ip http server
ip route 0.0.0.0 0.0.0.0 Serial0/0
!
control-plane
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
!
end
 
R3配置
R3#sh running-config
Building configuration...
 
Current configuration : 922 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R3
!
boot-start-marker
boot-end-marker
!
enable password cisco
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
interface Loopback0

 ip address 3.3.3.3 255.255.255.0

!
interface Serial0/0

 ip address 35.1.1.3 255.255.255.0

 serial restart-delay 0
!
interface Serial0/1

 ip address 13.1.1.3 255.255.255.0

 serial restart-delay 0
!
interface Serial0/2

 no ip address

 shutdown
 serial restart-delay 0
!
interface Serial0/3

 no ip address

 shutdown
 serial restart-delay 0
!
router eigrp 90
 network 3.3.3.0 0.0.0.255
 network 13.1.1.0 0.0.0.255
 network 35.1.1.0 0.0.0.255

 no auto-summary

!
ip http server
!
control-plane
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
!
end
 
方法一:
重分布
边界路由上做静态路由,然后重分布到内部路由器和三层交换机
 
在EIGRP进程中redistribute static
 
R3上路由表
 

方法二:
network 0.0.0.0
 
R1上做默认路由,再宣告network0.0.0.0
 
与重分布静态路由明显区别在于管理距离,重分布为 170 ,而此方法还是为 EIGRP 90
R3的路由表
 

方法三:
ip default-network
 
边界路由器上:
全局配置模式下

ip default-network [外网主类地址]

这里是ip default-network 12.0.0.0

 
进入EIGRP进程配置
network  [外网主类地址]
这里是network  12.0.0.0
 
本地有外网主类路由
配置一条静态路由或者关闭EIGRP的自动汇总

在这里是配置 ip route 12.0.0.0 255.0.0.0 null 0

 此方法 不需要默认路由
R1的路由表
 

R3的路由表

注意点:带星号的就是默认路由

本文转自lustlost 51CTO博客,原文链接:http://blog.51cto.com/lustlost/770553,如需转载请自行联系原作者

相关文章
|
关系型数据库 MySQL 数据库
Kubernetes-部署高可用的MySQL
1、MySQL简介 MySQL 是一个开源的关系型数据库管理系统,使用标准的sql语言,由瑞典 MySQL AB 公司开发,当前属于 Oracle 公司。能够 支持大型的数据库,可以处理上千万条的数据记录。
5469 0
|
9月前
|
机器学习/深度学习 传感器 算法
《DeepSeek赋能工业互联网:大幅提升设备故障诊断准确率》
DeepSeek技术通过多源数据融合、深度学习算法和实时在线监测,大幅提升工业互联网中设备故障诊断的准确性和及时性。它整合振动、温度、压力等多类型数据,构建精准故障模型,支持钢铁、化工、电力等行业的设备状态全面感知。DeepSeek还具备持续学习能力,适应复杂多变的工业场景,确保长期稳定的高精度故障诊断,助力企业实现高效、安全的生产运营。
774 3
|
网络协议 安全 网络安全
|
自然语言处理 API 开发者
One API接入豆包
本文详细介绍如何将One API集成,以调用豆包模型。步骤涵盖火山引擎注册、实名认证、创建在线推理接入点及生成API Key,并在One API中配置相应渠道与模型映射关系。适用于希望利用豆包模型进行自然语言处理任务的开发者。关键词:火山引擎、在线推理、接入点、模型名称、API Key、字节跳动豆包、One API。如需进一步了解或遇到问题,欢迎留言交流。
2038 2
One API接入豆包
|
Go
Golang生成随机数案例实战
关于如何使用Go语言生成随机数的三个案例教程。
384 91
Golang生成随机数案例实战
|
监控 负载均衡 安全
Elasticsearch集群配置优化
Elasticsearch集群配置优化
273 1
|
存储 人工智能 供应链
区块链技术在供应链金融中的革新应用
区块链技术在供应链金融中的革新应用
1823 20
|
关系型数据库 MySQL 数据库
一个 MySQL 数据库死锁的案例和解决方案
本文介绍了一个 MySQL 数据库死锁的案例和解决方案。
771 3
基于GA-PSO遗传粒子群混合优化算法的CVRP问题求解matlab仿真
本文介绍了一种基于GA-PSO混合优化算法求解带容量限制的车辆路径问题(CVRP)的方法。在MATLAB2022a环境下运行,通过遗传算法的全局搜索与粒子群算法的局部优化能力互补,高效寻找最优解。程序采用自然数编码策略,通过选择、交叉、变异操作及粒子速度和位置更新,不断迭代直至满足终止条件,旨在最小化总行驶距离的同时满足客户需求和车辆载重限制。
|
监控 数据可视化 安全
ERP系统中的企业绩效管理与KPI指标设定
【7月更文挑战第25天】 ERP系统中的企业绩效管理与KPI指标设定
794 0