650) This. width = 650; "src =" http://s3.51cto.com/wyfs02/M01/41/62/wKioL1PUq-nDI3TCAABomL_VOTk844.jpg "Title =" clipboard.png "alt =" wKioL1PUq-nDI3TCAABomL_VOTk844.jpg "/>
R1 # conf t
R1 (config) # int fa 0/0
R1 (config-If) # IP add 1.1.1.1 255.255.255.0
R1 (config-If) # No sh
R1 (config-If) # exit
R1 (config) # router rip
R1 (config-router) # network 1.1.1.0
R1 (config-router) # Version 2
R2 # conf t
R2 (config) # int fa 0/0
R2 (config-If) # IP add 1.1.1.2 255.255.255.0
R2 (config-If) # No sh
R2 (config-If) # exit
R2 (config) # int fa 1/0
R2 (config-If) # IP add 2.2.2.2 255.255.255.0
R2 (config-If) # No sh
R2 (config-If) # exit
R2 (config) # router rip
R2 (config-router) # vers
R2 (config-router) # Version 2
R2 (config-router) # net
R2 (config-router) # network 1.1.1.0
R2 (config-router) # net
R2 (config-router) # network 2.2.2.0
R2 (config-router) # exit
R3 # conf t
R3 (config) # int fa 0/0
R3 (config-If) # IP add 2.2.2.3 255.255.255.0
R3 (config-If) # No sh
R3 (config-If) # exit
R3 (config) # Router
R3 (config) # router rip
R3 (config-router) # ver
R3 (config-router) # Version 2
R3 (config-router) # net
R3 (config-router) # network 2.2.2.0
R3 (config-router) # exit
R3 # Ping 1.1.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP echos to 1.1.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/AVG/max = 36/42/56 MS
Test successful
· After configuration, you can use the SH ip rip database to view the rip database.
R1 # SH ip rip Database
1.0.0.0/8 auto-Summary
1.1.1.0/24 directly connected, fastethernet0/0
2.0.0.0/8 auto-Summary
2.0.0.0/8
[1] via 1.1.1.2, 00:00:01, fastethernet0/0
· RIP has two versions: Version1 and version2.
R12002 is classless and uses multicast 224.0.0.9. It supports vlsm MD5 authentication and discontinuous networks.
R12001 has a category and is based on broadcast. It does not support vlsm without authentication and does not support discontinuous networks.
· Suppress the spread of RIP
Use the passive-interface port number to block the external broadcast of RIP updates on the specified excuse, without affecting the rip update reception.
I am a cainiao. You are welcome to raise your comments and shortcomings. Thank you ·
This article is from the "rookie" blog, please be sure to keep this source http://imarookie.blog.51cto.com/3123643/1530847