Difference between revisions of "CCNA Explorer 2 RIP version 1"
From Teknologisk videncenter
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: | + | |[[Image:ScreenShot920.jpg|800px|left|thumb|Passive-interface]] |
|} | |} | ||
[[Category:CCNA]] | [[Category:CCNA]] |
Revision as of 21:10, 19 April 2011
Contents
RIPv1
Background and Perspective
Message Format
RIP Operation
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