COMPUTER TIPS

Home | Previous Page| About Us | Set As Home Page

 

Google

  Google Groups Beta Subscribe to Computer free Tips                                                  

Email:

April, 14 , 08                    Today's Tip                              Add to Favorites  

                                                                              

   

Previous Tips e

12-04-08
11-04-08
10-04-08
09-04-08
08-04-08
07-04-08
06-04-08
05-04-08
04-04-08
03-04-08
02-04-08
01-04-08
30-03-08
29-03-08
28-03-08
27-03-08
26-03-08
25-03-08
24-03-08
23-03-08
22-03-08
21-03-08
20-03-08
19-03-08
18-03-08
17-03-08
16-03-08
15-03-08
14-03-08
13-03-08
12-03-08
11-03-08
10-03-08
09-03-08
08-03-08
07-03-08
06-03-08
05-03-08
04-03-08
03-03-08
02-03-08
01-03-08
28-02-08
27-02-08
26-02-08
25-02-08
24-02-08
23-02-08
22-02-08
21-02-08
20-02-08
19-02-08
18-02-08
17-02-08
16-02-08
15-02-08
14-02-08
13-02-08
12-02-08
11-02-08
10-02-08
09-02-08
08-02-08
07-02-08
06-02-08
05-02-08
04-02-08
03-02-08
02-02-08
01-02-08
30-01-08
29-01-08
28-01-08
27-01-08
26-01-08
25-01-08
24-01-08
23-01-08
22-01-08
21-01-08
20-01-08
19-01-08
18-01-08
17-01-08
16-01-08
15-01-08
14-01-08
13-01-08
12-01-08
11-01-08
10-01-08
09-01-08
08-01-08
07-01-08
06-01-08
05-01-08
04-01-08
03-01-08
02-01-08
01-01-08
 

Dec-07-Tips

Nov-07-Tips

October 07-Tips

September 07-Tips

August 07-Tips

July 07- Tips

June 07- Tips

May 07- Tips

April 07- Tips

March, 07- Tips

February, 07- Tips

January, 07- Tips

 

 

 

 

 

 

How to perform route summarization in OSPF protocols?

 

 

 

Route summarization is a process to merge a list of several routes into a single route. The main benefit of route summarization is to shrinking router tables and also reducing the size of update traffic. But the ultimate goal is to decrease the uses of bandwidth and processing time. For example if you are trying to advertise four different routes 196.1.17.0/24, 196.1.18.0/24, 196.1.19.0/24 and 196.1.20.0/24 from router A to router B then the only summarized address as 196.1.16.0 255.255.248.0 will be advertised in the update packet.  

In OSPF, you can perform two types of route summarization, inter-area route summarization and external route summarization. 

Today tip will help you configure OSPF route summarization between two different types of autonomous systems. In this case, we will try to configure two different routers with routing protocols OSPF & create four static routes and then advertised one summary route from router A to router B using summary-address command.

Follow the network topology of two different class network in given figure:

 

OSPF configuration on Router B 

 

In global configuration mode  

Router-B(config) # router ospf 1  (Here 1 indicate the process identification number)

Router-B(config-Router) # network 61.0.0.0 0.255.255.255 area 0 (Here 61.0.0.0 indicate the network ID and 0.225.255.255 wildcard mask with area 0) 

Router-B(config-Router) # network 210.100.30.0 0.0.0.255 area 0 (Here 210.100.30.0 indicate the network ID and 0.0.0.255 wildcard mask with area 0) 

OSPF configuration on Router A

In global configuration mode  

First create four static routes on router A and then advertised in Area 0.

Router-A(config)# ip route 196.1.17.0 255.255.255.0 null 0

Router-A(config)# ip route 196.1.18.0 255.255.255.0 null 0

Router-A(config)# ip route 196.1.19.0 255.255.255.0 null 0

Router-A(config)# ip route 196.1.20.0 255.255.255.0 null 0

Router-A(config) # router ospf 1  (Here 1 indicate the process identification number)

Router-A(config-Router) # network 61.0.0.0 0.255.255.255 area 0 (Here 61.0.0.0 indicate the network ID and 0.225.255.255 wildcard mask with area 0) 

Router-A(config-Router) # network 210.100.20.0 0.0.0.255 area 1 (Here 210.100.20.0 indicate the network ID and 0.0.0.255 wildcard mask with area 1)

Router-A(config-Router) # redistribute static subnet 

(Advertised static routes) 

Router-A(config-Router) # summary-address 196.1.16.0 255.255.248.0

(summary of four static routes)

Router-A(config-Router) #exit

Now verify the routes in router B routing table, run the command

Router-A# show ip route 

                          

Yesterday Tip.

How to play with your Motorola mobile secret features?