E2 IP eigrp
P=88
224.0.0.10
向EIGRP注入默认路由

-
R1配有默认路由 -
重分布redistribute

方法2:network 0.0.0.0
- R1上配有默认路由
- network 0.0.0.0

方法3:ip default-network(做试验没成功,IOS也许不再支持)
- 全局配置命令 ip default-network 主类地址(外网)
- network 主类地址网段(外网)
- 本地有这个网段的路由,A类手动增加一条默认路由
ip route 12.0.0.0 255.0.0.0 null0(外网)
默认路由不一定都是 0.0.0.0 0.0.0.0,带*的都是默认路由。
Route Summarization:Automatic
________________________________________
EIGRP Route Summarization:Automatic
Purpose:Smaller routing tables,smaller updates
Automatic summarization:
- On major network boundarles,subnetworks are
summarized to a single classful(major) netwokk. - Automatic summarixaton occurs by default.
EIGRP Route Summarization:Manual
Manual summarization has the following characteristics:
- When summarization is configured on an interface,the router immediately creates a route pointing to null0
- When the last specific route of the summary gose away,the summary is deleted .
- The minimum metric of the specific routes is used as the metric of the summary route.
示例:
interface Serial2/0
R1#show ip route 199.9.8.0 255.255.252.0
Routing entry for 199.9.8.0/22, supernet
_______
在R1上应用
EIGRP DUAL
- The DUAL finite state machine decision process is a follows:
- Tracks all routers advertised b neighbors
- Selects loop-free path using a successor and remembers and remembers any feasible successors
- If the successor is lost,users a feasible successor
- if there is no feasible successor,queries neighbors and recomputes a new successor
Successsor,FS
DUAL
弥散查询算法
EIGRP Load Balancing
*There can be up to six entries in the routing table for the same destination:
- --The number of entries is configurable.
- --The default is four.
- --Set to 1 to desable load balancing.

router eigrp 90
IOU1#show ip eigrp topology
EIGRP-IPv4 Topology Table for AS(90)/ID(1.1.1.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
P 13.1.1.0/24, 1 successors, FD is 2169856
P 2.2.2.0/24, 2 successors, FD is 2809856
P 23.1.1.0/24, 2 successors, FD is 2195456
P 21.1.1.0/24, 1 successors, FD is 2816000
IOU1#show ip eigrp topology all-links
EIGRP-IPv4 Topology Table for AS(90)/ID(1.1.1.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
P 13.1.1.0/24, 1 successors, FD is 2169856, serno 1
P 2.2.2.0/24, 2 successors, FD is 2809856, serno 13
P 23.1.1.0/24, 2 successors, FD is 2195456, serno 14
P 21.1.1.0/24, 1 successors, FD is 2816000, serno 11
IOU1#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
Gateway of last resort is not set
C
L
D
C
L
IOU1#show ip route 2.2.2.0 255.255.255.0
Routing entry for 2.2.2.0/24
EIGRP supports diffrernt WAN links:
--Point-to-point links
--NBMA
EIGRP uses up to 50% of bandwidth by default;this bandwidth utilization can be changed.
bandwidth 5
ip bandwidth-percent eigrp 90 200
EIGRP Query Process
- Queries are sent when a route is lost and no feasible successor is available.
- The lost route is now in active state.
- Queries are sent to all neighboring routers on all interfaces except the interface to the successor.
- If the neighbors do not have the lost-route
information, queries are sent to their neighbors. - If a router has an alternate route,It answers the query; this stops the query from spreading in that branch of the netwrok.
EIGRP Query Process Stuck in Active
- The rouer has to get all the replies from the neighbors with an outstanding query before the router calculates the successor information.
- If any neighbor fails to reply to the query within 3 minutes by default,the route is SIA,and the router resets the neighbor
ralationship with the neighbor that fails to reply.
重置邻居关系3种情况:
1、hold超时
2、重传16次
3、SIA
SIA命令。
IOU1(config-router)#timers active-time ?
Limiting Updaes and Queries
EIGRP Query Range:Summarization
Auto or manual summarization is one of the best ways to bound queries.
It requires a good address allocation scheme.
EIGRP Stub 末节
EIGRP Peer Information Pacet with Stub Flag Set
IOU3#show run | b r e
router eigrp 90
IOU2#show ip eigrp neighbors detail
EIGRP-IPv4 Neighbors for AS(90)
H
0
Max Nbrs: 0, Current Nbrs: 0
______________________________________________________________________________________________________________
Configuring EIGRP Authentication
Router Authentication
Many routing protocols support authentication such that a router authenticates the source of eacch routing update packet that It recelves.
Simple password authentication si supported by:
--IS-IS
--OSPF
--RIPv2
MD5 authentication si supported by:
-- OSPF
-RIPv2
-BGP
-EIGRP
EIGRP 1、AS
R3上配置
key chain R3
key 1
key-string cisco
interface Serial2/1
R2上配置
key chain R2
key 1
key-string cisco
interface Serial2/0
1.被动接口
做优化
router eigrp 90
2、偏移列表(修改Metric)
access-list 1 permit 3.3.3.0
router eigrp 90
offset-list 0 in