Overview
Xloud Networking administration covers the full lifecycle of the SDN fabric — from deploying and monitoring the agents that drive the virtual switching layer to defining provider networks, enforcing QoS policies, and hardening the network plane against misconfiguration and spoofing attacks. This guide is intended for cloud administrators responsible for maintaining the networking infrastructure across your cluster.- XDeploy
- CLI
Network configuration is managed through the XDeploy Configuration panel:
Configure network settings
Set the following options as needed:
| Setting | Description |
|---|---|
| External Interface | Physical interface for provider network traffic |
| VPNaaS | Toggle to enable VPN-as-a-Service |
| QoS | Toggle to enable Quality of Service bandwidth policies |
| VLAN Trunking | Toggle to enable VLAN trunk port support |
| Agent HA | Toggle to enable L3/DHCP agent high availability |
| SR-IOV | Toggle to enable Single Root I/O Virtualization |
Prerequisites
- Admin credentials sourced from
admin-openrc.sh openstackCLI installed and configured- XDeploy access for cluster-level configuration changes
- All networking agents running and healthy on all nodes
Administration Topics
Service Architecture
Distributed SDN agent model — API server, message bus, L2/L3 agents, DHCP, and metadata
Provider Networks
Configure VLAN, flat, and VXLAN provider networks and physical interface mappings
Network Agent Management
Monitor agent health, enable or disable agents for maintenance, and recover failed agents
DHCP Configuration
Manage DHCP agents, network assignments, and high-availability DHCP
L3 Router Configuration
Enable HA routers with VRRP failover and distributed virtual routing for scale
Quality of Service
Apply bandwidth limits and burst controls to ports and networks
Network Quotas
Set per-project limits for networks, subnets, routers, floating IPs, and security groups
Security Hardening
Port security, anti-spoofing enforcement, allowed address pairs, and default group hardening
Troubleshooting
Diagnose agent failures, VXLAN tunnel issues, HA router failover, and MTU problems
Architecture Overview
Agent Health Quick Check
Check all networking agent status
Alive: True and Admin State: UP. If any agent shows
Alive: False, see Network Agent Management
for recovery procedures.
Related Resources
Networking User Guide
User-facing workflows for creating networks, routers, floating IPs, and security groups
Compute Admin Guide
Manage compute hosts, flavors, and quotas alongside networking configuration
Authentication
Configure admin credentials and project-scoped access for networking operations
CLI Setup
Install and configure the
openstack CLI for full administrative control