Cisco CCNP / BSCI Exam Tutorial: The Passive Interface Command And OSPF

To the and become a , you have to be aware of the proper use of passive interfaces.  You learned about passive interfaces in your CCNA studies, but here we’ll review the basic concept and clear up one misconception regarding passive interfaces and .

Configuring an as passive will still allow the to receive routing updates, but the will no longer transmit them.  While the command itself would make you think this command will be applied at the level, that is not the case.  Below, we’ll configure ethernet0 as a passive .

R1(config)#router

R1(config-router)#passive- ethernet0

Ethernet0 will no longer send routing updates, but will accept them.

The passive concept is clear enough with , IGRP, and – all that send routing update packets.  But doesn’t send routing update packets – sends link state .  It’s the inability of the passive command to stop LSAs that lead many to think that passive interfaces cannot be used with .

Even though does not sent “routing updates” in the form that , IGRP, and do, you can still configure an -enabled as passive in order to prevent from exiting or entering that .  No can be formed if one of the interfaces involved is a passive , and if you configure an -enabled as passive where an already exists, the will drop almost immediately.

Let’s see that in action.  R1 and have an existing over their Ethernet interfaces.  In an effort to reduce routing , R1’s e0 is configured as passive.  The drops right away.

R1(config)#router 1

R1(config-router)#passive- ethernet0

18:31:11: %-5-ADJCHG: Process 1, Nbr 2.2.2.2 on Ethernet0 from FULL to DOWN,   Down: down or detached

Knowing how to use the passive command is a vital part of being a , and of being a master networker.  Good luck to you in both of these pursuits!

Related posts

Tags: , , , , , , , , , , , , , , , , , , , , , , , , ,

Leave a Reply