COMPUTER TIPS

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

 

Google

  Google Groups Beta Subscribe to Computer free Tips                                                  

Email:

May, 18 , 08                    Today's Tip                              Add to Favorites  

                                                                              

   

Previous Tips e

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

 

 

 

IS-IS short for Intermediate System-to-Intermediate System is a routing Protocol used to exchange information between level 1 routing devices. IS-IS was developed by Digital Equipment Corporation and uses the Dijkstra’s algorithm to select the best suitable route for packets with in the network. It is a link state routing protocols and perform many functions, for example fast convergence, scalable nature, classless behavior, work with multi-area routing and also support routing leaking.

Today tip will help you to configure IS-IS routing protocols between two different types of areas. In this case, we will try to configure three different routers with routing protocols IS-IS & set the router levels manually using is-type level-1 or is-type level-2 command.

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

IS-IS configuration on Router A

In global configuration mode  

Router-A(config) # router isis  (Here enable ISIS protocols on router A)

Router-A(config-Router) # net 49.0001.00b0.6484.4f10.00 (Here 00b0.6484.4f10 indicate the system ID and 1 is area number) 

Router-A(config-Router) # is-type level-1 (set the level for router A) 

Router-A(config-Router) #exit

Router-A(config)# interface serial 0

Router-A(config-if)# ip router isis

Router-A(config-if) #exit

Router-A(config)# interface ethernet 0

Router-A(config-if)# ip router isis

Router-A(config-if) #exit 

IS-IS configuration on Router B

In global configuration mode  

Router-B(config) # router isis  (Here enable ISIS protocols on router B)

Router-B(config-Router) # net 49.0001.00b0.3233.4f10.00 (Here 00b0.3233.4f10 indicate the system ID and 1 is area number) 

Router-B(config-Router) #exit

Router-B(config)# interface serial 0

Router-B(config-if)# ip router isis

Router-B(config-if) #exit

Router-B(config)# interface serial 1

Router-B(config-if)# ip router isis

Router-B(config-if) #exit

Router-B(config)# interface ethernet 0

Router-B(config-if)# ip router isis

Router-B(config-if) #exit

IS-IS configuration on Router C

In global configuration mode  

Router-C(config) # router isis  (Here enable ISIS protocols on router C)

Router-C(config-Router) # net 49.0002.00c0.0050.4f10.00 (Here 00c0.0050.4f10 indicate the system ID and 2 is area number) 

Router-C(config-Router) # is-type level-2 (set the level for router C) 

Router-C(config-Router) #exit

Router-C(config)# interface serial 1

Router-C(config-if)# ip router isis

Router-C(config-if) #exit

Router-C(config)# interface ethernet 0

Router-C(config-if)# ip router isis

Router-C(config-if) #exit

Now verify the routes in router A routing table, run the command:

Router-A# show ip route

                          

Yesterday Tip.

How to recover your computer with advanced backup techniques?