service cloud-accel geodns rule
Configures a GeoDNS rule.
Syntax
[no] service cloud-accel geodns rule {opt srcaddr {<ip-address> | all-ipv4 | all-ipv6} geo-dns-ip <address> | pass srcaddr {<ip-address> | all-ipv4 |all-ipv6}}
Parameters
opt  | Configures a GeoDNS optimization rule.   | 
pass  | Configures a GeoDNS optimization or pass-through rule.  You can use the pass option for debugging purposes to disable certain client subnets if a customer configuration has issues with its Windows client rather than with GeoDNS on the SteelHead.   | 
srcaddr <ip-address>   | Specifies the source subnet IP address and netmask for this rule. Use the format XXX.XXX.XXX.XXX/XX for IPv4 and X:X:X::X/XXX for IPv6.   | 
srcaddr all-ip  | Specifies all IPv4 and all IPv6 addresses. This is the default.  | 
srcaddr all-ipv4   | Specifies all IPv4 addresses.   | 
srcaddr all-ipv6  | Specifies all IPv6 addresses.  | 
geo-dns-ip <address>  | Redirects Outlook connections from the source IP address to the specified GeoDNS address.   | 
Usage
GeoDNS is used to locate the closest SteelHead to the destination Exchange-online (Office 365) server. This command configures client-subnet specific GeoDNS optimization or pass-through rules that take precedence over the mapping from the Cloud Portal.
The no command removes the rule. 
Example
amnesiac (config) # service cloud-accel geodns rule opt srcaddr 10.0.0.0/16 geo-dns-ip 1.2.3.4
amnesiac (config) # service cloud-accel geodns rule pass srcaddr 10.1.2.3/32
Product
SteelHead, SteelHead-v, SteelHead-c
Related Commands