CHAPTER 3 Media Flow Manager Web-Based Interface
Media Flow Manager Administrator’s Guide
82
Service Director
Copyright © 2010, Juniper Networks, Inc.
Figure 73
Preset Profiles > Apply Probe Page Detail
Service Director
Use the
Service Director
page to configure responses to client requests that direct the traffic
to a preset location near the client. In this way, the video viewing experience can be
significantly improved by delivering content from a location close to the user.
One of the methods that you can use with the Service Director is an
XML Response
file in the
format given below. Once you configure the XML file, post it to a location that the Media Flow
Manager can access so you will be able to reference it.
<?xml version="1.0" encoding="UTF-8" ?>
<geoiplookup name="GeoIP Service" service="Host Lookup">
<version>1.0.1</version>
<host_1>media10.break.com</host_1>
<host_2>media10.break.com</host_2>
<host_3>media10.break.com</host_3>
<country_code>USA</country_code>
<region_code>California</region_code>
<city_code>Los Angeles</city_code>
<client_ip>204.102.252.1</client_ip>
<query_ip>98.22.15.52</query_ip>
<curr_time>1234567890</curr_time>
<error_code>0</error_code>
</geoiplookup>