COMPUTER TIPS

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

 

Google

  Google Groups Beta Subscribe to Computer free Tips                                                  

Email:

Feb, 13 , 08                    Today's Tip                                      Add to Favorites   

                                                                              

   

Previous Tips e

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

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 configure Totally Stub Area in OSPF protocol?  

 

 

 

The default routes are used to communicate with other network in totally stub area. LSAs 3, 4 and 5 are not advertised in totally stub area, only the default summary routes are advertised in this area to reducing the routing table size and processor overhead also.

The main purpose of totally stub area is to block the flooding from LSAs 3, 4 and 5 advertisements in OSPF and only OSPF injects a default router into a totally stub area.  In this tip we will discuss here only about totally stub area and the remaining area types will be discussed in the next tips.

Follow the network topology of three different routers in given figure:

 

In this example we will configure router B as a totally stubby.  So we will be concerned here only with router B and then run simple ospf protocol on other A and C routers.

OSPF configuration on Router B as totally stubby area

In global configuration mode  

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

Router-B(config-Router) # network 20.0.0.0 0.255.255.255 area 1 (Here 20.0.0.0 indicates the network ID and 0.225.255.255 wildcard mask with area 1)

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

Router-B(config-Router) #area 1 stub no-summary (Here 1 indicate the area ID and area 1 is designated as totally stubby area)

Router-B(config-Router) #exit  (exit from ospf 1 on router B) 

 

OSPF configuration on Router A 

In global configuration mode  

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

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

Router-A(config-Router) # network 20.0.0.0 0.255.255.255 area 1 (Here 20.0.0.0 indicates the network ID and 0.225.255.255 wildcard mask with area 1)

Router-A(config-Router) #exit  (exit from ospf 1 on router A)

 

OSPF configuration on Router C 

In global configuration mode  

Router-C(config) # router ospf 1  (Here 1 indicates the process identification number)

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

Router-C(config-Router) # network 30.0.0.0 0.255.255.255 area 0 (Here 30.0.0.0 indicates the network ID and 0.225.255.255 wildcard mask with area 0)

Router-C(config-Router) #exit  (exit from ospf 1 on router C)

 

Yesterday Tip.

How to move your mouse cursor without mouse?