- play_arrow Introduction
- play_arrow Overview
- play_arrow Access the Paragon Automation GUI
- play_arrow Access the Paragon Planner
- play_arrow Configure SMTP, LDAP, and Portal Settings
- play_arrow Manage Users
- play_arrow Manage Roles
- play_arrow Manage User Groups
- play_arrow Identity Providers
-
- play_arrow Workflows
- play_arrow Base Platform
- play_arrow Paragon Pathfinder
- play_arrow Paragon Planner
- play_arrow Paragon Insights
-
- play_arrow Manage Device Templates and Configuration Templates
- play_arrow Configuration Templates
- Configuration Templates Overview
- Configuration Templates Workflow
- About the Configuration Templates Page
- Add Configuration Templates
- Preview and Render a Configuration Template
- Assign Configuration Templates to a Device Template
- Deploy a Configuration Template to a Device
- Edit, Clone, and Delete a Configuration Template
- play_arrow Device Templates
-
- play_arrow Manage Playbook, Rules, Resources, and Graphs
- play_arrow Playbooks
- play_arrow Rules
- Understand Paragon Insights Topics
- Rules Overview
- About the Rules Page
- Add a Predefined Rule
- Edit, Clone, Delete, and Download Rules
- Configure a Custom Rule in Paragon Automation GUI
- Configure Paragon Insights Notification for LSP Gray Failures
- Configure Multiple Sensors per Device
- Understand Sensor Precedence
- Configure Sensor Precedence
- play_arrow Resources
- Understand Root Cause Analysis
- About the Resources Page
- Add Resources for Root Cause Analysis
- Configure Dependency Between Resources
- Example Configuration: OSPF Resource Dependency
- Edit Resources and Dependencies
- Upload Resources
- Download Resources
- Clone Resources
- Delete User-Generated Resources and Dependencies
- Filter Resources
- play_arrow Graphs
- play_arrow Grafana
-
- play_arrow Manage Sensor Settings, Insights Settings, and Data Summarization Profiles
- play_arrow Sensor Settings
- Sensors Overview
- About the Ingest Settings Page
- Configure NetFlow Settings
- Configure a Rule Using Flow Sensor
- About the Frequency Profiles
- Manage Frequency Profiles
- Apply a Frequency Profile
- Configure Offset Time
- Configure a Rule Using Server Monitoring Sensor
- Configure Native GPB Ingest
- Configure sFlow Settings
- Configure SNMP Ingest
- Configure a Rule Using SNMP Scalar
- Configure SNMP Trap and Inform Notifications
- Configure Outbound SSH Port for iAgent
- Configure System Log Ingest
- System Log Optional Configurations
- Configure a Rule Using Syslog
- Understand Inband Flow Analyzer 2.0
- Configure Device Details for Inband Flow Analyzer Devices
- Delete an Inband Flow Analyzer Device
- Understand Bring Your Own Ingest
- Load BYOI Default Plug-ins
- Configure Bring Your Own Ingest Default Plug-in Instances
- Build and Load BYOI Custom Plug-in Images
- Configure Bring Your Own Ingest Custom Plug-in Instances
- Use Sample Rule and Playbook Configurations for BYOI Custom Plug-in Instances
- Configure Ingest Mapping for Default BYOI Plug-in Instances
- Delete a BYOI Plug-in
- About the Diagnostics Page
- Use the Self Test Tool
- Use the Reachability Test
- Use the Ingest Test Tool
- Use the No-Data Tool
- Paragon Insights Tagging Overview
- Types of Tagging
- Add a Tagging Profile
- Apply a Tagging Profile
- Delete a Tagging Profile
- Understand User-Defined Actions and Functions
- Modify User-Defined Action, Function, and Workflow Engines
- Enable UDA Scheduler in Trigger Action
- Understand kube-state-metrics Service
- play_arrow Insights Settings
- About the Insights Settings Page
- Add Alert Blackouts
- About Alert Notifications
- Use Exim4 for E-mails
- Configure the Exim4 Agent to Send E-mail
- Configure a Notification Profile
- Enable Alert Notifications for Device Groups and Network Groups
- Configure Report Settings
- Configure Scheduler Settings
- Configure a Retention Policy
- Configure Destination Settings
- Time Series Database (TSDB) Overview
- Manage Time Series Database Settings
- Backup and Restore the TSDB
- Time Series Database Replication Scenarios
- play_arrow Data Summarization Profiles
-
- play_arrow Configure Your Network
- play_arrow Topology
- play_arrow Network Information Table
- Network Information Table Overview
- About the Node Tab
- Add a Node
- Edit Node Parameters
- Delete a Node
- About the Link Tab
- Add a Link
- Edit Link Parameters
- Delete a Link
- About the Tunnel Tab
- Understand How Pathfinder Handles LSPs
- Reroute LSPs Overview
- Segment Routing Overview
- Add a Single Tunnel
- Add Diverse Tunnels
- Add Multiple Tunnels
- Edit and Delete Tunnels
- About the Demand Tab
- About the Interface Tab
- Container LSP Overview
- About the Container LSP Tab
- Add a Container LSP
- Edit Container LSP Parameters
- Maintenance Event Overview
- About the Maintenance Tab
- Add a Maintenance Event
- Edit a Maintenance Event
- Simulate a Maintenance Event
- Delete a Maintenance Event
- About the P2MP Groups Tab
- Add a P2MP Group
- Edit P2MP Group Parameters
- About the SRLG/Facility Tab
- Add an SRLG/Facility
- Edit SRLG/Facility Parameters
- About the Topology Group Tab
- Add Anycast Group Tunnels
- play_arrow Tunnels
- play_arrow Change Control Management
-
- play_arrow Monitoring
- play_arrow Monitor Network Health
- play_arrow Manage Alarms and Alerts
- play_arrow Monitor Jobs
- play_arrow Analytics
- play_arrow Monitor Workflows
-
- play_arrow Reports
- play_arrow Health Reports
- play_arrow Network Reports
- play_arrow Maintenance Reports
- play_arrow Inventory Reports
- play_arrow Demand Reports
-
- play_arrow Administration
- play_arrow Manage E-mail Templates
- play_arrow Manage Audit Logs
- play_arrow Configure External EMS
- play_arrow Manage Task Scheduler
- play_arrow Manage Security Settings
- play_arrow License Management
-
ON THIS PAGE
Add Devices
An administrator or a user with add device privileges can add devices to Paragon Automation.
Discover Devices
Ensure that you do the following before you start discovering devices:
The device is configured with a management IP address that is reachable from Paragon Automation.
You configure an additional IP address for the management Ethernet interface by including the
master-only
statement at the[edit groups]
hierarchy level. You must use this additional IP address for onboarding the device. For more information, see Management Ethernet Interfaces.A user with the privileges of an administrator is created and enabled on the device.
For managed Nokia devices, ensure that:
- Model-driven CLI
is
enabled
by executing the following command in the device
CLI:content_copy zoom_out_map
configure system management-interface configuration-mode model-driven
- NETCONF is enabled on port 22, and you
have
NETCONF access by executing the following commands in the device
CLI:content_copy zoom_out_map
system management-interface netconf admin-state enable system security user-params local-user user <user-name> access netconf system management-interface netconf admin-state enable system management-interface netconf port 22
- Sufficient inbound connections are allowed (base component
establishes an SSH session to the device) by executing the following
command:content_copy zoom_out_map
system login-control ssh inbound-max-sessions <count>
- Model-driven CLI
is
enabled
by executing the following command in the device
CLI:
For Cisco devices, ensure that you enable NETCONF by committing the following configuration on the device.
content_copy zoom_out_mapxml agent netconf agent tty netconf-yang agent ssh ssh server netconf vrf default
If the discovery of Cisco devices fail with the message
connection reset by peer
, set the SSH session rate limit to 600 on the Cisco devices.content_copy zoom_out_maphost@device#configure host@device(config)#ssh server rate-limit 600 host@device(config)#commit
To discover one or more devices:
Field | Description |
---|---|
Managed Status | Click this toggle button to discover managed (default) or unmanaged devices.
|
Hostname/IP Targets | Enter the hostname or IPv4 addresses of the devices to be discovered. You can specify a combination of individual IPv4 addresses, a subnet (for example, 10.0.0.1/24) or a range of IPv4 addresses (for example, 10.0.0.1 - 10.0.0.20). When you specify a subnet or a range of IPv4 addresses, all the devices that have the IPv4 addresses within that subnet or range are discovered. |
Add targets from topology to this list | Click this link to add the details of unmanaged devices that are discovered by the path computation element in a network, to the database. |
Device Credentials | Enter the username and password of the devices you are discovering. If the username and password for the devices that you are discovering are different for each device, use different Targets and Credentials section to provide the targets for discovering the devices. Specify targets and corresponding device credentials for discovering different devices by clicking the Add icon. |
Use Same Credentials for Managing the Device |
|
Add New Devices
Before you add a new device, ensure that:
You configure an additional IP address for the management Ethernet interface by including the
master-only
statement at the[edit groups]
hierarchy level. You must use this additional IP address for onboarding the device. For more information, see Management Ethernet Interfaces.
To add new devices:
Field | Description |
---|---|
Management Connectivity | |
Root Password | Click to enable or disable the toggle button.
|
IP/Subnet/Gateway | Enter the range of addresses that can be configured on the devices being added. These IP addresses are added to a DHCP server and then assigned to the devices. |
Device Models Click the Add icon (+) to add more device models for discovery. | |
Device Family | Select the device family that you want to add from the list; for example, Juniper-ACX. |
Device Model | Select the device model that you want to add; for example, ACX2000. |
Junos Image | Select the Junos OS image that the device must use. The default is Use Image on Device indicating that the device is added to Paragon Automation with the image already existing in it. |
Device Serial Numbers | Enter the serial number of one or more devices to be added. To add more than one serial number, enter the serial number and then press Enter. |
Root Password | When the common root password is disabled, enter the root password to be assigned to the device. Follow the Junos OS password rules for the device model being added to set the password; the password is usually 6 to 128 characters long including mixed case letters combined with numbers and/or symbols. |