Cisco Cisco TelePresence Management Suite (TMS) Version 15 Installation Guide

Page of 55
!CHANGING AN EXISTING PROBE
 
probe http PROBE-HTTP-80
 
no expect status 200 499
 
description Probing TMS Redundancy URL
 
port 80
 
interval 2
 
faildetect 1
 
passdetect interval 2
!THIS IS THE PROBE URL PROVIDED BY CISCO TMS. CHANGE TO THE GUID OF YOUR CISCO TMS. NOTE: 
IF THE ? IS STRIPPED OUT, ENTER: CTRL+V BEFORE THE ?
 
request method head url /tms/public/IsAlive.aspx?guid=1cd4cd49-1ef5-4319-9bb5-
e3ab87345997
 
expect status 200 200
 
open 1
 
serverfarm host SFARM-TMS-WEB-443
!ADD A NEW PROBE FOR HTTP
 
probe PROBE-HTTP-80
!REMOVE UNUSED PROBES FROM THE SERVER FARM
 
no probe BOOKING-PROBE-TMS
 
no probe TMS-Monitoring-443
 
no probe TMS-WEBSERVICES-443
 
no probe CITIES-PROBE-TCP-443
!ENABLE NAT ON THE VIRTUAL SERVERS
 
policy-map multi-match L4-POLICY-TMS-WEB
 
class L4-CLASS-TMS-WEB-162
 
nat dynamic 1 vlan 200
 
class L4-CLASS-TMS-WEB-161
 
nat dynamic 1 vlan 200
 
class L4-CLASS-TMS-WEB-80
 
nat dynamic 1 vlan 200
 
class L4-CLASS-TMS-WEB-443
!SELECT THE CORRECT VLAN
 
nat dynamic 1 vlan 200
!DELETE UNUSED PROBES
 
no probe https TMS-Monitoring-443
 
no probe http TMS-Monitoring-80
 
no probe https TMS-WEBSERVICES-443
 
no probe https CITIES-PROBE-TCP-443
 
no probe https BOOKING-PROBE-TMS
!CONFIGURE A NAT POOL ON THE CORRECT VLAN
 
interface vlan 200
!CONFIGURE THE ADDRESS RANGE FOR NAT
 
nat-pool 1 10.0.200.30 10.0.200.30 netmask 255.255.255.0 pat
Example F5 BIG-IP Configuration
After initial configuration of your F5 BIG-IP load balancer, you can configure it with the settings below using 
copy and paste. All IP addresses, DNS names, usernames, and passwords must be amended to reflect your 
actual configuration prior to applying the settings to your load balancer.
#CREATE VLAN 200 on BIGIP INTERFACE 1.3
Cisco TelePresence Management Suite Installation and Upgrade Guide (14.4)     
Page 38 of 55
Setting up a redundant deployment
Example F5 BIG-IP Configuration