BIG-IP Device and Data Center Management

Overview

The BIG-IP Settings page allows you to onboard BIG-IP devices to F5 Insight and organize them by data center location. Devices can be added manually, one at a time, or bulk imported via YAML configuration, providing flexibility for both small deployments and large-scale fleet onboarding.

Benefits and Key Features

  • Flexible Onboarding - Add devices manually for quick setup or use YAML import for bulk onboarding of large fleets.
  • Data Center Organization - Group devices by physical or logical data center for easier management, filtering, and reporting.
  • Module-level Control - Select which BIG-IP modules to monitor per device, collecting only the telemetry you need.
  • Enhanced AI Insights - Data center organization provides valuable location context that enhances LLM Insights and MCP queries, delivering more intelligent, location-aware recommendations

Prerequisites

Before adding devices, ensure you have:

  • BIG-IP Credentials – Administrative username and password with appropriate access policies
  • Network Connectivity – HTTPS connectivity (port 443) between F5 Insight and your BIG-IP devices
  • CA Certificate (Optional) – Certificate Authority certificate if using custom TLS certificates on BIG-IP devices

Accessing BIG-IP Settings

To access the BIG-IP configuration interface:

  1. Navigate to the Manage section in the left toolbar
  2. Select BIG-IP Settings

Managing Data Centers

Data centers allow you to organize BIG-IP devices by location, environment, or any logical grouping that fits your infrastructure.

Creating a Data Center

  1. Select the Data Centers tab
  2. Click Add New Data Center
  3. Enter a Data Center Name (for example, US-East-1, Production-DC, Azure-Central)
  4. Click Add Data Center

A default data center is provided for devices that do not require specific location grouping.

Adding BIG-IP Devices

Manual Entry (Option 1)

  1. Select the Devices tab
  2. Click Add New Device
  3. Select Manual Entry
  4. Complete the required fields (reference the table below)
  5. Click Validate and Add

Device Configuration Fields:

Field Description Required
Endpoint BIG-IP hostname or IP address Yes
Username Administrative username Yes
Password Administrative password Yes
Certificate Authority CA certificate for TLS validation (leave blank for self-signed certificates) No
Modules to Monitor Select which BIG-IP modules to collect telemetry from Yes
Data Center Assign device to a data center Yes

Note

Validation: F5 Insight automatically tests connectivity to your BIG-IP device before adding it. If validation fails, verify your network connectivity and credentials are correct.

Available Modules

Select the modules that match your BIG-IP deployment and monitoring requirements:

  • APM (Access Policy Manager)
  • DNS (Global Traffic Manager)
  • AFM (Advanced Firewall Manager)
  • Policy API Protection
  • Policy AFM
  • Policy NAT
  • CGNAT (Carrier-Grade NAT)
  • DoS (Denial of Service Protection)
  • Policy Advanced WAF
  • Policy IP Intelligence
  • Profile DoS

Important

No modules are enabled by default. Select only the modules you need to optimize telemetry collection.

YAML Import (Option 2)

For bulk onboarding or infrastructure-as-code workflows, import devices using YAML configuration. Using YAML streamlines bulk onboarding, ensures consistency, improves scalability, simplifies automation, and increases accuracy. It also ensures integration with IaC workflows and CI/CD pipelines - enabling reusable, version-controlled configurations.

To import devices via YAML:

  1. Select the Devices tab
  2. Click Add New Device
  3. Select Paste YAML
  4. Paste your YAML configuration
  5. Click Validate and Add

Example YAML Configuration

# F5 Insight Configuration Export

licensing:
  mode: connected
  devices:
    - hostname: bigip-prod-01.example.com
      username: admin
      password: your-password-here
      port: 443
      modules:
        - LTM (Local Traffic Manager)
        - DNS

features:
  high_availability:
    enabled: false
  llm_insights:
    enabled: false
  f5_aidf:
    enabled: false

data_retention:
  enabled: false

YAML import also supports configuring F5 Insight features such as high availability, LLM Insights, AIDF, and data retention policies alongside device definitions.