• No results found

EIGRP Summarization & Advanced  Summarization

In document CCIE Lab Guide (Page 140-150)

Frame­Relay

www.ccieuniversity.com

R3  Lo0  Lo1  Lo2  Lo3 

S0/0 interface to R2  F0/0 interface to R4 

3.3.8.3 /24  3.3.9.3 /24  3.3.10.3 /24  3.3.11.3 /24  131.1.23.3 /24  131.1.34.3 /24 

R4  Lo0 

Lo1  Lo2  Lo3 

F0/0 interface to R3 

4.4.12.4 /24  4.4.13.4 /24  4.4.14.4 /24  4.4.15.4 /24  131.1.34.4 /24 

Lab Setup: 

  R1 and R2’s F0/0 interface should be configured in VLAN 12. 

  R3 and R4’s F0/0 interface should be configured in VLAN 34. 

 R2 and R3’s Frame­relay connection should be configured in a multipoint  manner. Do not use a sub­interface to accomplish this task. 

Task 1 

Configure EIGRP AS 100 on all routers and advertise their directly connected networks. 

On R1 

R1(config)#router eigrp 100  R1(config­router)#no au 

R1(config­router)#netw 131.1.0.0  R1(config­router)#netw 1.0.0.0 

On R2 

R2(config)#router eigrp 100  R2(config­router)#no au 

R2(config­router)#netw 131.1.0.0  R2(config­router)#netw 2.0.0.0 

On R3 

R3(config­if)#router eigrp 100

www.ccieuniversity.com

R3(config­router)#no au 

R3(config­router)#netw 131.1.0.0  R3(config­router)#netw 3.0.0.0 

On R4 

R4(config­if)#router eigrp 100  R4(config­router)#no au 

R4(config­router)#netw 131.1.0.0  R4(config­router)#netw 4.0.0.0 

Task 2 

Configure R2 such that it advertises a summary route for its Loopback interfaces to R3. 

In Eigrp routing protocol, summarization can be performed on any router, in Eigrp  summarization must be performed in the interface configuration mode. 

On R2 

R2(config­router)#int S0/0 

R2(config­if)#ip summary­address eigrp 100 2.2.4.0 255.255.252.0 

To verify the configuration: 

On R2 

R2#Show ip route 

Codes: C ­ connected, S ­ static, R ­ RIP, M ­ mobile, B ­ BGP 

D ­ EIGRP, EX ­ EIGRP external, O ­ OSPF, IA ­ OSPF inter area  N1 ­ OSPF NSSA external type 1, N2 ­ OSPF NSSA external type 2  E1 ­ OSPF external type 1, E2 ­ OSPF external type 2 

i ­ IS­IS, su ­ IS­IS summary, L1 ­ IS­IS level­1, L2 ­ IS­IS level­2  ia ­ IS­IS inter area, * ­ candidate default, U ­ per­user static route  o ­ ODR, P ­ periodic downloaded static route 

Gateway of last resort is not set  1.0.0.0/24 is subnetted, 4 subnets 

D       1.1.0.0 [90/156160] via 131.1.12.1, 00:01:17, FastEthernet0/0  D       1.1.1.0 [90/156160] via 131.1.12.1, 00:01:17, FastEthernet0/0  D       1.1.2.0 [90/156160] via 131.1.12.1, 00:01:17, FastEthernet0/0

www.ccieuniversity.com

D       1.1.3.0 [90/156160] via 131.1.12.1, 00:01:17, FastEthernet0/0  2.0.0.0/8 is variably subnetted, 5 subnets, 2 masks 

C       2.2.4.0/24 is directly connected, Loopback0 

D       2.2.4.0/22 is a summary, 00:01:17, Null0  Note, when summarization is  C       2.2.5.0/24 is directly connected, Loopback1  configured, Eigrp will inject a  C       2.2.6.0/24 is directly connected, Loopback2  discard route for loop avoidance  C       2.2.7.0/24 is directly connected, Loopback3 

3.0.0.0/24 is subnetted, 4 subnets 

D       3.3.8.0 [90/2297856] via 131.1.23.3, 00:01:18, Serial0/0  D       3.3.9.0 [90/2297856] via 131.1.23.3, 00:01:18, Serial0/0  D  3.3.10.0 [90/2297856] via 131.1.23.3, 00:01:18, Serial0/0  D       3.3.11.0 [90/2297856] via 131.1.23.3, 00:01:18, Serial0/0 

4.0.0.0/24 is subnetted, 4 subnets 

D       4.4.12.0 [90/2300416] via 131.1.23.3, 00:01:18, Serial0/0  D       4.4.13.0 [90/2300416] via 131.1.23.3, 00:01:18, Serial0/0  D       4.4.14.0 [90/2300416] via 131.1.23.3, 00:01:18, Serial0/0  D       4.4.15.0 [90/2300416] via 131.1.23.3, 00:01:18, Serial0/0 

131.1.0.0/24 is subnetted, 3 subnets 

C       131.1.12.0 is directly connected, FastEthernet0/0  C       131.1.23.0 is directly connected, Serial0/0 

D       131.1.34.0 [90/2172416] via 131.1.23.3, 00:01:18, Serial0/0  R2# 

On R3 

R3#Show ip route 

Codes: C ­ connected, S ­ static, R ­ RIP, M ­ mobile, B ­ BGP 

D ­ EIGRP, EX ­ EIGRP external, O ­ OSPF, IA ­ OSPF inter area  N1 ­ OSPF NSSA external type 1, N2 ­ OSPF NSSA external type 2  E1 ­ OSPF external type 1, E2 ­ OSPF external type 2 

i ­ IS­IS, su ­ IS­IS summary, L1 ­ IS­IS level­1, L2 ­ IS­IS level­2  ia ­ IS­IS inter area, * ­ candidate default, U ­ per­user static route  o ­ ODR, P ­ periodic downloaded static route 

Gateway of last resort is not set  1.0.0.0/24 is subnetted, 4 subnets 

D       1.1.0.0 [90/2300416] via 131.1.23.2, 00:11:26, Serial0/0  D       1.1.1.0 [90/2300416] via 131.1.23.2, 00:11:26, Serial0/0  D       1.1.2.0 [90/2300416] via 131.1.23.2, 00:11:26, Serial0/0  D       1.1.3.0 [90/2300416] via 131.1.23.2, 00:11:26, Serial0/0 

2.0.0.0/22 is subnetted, 1 subnets 

2.2.4.0 [90/2297856] via 131.1.23.2, 00:03:55, Serial0/0  3.0.0.0/24 is subnetted, 4 subnets

www.ccieuniversity.com

C       3.3.8.0 is directly connected, Loopback0  C       3.3.9.0 is directly connected, Loopback1  C       3.3.10.0 is directly connected, Loopback2  C  3.3.11.0 is directly connected, Loopback3 

4.0.0.0/24 is subnetted, 4 subnets 

D       4.4.12.0 [90/156160] via 131.1.34.4, 00:11:05, FastEthernet0/0  D       4.4.13.0 [90/156160] via 131.1.34.4, 00:11:05, FastEthernet0/0  D       4.4.14.0 [90/156160] via 131.1.34.4, 00:11:05, FastEthernet0/0  D       4.4.15.0 [90/156160] via 131.1.34.4, 00:11:05, FastEthernet0/0 

131.1.0.0/24 is subnetted, 3 subnets 

D       131.1.12.0 [90/2172416] via 131.1.23.2, 00:11:27, Serial0/0  C       131.1.23.0 is directly connected, Serial0/0 

C       131.1.34.0 is directly connected, FastEthernet0/0 

Task 3 

R2 should summarize it’s loopback interfaces and advertise a single summary route plus  all the specific routes to R1. 

The leak­map was introduced in IOS 12.3(14)T and it must be configured under the  physical interface and NOT a sub­interface. 

Configuring leak­map option allows us to advertise a component route (One or  more specific networks of a summary route) that would otherwise be suppressed by  the manual summarization. 

There are three rules to remember: 

  If the leak­map is configured to reference a route­map that does not exist,  only the summary route is advertised and the more specific routes are  suppressed. 

  If the leak­map is configured to reference a route­map and the route­map is  referencing an access­list that does NOT exist, then the summary route plus  all the specific routes are advertised. 

  If the leak­map is configured to reference a route­map and the route­map  matches on an access­list, all the permitted networks by the access­list will be  advertised along with the summary route. 

On R2 

R2(config)#int F0/0 

R2(config­if)#ip summary­address eigrp 100 2.2.4.0 255.255.252.0 leak­map TEST21  R2(config)#route­map TEST21 permit 10 

R2(config­route­map)#match ip addr 99

www.ccieuniversity.com

R2(config­route­map)#exit 

Note, the leak­map is referencing a route­map and the route­map is matching on an  access­list that does not exist, therefore, the summary route plus all the specific  routes are advertised. If the route­map does not have a match command configured  the same will result. 

To Verify the configuration: 

On R1 

R1#Show ip route 

Codes: C ­ connected, S ­ static, R ­ RIP, M ­ mobile, B ­ BGP 

D ­ EIGRP, EX ­ EIGRP external, O ­ OSPF, IA ­ OSPF inter area  N1 ­ OSPF NSSA external type 1, N2 ­ OSPF NSSA external type 2  E1 ­ OSPF external type 1, E2 ­ OSPF external type 2 

i ­ IS­IS, su ­ IS­IS summary, L1 ­ IS­IS level­1, L2 ­ IS­IS level­2  ia ­ IS­IS inter area, * ­ candidate default, U ­ per­user static route  o ­ ODR, P ­ periodic downloaded static route 

Gateway of last resort is not set 

Note the summary route +  1.0.0.0/24 is subnetted, 4 subnets  all the specific routes  C       1.1.0.0 is directly connected, Loopback0  are advertised to R1  C       1.1.1.0 is directly connected, Loopback1 

C       1.1.2.0 is directly connected, Loopback2  C       1.1.3.0 is directly connected, Loopback3 

2.0.0.0/8 is variably subnetted, 5 subnets, 2 masks 

D       2.2.4.0/24 [90/156160] via 131.1.12.2, 00:00:47, FastEthernet0/0  D       2.2.4.0/22 [90/156160] via 131.1.12.2, 00:01:15, FastEthernet0/0  D       2.2.5.0/24 [90/156160] via 131.1.12.2, 00:00:47, FastEthernet0/0  D       2.2.6.0/24 [90/156160] via 131.1.12.2, 00:00:48, FastEthernet0/0  2.2.7.0/24 [90/156160] via 131.1.12.2, 00:00:48, FastEthernet0/0 

3.0.0.0/24 is subnetted, 4 subnets 

D       3.3.8.0 [90/2300416] via 131.1.12.2, 00:18:00, FastEthernet0/0  D       3.3.9.0 [90/2300416] via 131.1.12.2, 00:18:01, FastEthernet0/0  D  3.3.10.0 [90/2300416] via 131.1.12.2, 00:18:01, FastEthernet0/0  D       3.3.11.0 [90/2300416] via 131.1.12.2, 00:18:01, FastEthernet0/0 

4.0.0.0/24 is subnetted, 4 subnets 

D       4.4.12.0 [90/2302976] via 131.1.12.2, 00:17:40, FastEthernet0/0  D  4.4.13.0 [90/2302976] via 131.1.12.2, 00:17:40, FastEthernet0/0  D       4.4.14.0 [90/2302976] via 131.1.12.2, 00:17:40, FastEthernet0/0  D       4.4.15.0 [90/2302976] via 131.1.12.2, 00:17:40, FastEthernet0/0 

131.1.0.0/24 is subnetted, 3 subnets 

C  131.1.12.0 is directly connected, FastEthernet0/0

www.ccieuniversity.com

D       131.1.23.0 [90/2172416] via 131.1.12.2, 00:18:15, FastEthernet0/0  D       131.1.34.0 [90/2174976] via 131.1.12.2, 00:18:02, FastEthernet0/0  R1# 

Task 4 

Configure R4 to summarize it’s loopback interfaces and advertise a summary route plus  network 4.4.13.0 /24 to R3. 

On R4 

R4(config)#Int F0/0 

R4(config­if)#ip summary­address eigrp 100 4.4.12.0 255.255.252.0 leak­map TEST43  R4(config)#route­map TEST43 permit 10 

R4(config­route­map)#match ip addr 43 

R4(config)#access­list 43 permit 4.4.13.0 0.0.0.255 

To verify the configuration: 

On R3 

R3#Show ip route 

Codes: C ­ connected, S ­ static, R ­ RIP, M ­ mobile, B ­ BGP 

D ­ EIGRP, EX ­ EIGRP external, O ­ OSPF, IA ­ OSPF inter area  N1 ­ OSPF NSSA external type 1, N2 ­ OSPF NSSA external type 2  E1 ­ OSPF external type 1, E2 ­ OSPF external type 2 

i ­ IS­IS, su ­ IS­IS summary, L1 ­ IS­IS level­1, L2 ­ IS­IS level­2  ia ­ IS­IS inter area, * ­ candidate default, U ­ per­user static route  o ­ ODR, P ­ periodic downloaded static route 

Gateway of last resort is not set  1.0.0.0/24 is subnetted, 4 subnets 

D       1.1.0.0 [90/2300416] via 131.1.23.2, 01:47:09, Serial0/0  D       1.1.1.0 [90/2300416] via 131.1.23.2, 01:47:09, Serial0/0  D       1.1.2.0 [90/2300416] via 131.1.23.2, 01:47:09, Serial0/0  D       1.1.3.0 [90/2300416] via 131.1.23.2, 01:47:09, Serial0/0 

2.0.0.0/22 is subnetted, 1 subnets 

D       2.2.4.0 [90/2297856] via 131.1.23.2, 01:39:38, Serial0/0

www.ccieuniversity.com

3.0.0.0/24 is subnetted, 4 subnets 

C       3.3.8.0 is directly connected, Loopback0  C       3.3.9.0 is directly connected, Loopback1  C       3.3.10.0 is directly connected, Loopback2  C       3.3.11.0 is directly connected, Loopback3 

4.0.0.0/8 is variably subnetted, 2 subnets, 2 masks 

D       4.4.12.0/22 [90/156160] via 131.1.34.4, 00:01:35, FastEthernet0/0  D       4.4.13.0/24 [90/156160] via 131.1.34.4, 00:01:05, FastEthernet0/0 

131.1.0.0/24 is subnetted, 3 subnets 

D       131.1.12.0 [90/2172416] via 131.1.23.2, 01:47:12, Serial0/0  C       131.1.23.0 is directly connected, Serial0/0 

C       131.1.34.0 is directly connected, FastEthernet0/0  R3# 

Task 5 

Configure R3 to summarize it’s loopback interfaces and advertise a single summary plus  3.3.10.0 /24 and 3.3.11.0 /24 to R4. 

On R3 

R3(config)#int F0/0 

R3(config­if)#ip summary­address eigrp 100 3.3.8.0 255.255.252.0 leak­map TEST34  R3(config)#route­map TEST34 permit 10 

R3(config­route­map)#match ip addr 34 

R3(config)#access­list 34 permit 3.3.10.0 0.0.0.255  R3(config)#access­list 34 permit 3.3.11.0 0.0.0.255 

To verify the configuration: 

On R4 

R4#Show ip route 

Codes: C ­ connected, S ­ static, R ­ RIP, M ­ mobile, B ­ BGP 

D ­ EIGRP, EX ­ EIGRP external, O ­ OSPF, IA ­ OSPF inter area  N1 ­ OSPF NSSA external type 1, N2 ­ OSPF NSSA external type 2  E1 ­ OSPF external type 1, E2 ­ OSPF external type 2 

i ­ IS­IS, su ­ IS­IS summary, L1 ­ IS­IS level­1, L2 ­ IS­IS level­2  ia ­ IS­IS inter area, * ­ candidate default, U ­ per­user static route  o ­ ODR, P ­ periodic downloaded static route

www.ccieuniversity.com

Gateway of last resort is not set  1.0.0.0/24 is subnetted, 4 subnets 

D       1.1.0.0 [90/2302976] via 131.1.34.3, 00:07:13, FastEthernet0/0  D       1.1.1.0 [90/2302976] via 131.1.34.3, 00:07:13, FastEthernet0/0  D       1.1.2.0 [90/2302976] via 131.1.34.3, 00:07:13, FastEthernet0/0  D       1.1.3.0 [90/2302976] via 131.1.34.3, 00:07:13, FastEthernet0/0 

2.0.0.0/22 is subnetted, 1 subnets 

D       2.2.4.0 [90/2300416] via 131.1.34.3, 00:07:13, FastEthernet0/0  3.0.0.0/8 is variably subnetted, 3 subnets, 2 masks 

D       3.3.8.0/22 [90/156160] via 131.1.34.3, 00:00:41, FastEthernet0/0  D       3.3.10.0/24 [90/156160] via 131.1.34.3, 00:07:14, FastEthernet0/0  D       3.3.11.0/24 [90/156160] via 131.1.34.3, 00:07:14, FastEthernet0/0 

4.0.0.0/8 is variably subnetted, 5 subnets, 2 masks  C       4.4.12.0/24 is directly connected, Loopback0  D       4.4.12.0/22 is a summary, 00:07:17, Null0  C       4.4.13.0/24 is directly connected, Loopback1  C       4.4.14.0/24 is directly connected, Loopback2  C       4.4.15.0/24 is directly connected, Loopback3 

131.1.0.0/24 is subnetted, 3 subnets 

D       131.1.12.0 [90/2174976] via 131.1.34.3, 00:07:17, FastEthernet0/0  D       131.1.23.0 [90/2172416] via 131.1.34.3, 00:07:17, FastEthernet0/0  C       131.1.34.0 is directly connected, FastEthernet0/0 

R4# 

Task 6 

Configure R4 to inject a default route into Eigrp 100 routing domain. Do NOT use any  global or router configuration command to accomplish this task. 

On R4 

R4(config)#int F0/0 

R4(config­if)#ip summary­address eigrp 100 0.0.0.0 0.0.0.0 

To Verify the configuration: 

On R3 

R3#Show ip route 

Codes: C ­ connected, S ­ static, R ­ RIP, M ­ mobile, B ­ BGP 

D ­ EIGRP, EX ­ EIGRP external, O ­ OSPF, IA ­ OSPF inter area

www.ccieuniversity.com

N1 ­ OSPF NSSA external type 1, N2 ­ OSPF NSSA external type 2  E1 ­ OSPF external type 1, E2 ­ OSPF external type 2 

i ­ IS­IS, su ­ IS­IS summary, L1 ­ IS­IS level­1, L2 ­ IS­IS level­2  ia ­ IS­IS inter area, * ­ candidate default, U ­ per­user static route  o ­ ODR, P ­ periodic downloaded static route 

Gateway of last resort is 131.1.34.4 to network 0.0.0.0  1.0.0.0/24 is subnetted, 4 subnets 

D       1.1.0.0 [90/2300416] via 131.1.23.2, 00:10:40, Serial0/0  D       1.1.1.0 [90/2300416] via 131.1.23.2, 00:10:40, Serial0/0  D       1.1.2.0 [90/2300416] via 131.1.23.2, 00:10:40, Serial0/0  D       1.1.3.0 [90/2300416] via 131.1.23.2, 00:10:40, Serial0/0 

2.0.0.0/22 is subnetted, 1 subnets 

D       2.2.4.0 [90/2297856] via 131.1.23.2, 00:10:40, Serial0/0  3.0.0.0/8 is variably subnetted, 5 subnets, 2 masks 

C       3.3.8.0/24 is directly connected, Loopback0  D       3.3.8.0/22 is a summary, 00:10:41, Null0  C  3.3.9.0/24 is directly connected, Loopback1  C       3.3.10.0/24 is directly connected, Loopback2  C       3.3.11.0/24 is directly connected, Loopback3 

4.0.0.0/8 is variably subnetted, 2 subnets, 2 masks 

D       4.4.12.0/22 [90/156160] via 131.1.34.4, 00:10:42, FastEthernet0/0  D       4.4.13.0/24 [90/156160] via 131.1.34.4, 00:10:42, FastEthernet0/0 

131.1.0.0/24 is subnetted, 3 subnets 

D       131.1.12.0 [90/2172416] via 131.1.23.2, 00:10:42, Serial0/0  C       131.1.23.0 is directly connected, Serial0/0 

C       131.1.34.0 is directly connected, FastEthernet0/0 

D*   0.0.0.0/0 [90/30720] via 131.1.34.4, 00:00:11, FastEthernet0/0  R3# 

Task 7 

Erase the startup config and reload the routers before proceeding to the next lab.

www.ccieuniversity.com

R1 

F0/0 

F0/0 

R2 

S0/0 

S0/0  S0/0 

R3  R4 

F0/0  F0/0 

F0/0 

R5 

Lab 4 

In document CCIE Lab Guide (Page 140-150)