Juniper Cloud Connection Manager (JCCM) is a standalone application designed to automate the adoption of multiple Juniper network devices to various Juniper cloud services such as JSI, MIST, and Routing Assurance. JCCM streamlines network management, ensuring seamless integration and efficient control of your devices.
- Automated Device Adoption: Simplifies the process of adopting Juniper network devices to Juniper cloud services.
- User Login and Authentication: Secure user login process to ensure authorized access.
- Import Inventory: Import and manage your network device inventory with ease.
- Get Facts: Retrieve detailed information about your network devices, including hardware model, hostname, serial number, status, and more.
- Adopt Devices: Seamlessly adopt devices to desired cloud services with a few clicks.
- Release Devices: Easily release devices from cloud services when needed, ensuring flexible management.
- Integrated SSH Terminal: Optionally open an SSH terminal within the same window for direct device management.
- User-Friendly Interface: Intuitive UI designed to enhance user experience and simplify network cloud attachment tasks.
- Multi-Platform Support: Available for both Intel-based and ARM-based macOS systems and Intel-based Windows systems.
- Network Search Support: Network subnet search to generate an inventory file is in the tech preview stage.
- Bastion Host Proxy Support: Enables secure access to remote devices through a bastion host acting as a proxy.
- Auto Update Support: automatically checks for updates and applies them seamlessly.
- Overview: This feature enables access to target devices through a bastion host proxy, commonly referred to as a jump server.
- Supported Systems: Currently, Linux machines equipped with OpenSSH server/client are supported for use as the bastion host proxy.
- While Junos machines are technically capable of functioning as bastion hosts, they are not recommended due to performance limitations and potential adverse effects on regular operations.
To configure a Linux machine as your bastion host proxy, ensure that the OpenSSH server/client is properly set up and accessible. For guidance on configuring OpenSSH, refer to the OpenSSH documentation.
- Linux Machines: Optimal for use as bastion hosts due to their robust handling of SSH connections and minimal impact on device performance.
- Junos Machines: Should be avoided as bastion hosts where possible to prevent degradation in the machine's core functionalities and overall performance.
Choose the appropriate installer for your system from the options below. macOS users are recommended to use PKG installers for a more streamlined installation experience.
PKG Installers (Recommended)
DMG Installers
-
For PKG Files:
- Double-click the downloaded
.pkg
file and follow the on-screen instructions.
- Double-click the downloaded
-
For DMG Files:
- Double-click the downloaded
.dmg
file. - Drag and drop the JCCM application into the
Applications
folder.
- Double-click the downloaded
- Double-click the downloaded
.exe
file and follow the installation wizard instructions.
- Run the following command. Replace ~/Downloads with the appropriate path if your file is saved in a different directory.
dpkg -i ~/Downloads/jccm-linux-x64.deb
- Run the following command. Replace ~/Downloads with the appropriate path if your file is saved in a different directory.
yum -y install ~/Downloads/jccm-linux-x64.rpm
-
The Juniper Cloud Connection Manager (jccm) app is signed and notarized by Apple, so it should not typically face issues with macOS Gatekeeper, which are usually associated with apps from unidentified developers.
-
If an issue arises, where macOS Gatekeeper prevents the application from running, displaying an error that the app is "damaged and can’t be opened," you can resolve this by manually removing the quarantine attribute. Open the Terminal and run the following command:
xattr -cr /Applications/Juniper\ Cloud\ Connection\ Manager.app
-
The jccm app is signed with a developer certificate, yet initially, Microsoft Defender SmartScreen might still display a warning because the app is unrecognized. Over time, as more users install the application, SmartScreen will recognize it as trustworthy.
-
To proceed with installation when faced with the SmartScreen alert:
- Click on "More info": This reveals more details about the application.
- Verify the Publisher: Check that the publisher's name matches what you expect.
- Select "Run anyway": This will bypass the SmartScreen alert and allow you to proceed with the installation.
To ensure proper inventory management, the Excel file must include the following mandatory fields in the headers:
- organization: Name of the organization
- site: Site location of the device
- address: The device’s IP address
- port: Port number for the SSH server in the device
- username: Username for device access
- password: Password for device access
Here is an example of how the device inventory file should be formatted:
| organization | site | address | port | username | password |
|--------------|-------------|-----------------|------|----------|-----------|
| Org1 | Site1 | 192.168.1.1 | 22 | admin | password1 |
| Org2 | Site2 | 10.0.0.2 | 22 | user | password2 |
| Org3 | Headquarters| 172.16.0.1 | 22 | root | rootpass |
Below is a visual example of how the inventory file should look:
- Create a new Excel file: Open Excel and create a new spreadsheet.
- Add headers: Add the headers
organization
,site
,address
,port
,username
, andpassword
in the first row. - Fill in the details: For each device, fill in the details under the appropriate headers.
- Save the file: Save the file in
.xlsx
format.
-
User Login:
- Open the JCCM application.
- Enter your credentials and log in to the system.
-
Import Inventory:
- Navigate to the "Inventory" section.
- Click on "Import Inventory" and upload your device inventory file. Supported excel file formats - xlsx.
-
Get Facts:
- Select the devices from your inventory.
- Click on "Get Facts" to retrieve detailed information about the selected devices, including configurations, health status, and performance metrics.
-
Adopt Devices:
- Choose the devices you wish to adopt.
- Right-click on the device, site, or organization and select "Adopt Devices" to begin the adoption process.
-
Release Devices:
- Select the devices you want to release.
- Click on "Release Devices" to remove them from the selected cloud services, ensuring they are no longer managed by JCCM.
-
Open SSH Terminal:
- Navigate to the "Terminal" section.
- Select a device and open an SSH terminal within the application window for direct management and troubleshooting.
Currently supported platforms:
- macOS (Intel x86_64 and ARM64)
- Windows (Intel x86_64)
- Linux (Intel x86_64)
This project is licensed under the MIT License. See the LICENSE file for more details.