CQYhh123 发表于 2017-9-25 17:28:53

EIGRP如何通告缺省路由

拓扑图:

RA配置:en
conf t
no ip domain lookup
hos RA
int s0/0
ip add 192.168.13.1 255.255.255.0
no sh
int loo 0
ip add 1.1.1.1 255.255.255.0
int loo 1
ip add 4.4.4.4 255.255.255.0
ip default-network 4.0.0.0
router eigrp 100
net 192.168.13.1 0.0.0.0
net 4.0.0.0
exi
RC配置:
en
conf t
no ip domain lookup
hos RC
int s0/1
ip add 192.168.13.3 255.255.255.0
no sh
int s0/2
ip add 192.168.23.3 255.255.255.0
no sh
int loo 0
ip add 3.3.3.3 255.255.255.0
router eigrp 100
net 192.168.13.3 0.0.0.0
net 192.168.23.3 0.0.0.0
exi

RB配置:

en
conf t
no ip domain lookup
hos RB
int s0/0
ip add 192.168.23.2 255.255.255.0
no sh
int loo 0
ip add 2.2.2.2 255.255.255.0
router eigrp 100
net 192.168.23.2 0.0.0.0
exi

SZXLINDAGUANG 发表于 2017-9-25 17:28:54

记得笔记

EIGRP 缺省路由设置
1.AS边界路由器 做 ip route 0.0.0.0 0.0.0.0 14.1.1.4 缺省静态
   在EIGRP 进程中redistribute static
内部路由器有D*EX 0.0.0.0/0 默认路由

2.AS边界路由器 做 ip route 0.0.0.0 0.0.0.0 e0/0 关联出站接口
在EIGRP 进程中 net 0.0.0.0
内部路由是D* 0.0.0.0、0
3.AS 上使用 ip default-network 外网主类网络
AS 路由器路由表中有此主类路由 1. 静态 ip route 14.0.0.0 255.0.0.0 s2/0 2.开启自动汇总或者手工汇总
EIGRP 进程中 network 主类路由

4.在AS的边界路由器连接内网接口上做 iP summary-address ei 90 0.0.0.0 0.0.0.0

Q9966 发表于 2017-9-26 09:16:14

EIGRP路由汇总

q466265670 发表于 2018-1-11 11:21:14

学习
页: [1]
查看完整版本: EIGRP如何通告缺省路由