This table provides a consolidated view of all monitored network devices, including their operational state, identification data, hardware/software details, and live performance metrics (CPU and memory). It is located below the dashboard and serves as the primary drill-down point for device-level analysis.
The table lists all monitored devices included in the summary, allowing a quick drill-down.
| Column | Description |
|---|---|
| Device | Hostname or alias in the monitoring system |
| IP Address | Management or SNMP address |
| Site | Physical or regional location (e.g., Australia, Belgium) |
| Device Type | Router, Switch, Firewall, Management, etc. |
| Vendor | Device manufacturer |
| OS | Software version |
| Model | Hardware identifier |
| CPU/Memory | Real-time utilization from SNMP polling |
Table filters
The filter panel provides a flexible way to narrow down and analyze specific devices within the network devices table. Filters can be applied individually or in combination, enabling precise queries by location, vendor, model, OS, or device type. This feature is designed for real-time troubleshooting, inventory segmentation, and targeted performance audits.
At the top of the table, the following controls are available:
- Search Bar – Quick text search for any string match (e.g., IP, hostname, or model).
- Filter Dropdown – Active filter displayed.
- More Filters + – Expands the filter options list.
- Reset Filters – Clears all applied filters and resets the full device list.
The filter panel includes the following attributes that can be used to narrow down the results:
| Filter name | Description | Example usage |
|---|---|---|
| Vendor | Filters devices by manufacturer (Cisco, Palo Alto, Arista, etc.). | Vendor = Cisco → Shows only Cisco
devices. |
| Model | Targets devices of a specific hardware model. | Model = cat38xxstack → Isolates Catalyst
3850/3650 switches. |
| Device Name | Filters by exact or partial device hostname. | Device Name contains "CS-Core" → Finds the core
switch. |
| Device Type | Filters by network role. | Device Type = Firewall → Only shows
firewalls. |
| OS Version | Filters devices by software or firmware version. | OS Version = 16.3.5b → Identifies devices on a
specific Cisco IOS. |
| OS Name | Filters by general OS family or platform. | OS Name = Unknown OS → Detects devices without
proper SNMP OS reporting. |
| IP Address | Searches devices by management IP or subnet range. | IP Address contains 10.8 → Lists devices in the
10.8.x.x subnet. |
| Site | Filters by physical or regional deployment. | Site = Australia → Displays devices from a
single data center or office. |
Filter configuration
The Filter Configuration Dialog allows operators to define how individual filters behave when applied to the device inventory table.
Each filter provides two key parameters: operation type (comparison rule) and value selection (data to match).
The Operation field in the filter dialog defines how the selected attribute (e.g., Site, Vendor, Model) is compared against one or more values. Different operations support various logical and text-matching rules, enabling highly flexible filtering across all monitored devices.
| Operation | Description | Typical use case | Example |
|---|---|---|---|
| equals | Returns results that exactly match the specified value. Case-insensitive. | To view devices from one specific site or vendor. | Site equals Australia → Only shows devices
tagged as “Australia.” |
| notEquals | Excludes results that match the specified value. | To hide devices from a specific location or vendor. | Vendor notEquals Cisco → Shows all non-Cisco
devices. |
| in | Matches any value from a list of provided options. | For multi-site or multi-vendor searches. | Site in [Australia, Belgium, Canada] → Displays
all devices in those regions. |
| notIn | Excludes all values listed. | To remove specific locations or device families from view. | Site notIn [TestLab, BackupDC] → Hides test or
backup sites. |
| contains | Matches any record containing the provided substring. | For partial name or string searches. | Device Name contains Core → Matches “CORE-SW1,”
“CoreRouter1,” etc. |
| notContains | Excludes any record containing the provided substring. | To remove naming patterns. | Device Name notContains LAB → Hides devices used
for testing. |
| startsWith | Matches entries whose field value begins with the given text. | To find grouped or prefixed assets. | Model startsWith cat → Finds all Catalyst
models. |
| endsWith | Matches entries whose field value ends with the given text. | To locate versioned or numbered devices. | OS endsWith 16.3.5b → Filters devices running
IOS 16.3.5b. |
| isNull | Returns results where the field has no value (blank or null). | To identify incomplete data or missing SNMP fields. | OS isNull → Devices with no OS detected. |
| isNotNull | Returns results where the field has any non-empty value. | To confirm fully populated attributes. | Model isNotNull → Devices reporting valid
hardware model. |
The Values drop-down displays all available values of the selected filter category.