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