Skip to main content

Edges Overview

Edges are dedicated network devices that form the backbone of your SecureLink SD-WAN deployment. Each edge runs VPP (Vector Packet Processing) for high-performance packet forwarding and is managed remotely by the SecureLink orchestrator via MQTT.

The Edges page is accessible from the Equipment section in the sidebar. It provides a complete view of all edge devices in your tenant.

Tabs

The page is organized into two tabs:

  • Active: Approved and deployed edges that are part of your network. These edges have been bootstrapped and are either online or offline.
  • Pending: Newly added edges that are awaiting approval and deployment. These edges have been registered but have not yet been bootstrapped onto physical hardware.

Stat Cards

At the top of the page, four stat cards summarize your fleet at a glance:

CardDescription
Total EdgesTotal number of edges registered in your tenant
OnlineEdges currently connected and reporting heartbeats
OfflineEdges that have stopped reporting and are unreachable
Config PendingEdges with configuration changes waiting to be synced

Edge Table

The main table lists all edges with the following columns:

ColumnDescription
NameDisplay name + serial number (secondary text). Click to open edge detail.
TypeDevice type badge — Dedicated, MTGE, or Connector.
StatusOnline/offline dot indicator sourced from VictoriaMetrics edge_mqtt_connected metric.
IP AddressWAN IP address reported by the edge agent.
ModeVPP data plane mode badge (DPDK, AF_PACKET, or TAP).
VersionAgent firmware version (e.g., v24.06-release).
UptimeHuman-readable uptime (e.g., "3d 4h").
CPUCPU usage percentage with a colour-coded mini progress bar.
MemoryMemory usage percentage with a colour-coded mini progress bar.
ConfigSync status badge — Synced (green), Pending (blue), Applying (blue pulse), Failed (red), Drift (amber with count). Config state is polled every 10 seconds.
VPP Mode Badge

Each edge displays a VPP mode badge indicating its data plane configuration:

  • DPDK (blue): Direct hardware access for bare-metal deployments.
  • AF_PACKET (purple): Kernel socket interface for VM deployments.
  • TAP (teal): TAP bridge mode for single-NIC cloud VMs (OVH, AWS, etc.). Uses Linux iptables for NAT instead of VPP.

Search and Filter

Use the search bar to find edges by name or serial number. You can also filter the table by status (online, offline, degraded) to quickly narrow down the list.

Quick Actions

Each row provides quick action buttons:

  • View Details: Navigate to the full edge detail page
  • Sync Config: Push any pending configuration changes to the edge
  • SSH: Open an SSH session to the edge through the bastion host

Status Indicators

Edge status is shown with color-coded indicators:

  • Green (Online): The edge is connected, reporting heartbeats, and operating normally
  • Red (Offline): The edge has stopped sending heartbeats and is unreachable
  • Yellow (Degraded): The edge is online but has issues such as pending configuration, partial connectivity, or elevated error rates