D-24
Cisco PGW 2200 Softswitch Release 9.8 Software Installation and Configuration Guide
OL-18083-01
Appendix D Sample Installation Scripts
Sample Configured XECfgParm.dat Files for Cisco PGW 2200 Softswitch Release 9.8(1)
SIP.connLocalMsgQueueSize = 1500 # Maximum number of local outgoing messsages per TCP
connection queue
SIP.udp2tcp_byte_xover = 0 # message size to control whether switch from UDP to TCP
SIP.naptr_record_locate = 1 # whether to perform natpr dns query
SIP.transportProtocol = udp # obsolete value, keep here to data migration
#-----------
# measM
#-----------
#
# Currently we assume 8000 XEMeas objects fit into 8 Mb of shared memory.
#
measM.sm_seg_size = 32 # size of shared memory in MB (default is 32)
measM.loadBalanceFactor = 20 # num of measmgr distribution points every 5 minutes
measM.port = default # port to sync dynamic meas thresholds
#----------
# almM
#----------
# almM.runAsDaemon = false
#-------------
# MML - since this is started and stopped by user, it
# has the following unique requirements for logging.
# - to alter logging levels, the logPrio parameter
# must be changed here, then the MML process
# started to pick up the change. The set-log
# command does not affect any MML processes
#
# - Currently MML must ALWAYS have autonomous=true
#-------------
MML.logPrio = Info # causes Info and above messages to be written to the
log
MML.logFileNamePrefix = mml # causes MML messages to be diverted to mml.log
MML.autonomous = true
MML.runAsDaemon = false
MML.timeout=10000 # in milliseconds
# (note: current XE supports 1-second
resolution)
#
# individual timeout values for MML commands:
# format is: MML.<verb> = time
# (verb all lowercase)
MML.chg-cfg = 10000
MML.startPM = /etc/init.d/CiscoMGC start
MML.stopPM = /etc/init.d/CiscoMGC stop
MML.vld-cic = 25000
MML.snd = 600000
MML.enhancedHelpCompletion = true
#----------
# XE
#----------
#-----------
# foverd
#-----------
# NOTE: addresses below must be configured for the target system
# - connTypes can be "socket", "serial", or "fifo"