02-09-2018 09:30 PM - edited 03-08-2019 01:47 PM
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
Solved! Go to Solution.
02-09-2018 10:19 PM - edited 02-09-2018 10:22 PM
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.
02-09-2018 10:47 PM
02-09-2018 10:19 PM - edited 02-09-2018 10:22 PM
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.
02-10-2018 01:30 AM
so what you are telling is that RipV2 will get the subnet mask information from interface ip configurations
02-09-2018 10:47 PM
02-10-2018 01:30 AM
02-10-2018 01:45 AM
Yes.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide