Cisco ASA Based Device Configuration
Hosted Cloud
Replace IP's with Spam Experts delivery IP's which can be found here:
Local Cloud
This firewall rule should be applied in the Cisco ASDM IDM GUI.
- Create an object called Spam Experts in configuration mode
- Add the hosts to the object
- Add a firewall rule on the incoming WAN interface with the object
In the example below, we called it acl_wan_in
fw01# configure terminal
fw01(config)# object-group network SpamExperts
fw01(config-network-object-group)# network-object object 10.0.0.1 network-object object 10.0.0.2 network-object object 10.0.0.3 --SNIP--
For subsequent logs you will need to do the following to add a new IP:
fw01# configure terminal fw01(config)# object-group network SpamExperts fw01(config-network-object-group)#
network-object object [IP ADDRESS]
IPs should be replace with your clusters delivery IPs