RE: NSSA: summary-address

From: Crouch, Keith (keith.crouch@xxxxxxxx)
Date: Sun Jul 23 2000 - 22:04:42 GMT-3


   
Alexandre,

The summary command applies to routes as they being redistributed into OSPF
so therefore that command should be on the vienna router. To summarize on
the madrid router(assuming you didn't use the summary command on vienna
already) use the OSPF range command on the madrid router.

        viena
        router ospf 10
         area 1 nssa
         area 4 virtual-link 10.10.6.6
         redistribute rip metric 1200 metric-type 1 subnets tag 8 route-map
         summary-address 16.0.0.0 255.0.0.0

OR

        madrid
        router ospf 10
         area 1 nssa no-redistribution default-information-originate
no-summary
         area 0 range 16.0.0.0 255.0.0.0
         redistribute eigrp 25 metric 1100 subnets
         network 10.10.5.0 0.0.0.255 area 1
         network 10.10.10.0 0.0.0.255 area 1
         network 10.10.20.0 0.0.0.255 area 0
         neighbor 10.10.10.3

Regards
Keith

> -----Original Message-----
> From: Alexandre M. S. P. Moraes [SMTP:amoraes@cisco.com]
> Sent: Monday, July 24, 2000 2:48 AM
> To: ccielab@groupstudy.com
> Subject: NSSA: summary-address
>
>
>
> In the following scenario madrid is ABR for OSPF 10 and also ASBR. viena
> is
> connected to OSPF 10, area 1, and to a RIP cloud and is in charge of RIP
>
> redistribution into OSPF 10... The subnets 16.0.0.0 ->16.3.0.0 /16 are
> injected into
> OSPF by means of viena and appear on madrid's routing table with the tag
> N1...
> (no problem, till now...)
> The point is : the command
> router os 10
> summary-address 16.0.0.0 255.0.0.0
> has no effect on madrid... It receives the routes from viena but does
> not inject
> them into area 0... There is no entry for network 16.0.0.0 on london's
> routing table.
> By analyzing the attached configs and routing tables, can anyone tell
> me what is
> missing for succeding on this scenario?
> Thanks and my best regards,
> Alexandre
>
>
> [london]-(area 0)-[madrid]-(area 1 NSSA)-[viena]-(RIP)-[amsterdam]
> |
> (EIGRP 25)
>
>
>
> viena
> router ospf 10
> area 1 nssa
> area 4 virtual-link 10.10.6.6
> redistribute rip metric 1200 metric-type 1 subnets tag 8 route-map
> rip_ospf
> network 10.10.4.0 0.0.0.255 area 1
> network 10.10.10.0 0.0.0.255 area 1
> network 10.10.80.0 0.0.0.255 area 4
>
> access-list 2 permit 16.0.0.0 0.255.255.255
> route-map rip_ospf permit 10
> match ip address 2
>
> madrid
> router ospf 10
> area 1 nssa no-redistribution default-information-originate no-summary
> summary-address 16.0.0.0 255.0.0.0
> redistribute eigrp 25 metric 1100 subnets
> network 10.10.5.0 0.0.0.255 area 1
> network 10.10.10.0 0.0.0.255 area 1
> network 10.10.20.0 0.0.0.255 area 0
> neighbor 10.10.10.3
>
>
> madrid# sh ip ro
> Codes: C - connected, S - static, I - IGRP, 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, E - EGP
> i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate
> default
> U - per-user static route, o - ODR
>
> Gateway of last resort is not set
>
> 16.0.0.0/16 is subnetted, 4 subnets
> O N1 16.0.0.0 [110/1265] via 10.10.10.3, 00:21:59, Serial0
> O N1 16.1.0.0 [110/1265] via 10.10.10.3, 00:21:59, Serial0
> O N1 16.2.0.0 [110/1265] via 10.10.10.3, 00:21:59, Serial0
> O N1 16.3.0.0 [110/1265] via 10.10.10.3, 00:21:59, Serial0 ****
> routes
> from RIP
> 7.0.0.0/24 is subnetted, 3 subnets
> C 7.7.5.0 is directly connected, Loopback3
> C 7.7.6.0 is directly connected, Loopback2
> C 7.7.7.0 is directly connected, Loopback1 ***** routes from
> EIGRP
> 25
> O E1 9.0.0.0/8 [110/910] via 10.10.20.2, 00:21:59, Ethernet0
> 10.0.0.0/24 is subnetted, 6 subnets
> O IA 10.10.1.0 [110/11] via 10.10.20.2, 00:21:59, Ethernet0
> O 10.10.4.0 [110/65] via 10.10.10.3, 00:21:59, Serial0
> C 10.10.5.0 is directly connected, Loopback0
> O IA 10.10.6.0 [110/11] via 10.10.20.3, 00:21:59, Ethernet0
> C 10.10.10.0 is directly connected, Serial0
> C 10.10.20.0 is directly connected, Ethernet0
> 11.0.0.0/16 is subnetted, 5 subnets
> O E1 11.3.0.0 [110/1010] via 10.10.20.3, 00:21:59, Ethernet0
> O E1 11.2.0.0 [110/1010] via 10.10.20.3, 00:21:59, Ethernet0
> O E1 11.1.0.0 [110/1010] via 10.10.20.3, 00:21:59, Ethernet0
> O E1 11.5.0.0 [110/1010] via 10.10.20.3, 00:21:59, Ethernet0
> O E1 11.4.0.0 [110/1010] via 10.10.20.3, 00:21:59, Ethernet0
>
> viena>sh ip ro
> Codes: C - connected, S - static, I - IGRP, 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, E - EGP
> i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate
> default
> U - per-user static route, o - ODR
>
> Gateway of last resort is 10.10.10.1 to network 0.0.0.0
>
> 16.0.0.0/16 is subnetted, 4 subnets
> C 16.0.0.0 is directly connected, Ethernet0
> R 16.1.0.0 [120/1] via 16.3.0.2, 00:00:25, Serial1
> R 16.2.0.0 [120/1] via 16.3.0.2, 00:00:25, Serial1
> C 16.3.0.0 is directly connected, Serial1
> 10.0.0.0/24 is subnetted, 3 subnets
> C 10.10.4.0 is directly connected, Loopback0
> O 10.10.5.0 [110/1563] via 10.10.10.1, 00:24:19, Serial0
> C 10.10.10.0 is directly connected, Serial0
> O*IA 0.0.0.0/0 [110/1563] via 10.10.10.1, 00:24:19, Serial0 *****
> from madrid
>
>
>
> london#sh ip ro
> Codes: C - connected, S - static, I - IGRP, 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, E - EGP
> i - IS-IS, 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
>
> 171.68.0.0/27 is subnetted, 1 subnets
> C 171.68.92.64 is directly connected, Ethernet0/1
> 7.0.0.0/24 is subnetted, 3 subnets
> O E2 7.7.5.0 [110/1100] via 10.10.20.1, 00:00:01, Ethernet0/0
> O E2 7.7.6.0 [110/1100] via 10.10.20.1, 00:00:01, Ethernet0/0
> O E2 7.7.7.0 [110/1100] via 10.10.20.1, 00:00:01, Ethernet0/0
> O E1 9.0.0.0/8 [110/910] via 10.10.20.2, 00:00:01, Ethernet0/0
> 10.0.0.0/24 is subnetted, 6 subnets
> O IA 10.10.1.0 [110/11] via 10.10.20.2, 00:00:01, Ethernet0/0
> O IA 10.10.4.0 [110/75] via 10.10.20.1, 00:00:01, Ethernet0/0
> O IA 10.10.5.0 [110/11] via 10.10.20.1, 00:00:01, Ethernet0/0
> C 10.10.6.0 is directly connected, Loopback0
> O IA 10.10.10.0 [110/74] via 10.10.20.1, 00:00:01, Ethernet0/0
> C 10.10.20.0 is directly connected, Ethernet0/0
> 11.0.0.0/16 is subnetted, 5 subnets
> I 11.3.0.0 [100/8976] via 11.1.0.3, 00:00:03, Serial0/0
> I 11.2.0.0 [100/8976] via 11.1.0.2, 00:00:03, Serial0/0
> C 11.1.0.0 is directly connected, Serial0/0
> I 11.5.0.0 [100/8576] via 11.1.0.3, 00:00:03, Serial0/0
> I 11.4.0.0 [100/8576] via 11.1.0.2, 00:00:03, Serial0/0
>
> --
> *******************************************************************
> Cisco Systems
> Empowering the Internet Generation
>
> Alexandre M. S. P. Moraes
> Systems Engineer
> Cisco do Brasil-Brasília Office
> SCN Q5 - Bloco A - Torre Sul - Sala 1016
> C. E. Brasília Shopping - CEP: 70710-500
> Brasília-DF-Brazil
> Phone:(55-61)328-5397
> FAX:(55-61)327-2236 Cellular: (55-61)9967-6311
> Pager: 0800-999888(in Brazil) or 5521-5431438(international)
> or http://www.teletrim.com.br
> code: 4243702
> *******************************************************************
>
>



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:23:57 GMT-3