-
IP Addressing
-
Configuring Citrix ADC-owned IP addresses
- Configuring the NSIP address
- Configuring and Managing Virtual IP (VIP) Addresses
- Configuring ARP response Suppression for Virtual IP addresses (VIPs)
- Configuring Subnet IP Addresses (SNIPs)
- Configuring GSLB Site IP Addresses (GSLBIP)
- Removing a Citrix ADC-owned IP address
- Configuring Application Access Controls
- How the Citrix ADC Proxies Connections
- Enabling Use Source IP Mode
- Configuring Network Address Translation
- Configuring Static ARP
- Setting the Timeout for Dynamic ARP Entries
- Configuring Neighbor Discovery
- Configuring IP Tunnels
- Class E IPv4 packets
-
Configuring Citrix ADC-owned IP addresses
-
Interfaces
- Configuring MAC-Based Forwarding
- Configuring Network Interfaces
- Configuring Forwarding Session Rules
- Understanding VLANs
- Configuring a VLAN
- Configuring NSVLAN
- Configuring Allowed VLAN List
- Configuring Bridge Groups
- Configuring VMACs
- Configuring Link Aggregation
- Redundant Interface Set
- Binding an SNIP address to an Interface
- Monitoring the Bridge Table and Changing the Aging time
- Citrix ADC Appliances in Active-Active Mode Using VRRP
- Using the Network Visualizer
- Configuring Link Layer Discovery Protocol
- Jumbo Frames
- Citrix ADC Support for Microsoft Direct Access Deployment
- Access Control Lists
- IP Routing
- Internet Protocol version 6 (IPv6)
- Traffic Domains
- VXLAN
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
This content has been machine translated dynamically.
This content has been machine translated dynamically.
This content has been machine translated dynamically.
Translation failed!
Configuring Send to Master
Usually, the traffic destined to a VIP reaches the Citrix ADC appliance on which the VIP is active, because an ARP request with the VIP and a VMAC on that appliance has reached the upstream router. But in some cases, such as static routes configured on the upstream router for the VIP subnet, or a topology that blocks this route, the traffic can reach a Citrix ADC appliance on which the VIP is in backup state. If you want this appliance to forward the data packets to the appliance on which the VIP is active, you need to enable the send to master option. This behavior is a per node setting and is disabled by default.
For example, in the following diagram, VIP1 is configured on NS1, NS2, and NS3 and is active on NS1. Under certain circumstances, traffic for VIP1 (active on NS1) may reach VIP1 on NS3. When the send to master option is enabled on NS3, NS3 forwards the traffic to NS1 through NS2 by using route entries for NS1.
Figure 1. An Active-Active Configuration with Send to Master Option Enabled
To enable send to master by using the CLI:
At the command prompt, type:
set vrIDParam -sendToMaster (ENABLED | DISABLED) |
Example:
> set vrIDParam -sendToMaster ENABLED
Done
To enable send to master by using the GUI:
- Navigate to System > Network, in the Settings group, click Virtual Router Parameters.
- Select the Send to Master option.