Onboard Session Smart Routers with Static IP Address
In some cases, you might need to onboard Juniper® Session Smart™ Routers to Juniper Mist using only static WAN IP addresses. This procedure is particularly relevant when deploying sites that are connected solely through WAN circuits without dynamic address assignment via DHCP. In such situations, you can use one of the following options to onboard a Session Smart Router to the Mist cloud:
- Lightweight Field ZTP
- One-time Static Device Provisioning
Before You Begin
For details on getting your Session Smart Router up and running in the Mist cloud, see SSR Series Devices.
For the procedure to create the WAN Edge template, see Configure WAN Edge Templates.
Set Static Information in WAN Edge Template
During onboarding, the device must get a Mist cloud configuration with static WAN address details. Therefore, use a WAN Edge template with static IP configuration.
To configure static IP configuration in a WAN edge template:
Device Onboarding
If a new SSR device is shipped directly to the site without intermediate staging, use one of two methods to onboard and bring it into service.
Lightweight Field ZTP
The lightweight field ZTP method for device onboarding in a static WAN scenario requires temporarily connecting the Session Smart Router device to on-site connectivity. This connection provides dynamic address assignment via DHCP and temporary connectivity to Mist cloud. For example, connect the WAN port of the Session Smart Router device to a mobile wireless router carried by the installer. Alternatively, connect it to the LAN port of a site router about to be decommissioned.
- Claim the device to your Mist org inventory (if not done already), and power it on. For details, see SSR Series Devices.
- Connect the ge-0-0 WAN port to an on-site device providing DHCP and connectivity to the Mist cloud.
- In the Juniper Mist portal. click Organization > Admin > Inventory.
- Refresh your browser and check under WAN Edges to find out if your Session Smart Router is part of the inventory.
- Assign Session Smart Router to an individual site using the
Assign to Site option. Figure 3: Assign Session Smart Router to a Site
Ensure you select the Manage configuration with Mist option.
- In Juniper Mist portal, monitor WAN Edge events for the site to verify if
the device connects to the Mist cloud, and receives the configuration. Note: Upgrade the device to fully apply and run the configuration from Mist cloud.
- After the configuration having the static WAN addressing is applied and the device disconnects from Mist, remove the connection to the device providing temporary connectivity, and ensure the WAN ports are connected to the appropriate static WAN links.
- When the configuration of static WAN addressing is applied, the device disconnects from the Mist cloud. Now, remove the temporary connectivity device (that is, temporary connection the Session Smart router to on-site connectivity as mentioned earlier in this section) and connect WAN ports to the correct static WAN links.
- Verify that the device reconnects to the Mist cloud using the static WAN links.
One-Time Static Device Provisioning
This method involves connecting to the local console of the device, and pasting in some one-time provisioning information including the static address.
- Claim the device to your Mist org inventory (if not done already), and power it on. For details, see SSR Series Devices.
- In the Juniper Mist portal. click Organization > Admin > Inventory.
- Refresh your browser and check under WAN Edges to find out if your Session Smart Router is part of the inventory.
- Assign Session Smart Router to an individual site using the
Assign to Site option. Figure 4: Assign Session Smart Router to a Site
Ensure you select the Manage configuration with Mist option.
- Connect a laptop or PC to the local serial console port of the Session Smart Router on the site.
- Enter the default Session Smart Router login information.
- Copy the following lines of configuration. You must change
{{wan0_static_ip}}, {{wan0_prefix}}, and {{wan0_gateway}} in the text to the
static address details for the site.
configure authority router router node node device-interface ge-0-0 network-interface ge-0-0-intf dhcp disabled configure authority router router node node device-interface ge-0-0 network-interface ge-0-0-intf address {{wan0_static_ip}} prefix-length {{wan0_prefix}} configure authority router router node node device-interface ge-0-0 network-interface ge-0-0-intf address {{wan0_static_ip}} gateway {{wan0_gateway}} commit force
- Connect the device to the appropriate static WAN link.
- Locally on the device, you can verify the local link state and connectivity
using commands such as
show arp
,show network-interface
, andping
.admin@node.router# show arp Thu 2023-08-03 03:04:33 UTC Node: node.router Page 1 ========== ====== ================= =================== ======= Dev Name VLAN IP Dest MAC State ========== ====== ================= =================== ======= ge-0-0 0 96.93.100.38 80:b2:34:5a:b2:43 Valid lte-0 0 169.254.128.131 92:3d:72:f7:cb:66 Valid kni254 0 169.254.127.127 fe:d4:a2:e9:17:ec Valid
- In Juniper Mist portal, monitor WAN Edge events for the site to verify if
the device connects to the Mist cloud, and receives the configuration..
Note: Upgrade the device to fully apply and run the configuration from Mist cloud.Figure 5: Check Status of Session Smart Router ConnectionFigure 6: Monitor Session Smart Router Configuration