Ali Aydemir
Chapter 2: Configuring the Enhanced Interior Gateway Routing Protocol
- CCNP-RS ROUTE
Chapter 2: Configuring the Enhanced Interior Gateway Routing - - PowerPoint PPT Presentation
Chapter 2: Configuring the Enhanced Interior Gateway Routing Protocol CCNP-RS ROUTE Ali Aydemir Chapter 2 Objectives Describe the basic operation of EIGRP. Plan and implement EIGRP routing. Configure and verify EIGRP routing.
Ali Aydemir
2 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
3 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
4 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
5 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
6 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
7 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
8 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
9 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
10 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
11 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
12 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
13 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
14 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
15 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
16 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
17 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
Frame Header Frame Payload CRC IP Header Protocol Number
(EIGRP = 88)
EIGRP Header EIGRP Message On a LAN, the EIGRP packet is encapsulated in an Ethernet frame with a destination multicast MAC address: 01-00-5E-00-00-0A The destination IP address is set to the multicast 224.0.0.10 and the EIGRP protocol field is 88. The EIGRP header identifies the type of EIGRP packet and autonomous system number. The EIGRP message consists of the Type / Length / Value (TLV).
18 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
19 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
20 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
21 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
22 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
23 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
24 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
25 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
T3
26 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
27 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
28 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
Update packet
29 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
30 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
31 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
32 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
33 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
34 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
35 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
36 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
37 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
38 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
IP EIGRP Neighbor Table
Neighbor IP Address Local router exit interface to neighbor
IP EIGRP Topology Table
Destination 1 FD / AD via each neighbor
IP Routing Table
Destination 1 Best route
List of directly connected adjacent EIGRP neighbor routers and the local interface to exit to reach it. List of all routes learned from each EIGRP neighbor and identifies successor routes and feasible successor routes. List of the best (successor) routes from the EIGRP topology table and other routing processes.
39 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
40 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1# show ip eigrp neighbors IP-EIGRP neighbors for process 100 H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 0 192.168.1.102 Se0/0/1 11 00:07:22 10 2280 0 5 R1#
Lists the order in which a peering session was established with the specified neighbor, starting with 0. Neighbor’s IP address Local interface receiving EIGRP Hello packets. Seconds remaining before declaring neighbor down. The current hold time and is reset to the maximum hold time whenever a Hello packet is received. SRTT (Smooth Round Trip Timer) and RTO (Retransmit Interval) are used by RTP to manage reliable EIGRP packets. SRTT indicates how long it takes for this neighbor to respond to reliable packets. RTO indicates how long to wait before retransmitting if no ACK is received. Queue count should always be zero otherwise there’s congestion on the link. The sequence number of the last update, query, or reply packet that was received from this neighbor. Amount of time since this neighbor was added to the neighbor table.
41 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1# show ip eigrp topology IP-EIGRP Topology Table for AS(100)/ID(192.168.1.101) Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, r - reply Status, s - sia Status P 172.17.0.0/16, 1 successors, FD is 40514560 via 192.168.1.102 (40514560/28160), Serial0/0/1 R1#
Indicates if the route is in passive
Destination network. Number of successors Next-hop address for successor. Outbound interface to reach the network. Feasible distance (FD) to the successor Feasible distance (FD) to the successor Advertised distance (AD) from the successor
42 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
EIGRP route Destination network
R1# show ip route <output omitted> Gateway of last resort is not set D 172.17.0.0/16 [90/40514560] via 192.168.1.102, 00:02:22, Serial0/0/1 172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks D 172.16.0.0/16 is a summary, 00:31:31, Null0 C 172.16.1.0/24 is directly connected, FastEthernet0/0 R1#
Administrative distance Feasible distance Next-hop address to reach the network Time indicating the last update packet received Local router exit interface to destination network Summary route automatically created as the result
43 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
Routes manually
Routes redistributed into EIGRP.
44 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
(1)
10.1.1.0 /24 A C B E D
(2) (2) (1) (1) (1) EIGRP FD AD Topology 10.1.1.0 /24 3 ***** Passive ***** via B 3 1 Successor via D 4 2 Feasible Successor via E 4 3
Router C
EIGRP FD AD Topology 10.1.1.0 /24 3 ***** Passive ***** via D 3 2 Successor via C 4 3
Router E
EIGRP FD AD Topology 10.1.1.0 /24 2 ***** Passive ***** via B 2 1 Successor via C 5 3
Router D
45 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
(1)
10.1.1.0 /24 A C B E D
(2) (2) (1) (1) (1) EIGRP FD AD Topology 10.1.1.0 /24 3 ***** Passive ***** via B 3 1 Successor via D 4 2 Feasible Successor via E 4 3
Router C
EIGRP FD AD Topology 10.1.1.0 /24 3 ***** Passive ***** via D 3 2 Successor via C 4 3
Router E
EIGRP FD AD Topology 10.1.1.0 /24 2 ***** Passive ***** via B 2 1 Successor via C 5 3
Router D
46 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
(1)
10.1.1.0 /24 A C B E D
(2) (2) (1) (1) EIGRP FD AD Topology 10.1.1.0 /24 3 ***** Passive ***** via B 3 1 Successor via D 4 2 Feasible Successor via E 4 3
Router C
EIGRP FD AD Topology 10.1.1.0 /24 3 ***** Passive ***** via D 3 2 Successor via C 4 3
Router E
EIGRP FD AD Topology 10.1.1.0 /24
***** ACTIVE ****** via E (Q) Query via C 5 3 (Q) Query
Router D Q Q Q
= Query
47 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
(1)
10.1.1.0 /24 A C B E D
(2) (2) (1) (1) EIGRP FD AD Topology 10.1.1.0 /24 3 ***** Passive ***** via B 3 1 Successor via D via E 4 3
Router C
EIGRP FD AD Topology 10.1.1.0 /24
***** ACTIVE ****** via D via C 4 3 (Q) Query
Router E
EIGRP FD AD Topology 10.1.1.0 /24
***** ACTIVE ****** via E (Q) Query via C 5 3
Router D R Q Q
= Query
R
= Reply
48 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
(1)
10.1.1.0 /24 A C B E D
(2) (2) (1) (1) EIGRP FD AD Topology 10.1.1.0 /24 3 ***** Passive ***** via B 3 1 Successor via D via E
Router C
EIGRP FD AD Topology 10.1.1.0 /24 4 ***** Passive ***** via C 4 3 Successor via D
Router E
EIGRP FD AD Topology 10.1.1.0 /24
***** ACTIVE ****** via E (Q) Query via C 5 3
Router D R Q
= Query
R
= Reply
49 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
(1)
10.1.1.0 /24 A C B E D
(2) (2) (1) (1) EIGRP FD AD Topology 10.1.1.0 /24 3 ***** Passive ***** via B 3 1 Successor via D via E
Router C
EIGRP FD AD Topology 10.1.1.0 /24 4 ***** Passive ***** via C 4 3 Successor via D
Router E
EIGRP FD AD Topology 10.1.1.0 /24 5 ***** Passive ***** via C 5 3 Successor via E 5 4 Successor
Router D R Q
= Query
R
= Reply
50 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
(1)
10.1.1.0 /24 A C B E D
(2) (2) (1) (1) EIGRP FD AD Topology 10.1.1.0 /24 3 ***** Passive ***** via B 3 1 Successor via D via E
Router C
EIGRP FD AD Topology 10.1.1.0 /24 4 ***** Passive ***** via C 4 3 Successor via D
Router E
EIGRP FD AD Topology 10.1.1.0 /24 5 ***** Passive ***** via C 5 3 Successor via E 5 4 Successor
Router D
51 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
52 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
53 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
54 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
55 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
56 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
57 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
58 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
59 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
Slowest bandwidth: Plus the sum of the delays
60 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
61 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
62 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
63 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
64 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
65 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
66 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
67 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
68 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
69 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
Router(config)# router eigrp autonomous-system-id
70 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
Router(config-router)# network network [mask]
71 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
72 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
Router(config-if)# bandwidth kilobits
73 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
Router(config-router)# auto-summary
74 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1(config)# interface Fa0/0 R1(config-if)# ip address 172.16.1.1 255.255.255.0 R1(config-if)# no shut R1(config-if)# interface S0/0/0 R1(config-if)# ip address 192.168.1.101 255.255.255.224 R1(config-if)# bandwidth 64 R1(config-if)# no shut R1(config-if)# exit
R2(config)# interface Fa0/0 R2(config-if)# ip address 172.16.2.1 255.255.255.0 R2(config-if)# no shut R2(config-if)# interface S0/0/0 R2(config-if)# ip address 192.168.1.102 255.255.255.224 R2(config-if)# bandwidth 64 R2(config-if)# no shut R2(config-if)# interface S0/0/1 R2(config-if)# ip address 192.168.1.1 255.255.255.224 R2(config-if)# bandwidth 64 R2(config-if)# no shut R2(config-if)# exit Fa0/0 Fa0/0
R1 R2
172.16.1.0 /24 EIGRP AS 100 Internet 192.168.1.0 /27 S0/0/1 172.17.2.0 /24 S0/0/0 S0/0/0
64 kbps
192.168.1.96 /27 .101 .102 .1 .1 .1
75 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1(config)# router eigrp 100 R1(config-router)# network 192.168.1.96 R1(config-router)# network 172.16.1.0 R1(config-router)# R2(config)# router eigrp 100 R2(config-router)# network 192.168.1.96 R2(config-router)# network 172.17.2.0 *Jul 26 10:02:25.963: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 192.168.1.101 (Serial0/0/0) is up: new adjacency 172.17.2.0 R2(config-router)# R2#
Fa0/0 Fa0/0
R1 R2
172.16.1.0 /24 EIGRP AS 100 Internet 192.168.1.0 /27 S0/0/1 172.17.2.0 /24 S0/0/0 S0/0/0
64 kbps
192.168.1.96 /27 .101 .102 .1 .1 .1
76 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1# show running-config | section router eigrp router eigrp 100 network 172.16.0.0 network 192.168.1.0 R1# show ip route <output omitted> Gateway of last resort is not set D 172.17.0.0/16 [90/40514560] via 192.168.1.102, 00:24:02, Serial0/0/0 172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks D 172.16.0.0/16 is a summary, 00:25:27, Null0 C 172.16.1.0/24 is directly connected, FastEthernet0/0 192.168.1.0/24 is variably subnetted, 3 subnets, 2 masks C 192.168.1.96/27 is directly connected, Serial0/0/0 D 192.168.1.0/27 [90/41024000] via 192.168.1.102, 00:16:56, Serial0/0/0 D 192.168.1.0/24 is a summary, 00:25:27, Null0 R1#
Fa0/0 Fa0/0
R1 R2
172.16.1.0 /24 EIGRP AS 100 Internet 192.168.1.0 /27 S0/0/1 172.17.2.0 /24 S0/0/0 S0/0/0
64 kbps
192.168.1.96 /27 .101 .102 .1 .1 .1
77 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R2# show running-config | section router eigrp router eigrp 100 network 172.17.0.0 network 192.168.1.0 R2# show ip route <output omitted> Gateway of last resort is not set 172.17.0.0/16 is variably subnetted, 2 subnets, 2 masks D 172.17.0.0/16 is a summary, 00:13:10, Null0 C 172.17.2.0/24 is directly connected, FastEthernet0/0 D 172.16.0.0/16 [90/40514560] via 192.168.1.101, 00:13:26, Serial0/0/0 192.168.1.0/24 is variably subnetted, 3 subnets, 2 masks C 192.168.1.96/27 is directly connected, Serial0/0/0 C 192.168.1.0/27 is directly connected, Serial0/0/1 D 192.168.1.0/24 is a summary, 00:13:10, Null0 R2#
Fa0/0 Fa0/0
R1 R2
172.16.1.0 /24 EIGRP AS 100 Internet 192.168.1.0 /27 S0/0/1 172.17.2.0 /24 S0/0/0 S0/0/0
64 kbps
192.168.1.96 /27 .101 .102 .1 .1 .1
78 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R2# show ip protocols Routing Protocol is "eigrp 100" <output omitted> Automatic network summarization is in effect Automatic address summarization: 192.168.1.0/24 for FastEthernet0/0 Summarizing with metric 40512000 172.17.0.0/16 for Serial0/0/0, Serial0/0/1 Summarizing with metric 28160 Maximum path: 4 Routing for Networks: 172.17.0.0 192.168.1.0 Routing Information Sources: <output omitted> R2#
Fa0/0 Fa0/0
R1 R2
172.16.1.0 /24 EIGRP AS 100 Internet 192.168.1.0 /27 S0/0/1 172.17.2.0 /24 S0/0/0 S0/0/0
64 kbps
192.168.1.96 /27 .101 .102 .1 .1 .1
79 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R2(config)# no router eigrp 100 R2(config)# router eigrp 100 R2(config-router)# network 192.168.1.96 0.0.0.31 R2(config-router)# network 172.17.2.0 0.0.0.255 R2(config-router)# end R2# show run | section router eigrp router eigrp 100 network 172.17.2.0 0.0.0.255 network 192.168.1.96 0.0.0.31 R2# Fa0/0 Fa0/0 172.17.2.0 /24
R1 R2
172.16.1.0 /24 EIGRP AS 100 Internet 192.168.1.0 /27
64 kbps
192.168.1.96 /27 .101 .102 S0/0/1 S0/0/0 S0/0/0 .1 .1 .1 R1(config)# no router eigrp 100 R1(config)# router eigrp 100 R1(config-router)# network 192.168.1.96 0.0.0.31 R1(config-router)# network 172.16.1.0 0.0.0.255 R1(config-router)# end R1# show run | section router eigrp router eigrp 100 network 172.16.1.0 0.0.0.255 network 192.168.1.96 0.0.0.31 R1#
80 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R2# show ip protocols Routing Protocol is "eigrp 100" <output omitted> Automatic network summarization is in effect Automatic address summarization: 192.168.1.0/24 for FastEthernet0/0 Summarizing with metric 40512000 172.17.0.0/16 for Serial0/0/0 Summarizing with metric 28160 Maximum path: 4 Routing for Networks: 172.17.2.0/24 192.168.1.96/27 Routing Information Sources: Gateway Distance Last Update (this router) 90 00:00:06 Gateway Distance Last Update 192.168.1.101 90 00:00:26 Distance: internal 90 external 170
Fa0/0 Fa0/0
R1 R2
172.16.1.0 /24 EIGRP AS 100 Internet 192.168.1.0 /27 S0/0/1 172.17.2.0 /24 S0/0/0 S0/0/0
64 kbps
192.168.1.96 /27 .101 .102 .1 .1 .1
81 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1# show ip protocols Routing Protocol is "eigrp 100" <output omitted> EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0 EIGRP maximum hopcount 100 EIGRP maximum metric variance 1 Redistributing: eigrp 100 EIGRP NSF-aware route hold timer is 240s Automatic network summarization is in effect Automatic address summarization: 192.168.1.0/24 for FastEthernet0/0 Summarizing with metric 40512000 172.16.0.0/16 for Serial0/0/0 Summarizing with metric 28160 Maximum path: 4 Routing for Networks: 172.16.1.0/24 192.168.1.96/27
Routing Information Sources: Gateway Distance Last Update (this router) 90 00:08:56 Gateway Distance Last Update 192.168.1.102 90 00:07:59 Distance: internal 90 external 170
82 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1# show ip eigrp neighbors IP-EIGRP neighbors for process 100 H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 0 192.168.1.102 Se0/0/0 11 00:09:17 22 2280 0 5 R1#
83 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1# show ip eigrp topology IP-EIGRP Topology Table for AS(100)/ID(192.168.1.101) Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, r - reply Status, s - sia Status P 192.168.1.96/27, 1 successors, FD is 40512000 via Connected, Serial0/0/0 P 192.168.1.0/24, 1 successors, FD is 40512000 via Summary (40512000/0), Null0 P 172.16.0.0/16, 1 successors, FD is 28160 via Summary (28160/0), Null0 P 172.17.0.0/16, 1 successors, FD is 40514560 via 192.168.1.102 (40514560/28160), Serial0/0/0 P 172.16.1.0/24, 1 successors, FD is 28160 via Connected, FastEthernet0/0
84 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1# show ip route eigrp D 172.17.0.0/16 [90/40514560] via 192.168.1.102, 00:10:18, Serial0/0/0 172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks D 172.16.0.0/16 is a summary, 00:11:19, Null0 192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks D 192.168.1.0/24 is a summary, 00:11:19, Null0 R1# R1# show ip route <output omitted> Gateway of last resort is not set D 172.17.0.0/16 [90/40514560] via 192.168.1.102, 00:10:35, Serial0/0/0 172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks D 172.16.0.0/16 is a summary, 00:11:37, Null0 C 172.16.1.0/24 is directly connected, FastEthernet0/0 192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks C 192.168.1.96/27 is directly connected, Serial0/0/0 D 192.168.1.0/24 is a summary, 00:11:37, Null0
85 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1# show ip eigrp interfaces IP-EIGRP interfaces for process 100 Xmit Queue Mean Pacing Time Multicast Pending Interface Peers Un/Reliable SRTT Un/Reliable Flow Timer Routes Se0/0/0 1 0/0 22 10/380 468 0 Fa0/0 0 0/0 0 0/1 0 0 R1#
86 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1# show ip eigrp traffic IP-EIGRP Traffic Statistics for AS 100 Hellos sent/received: 338/166 Updates sent/received: 7/7 Queries sent/received: 0/0 Replies sent/received: 0/0 Acks sent/received: 2/2 SIA-Queries sent/received: 0/0 SIA-Replies sent/received: 0/0 Hello Process ID: 228 PDM Process ID: 226 IP Socket queue: 0/2000/1/0 (current/max/highest/drops) Eigrp input queue: 0/2000/1/0 (current/max/highest/drops) R1#
87 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R2# debug eigrp packets *Jul 26 10:51:24.051: EIGRP: Sending HELLO on Serial0/0/0 *Jul 26 10:51:24.051: AS 100, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0 *Jul 26 10:51:24.111: EIGRP: Sending HELLO on FastEthernet0/0 *Jul 26 10:51:24.111: AS 100, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0 *Jul 26 10:51:26.667: EIGRP: Received HELLO on Serial0/0/0 nbr 192.168.1.101 *Jul 26 10:51:26.667: AS 100, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0 peerQ un/rely 0/0 *Jul 26 10:51:28.451: EIGRP: Sending HELLO on FastEthernet0/0 *Jul 26 10:51:28.451: AS 100, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0 *Jul 26 10:51:29.027: EIGRP: Sending HELLO on Serial0/0/0 *Jul 26 10:51:29.027: AS 100, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0 *Jul 26 10:51:31.383: EIGRP: Received HELLO on Serial0/0/0 nbr 192.168.1.101 *Jul 26 10:51:31.383: AS 100, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0 peerQ un/rely 0/0 *Jul 26 10:51:33.339: EIGRP: Sending HELLO on FastEthernet0/0 *Jul 26 10:51:33.339: AS 100, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0 *Jul 26 10:51:33.511: EIGRP: Sending HELLO on Serial0/0/0 *Jul 26 10:51:33.511: AS 100, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0
88 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
Router(config-router)# passive-interface type number [default]
89 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1(config)# router eigrp 100 R1(config-router)# passive-interface fa0/0 R1(config-router)# R2(config)# router eigrp 100 R2(config-router)# passive-interface fa0/0 R2(config-router)#
R1(config)# router eigrp 100 R1(config-router)# passive-interface default R1(config-router)# no passive-interface S0/0/0 R2(config)# router eigrp 100 R2(config-router)# passive-interface default R2(config-router)# no passive-interface S0/0/0
Fa0/0 Fa0/0
R1 R2
172.16.1.0 /24 EIGRP AS 100 Internet 192.168.1.0 /27 172.17.2.0 /24
64 kbps
192.168.1.96 /27 .101 .102 S0/0/1 S0/0/0 S0/0/0 .1 .1 .1
90 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
91 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
Router(config)# ip route 0.0.0.0 0.0.0.0 interface | next-hop
92 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
Fa0/0 Fa0/0
R1 R2
172.16.1.0 /24
64 kbps
EIGRP AS 100 Internet 172.31.0.0 /16 192.168.1.96 /27 172.17.2.0 /24 .101 .102 S0/0/1 S0/0/0 S0/0/0 .1 .1 .1 192.168.1.0 /27 .2
R2(config)# ip route 0.0.0.0 0.0.0.0 S0/0/1 R2(config)# router eigrp 100 R2(config-router)# network 0.0.0.0 R2(config-router)# do show ip route <output omitted> Gateway of last resort is 0.0.0.0 to network 0.0.0.0 172.17.0.0/16 is variably subnetted, 2 subnets, 2 masks D 172.17.0.0/16 is a summary, 03:13:25, Null0 C 172.17.2.0/24 is directly connected, FastEthernet0/0 D 172.16.0.0/16 [90/40514560] via 192.168.1.101, 03:13:25, Serial0/0/0 192.168.1.0/27 is subnetted, 2 subnets C 192.168.1.96 is directly connected, Serial0/0/0 C 192.168.1.0 is directly connected, Serial0/0/1 S* 0.0.0.0/0 is directly connected, Serial0/0/1 R2(config-router)#
93 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
Fa0/0 Fa0/0
R1 R2
172.16.1.0 /24
64 kbps
EIGRP AS 100 Internet 172.31.0.0 /16 192.168.1.96 /27 172.17.2.0 /24 .101 .102 S0/0/1 S0/0/0 S0/0/0 .1 .1 .1 192.168.1.0 /27 .2
R2(config)# ip route 0.0.0.0 0.0.0.0 192.168.1.2 R2(config)# router eigrp 100 R2(config-router)# network 0.0.0.0 R2(config-router)# redistribute static R2(config-router)# do show ip route <output omitted> Gateway of last resort is 192.168.1.2 to network 0.0.0.0 172.17.0.0/16 is variably subnetted, 2 subnets, 2 masks D 172.17.0.0/16 is a summary, 02:53:48, Null0 C 172.17.2.0/24 is directly connected, FastEthernet0/0 D 172.16.0.0/16 [90/40514560] via 192.168.1.101, 02:53:48, Serial0/0/0 192.168.1.0/27 is subnetted, 2 subnets C 192.168.1.96 is directly connected, Serial0/0/0 C 192.168.1.0 is directly connected, Serial0/0/1 S* 0.0.0.0/0 [1/0] via 192.168.1.2 R2(config-router)#
94 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
95 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1 R2
10.10.10.0 /24 EIGRP AS 100 192.168.1.96 /30 10.20.20.0 /24
EIGRP Update: Connected to 10.0.0.0 /8 R1# show running-config | section router eigrp router eigrp 100 passive-interface FastEthernet0/0 network 10.10.10.0 0.0.0.255 network 192.168.1.96 0.0.0.31 auto-summary R1# show ip protocols Routing Protocol is "eigrp 100" <output omitted> Automatic network summarization is in effect Automatic address summarization: 10.0.0.0/8 for Serial0/0/0 Summarizing with metric 28160 Maximum path: 4 Routing for Networks: 10.10.10.0/24 192.168.1.96/27 Passive Interface(s): FastEthernet0/0 <output omitted>
96 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R2# show ip route <output omitted> Gateway of last resort is 192.168.1.2 to network 0.0.0.0 10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks C 10.20.20.0/24 is directly connected, FastEthernet0/0 D 10.0.0.0/8 is a summary, 00:13:35, Null0 192.168.1.0/27 is subnetted, 2 subnets C 192.168.1.96 is directly connected, Serial0/0/0 C 192.168.1.0 is directly connected, Serial0/0/1 S* 0.0.0.0/0 [1/0] via 192.168.1.2 R2# R1 R2
10.10.10.0 /24 EIGRP AS 100 192.168.1.96 /30 10.20.20.0 /24
EIGRP Update: Connected to 10.0.0.0 /8 R2 ignores the R1 update because it is already connected to the classful 10.0.0.0/8 network.
97 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R2# show ip route <output omitted> Gateway of last resort is 192.168.1.2 to network 0.0.0.0 10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks C 10.20.20.0/24 is directly connected, FastEthernet0/0 D 10.0.0.0/8 is a summary, 00:13:35, Null0 192.168.1.0/27 is subnetted, 2 subnets C 192.168.1.96 is directly connected, Serial0/0/0 C 192.168.1.0 is directly connected, Serial0/0/1 S* 0.0.0.0/0 [1/0] via 192.168.1.2 R2#
98 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1 R2
10.10.10.0 /24 EIGRP AS 100 192.168.1.96 /30 10.20.20.0 /24
EIGRP Update: Connected to 10.0.0.0 /8 R1(config)# router eigrp 100 R1(config-router)# no auto-summary R1(config-router)# *Jul 26 22:14:07.183: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 192.168.1.102 (Serial0/0/0) is resync: summary configured R1(config-router)# end R1# show ip protocols Routing Protocol is "eigrp 100“ <output omitted> Automatic network summarization is not in effect Maximum path: 4 Routing for Networks: 10.10.10.0/24 192.168.1.96/27 <output omitted>
99 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1 R2
10.10.10.0 /24 EIGRP AS 100 192.168.1.96 /30 10.20.20.0 /24
EIGRP Update: Connected to 10.0.0.0 /24 R2(config)# router eigrp 100 R2(config)# no auto-summary R2(config)# end R2# show ip route <output omitted> Gateway of last resort is 192.168.1.2 to network 0.0.0.0 10.0.0.0/24 is subnetted, 2 subnets C 10.20.20.0 is directly connected, FastEthernet0/0 D 10.10.10.0 [90/40514560] via 192.168.1.101, 00:05:21, Serial0/0/0 192.168.1.0/27 is subnetted, 2 subnets C 192.168.1.96 is directly connected, Serial0/0/0 C 192.168.1.0 is directly connected, Serial0/0/1 S* 0.0.0.0/0 [1/0] via 192.168.1.2 R2#
100 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
101 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
Router(config-if)#
ip summary-address eigrp as-number address mask [admin-distance]
102 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1(config)# router eigrp 100 R1(config)# no auto-summary R2(config)# router eigrp 100 R2(config)# no auto-summary
Fa0/0 Fa0/0
R1 R2
10.10.10.0 /24 EIGRP AS 100 WAN 192.168.3.1 S0/0/0 10.10.20.0 /24 10.0.0.0 /8
R3 R3(config)# interface S0/0/0 R3(config-if)# ip address 192.168.3.1 255.255.255.0 R3(config-if)# ip summary-address eigrp 100 10.10.0.0 255.255.0.0 R3(config-if)# no shut R3(config-if)# exit R3# show ip protocols Routing Protocol is "eigrp 100" <output omitted> Automatic network summarization is not in effect Address Summarization: 10.10.0.0/16 for Serial0/0/0 <output omitted>
103 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
104 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
105 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
106 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1(config)# interface S0/0/0 R1(config-if)# encapsulation frame-relay R1(config-if)# ip address 192.168.1.101 255.255.255.0 R1(config-if)# exit R1(config)# router eigrp 100 R1(config-router)# network 172.16.1.0 0.0.0.255 R1(config-router)# network 192.168.1.0 R1(config-router)# R3(config)# interface S0/0/0 R3(config-if)# encapsulation frame-relay R3(config-if)# ip address 192.168.1.103 255.255.255.0 R3(config-if)# exit R3(config)# router eigrp 100 R3(config-router)# network 172.16.3.0 0.0.0.255 R3(config-router)# network 192.168.1.0 R3(config-router)#
Fa0/0
R1
172.16.1.0 /24 EIGRP AS 100 Frame Relay
R2 R3
S0/0/0 192.168.1.0 /24 .101 .103 .102 S0/0/0 S0/0/0
DLCI 103 DLCI 102 DLCI 201 DLCI 301
Fa0/0 172.16.2.0 /24 Fa0/0 172.16.3.0 /24
107 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1# show ip eigrp neighbors IP-EIGRP neighbors for process 100 H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 0 192.168.1.102 Se0/0/0 10 00:07:22 10 2280 0 5 1 192.168.1.103 Se0/0/0 10 00:09:34 10 2320 0 9 R1# R3# show ip eigrp neighbors IP-EIGRP neighbors for process 100 H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 0 192.168.1.101 Se0/0/0 10 00:11:45 10 1910 0 6 R3#
Fa0/0
R1
172.16.1.0 /24 EIGRP AS 100 Frame Relay
R2 R3
S0/0/0 192.168.1.0 /24 .101 .103 .102 S0/0/0 S0/0/0
DLCI 103 DLCI 102 DLCI 201 DLCI 301
Fa0/0 172.16.2.0 /24 Fa0/0 172.16.3.0 /24
108 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
109 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
Router(config-if)#
frame-relay map protocol protocol-address dlci [broadcast] [ietf | cisco] [payload-compress {packet-by-packet | frf9 stack}]
Parameter Description
protocol Defines the supported protocol, bridging, or logical link control. protocol-address Defines the network layer address of the destination router interface. dlci Defines the local DLCI that is used to connect to the remote protocol address. broadcast (Optional) Allows broadcasts and multicasts over the VC, permitting the use of dynamic routing protocols over the VC. ietf | cisco Enables IETF or Cisco encapsulations. payload-compress (Optional) Enables payload compression. packet-by-packet (Optional) Enables packet-by-packet payload compression, using the Stacker method, a Cisco proprietary compression method. frf9 stac (Optional) Enables FRF.9 compression using the Stacker method.
110 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1(config)# interface S0/0/0 R1(config-if)# encapsulation frame-relay R1(config-if)# ip address 192.168.1.101 255.255.255.0 R1(config-if)# frame-relay map ip 192.168.1.101 101 R1(config-if)# frame-relay map ip 192.168.1.102 102 broadcast R1(config-if)# frame-relay map ip 192.168.1.103 103 broadcast R1(config-if)# R3(config)# interface S0/0/0 R3(config-if)# encapsulation frame-relay R3(config-if)# ip address 192.168.1.103 255.255.255.0 R3(config-if)# frame-relay map ip 192.168.1.101 301 R3(config-if)# frame-relay map ip 192.168.1.102 301 broadcast R3(config-if)# frame-relay map ip 192.168.1.103 301 broadcast R3(config-if)#
Fa0/0
R1
172.16.1.0 /24 EIGRP AS 100 Frame Relay
R2 R3
S0/0/0 192.168.1.0 /24 .101 .103 .102 S0/0/0 S0/0/0
DLCI 103 DLCI 102 DLCI 201 DLCI 301
Fa0/0 172.16.2.0 /24 Fa0/0 172.16.3.0 /24
111 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1# show ip eigrp neighbors IP-EIGRP neighbors for process 100 H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 0 192.168.1.102 Se0/0/0 10 00:06:20 10 2280 0 5 1 192.168.1.103 Se0/0/0 10 00:08:31 10 2320 0 9 R3# show ip eigrp neighbors IP-EIGRP neighbors for process 100 H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 0 192.168.1.101 Se0/0/0 10 00:10:44 10 1910 0 6 1 192.168.1.102 Se0/0/0 10 00:03:02 10 2210 0 3
Fa0/0
R1
172.16.1.0 /24 EIGRP AS 100 Frame Relay
R2 R3
S0/0/0 192.168.1.0 /24 .101 .103 .102 S0/0/0 S0/0/0
DLCI 103 DLCI 102 DLCI 201 DLCI 301
Fa0/0 172.16.2.0 /24 Fa0/0 172.16.3.0 /24
112 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
113 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
114 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
Fa0/0
R1
172.16.1.0 /24 EIGRP AS 100 Frame Relay
R2 R3
192.168.1.0 /24 .103 .102 S0/0/0.1 S0/0/0.1
DLCI 103 DLCI 102 DLCI 201 DLCI 301
Fa0/0 172.16.2.0 /24 Fa0/0 172.16.3.0 /24 S0/0/0.1 .101
R1(config)# interface S0/0/0 R1(config-if)# no ip address R1(config-if)# encapsulation frame-relay R1(config-if)# exit R1(config)# interface Serial0/0/0.1 multipoint R1(config-subif)# ip address 192.168.1.101 255.255.255.0 R1(config-subif)# no ip split-horizon eigrp 100 R1(config-subif)# frame-relay map ip 192.168.1.101 101 R1(config-subif)# frame-relay map ip 192.168.1.102 102 broadcast R1(config-subif)# frame-relay map ip 192.168.1.103 103 broadcast R1(config-subif)#
115 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1# show ip eigrp neighbors IP-EIGRP neighbors for process 100 H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 0 192.168.1.102 Se0/0/0.1 10 00:06:41 10 2280 0 5 1 192.168.1.103 Se0/0/0.1 10 00:08:52 10 2320 0 9 R3# show ip eigrp neighbors IP-EIGRP neighbors for process 100 H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 0 192.168.1.101 Se0/0/0.1 10 00:10:37 10 1910 0 6 1 192.168.1.102 Se0/0/0.1 10 00:03:12 10 2210 0 3
Fa0/0
R1
172.16.1.0 /24 EIGRP AS 100 Frame Relay
R2 R3
192.168.1.0 /24 .103 .102 S0/0/0.1 S0/0/0.1
DLCI 103 DLCI 102 DLCI 201 DLCI 301
Fa0/0 172.16.2.0 /24 Fa0/0 172.16.3.0 /24 S0/0/0.1 .101
116 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
117 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
Fa0/0
R1
172.16.1.0 /24 EIGRP AS 100 Frame Relay
R2 R3
192.168.1.0 /24 .103 .102 S0/0/0.1 S0/0/0.1
DLCI 103 DLCI 102 DLCI 201 DLCI 301
Fa0/0 172.16.2.0 /24 Fa0/0 172.16.3.0 /24 S0/0/0.1 .101
R1(config)# interface S0/0/0 R1(config-if)# no ip address R1(config-if)# encapsulation frame-relay R1(config-if)# interface S0/0/0.1 multipoint R1(config-subif)# ip address 192.168.1.101 255.255.255.0 R1(config-subif)# frame-relay map ip 192.168.1.102 102 broadcast R1(config-subif)# frame-relay map ip 192.168.1.103 103 broadcast R1(config-subif)# router eigrp 100 R1(config-router)# neighbor 192.168.1.102 S0/0/0.1 R1(config-router)#
118 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
Fa0/0
R1
172.16.1.0 /24 EIGRP AS 100 Frame Relay
R2 R3
192.168.1.0 /24 .103 .102 S0/0/0.1 S0/0/0.1
DLCI 103 DLCI 102 DLCI 201 DLCI 301
Fa0/0 172.16.2.0 /24 Fa0/0 172.16.3.0 /24 S0/0/0.1 .101
R2(config)# interface S0/0/0 R2(config-if)# no ip address R2(config-if)# encapsulation frame-relay R2(config-if)# interface S0/0/0.1 multipoint R2(config-subif)# ip address 192.168.1.102 255.255.255.0 R2(config-subif)# frame-relay map ip 192.168.1.101 201 broadcast R2(config-subif)# router eigrp 100 R2(config-router)# neighbor 192.168.1.101 S0/0/0.1 R2(config-router)#
119 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
120 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
121 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1(config)# interface S0/0/0 R1(config-if)# no ip address R1(config-if)# encapsulation frame-relay R1(config-if)# exit R1(config)# interface Serial0/0/0.2 point-to-point R1(config-subif)# ip address 192.168.2.101 255.255.255.0 R1(config-subif)# frame-relay interface-dlci 102 R1(config-subif)# R1(config-subif)# interface Serial0/0/0.3 point-to-point R1(config-subif)# ip address 192.168.3.101 255.255.255.0 R1(config-subif)# frame-relay interface-dlci 103 R1(config-subif)#
Fa0/0
R1
172.16.1.0 /24 EIGRP AS 100 Frame Relay
R2 R3
192.168.3.103 S0/0/0.1 S0/0/0.1
DLCI 103 DLCI 102 DLCI 201 DLCI 301
Fa0/0 172.16.2.0 /24 Fa0/0 172.16.3.0 /24 S0/0/0.3=192.168.3.101/24 192.168.2.102 S0/0/0.2=192.168.2.101/24
122 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1# show ip eigrp neighbors IP-EIGRP neighbors for process 100 H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 0 192.168.2.102 Se0/0/0.2 10 00:08:04 10 2280 0 5 1 192.168.3.103 Se0/0/0.3 10 00:10:12 10 2320 0 9 R3# show ip eigrp neighbors IP-EIGRP neighbors for process 100 H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 0 192.168.3.101 Se0/0/0.1 10 00:13:25 10 1910 0 6
Fa0/0
R1
172.16.1.0 /24 EIGRP AS 100 Frame Relay
R2 R3
192.168.3.103 S0/0/0.1 S0/0/0.1
DLCI 103 DLCI 102 DLCI 201 DLCI 301
Fa0/0 172.16.2.0 /24 Fa0/0 172.16.3.0 /24 S0/0/0.3=192.168.3.101/24 192.168.2.102 S0/0/0.2=192.168.2.101/24
123 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
124 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1(config)# interface FastEthernet0/0 R1(config-if)# ip address 192.168.1.2 255.255.255.252 R1(config-if)# exit R1(config)# router eigrp 100 R1(config-router)# network 172.16.1.0 0.0.0.255 R1(config-router)# network 192.168.1.0 R1(config-router)# R2(config)# interface FastEthernet0/0 R2(config-if)# ip address 192.168.2.2 255.255.255.252 R2(config-if)# exit R2(config)# router eigrp 100 R2(config-router)# network 172.17.2.0 0.0.0.255 R2(config-router)# network 192.168.2.0 R2(config-router)#
EIGRP AS 100 Layer 3 MPLS
VPN Backbone
Fa0/0
PE1
.1
PE2
192.168.2.0/30 .2 .2 192.168.1.0/30 .1 EIGRP AS 100 Fa0/0 172.16.1.0 /24 172.17.2.0 /24
R2 R1
125 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1# show ip eigrp neighbors IP-EIGRP neighbors for process 100 H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 0 192.168.1.1 Fe0/0 10 00:07:22 10 2280 0 5 R2# show ip eigrp neighbors IP-EIGRP neighbors for process 100 H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 0 192.168.2.1 Fe0/0 10 00:17:02 10 1380 0 5
EIGRP AS 100 Layer 3 MPLS VPN Backbone Fa0/0
PE1
.1
PE2
192.168.2.0/30 .2 .2 192.168.1.0/30 .1 EIGRP AS 100 Fa0/0 172.16.1.0 /24 172.17.2.0 /24
R2 R1
126 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1(config)# interface FastEthernet0/0 R1(config-if)# ip address 192.168.1.101 255.255.255.224 R1(config-if)# exit R1(config)# router eigrp 100 R1(config-router)# network 172.16.1.0 0.0.0.255 R1(config-router)# network 192.168.1.0 R1(config-router)# R2(config)# interface FastEthernet0/0 R2(config-if)# ip address 192.168.1.102 255.255.255.224 R2(config-if)# exit R2(config)# router eigrp 100 R2(config-router)# network 172.17.2.0 0.0.0.255 R2(config-router)# network 192.168.1.0 R2(config-router)#
EIGRP AS 100 Layer 2 MPLS VPN Backbone Fa0/0
PE1 PE2
192.168.1.0/27 .102 .101 192.168.1.0/27 EIGRP AS 100 Fa0/0 172.16.1.0 /24 172.17.2.0 /24
R2 R1
127 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1# show ip eigrp neighbors IP-EIGRP neighbors for process 100 H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 0 192.168.1.102 Fe0/0 10 00:07:22 10 2280 0 5 R2# show ip eigrp neighbors IP-EIGRP neighbors for process 100 H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 0 192.168.1.101 Fe0/0 10 00:17:02 10 1380 0 5
EIGRP AS 100 Layer 2 MPLS VPN Backbone Fa0/0
PE1 PE2
192.168.1.0/27 .102 .101 192.168.1.0/27 EIGRP AS 100 Fa0/0 172.16.1.0 /24 172.17.2.0 /24
R2 R1
128 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
129 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1(config)# router eigrp 100 R1(config-router)# network 172.16.1.0 0.0.0.255 R1(config-router)# network 192.168.1.0 R1(config-router)# network 192.168.2.0 R1(config-router)# network 192.168.3.0 R1(config-router)# network 192.168.4.0 R1(config-router)# maximum–paths 2 R1(config-router)#
R1 Topology Table
Advertised Distance (AD)
Network Neighbor AD FD 172.16.2.0/24 R2 20 40 R3 20 40 R4 20 40 R5 20 60
130 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
131 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1(config)# router eigrp 100 R1(config-router)# variance 2 R1(config-router)#
R1 Topology Table
Advertised Distance (AD)
Network Neighbor AD FD 172.16.2.0/24 R2 10 30 R3 10 20 R4 25 45 R5 10 50
132 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1(config)# router eigrp 100 R1(config-router)# variance 3 R1(config-router)#
R1 Topology Table
Advertised Distance (AD)
Network Neighbor AD FD 172.16.2.0/24 R2 10 30 R3 10 20 R4 25 45 R5 10 50
133 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
134 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
135 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
CIR 56
R1
EIGRP AS 100 Frame Relay
R3 R4 R2 R5
CIR 56 CIR 56 CIR 56 T1 (1.5 Mbps) S0/0/0
R1(config)# interface S0/0/0 R1(config-if)# encapsulation frame-relay R1(config-if)# bandwidth 224
136 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1(config)# interface S0/0/0 R1(config-if)# encapsulation frame-relay R1(config-if)# bandwidth 224 R1
EIGRP AS 100 Frame Relay
R3 R4 R2 R5
T1 (1.5 Mbps) S0/0/0 CIR 256 BW 224 CIR 256 BW 224 CIR 256 BW 224 CIR 56 BW 56
137 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1
EIGRP AS 100 Frame Relay
R3 R4 R2 R5
T1 (1.5 Mbps) S0/0/0 CIR 256 BW 224 CIR 256 BW 224 CIR 256 BW 224 CIR 56 BW 56
R1(config)# interface S0/0/0 R1(config-if)# encapsulation frame-relay R1(config-if)# interface S0/0/0/0.1 multipoint R1(config-subif)# bandwidth 768 R1(config-subif)# exit R1(config)# interface S0/0/0/0.2 point-to-point R1(config-subif)# bandwidth 56 R1(config-subif)#
138 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
139 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
Router(config-if)# ip bandwidth-percent eigrp as-number percent
140 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
141 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
142 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
143 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
144 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
145 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
146 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
147 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
148 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
149 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
150 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
Fa0/0 Fa0/0
R1 R2
172.16.1.0 /24 EIGRP AS 100 R1# show running-config ! <output omitted> ! key chain R1chain key 1 key-string FIRST-KEY accept-lifetime 04:00:00 Jan 1 2015 infinite send-lifetime 04:00:00 Jan 1 2015 04:00:00 Jan 31 2015
key 2 key-string SECOND-KEY accept-lifetime 04:00:00 Jan 25 2015 infinite send-lifetime 04:00:00 Jan 25 2015 infinite ! <output omitted> ! interface FastEthernet0/0 ip address 172.16.1.1 255.255.255.0 ! interface Serial0/0/0 bandwidth 64 ip address 192.168.1.101 255.255.255.224 ip authentication mode eigrp 100 md5 ip authentication key-chain eigrp 100 R1chain ! router eigrp 100 network 172.16.1.0 0.0.0.255 network 192.168.1.0
172.17.2.0 /24 S0/0/0 S0/0/0
64 kbps
192.168.1.96 /27 .101 .102 .1 .1
151 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
Fa0/0 Fa0/0
R1 R2
172.16.1.0 /24 EIGRP AS 100 R2# show running-config ! <output omitted> ! key chain R2chain key 1
key-string FIRST-KEY accept-lifetime 04:00:00 Jan 1 2015 infinite send-lifetime 04:00:00 Jan 1 2015 infinite key 2 key-string SECOND-KEY accept-lifetime 04:00:00 Jan 25 2015 infinite send-lifetime 04:00:00 Jan 25 2015 infinite ! <output omitted> ! interface FastEthernet0/0 ip address 172.17.2.2 255.255.255.0 ! interface Serial0/0/0 bandwidth 64 ip address 192.168.1.102 255.255.255.224 ip authentication mode eigrp 100 md5 ip authentication key-chain eigrp 100 R2chain ! router eigrp 100 network 172.17.2.0 0.0.0.255 network 192.168.1.0
172.17.2.0 /24 S0/0/0 S0/0/0
64 kbps
192.168.1.96 /27 .101 .102 .1 .1
152 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1# *Apr 21 16:23:30.517: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 192.168.1.102 (Serial0/0/0) is up: new adjacency R1# R1# show ip eigrp neighbors IP-EIGRP neighbors for process 100 H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 0 192.168.1.102 Se0/0/0 12 00:03:10 17 2280 0 14 R1# R1# show ip route <output omitted> Gateway of last resort is not set D 172.17.0.0/16 [90/40514560] via 192.168.1.102, 00:02:22, Serial0/0/0 172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks D 172.16.0.0/16 is a summary, 00:31:31, Null0 C 172.16.1.0/24 is directly connected, FastEthernet0/0 192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks C 192.168.1.96/27 is directly connected, Serial0/0/0 D 192.168.1.0/24 is a summary, 00:31:31, Null0 R1# R1# ping 172.17.2.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.17.2.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/15/16 ms
153 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1# show key chain Key-chain R1chain: key 1 -- text “FIRST-KEY" accept lifetime (04:00:00 Jan 1 2015) - (always valid) [valid now] send lifetime (04:00:00 Jan 1 2015) - (04:00:00 Jan 31 2015) key 2 -- text “SECOND-KEY" accept lifetime (04:00:00 Jan 25 2015) - (always valid) [valid now] send lifetime (04:00:00 Jan 25 2015) - (always valid) [valid now]
154 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
R1# debug eigrp packets EIGRP Packets debugging is on (UPDATE, REQUEST, QUERY, REPLY, HELLO, IPXSAP, PROBE, ACK, STUB, SIAQUERY, SIAREPLY) *Jan 21 16:38:51.745: EIGRP: received packet with MD5 authentication, key id = 1 *Jan 21 16:38:51.745: EIGRP: Received HELLO on Serial0/0/0 nbr 192.168.1.102 *Jan 21 16:38:51.745: AS 100, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0 peerQ un/rely 0/0 R2# debug eigrp packets EIGRP Packets debugging is on (UPDATE, REQUEST, QUERY, REPLY, HELLO, IPXSAP, PROBE, ACK, STUB, SIAQUERY, SIAREPLY) R2# *Jan 21 16:38:38.321: EIGRP: received packet with MD5 authentication, key id = 2 *Jan 21 16:38:38.321: EIGRP: Received HELLO on Serial0/0/0 nbr 192.168.1.101 *Jan 21 16:38:38.321: AS 100, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0 peerQ un/rely 0/0
155 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
Fa0/0 Fa0/0
R1 R2
172.16.1.0 /24 EIGRP AS 100 R1(config-if)# key chain R1chain R1(config-keychain)# key 2 R1(config-keychain-key)# key-string wrongkey R1(config-keychain-key)# 172.17.2.0 /24 S0/0/0 S0/0/0
64 kbps
192.168.1.96 /27 .101 .102 .1 .1 R2# debug eigrp packets EIGRP Packets debugging is on (UPDATE, REQUEST, QUERY, REPLY, HELLO, IPXSAP, PROBE, ACK, STUB, SIAQUERY, SIAREPLY) *Jan 21 16:50:18.749: EIGRP: pkt key id = 2, authentication mismatch *Jan 21 16:50:18.749: EIGRP: Serial0/0/0: ignored packet from 192.168.1.101, opcode = 5 (invalid authentication) *Jan 21 16:50:18.749: EIGRP: Dropping peer, invalid authentication
*Jan 21 16:50:18.749: EIGRP: Sending HELLO on Serial0/0/0 *Jan 21 16:50:18.749: AS 100, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0 *Jan 21 16:50:18.753: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 192.168.1.101 (Serial0/0/0) is down: Auth failure R2# R2# show ip eigrp neighbors IP-EIGRP neighbors for process 100 R2#
156 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
157 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
158 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
159 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
160 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
161 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
162 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
163 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
164 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
165 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
Router(config-router)#
eigrp stub [receive-only | connected | static | summary | redistributed]
Parameter Description
receive-only Restricts the router from sharing any of its routes with any other router within an EIGRP AS. Keyword cannot be combined with any other keyword. connected Permits the EIGRP stub routing feature to send connected routes. This option is enabled by default and is the most widely practical stub option. static Permits the EIGRP stub routing feature to send static routes. Redistributing static routes with the redistribute static command is still necessary. summary Permits the EIGRP stub routing feature to send automatically summarized and / or manually summarized routes. This option is enabled by default. redistributed Permits the EIGRP stub routing feature to send redistributed routes. Redistributing routes with the redistribute command is still necessary.
166 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
167 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
168 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
169 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
170 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
171 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
172 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
!Router R1 Configuration interface FastEthernet0/0 ip address 172.16.1.1 255.255.255.0 ipv6 address 2001::1/64 ipv6 eigrp 2 ! interface Serial1/0 ip address 10.1.1.1 255.255.255.252 ip hello-interval eigrp 1 2 ip hold-time eigrp 1 10 ipv6 address 2002::1/64 ipv6 eigrp 2 ! router eigrp 1 variance 2 network 0.0.0.0 passive-interface default no passive-interface Serial1/0 ! ipv6 router eigrp 2 variance 2 !Router R2 Configuration interface FastEthernet0/0 ip address 192.168.1.1 255.255.255.0 ipv6 address 2003::1/64 ipv6 eigrp 2 ! interface Serial1/0 ip address 10.1.1.2 255.255.255.252 ip hello-interval eigrp 1 2 ip hold-time eigrp 1 10 ipv6 address 2002::2/64 ipv6 eigrp 2 ! router eigrp 1 variance 2 network 0.0.0.0 passive-interface default no passive-interface Serial1/0 ! ipv6 router eigrp 2 variance 2
173 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
!Router R1 Configuration router eigrp R1DEMO ! address-family ipv4 unicast autonomous-system 1 ! af-interface default hello-interval 2 hold-time 10 passive-interface exit-af-interface ! af-interface Serial1/0 no passive-interface exit-af-interface ! topology base variance 2 exit-af-topology network 0.0.0.0 exit-address-family ! address-family ipv6 unicast autonomous-system 2 ! topology base variance 2 exit-af-topology exit-address-family !Router R2 Configuration router eigrp R2DEMO ! address-family ipv4 unicast autonomous-system 1 ! af-interface default hello-interval 2 hold-time 10 passive-interface exit-af-interface ! af-interface Serial1/0 no passive-interface exit-af-interface ! topology base variance 2 exit-af-topology network 0.0.0.0 exit-address-family ! address-family ipv6 unicast autonomous-system 2 ! topology base variance 2 exit-af-topology exit-address-family
174 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
175 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
network.
values set to 255) when an EIGRP routing process is shut down, to inform neighbors
176 Ali Aydemir CCNP-RS ROUTE v2.0 Chapter 2
Ali Aydemir