Sunday, November 17, 2013

Ccna Certification: Configure Rip Passive Interfaces

One of the disadvantages of RIP (routing Information Protocol) consists in sending RIP updates out of unwanted interfaces. For example, let's say we have router with three interfaces belonging to the subnets 10.1.1.0/24, 10.1.2.0/24, and 10.1.3.0/24, respectively. Additionally, we want enable RIP on only the first two interfaces. Then our configuration should looks like:
R1(config-router)#router rip
R1(config-router)#version 2
R1(config-router)#network 10.0.0.0

Therefore, this configration enables RIP on all interfaces belonging to the network 10.0.0.0/8, which includes the unwanted third interface. To circumvent this problem, you can use the passive-interface command under the RIP configuration mode.
The passive-interface command prevents a RIP-enabled router from sending broadcast and multicast RIP updates out of a specific interface, a set of interfaces, or all router's interfaces. The passive-interface command has the following syntax:
passive-interface [default] interface type/number
When this command is used with the default keyword, the router will disable all kinds of RIP updates except unicast RIP updates out of all the interfaces. Unicast RIP updates are configured using the neighbor command in router configuration mode. If the default keyword is not used, then the router will send broadcast or multicast RIP updates (depending on the configured RIP versions) out the interface(s) specified in the passive-interface statement.

The following example configures a Cisco router called R1 to disable RIPv2 updates out of its interfaces fastethernet 0/0 and fastethernet 0/1.

R1(config-router)#router rip
R1(config-router)#version 2
R1(config-router)#network 10.0.0.0
R1(config-router)#network 140.1.0.0
R1(config-router)#passive-interface fastethernet 0/0
R1(config-router)#passive-interface fastethernet 0/1
R1(config-router)#end
R1#
To verify your configuration, we'll use the show ip protocols and the debug ip rip command in the privileged EXEC mode. The first command (show ip protocols) will show you the passive-interfaces, and the second command (debug ip rip ) will show you in real time that the router stopped sending RIP updates through the interfaces fastethernet 0/0 and fastethernet 0/1.
Links:
SD Card Recovery Pro is specialized photo recovery tool which could restore deleted pictures from any type of storage media and from any sort of data loss scenarios. SD Card Recovery Pro is professional file recovery software which is used to recover deleted files from PC hard drive, digital cameras, USB drives, flash memory cards including Compact Flash Card (CF), Smart Media Card, Secure Digital Card (SD), XD Picture Card (XD), Micro Drive, Sony Memory Stick (Duo, Pro), as well as removable storage including Zip disk, USB drives and external Hard drives. No matter where you’ve stored your photos, card recovery Pro is can recovering your deleted pictures easily. SD Card Recovery Pro allows you to take complete control of your PC safety.

Iphone operating system has changed the entire concept of smart phones and given it a new dimension. Now people know the difference between an Iphone and any other smart phones. Iphone Recovery Pro is available which is especially designed and developed to retrieve lost or deleted data from Iphone devices like Ipod or Ipad. This powerful and sophisticated Iphone file recovery software vigorously scans memories of the device to recognize the deleted and lost data including the Iphone application package data and retrieves in a safe and secure location which can be reused easily.
Iphone file recovery supports all Iphone devices and is compatible with almost all versions of Windows including Windows 7 and Windows 8. Iphone Recovery Pro has its distinguished function which makes it the best Iphone Recovery software. Its Preview Recovery process provides Thumbnail display of recoverable photos or file. You can choose the photos you want to restore and just click restore.

How to recover deleted files? How to recover corrupted video files? data recovery free Pro is a great data recovery program which can help users recover any lost data. data recovery Pro can retrieve all of them easily. The recovery is complete and effective. data recovery can recover all lost data including documents, emails, photos, video files, audio files and so on. data recovery free is a multi-functional program which is not only able to recover lost windows data, but also specialized in undeleting missing videos, photos and audio files.The program is an easy-to-use and convenient utility for the users who lost their important files due to system crash, hardware failure, malware attack, or accidental file deletion. data recovery Pro is non-destructive data recovery software that recovers deleted files, damaged or missing volumes, formatted disks and photos.

PHP Features And Functions - Benefit For Your Web Applications
Freelance Training in Bangladesh
Highly Configurable SugarCRM
Best Practices for Mobile App Development on iPhone
Essential Tips To Find The Best CPU Cooling Fan

No comments:

Post a Comment