diff --git a/infra/README.md b/infra/README.md
index 584447adafa4e4b8197e6bcdc40e960e4f5d8f7b..dd4105cc1ba07f90864783e350f07b37435effc8 100644
--- a/infra/README.md
+++ b/infra/README.md
@@ -8,7 +8,8 @@ To rollout a new station, you will need:
 
 1. an LCU,
 2. a physical environment to configure its IPMI,
-3. IP addresses of the LCU and IPMI.
+3. IP addresses of the LCU and IPMI,
+4. IP addresses of the White Rabbit switch and PCONs.
 
 ### Preparation
 
diff --git a/infra/station/README.md b/infra/station/README.md
index 763727cea729a3fe4a114d1865046069df65e023..e311f8664499fd44e345556001dd137e1ddabd90 100644
--- a/infra/station/README.md
+++ b/infra/station/README.md
@@ -93,7 +93,7 @@ all:
     dns_servers:
       - 10.149.64.20
       - 10.149.64.21
-
+    white_rabbit: "<White Rabbit IP address>"
 ```
 
 Run
diff --git a/infra/station/consul/consul.hcl.j2 b/infra/station/consul/consul.hcl.j2
index 7fa0d98314a0331999943a92cb82026eb9125aa9..20f6b37e4509a96d4c3d42e83c3b57c66a75dc6d 100644
--- a/infra/station/consul/consul.hcl.j2
+++ b/infra/station/consul/consul.hcl.j2
@@ -50,7 +50,7 @@ telemetry {
 services {
   name = "white-rabbit-snmp"
   id = "white-rabbit-snmp"
-  address = "10.151.68.20"
+  address = "{{ white_rabbit }}"
   port = 161
   tags = ["snmp-scrape"]
   meta = {