cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1096
Views
5
Helpful
5
Replies

RIP

jonk34567
Level 4
Level 4

RIPv2 is a classless routing protocol.but when i  configuring Rip subnet mask information is not given. so how it can be considered as classless routing protocol ? 

 

R2-TUT(config)#router rip
R2-TUT(config-router)#version 2
R2-TUT(config-router)#network 213.123.20.0
R2-TUT(config-router)#end

2 Accepted Solutions

Accepted Solutions

Predrag Jovic
Level 3
Level 3

When - network 213.123.20.0 - command is present RIPv2 will check are any of interfaces belong to that specific network range. On all interfaces belong to networks that are considered subnets will:

- send out routing updates

- listen for incoming routing updates

- include network and subnet into all advertisement

 RIPv2 will include subnet mask along with network address that is configured under interface into RIP messages.

ripv2 message.PNG

 

View solution in original post

Deepak Kumar
VIP Alumni
VIP Alumni
Hi, It is right that RIP2 is classless routing protocol but it needs one more command as "No auto-Summery". The configuration of which interfaces are attached to the RIP process will check the subnet and the same subnet will attach to routing update. Regards, Deepak Kumar
Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!

View solution in original post

5 Replies 5

Predrag Jovic
Level 3
Level 3

When - network 213.123.20.0 - command is present RIPv2 will check are any of interfaces belong to that specific network range. On all interfaces belong to networks that are considered subnets will:

- send out routing updates

- listen for incoming routing updates

- include network and subnet into all advertisement

 RIPv2 will include subnet mask along with network address that is configured under interface into RIP messages.

ripv2 message.PNG

 

so what you are telling is that RipV2  will get the subnet mask information from interface ip configurations

Deepak Kumar
VIP Alumni
VIP Alumni
Hi, It is right that RIP2 is classless routing protocol but it needs one more command as "No auto-Summery". The configuration of which interfaces are attached to the RIP process will check the subnet and the same subnet will attach to routing update. Regards, Deepak Kumar
Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!

so what you are telling is that RipV2 will get the subnet mask information from interface ip/subnet mask configurations

Yes.

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!