思科RIP路由实例
Router Rip(Routing Information Protocol)
PC5 PC6 PC7 communication each other via Router rip, network map as below.
Environment:Cisco Packet Tracer
Config Connection
Cable connection
Router5 Gig 0/0 ------>PC5
Router5 Se 0/3/0 ------>Router6 Se 0/3/0
Router5 Se 0/3/1 ------>Router7 Se 0/3/0
Router6 Gig 0/0 ------>PC6
Router6 Se 0/3/1 ------>Router7 Se 0/3/1
Router7 Gig 0/0 ------>PC7
Config static ip for workstations
PC5: 192.168.3.2
255.255.255.0
192.168.3.1
PC6: 192.168.1.2
255.255.255.0
192.168.1.1
PC7: 192.168.2.2
255.255.255.0
192.168.2.1
Router5 insterface config
Router6 insterface config
Router7 insterface config
Config router rip
Router5 rip config
Router6 rip config
Router7 rip config
Test
PC5 Ping PC6 PC7, Result:PASS
PC6 Ping PC5 PC7, Result:PASS
PC7 Ping PC6 PC5, Result:PASS
博主个人网站www.davis-wiki.com
转载于:https://blog.51cto.com/4011746/1613657