Cisco Systems PGW 2200 Switch User Manual


 
D-16
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)
# snmpTargetAddrTimeout (integer)
# snmpTargetAddrRetryCount (integer)
# snmpTargetAddrTagList (text)
# snmpTargetAddrParams (text)
# snmpTargetAddrStorageType (nonVolatile, permanent, readOnly)
# snmpTargetAddrTMask (transport mask, i.e. 255.255.255.255:0)
# snmpTargetAddrMMS (integer)
snmpTargetAddrEntry 34 snmpUDPDomain 127.0.0.1:0 100 3 TrapSink \
v2cExampleParams nonVolatile 255.255.255.255:0 2048
#Entry type: snmpTargetParamsEntry
#Format: snmpTargetParamsName (text)
# snmpTargetParamsMPModel (integer)
# snmpTargetParamsSecurityModel (snmpv1, snmpv2c, snmpv2s, usm)
# snmpTargetParamsSecurityName (text)
# snmpTargetParamsSecurityLevel (noAuthNoPriv,authNoPriv,authPriv)
# snmpTargetParamsStorageType (nonVolatile, permanent, readOnly)
snmpTargetParamsEntry v1ExampleParams 0 snmpv1 public noAuthNoPriv \
nonVolatile
snmpTargetParamsEntry v2cExampleParams 1 snmpv2c public noAuthNoPriv \
nonVolatile
#Entry type: snmpNotifyFilterProfileEntry
#Format: snmpTargetParamsName (text)
# snmpNotifyFilterProfileName (text)
# snmpNotifyFilterProfileStorageType (nonVolatile,permanent,readOnly)
#Entry type: snmpNotifyFilterEntry
#Format: snmpNotifyFilterProfileName (text)
# snmpNotifyFilterSubtree (OID)
# snmpNotifyFilterMask (octetString)
# snmpNotifyFilterType (included, excluded)
# snmpNotifyFilterStorageType (nonVolatile, permanent, readOnly)
#Entry type: httpUserNameEntry
#Format: httpUserName (text)
# httpUserGroupName (text)
# httpUserTransportLabel (text)
# httpUserStorageType (nonVolatile, permanent, readOnly)
# Password (octetString)
Sample Configured XECfgParm.dat Files for
Cisco
PGW 2200 Softswitch Release 9.8(1)
The following sample XECfgParm.dat files for Cisco PGW 2200 Softswitch Release 9.8(1) are located
in the /opt/CiscoMGC/etc directory.
# File: XECfgParm.dat
# Copyright (c) 1997-2008 by Cisco Systems, Inc.
#
# Purpose:
#
# This file contains configuration parameters that may be accessed by
# XE application programs at run-time.
#
# All lines beginning with a '#' are comments and WILL NOT BE READ BY
# PROGRAMS. Thus application overrides of the default parameter values
# can be easily added and removed by removing/added a '#'.
#