The following task only needds to be completed from asm1.site1
Create a sync-only group that contains all four ASM devices
Navigate to: Device Management ›› Device Groups
Create the device group according to the following table:
| Setting | Value |
|---|---|
| Name | example.com_waf_sync-group |
| Group Type | Sync-Only |
| Members | Add all four WAF devices |
| Sync Type | Automatic with Full Sync |
| Save on Automatic Sync | Checked |
https://asm1.site1.example.com/tmui/Control/jspmap/tmui/devmgmt/devicegroups/create.jsp
TMSH command for asm1.site1:
TMSH
tmsh create cm device-group example.com_waf_sync-group { auto-sync enabled devices add { asm1.site1.example.com { } asm1.site2.example.com { } asm2.site1.example.com { } asm2.site2.example.com { } } full-load-on-sync true save-on-auto-sync true }