Difference between revisions of "CCNA Explorer 2 RIP version 1"

From Teknologisk videncenter
Jump to: navigation, search
m (Show ip protocols)
m (Debug ip rip)
Line 81: Line 81:
 
|[[Image:Ccnaexp5-19.PNG|800px|left|thumb|-]]
 
|[[Image:Ccnaexp5-19.PNG|800px|left|thumb|-]]
 
|}
 
|}
 
+
==Passiv Interfaces==
 +
<pre>
 +
R2(config)#router rip
 +
R2(config-router)#passive-interface FastEthernet 0/0
 +
R2(config-router)#end
 +
</pre>
 
{|
 
{|
|[[Image:Ccnaexp5-20.PNG|800px|left|thumb|-]]
+
|[[Image:ScreenShot920.jpg|800px|left|thumb|Passive-interface]]
 
|}
 
|}
 
[[Category:CCNA]]
 
[[Category:CCNA]]

Revision as of 22:10, 19 April 2011

RIPv1

-

Background and Perspective

-

Message Format

-

RIP Operation

Request and Response messages

Each RIP-configured interface sends out a request message on startup, requesting that all RIP neighbors send their complete routing tables.

-

Administrativ Distance

-
-

Basic RIPv1 Configuration

Basic RIPv1 Configuration

-
-
-

Enabling RIP

-
-
-

Verification and Troubleshooting

Verifying RIP

-
-
-
-
-

Show ip protocols

-

Debug ip rip

-

Passiv Interfaces

R2(config)#router rip
R2(config-router)#passive-interface FastEthernet 0/0
R2(config-router)#end
Passive-interface