You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Service status
systemctl status cloudflare-webhook cloudflare-analytics-monitor cloudflare-autowithdraw
# Health check
curl -s https://your-server.example.com/mt-health | jq
# Prefix status
cloudflare-prefix-manager status
BGP Prefixes
Prefix
Description
Status
MNM Rules
198.51.100.0/24
BGP
On-Demand
BPS + PPS + sFlow
192.0.2.0/24
DMZ
On-Demand
BPS + PPS + sFlow
203.0.113.0/24
DMZ-EXT (Test)
On-Demand
BPS + PPS + sFlow
203.0.113.128/25
DMZ-EXT2
On-Demand
BPS + PPS + sFlow
2001:db8:1::/48
DMZv6
On-Demand
BPS + PPS + sFlow
MNM Rules Configuration
Rule Type
Threshold
Duration
Action
BPS (Bandwidth)
4 Gbps
1 min
Auto-advertise
PPS (Packets)
500k pps
1 min
Auto-advertise
Advanced DDoS (sFlow)
Fingerprint
-
Auto-advertise
Total MNM Rules: 12 (was 10 before IPv6 + sFlow)
Database Statistics
Table
Records
Description
attack_events
14
START/END/WITHDRAW events
webhook_events
57
All received webhooks
network_analytics_events
402
Dropped traffic (GraphQL)
withdrawal_history
4
Completed withdrawals
API Status
API
Status
Usage
REST Prefix Management
✅ 100%
Advertise/Withdraw
GraphQL dosdNetworkAnalyticsAdaptiveGroups
✅ 100%
Traffic monitoring
MNM Rules API
✅ 100%
Rule management
DDoS Managed Ruleset API
✅ 100%
Sensitivity control
Telegram API
✅ 100%
Notifications
Alert Types Supported (11)
Category
Alert Type
Priority
DDoS Protection
advanced_ddos_attack_l4_alert
HIGH
DDoS Protection
dos_attack_l4
HIGH
DDoS Protection
dos_attack_l7
HIGH
Magic Network Monitoring
fbm_dosd_attack
HIGH
Magic Network Monitoring
fbm_volumetric_attack
MEDIUM
Magic Transit
fbm_auto_advertisement
INFO
Magic Transit
magic_tunnel_health_check_event
HIGH
Route Leak Detection
bgp_hijack_notification
CRITICAL
Platform Status
incident_alert
VARIES
Health Checks
health_check_status_notification
MEDIUM
Management Tools
Prefix Manager CLI
cloudflare-prefix-manager status # Show all prefixes
cloudflare-prefix-manager advertise <cidr># Advertise prefix
cloudflare-prefix-manager withdraw <cidr># Withdraw prefix
cloudflare-prefix-manager advertise --all # Advertise all
cloudflare-prefix-manager withdraw --all # Withdraw all