|
|
This chapter describes parameters found in the dat file XECfgParm.dat. This includes different file descriptions for the Release 7.3 and 7.4 XECfgParm.dat files, with the information for the more current release presented first. This information is not provided for users to edit the file. Rather, it is because these parameters are used throughout the Media Gateway Controller network element and this chapter enables users to better understand what these parameters are and how they are used.
XECfgParm.dat parameters are used by every process of the MGC network element. Parameters take the following syntax:
facilityName.parameterName = parameterValue
Valid facility names are:
If no match is found for a facility-specific parameter, the file is searched for a match on the default facility.
The XECfgParm.dat file configuration parameters for Release 7.4 are presented alphabetically in Table 4-1.
This list of parameters is provided as a reference. Do not edit any parameters that are not listed in the Cisco Media Gateway Controller Software Release 7 Installation and Configuration Guide unless instructed by Cisco technical support, or your system might not work as intended.
| Configuration Parameter | Definition | ||||
|---|---|---|---|---|---|
*.autonomous | Enables a process, for example the engine, to be started without the system. Default: false
| ||||
*.CDBOutputSel | Specifies ouput format for certain CDB Tag information fields. If no value is available, the module defaults output to the ANSI format for the affected tag fields. Values:
Default: AnsiCDB | ||||
*.chkPtPort | Port number used between peer components or processes for check-pointing. Value: Any unused port number. Default: 2001 Leave this value as the default.
| ||||
*.dataDir | Location of the data directory. Default: ../var
| ||||
*.dataSourceName | Used by the MMDB to obtain the data source name for the ODBC connection. Default: howdydb
| ||||
*.debugLevel | Determines level of debugging detail if debugging is initiated. Default: high
| ||||
*.desiredPlatformState | Determines the desired platform state. Values:
Default: none
| ||||
*.disableMeas | Disables the collection of measurement data. Values: true = disables data collection false = data is collected Default: false
| ||||
*.homeDirRoot | Location of the home directory. Default: /opt/CiscoMGC
| ||||
*.IP_Addr1 | IP address of interface 1; used for signaling. | ||||
*.IP_Addr2 | IP address of interface 2; used for signaling. | ||||
*.IP_Addr3 | IP address of interface 3 (if installed); used for signaling. | ||||
*.IP_Addr4 | IP address of interface 4 (if installed); used for signaling. | ||||
*.ipAddrLocalA | First local IP address; used for checkpointing and failover heartbeats if you have active/standby MGC hosts.
| ||||
*.ipAddrLocalB | Second local IP address; used for checkpointing and failover heartbeats if you have active/standby MGC hosts.
| ||||
*.ipAddrPeerA | First corresponding peer IP address; used for checkpointing and failover heartbeats.
| ||||
*.ipAddrPeerB | Second corresponding peer IP address; used for checkpointing and failover heartbeats.
| ||||
*.logDirectory | Location of the active and rotated log files. Default: ../var/log
| ||||
*.logFileNamePrefix | Combined with the .log extension, defines the filename for log files. Default: platform Example: engine
| ||||
*.logMsgDrop | Controls whether the log server drops debug-level messages when the UNIX domain socket used for log server communication is full. Values:
Default: true
| ||||
*.logPrio | Defines the initial default logging level used by logging clients when sending messages to the logging server. Use the set-log MML command to change logging levels after installation. You can specify different logging levels for each process. For example, engine.logPrio = Info
Values:
Default: Warning
| ||||
*.LongCallTime | Monitors call length and sets the system to trigger an alarm when a call length reaches a certain level. Value: Any integer. Default: 21600000 milliseconds (6 hours)
| ||||
*.numberOfThreads | Specifies the number of threads generated by multi-threaded processes such as the engine, the log master, and so on. Corresponds to the number of CPUs in your configuration. Values:
Default: 0
| ||||
*.Ovl1AbateThresh | Controls engine overload levels. This setting depends on the maximum call rate (95% CPU utilization) of your environment. If the Ovl1OnsetThreshold is reached, raising an alarm, the Ovl1RejectPercent action abates until this threshold value is reached, clearing the alarm. Value: Use the following formula, where X = calls per second and Y = messages per call: *.Ovl1AbateThresh = (X * Y * 0.6) Default: 780
| ||||
*.Ovl1OnsetThresh | Controls engine overload levels. This setting depends on the maximum call rate (95% CPU utilization) of your environment. If this threshold value is met, an alarm is raised and calls are rejected at the percentage defined by Ovl1RejectPercent. Value: Use the following formula, where X = calls per second and Y = messages per call: *.Ovl1OnsetThresh = (X * Y * 0.7) Default: 910 | ||||
*.Ovl1RejectPercent | Controls engine overload levels. This setting depends on the maximum call rate (95% CPU utilization) of your environment. A percentage of new calls is rejected at this level. For example, 20% means that 1 out of 5 new calls are rejected at this level. Value: 0 to 100 percent Default: 25 percent | ||||
*.Ovl2AbateThresh | Controls engine overload levels. This setting depends on the maximum call rate (95% CPU utilization) of your environment. If the Ovl2OnsetThreshold is reached, raising an alarm, the Ovl2RejectPercent action abates until this threshold value is reached, clearing the alarm. Value: Use the following formula, where X = calls per second and Y = messages per call: *.Ovl2AbateThresh = (XY * 0.7) Default: 910
| ||||
*.Ovl2OnsetThresh | Controls engine overload levels. This setting depends on the maximum call rate (95% CPU utilization) of your environment. If this threshold value is met, an alarm is raised and calls are rejected at the percentage defined by Ovl2RejectPercent. Value: Use the following formula, where X = calls per second and Y = messages per call: *.Ovl2OnsetThresh = (X * Y * 0.8) Default: 1040 | ||||
*.Ovl2RejectPercent | Controls engine overload levels. This setting depends on the maximum call rate (95% CPU utilization) of your environment. A percentage of new calls is rejected at this level. For example, 20% means that 1 out of 5 new calls are rejected at this level. Value: 0 to 100 percent Default: 50 percent | ||||
*.Ovl3AbateThresh | Controls engine overload levels. This setting depends on the maximum call rate (95% CPU utilization) of your environment. If the Ovl3OnsetThreshold is reached, raising an alarm, the Ovl3RejectPercent action abates until this threshold value is reached, clearing the alarm. Value: Use the following formula, where X = calls per second and Y = messages per call: *.Ovl3AbateThresh = (XY * 0.8) Default: 1040
| ||||
*.Ovl3OnsetThresh | Controls engine overload levels. This setting depends on the maximum call rate (95% CPU utilization) of your environment. If this threshold value is met, an alarm is raised and calls are rejected at the percentage defined by Ovl3RejectPercent. Value: Use the following formula, where X = calls per second and Y = messages per call: *.Ovl3OnsetThresh = (X * Y) Default: 1300 | ||||
*.Ovl3RejectPercent | Controls engine overload levels. This setting depends on the maximum call rate (95% CPU utilization) of your environment. A percentage of new calls is rejected at this level. For example, 20% means that 1 out of 5 new calls are rejected at this level. Value: 0 to 100 percent Default: 100 percent | ||||
*.OwnClli | Common language location identifier; used for circuit query validation when circuit queries are supported. Value: Alpha-numeric string, up to 11 characters. Default: TTTT-SS-BB-XXX Example: 1111-22-33-444 | ||||
*.ownTranspathId | Identifies the local Cisco MGC host in a redundant configuration (same value as *.transpathID). The IDs must be unique in an active and standby pair. Value: Any integer up to 2 digits. Default (for the active Cisco MGC host): 01
| ||||
*.peerTranspathId | Identifies the peer Cisco MGC host in a redundant configuration. The IDs must be unique in an active and standby pair. Value: Any integer up to 2 digits. Default (for the standby Cisco MGC host): 02
| ||||
*.platformId | Enables the signaling controller to run more than one instance of the Cisco MGC software concurrently. Default: 1
| ||||
*.runAsDaemon | Enables processes to run in the background. Default: false
| ||||
*.sm_meas_baseaddr | Indicates the memory size of the base address. Default: 2048
| ||||
*.stPort | Port number used between peer components or processes. Enter any unused port number, for example, 7000. If your configuration uses a Cisco SLT, enter the port number on the Cisco SLT.
| ||||
*.SyscheckpointEnabled | Enables or disables checkpointing. Values:
Default: false
| ||||
*.tablesFile | Location of the database directories. Default: ../etc/tables.dat
| ||||
*.tempDir | Location of the temporary files. Default: /tmp
| ||||
*.transpathId | Identifies the local Cisco MGC host in a redundant configuration. The IDs must be unique in an active and standby pair. Value: Any integer up to 2 digits. Default (for the active host): 01
| ||||
*.VSCNetworkPlacement | Determines Cisco MGC placement (AT or IXC) and bias routing accordingly. Values:
Default: NULL
| ||||
cfgM.recovDbFile | Storage location of the configuration manager recovery information. Default: ../var/cfgMRecovery
| ||||
diskmonitor.Limit | Number of days to preserve before disk trimming is initiated. Default: 7
| ||||
diskmonitor.OptFileSys | List of optional file systems to monitor. Default: (blank) | ||||
diskmonitor.SoftLimit | Works with diskmonitor.Threshold to prevent the disk from filling up and stopping the Cisco MGC. If true, an override of the preserve limit is allowed. Values:
Default: false
| ||||
diskmonitor.Threshold | Erases old log files to free disk space. The threshold is the percent the disk is full before trimming starts. Value: Any integer from 1 to 100 (% of threshold). Default: 80 | ||||
diskmonitor.CdrRmFinished | Controls removal of CDRs that have been processed. This parameter controls whether files should be deleted immediately (the default) or kept for X days. This parameter is valid only when a BAM system is pulling CDR files and renaming them".finished" upon successful transfer. Value: 0 (default - delete immediately), or non-zero integer indicated days to delay before being deleted Default: 0 | ||||
cdrDmpr.callDetail | Specifies that call detail record (CDR) files may be automatically converted from binary format to ASCII, comma-delimited format. Default: /opt/CiscoMGC/local/cdbscript.sh Optional: /opt/CiscoMGC/bin/converter (if binary CDR files need to be converted to ASCII)
| ||||
dmpr.openCDR | Specifies whether the standard data dumper should write out CDR files. Values:
Default: true
| ||||
engine.AuditOverloadLvl | Specifies a queue level where audit processing is deferred to reduce the load on the system. When the queue capacity is at this level or higher, auditing is not canceled, but it is deferred until the queue capacity returns to below this level. Values: 0 to 100 percent
Default: 25 percent
| ||||
engine.AuditTimerInterval | Time interval in milliseconds between two batches of audits. Value: Any positive integer. Default: 500
| ||||
engine.CALL_MEM_BLOCK_SIZE | Block of memory allocated per call; used by MDL. Value: Integer Default: 0
| ||||
engine.CALL_MEM_CHUNK_SIZE | Memory chunks allocated from the block of memory designated with engine.CALL_MEM_BLOCK_SIZE. Value: Integer Default: 0
| ||||
engine.CDRencodingFormat | Specifies the call detail record (CDR) file encoding format. Values:
Default: AnsiCDB | ||||
engine.CDRmessageTypes | Specifies which call detail blocks (CDBs) are recorded during a call. Default: "1010, 1020, 1030, 1040, 1050, 1060, 1070" Example: "1060, 1110" Each number represents a point in a call. 1060 is required. 1080 is an external value, used for TCAP.
| ||||
engine.CDRtimeStamp | Specifies the time stamp unit in seconds or milliseconds. If a BAM is being used for billing and measurements, the value must be "M". Values:
| ||||
engine.CMMdlFile | Location of call processing libraries. Default: ../lib/cc
| ||||
engine.LCMMdlFile | Location of call processing libraries. Default: ../lib/lcm
| ||||
engine.MaxAuditCics | Number of circuit identification codes (CICs) that can be audited at a specified interval. Values:
Default: 32
| ||||
engine.mdoDir | Location of call processing libraries. Default: ../lib/
| ||||
engine.SysCdrCollection | Designates the format of call detail records (CDRs). Values:
Default: false
| ||||
engine.SysCLIval | Enables or disables Calling Line Identity (CLI) validation processing on calls. Values:
Default: false | ||||
engine.SysGeneratedCode | Determines whether compiled or interpreted code is used. Values:
Default: true
| ||||
engine.SysGRSBlockSize | Specifies the number of simultaneous GRS messages to send when the engine starts. Value: Any integer Default: 0 Example: 1 | ||||
engine.SysGRSTimerInterval | Specifies the interval, in milliseconds, between group service (GRS) messages. Value: Any integer. Default: 0 Example: 1000 | ||||
engine.SysMaxOverlap | Maximum amount of digits required before a call is considered complete; used in overlap signaling. Default: 28
| ||||
engine.SysMdlMemoryReduction | Controls use of MDL memory reductions. Values:
Default: 0
| ||||
engine.SysMinOverlap | Minimum amount of digits required before a call is considered valid; used in overlap signaling. Default: 0
| ||||
engine.SysPropagateChanAvail | In a classic signaling controller configuration, propagates service messages between channels in the event of a channel failure. Values:
| ||||
engine.SysScreeningCheck | Enables or disables the call screening database. If you do not have the database environment set with all the required data populated, set this value to false. Set this value to true if you have the database and want the system to access it. Values:
Default: false | ||||
engine.SysSGCPRetryCount | Maximum number of SGCP retry messages after a failure. Default: 3
| ||||
engine.SysSGCPREtryTimerInterval | The interval between SGCP message transmissions, in milliseconds. Default: 1000
| ||||
engine.SysTraceLevel | A debugging tool that allows for different levels of engine tracing. Default: 3
| ||||
engine.SysVirtualSwitch | Indicates whether the Cisco MGC host functions as a signaling controller or a virtual switch controller. Values:
Default: 0 | ||||
engine.VersionTimeoutValue | Defines the timeout interval in number of milliseconds for version messages sent to the MGW. This delay determines how long the Cisco MGC will wait for response from the MGW during the exchange of features prior to the audit. Value: Any integer. Default: 10000 | ||||
foverd.abswitchPort | Port used for communication with the A/B switch. Value: /dev/term/x Example: /dev/term/b
| ||||
foverd.abswitchTestInterval | Time interval in milliseconds between attempts to verify that an A/B switch is present. Default: 30000
| ||||
foverd.ackTimeout | Maximum time, in milliseconds, that the failover daemon will wait for an ACK or NOACK message to be received from the peer failover daemon. For each message the failover daemon sends, the peer failover daemon sends an ACK or NOACK message to indicate that the peer is still functioning. Default: 1000 milliseconds (1 second).
| ||||
foverd.commRetryInterval | Time interval in milliseconds between attempts to open a connection. Connection types include:
Default: 30000 milliseconds (30 seconds).
| ||||
foverd.conn1Type | Sets the connection type for connection number 1. Values:
| ||||
foverd.conn2Type | Sets the connection type for connection number 2. Values:
| ||||
foverd.conn3Addr | Specifies the address of the peer system. Example: /dev/term/b If your configuration does not use connection number 3, enter /dev/null (default).
| ||||
foverd.conn3Type | Sets the connection type for connection number 3. Values:
| ||||
foverd.delayTimeout | Maximum time in milliseconds that the failover daemon can delay at startup before sending messages to its peer. This is also the delay offset that is added when the two failover daemons become too closely synchronized. Default: 1000 milliseconds (1 second) | ||||
foverd.forceShutTimeout | Maximum time in milliseconds that the failover daemon waits before forcefully shutting down the platform. Default: 1000 milliseconds (1 second) | ||||
foverd.graceShutTimeout | Maximum time in milliseconds that the failover daemon waits before gracefully shutting down the process manager, which shuts down the processes it controls. Default: 6000 milliseconds (6 seconds) | ||||
foverd.heartbeatInterval | Maximum time in milliseconds between heartbeat messages from the peer failover daemon. This interval defines the frequency that the failover daemon exchanges heartbeat messages with its peer. Default: 4000 milliseconds (4 seconds). | ||||
foverd.ipLocalPortA | Port number used for IP communication. Default: 0
| ||||
foverd.ipLocalPortB | Port number used for IP communication. Default: 0
| ||||
foverd.ipPeerPortA | Port number used for IP communication. Default: 0
| ||||
foverd.ipPeerPortB | Port number used for IP communication. Default: 0
| ||||
foverd.peerCommTimeout | Maximum time in milliseconds without communication with the remote system. At the expiration of this period, the remote system is assumed to be unavailable and failover is triggered automatically. Default: 10000 milliseconds (10 seconds)
| ||||
foverd.statusRptInterval | Time interval in milliseconds that governs the frequency with which the failover daemon logs statistics on the different connections and any failures it encountered exchanging messages with its peer. Logs are created in the log directory. Default: 600000 milliseconds (10 minutes) | ||||
foverd.transitionTimeout | Maximum time in milliseconds allowed for transitions between different states of the failover daemon. This timeout determines how long the system waits for a graceful transition to a new state before forcing the transition. If a timeout occurs, the system is restarted. Default: 10000 milliseconds (10 seconds). | ||||
ioChanCtl.DPNSSTestFrames | Enables DPNSS to generate test frames. Values:
Default: true
| ||||
ioChanMgr.alarmTimer | This parameter is obsolete and should be set to 0. | ||||
ioChanMgr.evtTimer | Frequency, in milliseconds, at which the queue is scanned for messages. Default: 100
| ||||
ioChanMgr.hbTimer | This parameter is reserved for future use. | ||||
ioChanMgr.sendThreshold | Maximum number of events sent from the queue at one time. Default: 10
| ||||
ioChanMgr.statDiscardThreshold | Size of the control queue that triggers discarding of all queued stat events. Default: 40
| ||||
ioChanMgr.statTimer | Frequency, in milliseconds, at which measurements are collected in TIOS. Default: 30000 milliseconds
| ||||
ioChanMgr.trace | Creates unit test tracing of line and channel state machines. Generates a considerable amount of information to the log. Set to a value only when debugging a particular problem with line or channel service state problems. Values:
| ||||
logger.daemonAddr | Specifies the name of the local socket used by the log server daemon. The daemon listens for connections on this address, and client programs attempt to connect to the daemon at this address. Default: ../var/log/lsd_addr
| ||||
logger.fileRotateInterval | Triggers a file rotation based on the time elapsed since the previous rotation. Default: 1440 minutes (24 hours)
| ||||
logger.fileRotateSize | Triggers a file rotation based on the size of the active file. A file rotation triggered by this parameter also resets logger.fileRotateInterval timer. Default: 100 (megabytes)
| ||||
logger.numThreads | Determines whether the PXE logger should run in a separate thread from the rest of the application. A value of zero runs the logger synchronously with the application; a value of 1 runs the logger in a separate thread. Value: 0/1 (Values less than 0 get reset to zero; values greater than 1 get reset to 1.) Default: 0 Example: 0 # Run logger synchronously with rest of client application. | ||||
MML.chg-cfg | Timeout value for the chg-cfg MML command in milliseconds; overrides MML.timeout. Default: 10000 milliseconds
| ||||
MML.set-sc-state | Timeout value for the set-sc-state MML command in milliseconds; overrides MML.timeout. Default: 8500 milliseconds
| ||||
MML.snd | Timeout value for the snd MML command in milliseconds; overrides MML.timeout. Default: 600000 milliseconds
| ||||
MML.startPM | Timeout value for the startPM MML command in milliseconds; overrides MML.timeout. Default: /etc/init.d/CiscoMGC start
| ||||
MML.stopPM | Timeout value for the stopPM MML command in milliseconds; overrides MML.timeout. Default: /etc/init.d/CiscoMGC stop
| ||||
MML.timeout | Timeout for MML commands, in milliseconds. Default: 10000 milliseconds
| ||||
MML.vld-cic | Timeout value for the vld-cic MML command in milliseconds; overrides MML.timeout. Default: 25000 milliseconds
| ||||
pom.dataSync | Indicates that the Provisioning Object Manager (POM) should synchronize the provisioning data at startup. Values:
| ||||
pom.port | In a failover configuration, indicates the port number the POM uses to communicate with its peer. Value: Any integer from 4001 to 4050 Default: 4001 or default
| ||||
procM.almDwellInterval | Seconds that the process manager must wait before clearing an alarm. Default: 15 seconds
| ||||
procM.logDBFile | Specifies the location of the log level storage. Default: ../var/procMLogTable | ||||
procM.minCheckHealthInterval | Seconds at which a process can generate heartbeats. Default: 10 seconds
| ||||
procM.minCheckHealthTimeout | Seconds at which a timeout can occur. Default: 2 seconds
| ||||
procM.minKillGracePeriod | Seconds that the process manager must wait before killing a process after a heartbeat timeout. Default: 5 seconds
| ||||
procM.recovDbFile | Storage location of the process manager persistent information. Default: ../var/procMRecovery
| ||||
procM.servFmt | Format of the process manager temporary files. Default: PM_%d_%d_input
| ||||
procM.servicesDir | Location of the process manager temporary files. Default: ../var
| ||||
procMprocHealthDfltAlmCat | This parameter is no longer used. | ||||
product.time | Software time stamp.
| ||||
product.vendor | Software vendor name.
| ||||
product.version | Software release version number.
| ||||
replicator.portCommChannelRecv | Communication port for the replicator. Default: 2974
| ||||
replicator.portCommChannelSend | Communication port for the replicator. Default: 2972
| ||||
replicator.portDataChannelRecv | Communication port for the replicator. Default: 2970
| ||||
replicator.portDataChannelSend | Communication port for the replicator. Default: 2968
| ||||
replicator.reconnectInterval | Defines the reconnect interval in number of seconds for the replicator during a switchover. Value: Any integer Default: 15 seconds
| ||||
XE.ARUWriteDevice | Name of the device from which the alarm relay unit (ARU) expects to read the alarm strings. Example: /dev/null
| ||||
XE.heartBeatRate | Heartbeat rate, in seconds, used with an alarm relay unit (ARU). Default: 60 seconds
| ||||
XE.systemType | Indicates the system type for alarm LEDs. Values:
Default: SPARC |
The XECfgParm.dat file configuration parameters for Release 7.3 are presented in Table 4-2.
| Configuration Parameter | Definition | ||||
|---|---|---|---|---|---|
*.autonomous | Enables a process, for example the engine, to be started without the system. Default: false
| ||||
*.CDBCustPref | Specifies CDB event handling (to handle or ignore the event). If no value is specified, all CDB events are ignored. Default: Generic
| ||||
*.CDBOutputSel | Specifies ouput format for certain CDB Tag information fields. If no value is available, the module defaults output to the ANSI format for the affected tag fields. Values:
Default: AnsiCDB | ||||
*.chkPtPort | Port number used between peer components or processes for check-pointing. Values: Any unused port number. Default: 2003 Leave this value as the default.
| ||||
*.dataDir | Location of the data directory. Default: ../var
| ||||
*.dataSourceName | Used by the MMDB to obtain the data source name for the ODBC connection. Default: howdydb
| ||||
*.debugLevel | Determines level of debugging detail if debugging is initiated. Default: high
| ||||
*.desiredPlatformState | Determines the desired platform state. Values:
Default: none
| ||||
*.disableMeas | Disables the collection of measurement data. Values:
Default: false
| ||||
*.eventTrace |
Default: false | ||||
*.homeDirRoot | Location of the home directory. Default: /opt/TransPath
| ||||
*.IP_Addr1 | IP address of interface 1; used for signaling. | ||||
*.IP_Addr2 | IP address of interface 2; used for signaling | ||||
*.IP_Addr3 | IP address of interface 3 (if installed); used for signaling. | ||||
*.IP_Addr4 | IP address of interface 4 (if installed); used for signaling. | ||||
*.ipAddrLocalA | First local IP address; used for checkpointing and failover heartbeats.
| ||||
*.ipAddrLocalB | Second local IP address; used for checkpointing and failover heartbeats.
| ||||
*.ipAddrPeerA | First corresponding peer IP address; used for checkpointing and failover heartbeats.
| ||||
*.ipAddrPeerB | Second corresponding peer IP address; used for checkpointing and failover heartbeats.
| ||||
*.logDest | Specialized logging destination where operational messages are routed. Values:
Default: sysLog
| ||||
*.logFacility | Name of the default log file. Default: Platform (platform.log)
| ||||
*.logFileFmt | Determines logging levels. Default: ../var/log/platform.log
| ||||
*.logPrio | Defines the initial default logging level used by logging clients when sending messages to the logging server. Use the set-log MML command to change logging levels after installation. You can specify different logging levels for each process. For example, engine.logPrio = Info.
Values:
Default: Error
| ||||
*.LongCallTime | Monitors call length and sets the system to trigger an alarm when a call length reaches a certain level. Value: Any integer. Default: 21600000 milliseconds (6 hours)
| ||||
*.numberOfThreads | Specifies the number of threads generated by multi-threaded processes such as the engine, the log master, and so on. Corresponds to the number of CPUs in your configuration. Values:
Default: 0
| ||||
*.Ovl1AbateThresh | Controls engine overload levels. This setting is the percentage of total queue capacity at which the overload level will no longer be in effect. Default: 20
| ||||
*.Ovl1OnsetThresh | Controls engine overload levels. The setting is the percentage of total queue capacity at which the overload level will be in effect. Default: 25 | ||||
*.Ovl1RejectPercent | Controls engine overload levels. This setting is the percentage of new calls that will be renected at this overload level. For example, 20% means that 1 out of 5 new calls are rejected at this level. Value: 0 to 100 percent Default: 25 percent | ||||
*.Ovl2AbateThresh | Controls engine overload levels. This setting is the percentage of total queue capacity at which the overload level will no longer be in effect. Default: 40
| ||||
*.Ovl2OnsetThresh | Controls engine overload levels. The setting is the percentage of total queue capacity at which the overload level will be in effect. Default: 50 | ||||
*.Ovl2RejectPercent | Controls engine overload levels. This setting is the percentage of new calls that will be renected at this overload level. For example, 20% means that 1 out of 5 new calls are rejected at this level. Value: 0 to 100 percent Default: 50 percent | ||||
*.Ovl3AbateThresh | Controls engine overload levels. This setting is the percentage of total queue capacity at which the overload level will no longer be in effect. Default: 60
| ||||
*.Ovl3OnsetThresh | Controls engine overload levels. The setting is the percentage of total queue capacity at which the overload level will be in effect. Default: 75 | ||||
*.Ovl3RejectPercent | Controls engine overload levels. This setting is the percentage of new calls that will be renected at this overload level. For example, 20% means that 1 out of 5 new calls are rejected at this level. Value: 0 to 100 percent Default: 100 percent | ||||
*.OwnClli | Common language location identifier; used for circuit query validation when circuit queries are supported. Value: Alpha-numeric string, up to 24 characters. Default: TTT-SS-BB-XXX Example: 1-22-33-444 | ||||
*.ownTranspathId | Identifies the local Cisco MGC host in a redundant configuration (same value as *.transpathID). The IDs must be unique in an active and standby pair. Value: Any integer up to 2 digits. Default (for the active Cisco MGC host): 76
| ||||
*.peerTranspathId | Identifies the peer Cisco MGC host in a redundant configuration. The IDs must be unique in an active and standby pair. Value: Any integer up to 2 digits. Default (for the standby Cisco MGC host): 77
| ||||
*.platformId | Enables the signaling controller to run more than one instance of the Cisco MGC software concurrently. Default: 1
| ||||
*.runAsDaemon | Enables which of the following processes runs in the background.
| ||||
*.sm_meas_baseaddr | Indicates the memory size of the base address. Default: 2048
| ||||
*.stPort | Port number used between peer components or processes. Default: 7000 If your configuration uses a Cisco SLT, enter the port number on the Cisco SLT.
| ||||
*.SysCheckpointEnabled | Enables or disables checkpointing. Values:
Default: true
| ||||
*.tablesFile | Location of database directories. Default: ../etc/tables.dat
| ||||
*.tempDir | Location of temporary files. Default: /tmp
| ||||
*.transpathId | Identifies the local Cisco MGC host in a redundant configuration. The IDs must be unique in an active and standby pair. Value: Any integer up to 2 digits. Default (for the active host): 76
| ||||
*.VSCNetworkPlacement | Determines Cisco MGC placement (AT or IXC) and bias routing accordingly. Values:
Default: " "
| ||||
cdrDmpr.callDetail | Specifies that call detail record (CDR) files will be automatically converted from binary format to ASCII, comma-delimited format. Default: /opt/TransPath/bin/converter Example: /opt/TransPath/local/cdbscript.sh
| ||||
cdrDmpr.openCDR | Specifies whether the standard data dumper should write out CDR files. Values:
Default: false
| ||||
cdrDmpr.seqFile | Identifies the file to store/retrieve the cdr sequence number. Values: a string indicating file location Default: ../var/.cdr.seq
| ||||
cfgM.recovDbFile | Storage location of the configuration manager recovery information. Default: ../var/cfgMRecovery
| ||||
diskmonitor.Limit | Number of revisions of a file that can exist before disk trimming is initiated. Default: 7
| ||||
diskmonitor.OptFileSys | List of optional file systems to monitor. Default: /opt (base directory) | ||||
diskmonitor.SoftLimit | Works with diskmonitor.Threshold to prevent the disk from filling up and stopping the Cisco MGC. Values:
Default: false
| ||||
diskmonitor.Threshold | Erases old log files to monitor disk space. Value: Any integer from 1 to 100 (% of threshold). Default: 80 | ||||
engine.AuditOverloadLvl | Specifies a queue level where audit processing is deferred to reduce the load on the system. When the queue capacity is at this level or higher, auditing is not canceled, but it is deferred until the queue capacity returns to below this level. Values: 0 to 100 percent
Default: 25 percent
| ||||
engine.AuditTimerInterval | Time interval in milliseconds between two batches of audits. Value: Any positive integer. Default: 500
| ||||
engine.CDRencodingFormat | Specifies the call detail record (CDR) file encoding format. Values:
Default: AnsiCDB | ||||
engine.CDRmessageTypes | Specifies which call detail blocks (CDBs, statistics taken at various points in a call) are recorded during a call.
Each number represents a point in a call. 1060 is required. 1080 is an external value, used for TCAP.
| ||||
engine.CDRtimeStamp | Specifies the time stamp unit in seconds or milliseconds. Values:
| ||||
engine.CMMdlFile | Location of call processing libraries. Default: ../lib/cc
| ||||
engine.InterfacesToAudit | Defines the number of interfaces to audit in one time interval. Value: Integer > 1 | ||||
engine.LCMMdlFile | Location of call processing libraries. Default: ../lib/lcm
| ||||
engine.MaxAuditCics | Number of circuit identification codes (CICs) that can be audited at a specified interval. Values:
Default: 32
| ||||
engine.mdoDir | Location of call processing libraries. Default: ../lib/
| ||||
engine.SysCdrCollection | Designates the format of call detail records (CDRs). Values:
Default: false
| ||||
engine.SysCLIval | Enables or disables Calling Line Identity (CLI) validation processing on calls. Values:
Default: false | ||||
engine.SysGeneratedCode | Determines whether compiled or interpreted code is used. Values:
Default: true
| ||||
engine.SysGRSBlockSize | Specifies the number of simultaneous GRS messages to send when the engine starts. Value: Any integer Default: 0 Example: 1 | ||||
engine.SysGRSTimerInterval | Specifies the interval, in milliseconds, between group service (GRS) messages. Value: Any integer. Default: 0 Example: 1000 | ||||
engine.SysMaxOverlap | Maximum amount of digits required before a call is considered complete; used in overlap signaling. Default: 28
| ||||
engine.SysMinOverlap | Minimum amount of digits required before a call is considered valid; used in overlap signaling. Default: 0
| ||||
engine.SysNumTrans | Default: false | ||||
engine.SysPropagateChanAvail | In a classic signaling controller configuration, propagates service messages between channels in the event of a channel failure. Values:
| ||||
engine.SysScreeningCheck | Enables or disables the call screening database. If you do not have the database environment set with all the required data populated, set this value to false. Set this value to true if you have the database and want the system to access it. Values:
Default: false | ||||
engine.SysSGCPRetryCount | Maximum number of SGCP retry messages after a failure. Default: 3
| ||||
engine.SysSGCPREtryTimerInterval | The interval between SGCP message transmissions, in seconds. Default: 1000
| ||||
engine.SysToneDetect | This parameter is obsolete. | ||||
engine.SysTraceLevel | A debugging tool that allows for different levels of engine tracing. Default: 3
| ||||
engine.SysVirtualSwitch | Indicates whether the Cisco MGC host functions as a signaling controller or a virtual switch controller. Values:
| ||||
engine.VersionTimeoutValue | Defines the timeout interval in number of milliseconds for version messages sent to the MGW. This delay determines how long the Cisco MGC will wait for response from the MGW during the exchange of features prior to the audit. Value: Any integer. Default: 10000 | ||||
foverd.abswitchPort | Port used for communication with the A/B switch. Value: /dev/term/x Example: /dev/term/b
| ||||
foverd.abswitchTestInterval | Time interval in milliseconds between attempts to Default: 30000
| ||||
foverd.ackTimeout | Maximum time, in milliseconds, that the failover daemon will wait for an ACK or NOACK message to be received from the peer failover daemon. For each message the failover daemon sends, the peer failover daemon sends an ACK or NOACK message to indicate that the peer is still functioning. Default: 1000 milliseconds (1 second).
| ||||
foverd.commRetryInterval | Time interval in milliseconds between attempts to open a connection. Connection types include:
Default: 30000 milliseconds (30 seconds).
| ||||
foverd.conn1Type | Sets the connection type for connection number 1. Values:
| ||||
foverd.conn2Type | Sets the connection type for connection number 2. Values:
| ||||
foverd.conn3Addr | Specifies the address of the peer system. Value: Any address Example: /dev/term/b If your configuration does not use connection number 3, enter /dev/null (default).
| ||||
foverd.conn3Type | Sets the connection type for connection number 3. Values:
| ||||
foverd.delayTimeout | Maximum time in milliseconds that the failover daemon can delay at startup before sending messages to its peer. This is also the delay offset that is added when the two failover daemons become too closely synchronized. Default: 1000 milliseconds (1 second) | ||||
foverd.forceShutTimeout | Maximum time in milliseconds that the failover daemon waits before forcefully shutting down the platform. Default: 1000 milliseconds (1 second) | ||||
foverd.graceShutTimeout | Maximum time in milliseconds that the failover daemon waits before gracefully shutting down the process manager, which shuts down the processes it controls. Default: 6000 milliseconds (6 seconds) | ||||
foverd.heartbeatInterval | Maximum time in milliseconds between heartbeat messages from the peer failover daemon. This interval defines the frequency that the failover daemon exchanges heartbeat messages with its peer. Default: 4000 milliseconds (4 seconds). | ||||
foverd.ipLocalPortA | Port number used for IP communication. Default: 1051
| ||||
foverd.ipLocalPortB | Port number used for IP communication. Default: 1053
| ||||
foverd.ipPeerPortA | Port number used for IP communication. Default: 1052
| ||||
foverd.ipPeerPortB | Port number used for IP communication. Default: 1054
| ||||
foverd.peerCommTimeout | Maximum time in milliseconds without communication with the remote system. At the expiration of this period, the remote system is assumed to be unavailable and failover is triggered automatically. Default: 10000 milliseconds (10 seconds)
| ||||
foverd.procMCmdLine | This parameter is obsolete. | ||||
foverd.statusRptInterval | Frequency, in milliseconds, at which the failover daemon generates status messages. Default: 600000 miliseconds
| ||||
foverd.statusRptInterval | Time interval in milliseconds that governs the frequency with which the failover daemon logs statistics on the different connections and any failures it encountered exchanging messages with its peer. Logs are created in the syslog directory. Default: 360000 milliseconds (6 minutes) | ||||
foverd.transitionTimeout | Maximum time in milliseconds allowed for transitions between different states of the failover daemon. This timeout determines how long the system waits for a graceful transition to a new state before forcing the transition. If a timeout occurs, the system is restarted. Default: 10000 milliseconds (10 seconds). | ||||
ioChanCtl.DPNSSTestFrames | Enables DPNSS to generate test frames. Values:
Default: false
| ||||
ioChanMgr.alarmTimer | This parameter is obsolete. | ||||
ioChanMgr.evtTimer | Frequency, in milliseconds, at which the queue is scanned for messages. Default: 100
| ||||
ioChanMgr.hbTimer | This parameter is reserved for future use. | ||||
ioChanMgr.sendThreshold | Maximum number of events sent from the queue at one time. Default: 10
| ||||
ioChanMgr.statDiscardThreshold | Size of the control queue that triggers discarding of all queued stat events. Default: 40
| ||||
ioChanMgr.statTimer | Frequency, in milliseconds, at which measurements are collected in TIOS. Default: 30000 milliseconds
| ||||
ioChanMgr.trace | Creates unit test tracing of line and channel state machines. Generates a considerable amount of information to the log. Set to a value only when debugging a particular problem with line or channel service state problems. Values:
| ||||
logger.cp | Log file used for call processing log messages. Default: ../var/local.log Example: ../var/log/Syslog.CallProc | ||||
logger.daemonAddr | Specifies the name of the local socket to be used by the log server daemon. The daemon listens for connections on this address, and client programs attempt to connect to the daemon at this address. Default: ../var/lsd_addrr Example: "/tmp/log_server_nbc" # File for a specific user
| ||||
logger.env | Log file used for environment log messages. Default: ../var/local.log Example: ../var/log/Syslog.Environment | ||||
logger.gen | Log file used for general log messages. Default: ../var/local.log Example: ../var/log/Syslog.Platform | ||||
logger.mgmt | Log file used for management log messages. Default: (../var/local.log) Example: logger.mgmt = ../var/log/Syslog.Management | ||||
logger.mml | Log file used for MML. Default: ../var/log/mml.log
| ||||
logger.numThreads | Determines whether the PXE logger should run in a separate thread from the rest of the application. A value of zero runs the logger synchronously with the application; a value of 1 runs the logger in a separate thread. Value: 0/1 (Values less than 0 get reset to zero; values greater than 1 get reset to 1.) Default: 0 Example: 0 # Run logger synchronously with rest of client application. | ||||
logger.prot | Log file used for call protocol log messages. Default: ../var/local.log Example : ../var/log/Syslog.Proto | ||||
logger.tios | Log file used for protocols. Default: ../var/log/tios.log
| ||||
MML.chg-cfg | Timeout value for the chg-cfg MML command in milliseconds; overrides MML.timeout. Default: 10000 milliseconds
| ||||
MML.set-sc-state | Timeout value for the set-sc-state MML command in milliseconds; overrides MML.timeout. Default: 8500 milliseconds
| ||||
MML.snd | Timeout value for the snd MML command in milliseconds; overrides MML.timeout. Default: 600000 milliseconds
| ||||
MML.startPM | Timeout value for the startPM MML command in milliseconds; overrides MML.timeout. Default: /etc/init.d/transpath start
| ||||
MML.stopPM | Timeout value for the stopPM MML command in milliseconds; overrides MML.timeout. Default: /etc/init.d/transpath stop
| ||||
MML.timeout | Timeout for MML commands, in milliseconds. Default: 10000 milliseconds
| ||||
MML.vld-cic | Timeout value for the vld-cic MML command in milliseconds; overrides MML.timeout. Default: 25000 milliseconds
| ||||
pom.dataSync | Indicates that the Provisioning Object Manager (POM) should synchronize the provisioning data at startup. Values:
| ||||
pom.port | In a failover configuration, indicates the port number the POM uses to communicate with its peer. Value: Any integer from 4001 to 4050 Default: 4001 or default
| ||||
procM.almDwellInterval | Seconds that the process manager must wait before clearing an alarm. Default: 15 seconds
| ||||
procM.logDBFile | Specifies the location of the log level storage. Default: ../var/procMLogTable Example: ../tmp/procMLogTable | ||||
procM.minCheckHealthInterval | Seconds at which a process can generate heartbeats. Default: 10 seconds
| ||||
procM.minCheckHealthTimeout | Seconds at which a timeout can occur. Default: 2 seconds
| ||||
procM.minKillGracePeriod | Seconds that the process manager must wait before killing a process after a heartbeat timeout. Default: 5 seconds
| ||||
procM.recovDbFile | Storage location of the process manager persistent information. Default: ../var/procMRecovery
| ||||
procM.servFmt | Format of the process manager temporary files. Default: PM_%d_%d_input
| ||||
procM.servicesDir | Location of the process manager temporary files. Default: ../var
| ||||
procMprocHealthDfltAlmCat | This parameter is no longer used. | ||||
product.time | Software time stamp.
| ||||
product.vendor | Software vendor name.
| ||||
product.version | Software release version number.
| ||||
replicator.portCommChannelRecv | Communication port for the replicator. Default: 5012
| ||||
replicator.portCommChannelSend | Communication port for the replicator. Default: 0
| ||||
replicator.portDataChannelRecv | Communication port for the replicator. Default: 5014
| ||||
replicator.portDataChannelSend | Communication port for the replicator. Default: 0
| ||||
replicator.reconnectInterval | Defines the reconnect interval in number of seconds for the replicator during a switchover. Value: Any integer Default: 15 seconds
| ||||
XE.ARUWriteDevice | Name of the device from which the alarm relay unit (ARU) expects to read the alarm strings. Example: /dev/null
| ||||
XE.ARUWriteDevice | Device from which an ARU reads alarms. Default: /dev/null
| ||||
XE.heartBeatRate | Heartbeat rate, in seconds, used with an alarm relay unit (ARU). Default: 255 seconds
| ||||
XE.systemType | Indicates the system type for alarm LEDs. Values:
Default: SPARC |
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Tue Jun 6 07:47:45 PDT 2000
Copyright 1989 - 2000©Cisco Systems Inc.