0% found this document useful (0 votes)
64 views4 pages

Configuring The GSS Network With Anycast

This chapter describes how to configure anycast on a GSS network. Anycast provides a single virtual IP address that can represent multiple GSS devices. When configured, traffic destined for the anycast IP will be load balanced across the GSS devices. The chapter covers understanding anycast addressing and routing and how to configure an anycast IP address on the GSS loopback interface using the "ip anycast" command.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
64 views4 pages

Configuring The GSS Network With Anycast

This chapter describes how to configure anycast on a GSS network. Anycast provides a single virtual IP address that can represent multiple GSS devices. When configured, traffic destined for the anycast IP will be load balanced across the GSS devices. The chapter covers understanding anycast addressing and routing and how to configure an anycast IP address on the GSS loopback interface using the "ip anycast" command.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

CH A P T E R 10

Configuring the GSS Network with


Anycast

This chapter describes how to enable anycast on a GSS network. Anycast is a


Cisco IOS network routing feature that provides a Layer 3 network virtual
address. The GSS can leverage this network-wide virtual address to provide GSS
redundancy. A single anycast address can represent the entire GSS cluster by
allowing the mapping of the GSS anycast loopback address to the virtual
network-wide anycast address. The network-wide anycast address can represent
up to 16 GSS devices in a single cluster or multiple GSS clusters.
A failure of any GSS behind the anycast address is transparent to the end user.
Also, since anycast leverages the network’s routing tables, the traffic destined to
the GSS is based on routing metrics.
This chapter contains the following major sections:
• Understanding the Anycast Network Addressing and Routing Scheme
• Configuring Anycast on a GSS

Cisco Global Site Selector Administration Guide


OL-17030-01 10-1
Chapter 10 Configuring the GSS Network with Anycast
Understanding the Anycast Network Addressing and Routing Scheme

Understanding the Anycast Network Addressing and


Routing Scheme
The anycast network addressing and routing scheme (anycast) provides high
availability and load balancing for stateless services, such as access to replicated
data. For example, the Domain Name Service (DNS) is a distributed service over
multiple geographically dispersed servers.
Anycast works with the routing topology to route data to the nearest or best
destination. Anycast has a one-to-many association between network addresses
and network endpoints, which means that each destination address identifies a set
of receiver endpoints, only one of which receives information from a sender at any
time.
Anycast is usually implemented by using the Border Gateway Protocol (BGP) to
simultaneously announce the same destination IP address range from many
different devices. Packets that are addressed to destination IP addresses in a
specific range are routed to the nearest point that announces the given destination
IP address.
Anycast is best suited to connectionless protocols (generally built on the User
Datagram Protocol (UDP)), rather than connection-oriented protocols such as the
Transmission Control Protocol (TCP), that keep their own state. The designated
receiving device may change from time to time as optimal routes change,
terminating any connections currently in progress without sending out broadcast
messages that indicate the connections have been terminated.
IP anycast allows the use of the same public IP address for multiple devices (in
this case, multiple GSSs). In IPv4, an IP anycast IP address is treated the same as
any other routable, public IP address. The difference is that the anycast IP address
is announced from multiple sites and the service provider with multiple routes
finds the closest exit.

Caution It is critical that your pair core sites with Solution Provider (SP) routers or Points
Of Presence (POPs) within the same city or region. Otherwise, anycast may
degrade your network performance.

Cisco Global Site Selector Administration Guide


10-2 OL-17030-01
Chapter 10 Configuring the GSS Network with Anycast
Configuring Anycast on a GSS

Configuring Anycast on a GSS


The GSS uses the loopback interface (lo:1) internally to assign an anycast IP
address to a GSS device. The advantage of the loopback interface is that the
anycast IP address is not broadcast on the network, so you can easily deploy
multiple GSSs in the same data center or across multiple data centers without an
IP address conflict. Because IP anycast configuration is performed per GSS, you
must configure IP anycast individually on each GSS.
The GSLB listens on an anycast IP address in addition to the following Ethernet
interfaces:
• TCP: port 53
• UDP: port 53, port 5300 (AS), port 5301 (NS)
The anycast IP interface is not supported on the following features:
• Director Response Protocol (DRP) agent
• Inter-GSS communications
• All types of keepalives
• Administration, including programs such as TELNET, SSH, SNMP, FTP,
NTP, and HTTPS
• CNR zone transfer
• DDoS with anti-spoofing enabled
You can configure a GSS with an anycast IP address by using the ip anycast
command in global configuration mode. Use the no form of this command to
remove the configuration of an anycast IP address.
The syntax of this command is as follows:
ip anycast ipaddress
no ip anycast ipaddress
The ipaddress argument specifies the anycast IP address. The netmask for the
anycast IP address is always 255.255.255.255.
You cannot enter the ip anycast command when the GSS is running. You must
first enter the gss stop command as shown in the following example:
gss1.example.com# gss stop
gss1.example.com# conf
gss1.example.com(config)# ip anycast 16.2.2.2

Cisco Global Site Selector Administration Guide


OL-17030-01 10-3
Chapter 10 Configuring the GSS Network with Anycast
Configuring Anycast on a GSS

The interface lo:1 is configured with the anycast IP address in addition to the
other interface configurations during system startup and also when you change the
anycast IP address by entering the ip anycast command.
Use the show running-config command to display the anycast IP address as
follows:
gss1.example.com# show running-config
interface ethernet 0
ip address 16.1.1.118 255.0.0.0
gss-communications
interface ethernet 1
ip address 1.2.3.4 255.255.255.252
hostname gss-badboy.cisco.com
ip default-gateway 16.1.1.1
ip anycast 16.2.2.2
ip name-server 16.1.1.118

Cisco Global Site Selector Administration Guide


10-4 OL-17030-01

You might also like