Cisco Cisco TelePresence Management Suite (TMS) Version 15 Maintenance Manual

Page of 332
Example ACE configuration
After initial configuration of your Cisco ACE 4710 Appliance Control Engine load balancer, you can copy and 
paste this sample configuration to your ACE. 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.
!Assigning a recourse class for use as the default class (minimum required configuration)
 
resource-class TMS
 
limit-resource all minimum 10.00 maximum unlimited
 
limit-resource conc-connections minimum 10.00 maximum unlimited
 
limit-resource sticky minimum 10.00 maximum unlimited
!The software version used on the ACE: A5 1.2
 
boot system image:c4710ace-t1k9-mz.A5_1_2.bin
!Configuring the hostname of the loadbalancer
 
hostname loadbalancer
!Creating and assigning configuration to the Admin Context
 
context Admin
!Putting the Admin context into the resource class TMS
 
member TMS
!Creating access lists, here nothing is restricted
 
access-list ALL line 8 extended permit ip any any
 
access-list ALL line 9 extended permit icmp any any
!Creating Probes for health check of the TMS (change username/password)
 
probe https BOOKING-PROBE-TMS
 
description Checking to see if the booking module is running. running against port 443
 
port 443
 
interval 10
 
passdetect interval 10
 
ssl version all
 
credentials tms-service my_password
 
request method get url /tms/booking
 
expect status 200 400
 
probe https CITIES-PROBE-TCP-443
 
port 443
 
interval 10
 
passdetect interval 45
 
receive 20
 
ssl version all
 
expect status 200 400
 
append-port-hosttag
 
open 20
 
probe http PROBE-HTTP-80
 
port 80
 
interval 10
 
passdetect interval 45
 
receive 2
 
request method get url /tms
 
expect status 200 499
 
open 2
!This probe logs into TMS on HTTPS for verification (change username/password)
 
probe https TMS-Monitoring-443
 
description Monitor the TMS application
 
port 443
Cisco TMS Administrator Guide (14.2)
Page 309 of 332
Redundant deployments
Example ACE configuration