IS-IS protocol Configuration on Cisco routers

by Nideesh C on January 18, 2011 · 3 comments

in Networking




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  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

Not Satisfied ? Just search & get the result

Related Posts Plugin for WordPress, Blogger...
Be Sociable, Share!

Related posts:

  1. Cisco Routers Configuration Tips
  2. Inter-VLAN Routing Configuration on Cisco Router
  3. RIP Configuration on Cisco Router
  4. ISDN Dialer Profiles Configuration On Cisco Router
  5. DHCP Client configuration in Cisco router

{ 3 comments… read them below or add one }

1 Amith Sony January 25, 2011 at 3:08 pm

“isis configuration cisco”.. very very informative and useful. your tutorials having good in quality. thanks

Reply

2 Healthcoach February 1, 2011 at 6:13 pm

Protocol global is ok not that great should have done better with customising cars, boats, planes and motorbikes and a great cover system and aiming should be great with different shooting tatics like the scarface the world is yours

Reply

3 Simpelo April 21, 2011 at 3:24 am

IS-IS protocol Configuration on Cisco routers

Reply

Leave a Comment

Previous post:

Next post: