Classification of route selection protocols-RIP 2 implements load balancing of equal hop paths

Source: Internet
Author: User

 

Chapter 2

 

Classification of route selection protocols

 

RIP V2 features

Basic configuration of RIP v2

RIP v2 implements VLSM Division (Variable Length subnet mask)

Summary of CIDR routes implemented by RIP v2

RIP 2 implements load balancing with equal hop paths

RIP2 authentication Configuration

RIP2 configuration passive interface to suppress route update

~~~~~~~~~~~~~~~~~~~~~~~~~~~

RIP 2 implements load balancing with equal hop paths

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

25 pc) (49.1) R1 (49.97) --------- (98)

203.0.0.1 |

(25 pc) (49.33) R2 (49.101) ------ (102) R4--------R5 (ISP)

204.0.0.1 |

(25 PCs) (49.65) R3-49.105) ------ (106)

 

(Borrow the previous experiment model to increase the network segments by 203.1 and 204.1)

Router4 S0/0 <----> Router5 S0/0

Router1 S0/0 <----> Router4 S0/1

Router2 S0/0 <----> Router4 S0/2

Router3 S0/0 <----> Router4 S0/3

Router1 S0/1 <----> Router2 S0/1

Router2 S0/2 <----> Router3 S0/1

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

 

For R1:

 

En

Conf t

Hostname R1

 

No ip domain-lookup

Ip classless

Ip subnet-zero

 

Int s0/0

Ip addr 192.168.49.97 255.255.255.252

No shu

Exi

 

Int s0/1

Ip add 203.0.0.1 255.255.255.0

No shu

Exi

 

Router rip

Version 2

No auto-summary

Net 192.168.49.96

Net 203.0.0.0

End

 

For R2:

 

En

Conf t

Hostname R2

 

No ip domain-lookup

Ip classless

Ip subnet-zero

 

Int s0/1

Ip addr 203.0.0.2 255.255.255.0

No shu

Exi

 

Int s0/2

Ip add 204.0.0.2 255.255.255.0

No shu

Exi

 

Router rip

Version 2

No auto-summary

Net 204.0.0.0

Net 203.0.0.0

End

 

For R3:

 

En

Conf t

Hostname R3

 

No ip domain-lookup

Ip classless

Ip subnet-zero

 

Int s0/0

Ip addr 192.168.49.105 255.255.255.252

No shu

Exi

 

Int s0/1

Ip add 204.0.0.1 255.255.255.0

No shu

Exi

 

Router rip

Version 2

No auto-summary

Net 192.168.49.104

Net 204.0.0.0

End

 

 

For R4:

 

En

Conf t

Hostname R4

 

No ip domain-lookup

Ip classless

Ip subnet-zero

 

Int s0/0

Ip addr 202.0.0.2 255.255.255.0

No shu

Exi

 

Int s0/1

Ip add 192.168.49.98 255.255.255.252

No shu

Exi

 

Int s0/3

Ip add 192.168.49.106 255.255.255.252

No shu

Exi

 

Router rip

Version 2

No auto-summary

Net 202.0.0.0

Net 192.168.49.96

Net 192.168.49.104

End

 

For R5:

 

En

Conf t

Hostname R5

 

No ip domain-lookup

Ip classless

Ip subnet-zero

 

Int s0/0

Ip addr 202.0.0.1 255.255.255.0

No shu

Exi

 

Router rip

Version 2

No auto-summary

Net 202.0.0.0

End

 

For R2: (we can see the Server Load balancer of the 202.0.0.0 network segment)

 

Sh ip rou

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.