Cisco Systems PGW 2200 Switch User Manual


 
D-34
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.7(3)
# 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 # MIGRATED
# (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 # MIGRATED
#----------
# XE
#----------
#-----------
# foverd
#-----------
# NOTE: addresses below must be configured for the target system
# - connTypes can be "socket", "serial", or "fifo"
# connection 1 parameters
foverd.conn1Type = socket # MIGRATED
# connection 2 parameters
foverd.conn2Type = socket # MIGRATED
# connection 3 parameters