Adding Devices
Add network devices to NetStacks for centralized management and monitoring.
Manual Device Entry
Add devices one at a time through the Admin UI.
Steps
- Navigate to Devices in the Admin UI
- Click Add Device
- Fill in device details (name, IP/hostname, type)
- Select or create credentials
- Click Save
Tip
Use descriptive names that include location or function for easier identification.
Importing Devices
Import multiple devices from a CSV file.
CSV Format
devices.csvcsv
name,hostname,device_type,port,credential_id,tags
core-rtr-01,10.0.0.1,cisco_ios,22,default-ssh,"core,production"
dist-sw-01,10.0.0.10,cisco_nxos,22,default-ssh,"distribution,production"
fw-01,10.0.0.100,paloalto_panos,22,firewall-creds,"firewall,production"Import Steps
- Navigate to Devices → Import
- Upload your CSV file
- Map columns to device fields
- Preview and confirm
- Click Import
Device Fields
| Field | Required | Description |
|---|---|---|
| Name | Yes | Unique device identifier |
| Hostname/IP | Yes | Connection address |
| Device Type | Yes | Platform (cisco_ios, juniper_junos, etc.) |
| Port | No | SSH port (default: 22) |
| Credential | No | Credential from vault |
| Tags | No | Labels for organization |
| Location | No | Physical location |
| Notes | No | Additional information |
Testing Connectivity
After adding a device, test connectivity to verify configuration.
- Select the device in the device list
- Click Test Connection
- Results show SSH reachability and authentication status
Note
Failed tests show detailed error messages to help troubleshoot connection issues.