diff --git a/doc/training-guides/common/section_floating-ips.xml b/doc/training-guides/common/section_floating-ips.xml
index 33aa5e26..ca006782 100644
--- a/doc/training-guides/common/section_floating-ips.xml
+++ b/doc/training-guides/common/section_floating-ips.xml
@@ -69,4 +69,12 @@
For the first agent, invoke it with the following
l3_agent.ini where handle_internal_only_routers is
True.
+
+handle_internal_only_routers = True
+external_network_bridge = br-ex
+
+
+$sudo service neutron-l3-agent restart
+
+ For the second (or later) agent, invoke it with the following l3_agent.ini where handle_internal_only_routers is False.