Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Configure RIP routing protocol

2025-04-10 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Lab name: configure RIP routing Protocol

Purpose: to configure RIP routing protocol to realize network interworking

The steps of the experiment:

1 configure PC

PC1

192.168.10.1

255.255.255.0

192.168.10.254

PC2

192.168.20.1

255.255.255.0

192.168.20.254

2 Router

(1)

Router (config) # interface gi0/0

Router (config-if) # ip address 192.168.10.254 255.255.255.0

Router (config-if) # no shutdown

Router (config-if) # interface gi0/1

Router (config-if) # ip address 192.168.12.1 255.255.255.0

Router (config-if) # no shutdown

(2)

Router (config) # interface gi0/2

Router (config-if) # ip address 192.168.12.2 255.255.255.0

Router (config-if) # no shutdown

Router (config-if) # interface gi0/1

Router (config-if) # ip address 192.168.23.1 255.255.255.0

Router (config-if) # no shutdown

(3)

Router (config) # interface gi0/2

Router (config-if) # ip address 192.168.23.2 255.255.255.0

Router (config-if) # no shutdown

Router (config-if) # interface gi0/1

Router (config-if) # ip address 192.168.34.1 255.255.255.0

Router (config-if) # no shutdown

(4)

Router (config) # interface gi0/2

Router (config-if) # ip address 192.168.34.2 255.255.255.0

Router (config-if) # no shutdown

Router (config-if) # interface gi0/1

Router (config-if) # ip address 192.168.20.254 255.255.255.0

Router (config-if) # no shutdown

(5)

Router 1

Router (config) # route rip

Router (config-router) # version 2

Router (config-router) # auto-summary

Router (config-router) # network 192.168.10.0

Router (config-router) # network 192.168.12.0

Router 2

Router (config) # route rip

Router (config-router) # version 2

Router (config-router) # auto-summary

Router (config-router) # network 192.168.12.0

Router (config-router) # network 192.168.23.0

Router 3

Router (config) # route rip

Router (config-router) # version 2

Router (config-router) # auto-summary

Router (config-router) # network 192.168.23.0

Router (config-router) # network 192.168.34.0

Router 4

Router (config) # route rip

Router (config-router) # version 2

Router (config-router) # auto-summary

Router (config-router) # network 192.168.34.0

Router (config-router) # network 192.168.20.0

3 Verification and testing:

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report