Cisco Systems PGW 2200 Switch User Manual


 
D-43
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.6(1)
# evtTimer(msec.) - Frequency at which the queue is scanned for Msgs.
# hbTimer(msec.) - Heart-beat timer, Not yet implemented.
# statDiscardThreshold - Size of Control Queue that triggers discarding
# all the queued stat events.
# sendThreshold - Max. Number of Events from the Queue sent at a time.
# IPCsendThreshold - Max. Number of RSIPs from the Queue sent at a time.
ioChanMgr.evtTimer = 100
ioChanMgr.hbTimer = 1000
ioChanMgr.statDiscardThreshold = 40
ioChanMgr.sendThreshold = 10
ioChanMgr.IPCsendThreshold = 0
#Channel manager parameters for SCC switchover on MGX
# Both sessionPauseTimer and resumeAckTimer are in seconds.
ioChanMgr.sessionPauseTimer = 8
ioChanMgr.resumeAckTimer = 1
#-----------
# ioChanCtl
#-----------
ioChanCtl.DPNSSTestFrames = true
ioChanCtl.xgcpMultiThread = true # enable threading for the IP receive loop in MGCP
ioChanCtl.ituIsNewZealand = false # for New Zealand MTP3 set appropriate ITU
properties
#-----------
# 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