Description

This article explains the CLI configuration required to install the Juniper Routing Director successfully.

Solution

Please make sure to configure the following commands are configured in JRD CLI for the successful installation of a 4-node setup:

 

set deployment cluster nodes kubernetes 1 address 10.219.59.5

set deployment cluster nodes kubernetes 2 address 10.219.59.6

set deployment cluster nodes kubernetes 3 address 10.219.59.7

set deployment cluster nodes kubernetes 4 address 10.219.59.8

set deployment cluster ntp ntp-servers 10.85.128.1

set deployment cluster common-services ingress ingress-vip 10.219.59.9

set deployment cluster applications active-assurance test-agent-gateway-vip 10.219.59.10

set deployment cluster applications web-ui web-admin-user "[email protected]"

set deployment cluster applications web-ui web-admin-password jnpr123!

set deployment cluster applications pathfinder pce-server pce-server-vip 10.219.59.11

set deployment cluster applications routingbot routingbot-crpd-vip 10.219.59.12

set deployment cluster applications routingbot routingbot-ipfix-vip 10.219.59.13

set deployment cluster applications routingbot install-routingbot true

 

Note: Configure the PCE server VIP address to view your network topology updates in real-time. You can also configure the VIP address at any time post cluster deployment. For information on how to configure the PCE server VIP address after cluster deployment, see Configure a PCE Server.

 

If it is a single node, we won't have Kubernetes nodes 2, 3, and 4. Also, we need to add the following command in the CLI:

 

set deployment cluster install scale-mode single

 

If issue persist, please contact JTAC

Modification History

2026-09-08 : Article Created