<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">I'm currently learning about routed networks and have a lab that is implementing a 3 tier leaf spine and have a question.<div><br></div><div>I know that I can create a subnet from which FIP gateway IP addresses are consumed, e.g., </div><div><br></div><div><div>openstack subnet create demo-floating-ip-agent-gateway-subnet \</div><div>  --subnet-range <a href="http://198.51.100.0/24">198.51.100.0/24</a> --no-dhcp \</div><div>  --service-type 'network:floatingip_agent_gateway' \</div><div>  --network demo-ext-net</div></div><div><br></div><div>In videos from past OpenStack summits such as this <a href="https://youtu.be/XnXSwCSHc4U">https://youtu.be/XnXSwCSHc4U</a> drawings show that the subnet is used within a single segment's compute nodes, and I can believe that would work. What isn't clear is whether the same subnet should be used across multiple segments, or the intent is for each segment defined in the routed network to have a unique subnet from which these FIP gateway IPs are assigned, e.g., some other segment would be using, say <a href="http://198.52.100.0/24">198.52.100.0/24</a>.</div><div><br></div><div>In the non-routed network setup where I leanred about DVR it was pretty clear only one subnet was allowed, but what is the best practice/intent for routed nets?</div><div><br></div><div>Thanks.</div><div><br></div><div>syd</div></div></div></div></div>