All Network Gurus,
I have a situation where a static route (for a /24 subnet) is broken into two /25 instead of a single /24 i.e.:
ip route 10.10.10.0 255.255.255.128 192.168.1.1
ip route 10.10.10.128 255.255.255.128 192.168.1.1
INSTEAD OF:
ip route 10.10.10.0 255.255.255.0 192.168.1.1
This is not causing any problems, I’m just curious as to why someone would want to do it this way, what advantages it offers if any, etc. Note IP addresses have been changed for illustration purposes.
Thanks,