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

Page of 55
 
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
 
tmsh create net vlan VLAN200 interfaces add {1.3} tag 200
#CREATE BIGIP SELF IP IN VLAN 200
 
tmsh create net self 10.0.200.24/24 vlan VLAN200 allow-service none
#CREATE TMS NODES
 
tmsh create ltm node nd-TMS-01 address 10.0.200.50 monitor icmp description 
'TMS NODE 01'
 
tmsh create ltm node nd-TMS-02 address 10.0.200.60 monitor icmp description 
'TMS NODE 02'
#CREATE MONITOR FOR TMS KEEPALIVE THE GUID IS FOUND IN TMS GUI
Cisco TelePresence Management Suite Installation and Upgrade Guide (14.4.1)     
Page 39 of 55
Setting up a redundant deployment
Example F5 BIG-IP Configuration