CE 565 Config

Hi, I have 2 CE 565 (i know it is eos). CE1 i will place in intranet zone to cache the internal application servers & CE2 will be placed at Internet Zone that will cache all external site htmls. Can someone help me out with the sample config for these devices? I do not have the CDM s/w. So i will have to use commands.

Hello,
You mention several things to manage on the CE. So, I will cover each of the components that you speak to. :)
For managing the CE, you can use either the standard console connection to access the CLI, this will allow you to manage the configuration of the CE, as well as enable or disable Smartfilter 3.1 on the CE.
You could manage the CE with a CDM, that is an option if you are looking to pre-position content onto the CE. The CDM gives you managability of the CE's caching, content and streaming properties.
You can manage the functionality of caching and streaming as well as pre-loading of content onto the Content Engine from the built in GUI on the CE, by pointing your browser to port 8001 of the CE's IP address (http://A.B.C.D:8001) You will need to enable the GUI server on the CE to use the 8001 management. If 8001 is not a valid port, it is configurable.
To manage Smartfilter on the CE, you can use the management software from SecureComputing. We don't have any sort of "homegrown" interface for managing SmartFilter, we allow the use of Secure Computings "tried and trusted" management software.
CiscoWorks2000 is yet another option to manage the CE.
-Ted

Similar Messages

  • Struts-config.xml not being parsed properly

    Hi,
    I'm new to struts and am having a weird problem. I've researched a lot and talked to a lot of developers and I still have a problem. The problem is as follows.
    I am getting the following error when deploying my ear file on weblogic8.1:
    <BEA-101216> <Servlet: "action" failed to preload on startup in Web application: "bpa".
    javax.servlet.UnavailableException: Parsing error processing resource path
         at org.apache.struts.action.ActionServlet.handleConfigException(ActionServlet.java:1035)
         at org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:1014)
         at org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:955)
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:470)
         at javax.servlet.GenericServlet.init(GenericServlet.java:258)
         at weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(ServletStubImpl.java:993)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:869)
         at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:848)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:787)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:3252)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:3197)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:3174)
         at weblogic.servlet.internal.WebAppServletContext.setStarted(WebAppServletContext.java:5647)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:869)
         at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:2022)
         at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2063)
         at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.activateContainer(SlaveDeployer.java:2592)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.doCommit(SlaveDeployer.java:2515)
         at weblogic.management.deploy.slave.SlaveDeployer$Task.commit(SlaveDeployer.java:2317)
         at weblogic.management.deploy.slave.SlaveDeployer$Task.checkAutoCommit(SlaveDeployer.java:2399)
         at weblogic.management.deploy.slave.SlaveDeployer$Task.prepare(SlaveDeployer.java:2311)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2479)
         at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:798)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:507)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:465)
         at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170).
    Now, when looking at the struts-config file, everything seems fine. However, when i remove the <form-bean> declarations, i don't get this error. Of course, without the form-bean declarations, the application comes to a halt when it needs them. I've tried almost everything under the sun and nothing has worked so far, i'm sure it's probably something simple and i'll feel like a complete idiot when it's figured out, but until then, can anyone help???
    The config file looks as follows:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
    <struts-config>
    <!-- ========== Form Bean Definitions =================================== -->
    <form-beans>
    <!-- Register User form bean -->
    <form-bean name="registerCustomerForm" type="au.com.bpa.web.RegisterCustomerForm" />
         <!-- List Applications - customer - form bean -->
    <form-bean name="listApplicationsForm" type="au.com.bpa.web.ListApplicationsForm" />
         <!-- List Applications - cts - form bean -->
    <form-bean name="listApplicationsCTSForm" type="au.com.bpa.web.ListApplicationsCTSForm" />
         <!-- List Applications - call centre - form bean -->
    <form-bean name="listApplicationsCallCentreForm" type="au.com.bpa.web.ListApplicationsCallCentreForm" />
    <!-- Single Residence Application form bean -->
         <form-bean name="singleResidenceApplicationForm" type="au.com.bpa.web.SingleResidenceApplicationForm" />
    <!-- Single Residence Application Processing form bean -->
         <form-bean name="singleResidenceApplicationProcessingForm" type="au.com.bpa.web.SingleResidenceApplicationProcessingForm" />
         <!-- Upload Floor Plan Attachment form bean -->
    <form-bean name="uploadArchitecturalFloorPlanAttachmentForm" type="au.com.bpa.web.UploadAttachmentForm" />
         <!-- Upload Site Plan Attachment form bean -->
    <form-bean name="uploadSitePlanAttachmentForm" type="au.com.bpa.web.UploadAttachmentForm" />
         <!-- Upload Other Attachment form bean -->
    <form-bean name="uploadAttachmentForm" type="au.com.bpa.web.UploadAttachmentForm" />
         <!-- Remove Attachment(s) form bean -->
    <form-bean name="removeAttachmentsForm" type="au.com.bpa.web.RemoveAttachmentsForm" />
         <!-- Reject Application form bean -->
         <form-bean name="rejectApplicationForm" type="org.apache.struts.action.DynaActionForm">
              <form-property name="applicationPK" type="java.lang.Integer" />
              <form-property name="comments" type="java.lang.String" />
         </form-bean>
         <!-- Edit restricted names form bean -->
         <form-bean name="editRestrictedNamesForm" type="org.apache.struts.validator.DynaValidatorForm">
              <form-property name="category" type="java.lang.String" />
              <form-property name="name" type="java.lang.String" />
         </form-bean>
         <!-- Find by Id form bean -->
         <form-bean name="findApplicationByIdForm" type="org.apache.struts.action.DynaActionForm">
              <form-property name="idType" type="java.lang.String" initial="applicationId" />
              <form-property name="idValue" type="java.lang.String" />
         </form-bean>
         <!-- Business Reports form bean -->
         <form-bean name="businessReportsForm" type="org.apache.struts.action.DynaActionForm">
              <form-property name="reportType" type="java.lang.String" />
              <form-property name="from" type="java.lang.String" />
              <form-property name="to" type="java.lang.String" />
         </form-bean>
    </form-beans>
    <!-- ========== Global Exception Definitions ============================== -->
    <global-exceptions>
    <exception type="java.lang.Exception" key="errors.java.lang.Exception" path="/errors/applicationException.jsp" />
    </global-exceptions>
    <!-- ========== Global Forward Definitions ============================== -->
    <global-forwards>
    <forward name="invalidSession" path="/errors/invalidSession.jsp" />
    <forward name="applicationException" path="/errors/applicationException.jsp" />
         <forward name="notFound" path="/errors/notFound.jsp" />
         <forward name="logoff" path="/common/logoff" />
         <forward name="goSingleResidenceApplication" path="/common/goSingleResidenceApplication.do" />
         <forward name="viewApplication" path="/common/viewApplication.do" />
         <!-- customer -->
         <forward name="customer/viewApplicationList" path="/customer/viewApplicationList.do" />
         <!-- cts -->
         <forward name="cts/viewApplicationList" path="/cts/viewApplicationList.do" />
         <forward name="cts/unlockAndExit" path="/cts/unlockAndExit.do" />
         <!-- call centre -->
         <forward name="call-centre/viewApplicationList" path="/call-centre/viewApplicationList.do" />
    </global-forwards>
    <!-- ========== Action Mapping Definitions ============================== -->
    <action-mappings>
         <!-- Common Actions - All Roles -->
         <!-- saves a request token -->
         <action path="/goRegisterCustomer" type="au.com.bpa.web.SaveTokenAction">
    <forward name="success" path="/registerCustomer.jsp" />
    </action>
    <!-- Register a User -->
    <action path="/registerCustomer" type="au.com.bpa.web.RegisterCustomerAction" name="registerCustomerForm" input="/registerCustomer.jsp" scope="request" validate="true">
    <forward name="success" path="/registerCustomer-success.jsp" />
         <forward name="invalidToken" path="/errors/invalidToken.jsp" />
    </action>
         <!-- Process a logon -->
         <action path="/common/logon" type="au.com.bpa.web.LogonAction" scope="request" validate="true">
    <forward name="guest" path="/common/disclaimer.jsp" />
         <forward name="customer" path="/common/disclaimer.jsp" />
         <forward name="cts" path="/cts/index.jsp" />
         <forward name="admin" path="/admin/index.jsp" />
         <forward name="browserError" path="/errors/browserError.jsp" />
    </action>
    <!-- Single Residence Application Form -->
    <action path="/common/singleResidenceApplication" type="au.com.bpa.web.SingleResidenceApplicationAction" name="singleResidenceApplicationForm" scope="request" input="/common/singleResidenceApplication.jsp" validate="true">
         <forward name="submitted" path="/common/singleResidenceApplication-submitted.jsp" />
         <forward name="manual" path="/common/singleResidenceApplication-manualValidationRequired.jsp" />
         <forward name="invalidToken" path="/errors/invalidToken.jsp" />
    </action>
         <!-- submit a single residence app - saves a request token -->
         <action path="/common/goSingleResidenceApplication" type="au.com.bpa.web.SaveTokenAction">
    <forward name="success" path="/common/singleResidenceApplication.jsp" />
    </action>
    <!-- Upload Architectural Floor Plan Attachment Form -->
    <action path="/common/uploadArchitecturalFloorPlanAttachment" type="au.com.bpa.web.UploadAttachmentAction" name="uploadArchitecturalFloorPlanAttachmentForm" scope="request">
    <exception type="java.lang.Exception" key="errors.singleResidenceApplication.file" path="/common/addAttachment-error.jsp" />
         <forward name="success" path="/common/addAttachment-success.jsp" />
         <forward name="fileTypeError" path="/common/addAttachment-fileTypeError.jsp" />
         <forward name="applicationException" path="/common/addAttachment-error.jsp" />
    </action>
    <!-- Upload Site Plan Attachment Form -->
    <action path="/common/uploadSitePlanAttachment" type="au.com.bpa.web.UploadAttachmentAction" name="uploadSitePlanAttachmentForm" scope="request">
    <exception type="java.lang.Exception" key="errors.singleResidenceApplication.file" path="/common/addAttachment-error.jsp" />
         <forward name="success" path="/common/addAttachment-success.jsp" />
         <forward name="fileTypeError" path="/common/addAttachment-fileTypeError.jsp" />
         <forward name="applicationException" path="/common/addAttachment-error.jsp" />
    </action>
    <!-- Upload Attachment Form -->
    <action path="/common/uploadAttachment" type="au.com.bpa.web.UploadAttachmentAction" name="uploadAttachmentForm" scope="request">
    <exception type="java.lang.Exception" key="errors.singleResidenceApplication.file" path="/common/addAttachment-error.jsp" />
         <forward name="success" path="/common/addAttachment-success.jsp" />
         <forward name="fileTypeError" path="/common/addAttachment-fileTypeError.jsp" />
         <forward name="applicationException" path="/common/addAttachment-error.jsp" />
    </action>
    <!-- Remove Attachment Form -->
    <action path="/common/removeAttachments" type="au.com.bpa.web.RemoveAttachmentsAction" name="removeAttachmentsForm" scope="request" validate="true">
         <forward name="success" path="/common/removeAttachments-success.jsp" />
    </action>
         <!-- view / edit an application -->
         <action path="/common/viewApplication" type="au.com.bpa.web.ViewApplicationAction">
    <forward name="editSingleResidenceApplication" path="/common/singleResidenceApplication.jsp" />
         <forward name="viewSingleResidenceApplication" path="/common/singleResidenceApplicationView.jsp" />
    </action>
         <!-- Customer Actions - Customer Role -->
         <!-- view list of submitted applications - customer -->
         <action path="/customer/viewApplicationList" type="au.com.bpa.web.ListApplicationsAction" name="listApplicationsForm" scope="request" validate="false">
    <forward name="success" path="/customer/listApplications.jsp" />
    </action>
         <action path="/customer/findApplicationById" type="au.com.bpa.web.ListApplicationsAction" name="findApplicationByIdForm" scope="request" validate="false">
    <forward name="success" path="/customer/listApplications.jsp" />
    </action>
         <!-- CTS Staff Actions - CTS Role -->
         <!-- view list of applications - cts -->
         <action path="/cts/viewApplicationList" type="au.com.bpa.web.ListApplicationsCTSAction" name="listApplicationsCTSForm" scope="request" validate="false">
    <forward name="success" path="/cts/listApplications.jsp" />
    </action>
         <action path="/cts/findApplicationById" type="au.com.bpa.web.ListApplicationsCTSAction" name="findApplicationByIdForm" scope="request" validate="false">
    <forward name="success" path="/cts/listApplications.jsp" />
    </action>
         <!-- save user preferences -->
         <action path="/cts/saveUserPreferences" type="au.com.bpa.web.SaveUserPreferencesAction">
    <forward name="success" path="/cts/listApplications.jsp" />
    </action>
         <!-- process an application -->
         <action path="/cts/processApplication" type="au.com.bpa.web.ProcessApplicationAction">
    <forward name="success" path="/cts/processApplication.jsp" />
         <forward name="noApplicationsAvailable" path="/cts/processApplication-noApplicationsAvailable.jsp" />
         <forward name="sewerInGroupApplication" path="/cts/sewerInGroupApplication.jsp" />
         <forward name="insufficientFunds" path="/cts/insufficientFunds" />
    </action>
         <!-- process an application -->
    <!-- Single Residence Application Processing Form -->
    <action path="/cts/singleResidenceProcessingApplication" type="au.com.bpa.web.SingleResidenceApplicationProcessingAction" name="singleResidenceApplicationProcessingForm" scope="request" input="/cts/processApplication.jsp" validate="true">
         <forward name="invalidToken" path="/errors/invalidToken.jsp" />
         <forward name="success" path="/cts/processApplication-success.jsp" />
         <forward name="notValidated" path="/cts/processApplication.do" />
    </action>
         <!-- update a validation run -->
         <action path="/cts/updateValidationRun" type="au.com.bpa.web.UpdateValidationRunAction">
    <forward name="success" path="/cts/processApplication-success.jsp" />
    <forward name="notValidated" path="/cts/processApplication.do" />
    </action>
    <!-- unlock application and return to list -->
    <action path="/cts/unlockAndExit" type="au.com.bpa.web.UnlockApplicationAction" scope="request">
              <!-- forwards to global forward cts/viewApplicationList -->
         </action>
    <!-- export application and return to list -->
    <action path="/cts/exportApplication" type="au.com.bpa.web.ExportApplicationAction" scope="request">
              <!-- forwards to global forward cts/viewApplicationList -->
         </action>
         <!-- approve application and return to list -->
         <action path="/cts/forceApplicationApproval" type="au.com.bpa.web.ForceApplicationApprovalAction" scope="request">
              <!-- forwards to global forward cts/viewApplicationList -->
         </action>
    <!-- reject application and return to list -->
         <action path="/cts/rejectApplication" type="au.com.bpa.web.RejectApplicationAction" name="rejectApplicationForm" scope="request">
              <!-- forwards to global forward cts/viewApplicationList -->
         </action>
         <!-- resolve insufficient funds -->
         <action path="/cts/resolveInsufficientFunds" type="au.com.bpa.web.ResolveInsufficientFundsAction">
    <forward name="success" path="/cts/insufficientFundsResolved.jsp" />
         <forward name="failure" path="/cts/insufficientFundsNotResolved.jsp" />
    </action>
         <!-- Call Centre Staff Actions - Call Centre Role -->
         <!-- view list of applications - cts -->
         <action path="/call-centre/viewApplicationList" type="au.com.bpa.web.ListApplicationsCallCentreAction" name="listApplicationsCallCentreForm" scope="request" validate="false">
    <forward name="success" path="/call-centre/listApplications.jsp" />
    </action>
         <action path="/call-centre/findApplicationById" type="au.com.bpa.web.ListApplicationsCallCentreAction" name="findApplicationByIdForm" scope="request" validate="false">
    <forward name="success" path="/call-centre/listApplications.jsp" />
    </action>
         <!-- save user preferences -->
         <action path="/call-centre/saveUserPreferences" type="au.com.bpa.web.SaveUserPreferencesAction">
    <forward name="success" path="/call-centre/listApplications.jsp" />
    </action>
         <!-- view / edit an application -->
         <action path="/call-centre/viewApplication" type="au.com.bpa.web.ViewApplicationCallCentreAction">
         <forward name="viewSingleResidenceApplication" path="/call-centre/viewApplication.jsp" />
    </action>
         <!-- Admin Actions - Admin Role -->
    <!-- show edit restricted names -->
         <action path="/admin/editRestrictedNames" type="au.com.bpa.web.EditRestrictedNamesAction" name="editRestrictedNamesForm" scope="request" input="/admin/restrictedNames.jsp" validate="false">
              <forward name="success" path="/admin/restrictedNames.jsp" />
         </action>
         <!-- add edit restricted and return to list -->
         <action path="/admin/addRestrictedName" type="au.com.bpa.web.AddRestrictedNameAction" name="editRestrictedNamesForm" scope="request" input="/admin/restrictedNames.jsp" validate="true">
              <forward name="success" path="/admin/editRestrictedNames.do" />
              <forward name="invalidToken" path="/errors/invalidToken.jsp" />
         </action>
         <!-- delete edit restricted and return to list -->
         <action path="/admin/deleteRestrictedName" type="au.com.bpa.web.DeleteRestrictedNameAction" name="editRestrictedNamesForm" scope="request" input="/admin/restrictedNames.jsp" validate="false">
              <forward name="success" path="/admin/editRestrictedNames.do" />
         </action>
         <!-- show a business report -->
         <action path="/admin/showBusinessReport" type="au.com.bpa.web.BusinessReportsAction" name="businessReportsForm" scope="request" validate="false">
              <forward name="detailedProcessingStatistics" path="/admin/reportProcessingStatistics.jsp" />
              <forward name="detailedPerformanceStatistics" path="/admin/reportPerformanceStatistics.jsp" />
              <forward name="reasonsForRejection" path="/admin/reportReasonsForRejection.jsp" />
              <forward name="reasonsForManualProcessing" path="/admin/reportReasonsForManualProcessing.jsp" />
              <forward name="keyPerformanceIndicators" path="/admin/reportKeyPerformanceIndicators.jsp" />
              <forward name="applsWithoutWaterService" path="/admin/reportApplsWithoutWaterService.jsp" />
         </action>
    </action-mappings>
    <!-- ========== Controller Configuration ================================ -->
    <controller>
    <set-property property="maxFileSize" value="2M" />
         <set-property property="debug" value="4" />
    </controller>
    <!-- ========== Message Resources Definitions =========================== -->
    <message-resources parameter="au.com.bpa.web.ApplicationResources"/>
    <!-- ========== Plug Ins Configuration ================================== -->
    <plug-in className="org.apache.struts.validator.ValidatorPlugIn">
    <set-property property="pathnames" value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml" />
    </plug-in>
    </struts-config>
    This application was originally designed using JBuilder, but now i'm migrating it to Eclipse.
    Also, i tried to change the path to one of the form-beans to something that didn't exist, just to see what error i got, and it didn't do anything.
    Any help would be much appreciated.
    Osireion.

    hi
    i am facing the same problem....while iam trying to execute the following error has occured...
    i checked the struts-config.xml file ..if i remove the form beans tag then every thing will be correct ...can some body help me please..........
    javax.servlet.UnavailableException: Parsing error processing resource path
         at org.apache.struts.action.ActionServlet.handleConfigException(ActionServlet.java:1035)
         at org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:1014)
         at org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:955)
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:470)
         at javax.servlet.GenericServlet.init(GenericServlet.java:256)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:935)
         at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:668)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:594)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)
         at java.lang.Thread.run(Thread.java:536)

  • Content engine 565 - real server relay

    hi all,
    we have a standalone content engine 565 running acns 5.3.1. we would like to realize something like a live stream 'relay':
    we place the ce on the network edge and it receives a live stream (rtsp) directly from a content provider. the internal clients send their rtsp requests for that live stream directly to the ce which answers the requests. one important thing is that we cannot use a proxy configuration, because a proxy config on the client is not possible - meaning that we need to place requests directly (no direct or transparent proxy). in the real subscriber config interface I saw the receiver/transmitter section - is that the right way to go? where can I find config examples or documentation for that issue. on the cisco website I could not find any detailed documentation for real subscriber configs.

    thanks for the answer - i realized it rather late. can you help me in configuring this setup? as i said I cannot find any documentation support for such a setup...I would really appreciate any help.
    thanks,
    daniel

  • Two UC560s, Multisite Config

    I have 2 UC 560s in a multisite config, site a and site b have pots lines for outside access, site a has an ext range of 1XX, site b has an extension range of 2XX, and forwarders are in place on both sites to dial across the multisite by 3 digit extension.  The problem we are having is that when, say a user at site a does a cfa to a cell phone and a call comes in to the number for site b, when whoever answers the number at site b tries to transfer to the forwarded extension, it does nothing at all.  When the user at site b transfers to a live extension at site a and a user answers, the user who answered can transfer to the forwaded line and it will contact the cell phone.  Any thoughts?

    The vpm debug was active at the time of the call. 
    Here is the config for Site A:
    Current configuration : 52323 bytes
    ! Last configuration change at 16:17:47 EST Thu Feb 28 2013 by ccmadmin
    ! NVRAM config last updated at 09:26:34 EST Thu Feb 28 2013
    ! NVRAM config last updated at 09:26:34 EST Thu Feb 28 2013
    version 15.1
    parser config cache interface
    no service pad
    service timestamps debug datetime msec localtime
    service timestamps log datetime msec localtime
    no service password-encryption
    service internal
    service compress-config
    service sequence-numbers
    hostname Shrock
    boot-start-marker
    boot-end-marker
    ! card type command needed for slot/vwic-slot 0/3
    no logging queue-limit
    no logging rate-limit
    enable secret 4 RmD1QNVJIxtXohEct7GAwlbz0WkpxM.iYy40mtI658U
    aaa new-model
    aaa authentication login default local
    aaa session-id common
    clock timezone EST -5 0
    clock summer-time EDT recurring
    crypto pki token default removal timeout 0
    crypto pki trustpoint TP-self-signed-3481847793
    enrollment selfsigned
    subject-name cn=IOS-Self-Signed-Certificate-3481847793
    revocation-check none
    rsakeypair TP-self-signed-3481847793
    crypto pki certificate chain TP-self-signed-3481847793
    certificate self-signed 01
      3082022B 30820194 A0030201 02020101 300D0609 2A864886 F70D0101 05050030
      31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
      69666963 6174652D 33343831 38343737 3933301E 170D3132 30383231 31373533
      33395A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
      4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D33 34383138
      34373739 3330819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
      8100B062 879F1C30 FA5FB494 E83D94C8 271DEB9E DB2404A9 BD1D2595 AC945A27
      631CB2CC 3F09E9A0 B8EF3D23 3EE6402E 30F13BC2 75D62DB2 4900DD9F 063CBFCA
      0C810414 A8B14D22 0B8579E8 35E628B2 335B3461 D5B6E6B9 15B7D1F0 95000C74
      FBA11B5F 40C6159B 5ACD923A FC3FD5EC EF70FE3D 9EC52AB7 27C18072 7811941B
      89FB0203 010001A3 53305130 0F060355 1D130101 FF040530 030101FF 301F0603
      551D2304 18301680 14B250F0 AE3CD2D8 6300A7CC 7C9216E7 EB2E1C75 A0301D06
      03551D0E 04160414 B250F0AE 3CD2D863 00A7CC7C 9216E7EB 2E1C75A0 300D0609
      2A864886 F70D0101 05050003 81810064 8101B6FA 5B346BAA 46A8B139 8ACAAC4C
      DA7E6DD4 7A39BC8E FAB350F4 544E56A9 9D7569D9 B9D946E4 50AB855B 891F5527
      97B1D255 B6B2BBC6 9269BD28 6E0CA745 E352C92A F464FD3D 62CA7AAD 18F9F752
      7BF03003 FE95A110 6A33999C 7336D328 5DC94BC7 966A6ECA ADF1F119 4DEA77B2
      3EE5A625 14C3B254 2E5E4D1B 7E8916
                quit
    dot11 syslog
    ip source-route
    ip cef
    ip dhcp relay information trust-all
    ip dhcp binding cleanup interval 10
    ip dhcp excluded-address 10.1.10.1
    ip dhcp excluded-address 10.1.2.0
    ip dhcp excluded-address 10.1.2.1 10.1.2.99
    ip dhcp excluded-address 10.1.2.250 10.1.2.255
    ip dhcp excluded-address 10.1.1.1 10.1.1.3
    ip dhcp pool phone
    network 10.1.1.0 255.255.255.0
    default-router 10.1.1.1
    option 150 ip 10.1.1.1
    ip dhcp pool data
    import all
    default-router 10.1.2.1
    dns-server 192.168.0.202
    ip dhcp pool Data
    import all
    network 10.1.2.0 255.255.255.0
    dns-server 8.8.8.8
    default-router 10.1.2.1
    ip name-server 192.168.0.202
    ip name-server 8.8.8.8
    ip inspect WAAS flush-timeout 10
    ip inspect name SDM_LOW dns
    ip inspect name SDM_LOW ftp
    ip inspect name SDM_LOW h323
    ip inspect name SDM_LOW https
    ip inspect name SDM_LOW icmp
    ip inspect name SDM_LOW imap
    ip inspect name SDM_LOW pop3
    ip inspect name SDM_LOW netshow
    ip inspect name SDM_LOW rcmd
    ip inspect name SDM_LOW realaudio
    ip inspect name SDM_LOW rtsp
    ip inspect name SDM_LOW esmtp
    ip inspect name SDM_LOW sqlnet
    ip inspect name SDM_LOW streamworks
    ip inspect name SDM_LOW tftp
    ip inspect name SDM_LOW tcp router-traffic
    ip inspect name SDM_LOW udp router-traffic
    ip inspect name SDM_LOW vdolive
    no ipv6 cef
    multilink bundle-name authenticated
    stcapp ccm-group 1
    stcapp
    stcapp feature access-code
    stcapp supplementary-services
    port 0/0/0
      fallback-dn 107
    port 0/0/1
      fallback-dn 402
    port 0/0/3
      fallback-dn 107
    trunk group ALL_FXO
    max-retry 5
    voice-class cause-code 1
    hunt-scheme sequential
    trunk group ALL_T1E1
    hunt-scheme longest-idle
    translation-profile outgoing PROFILE_ALL_T1E1
    voice call send-alert
    voice rtp send-recv
    voice service voip
    allow-connections h323 to h323
    allow-connections h323 to sip
    allow-connections sip to h323
    allow-connections sip to sip
    no supplementary-service h450.2
    no supplementary-service h450.3
    supplementary-service h450.12
    sip
      rel1xx disable
      no update-callerid
    voice class codec 1
    codec preference 1 g711ulaw
    codec preference 2 g729r8
    voice class h323 1
      call start slow
    voice class custom-cptone CCAjointone
    dualtone conference
      frequency 600 900
      cadence 300 150 300 100 300 50
    voice class custom-cptone CCAleavetone
    dualtone conference
      frequency 400 800
      cadence 400 50 200 50 200 50
    voice class cause-code 1
    no-circuit
    voice register global
    mode cme
    source-address 10.1.1.1 port 5060
    load 9971 sip9971.9-2-2
    load 9951 sip9951.9-2-2
    load 8961 sip8961.9-2-2
    create profile sync 0000600214899255
    voice hunt-group 1 parallel
    final 290
    list 101,105,114,117,118,124,125
    timeout 16
    pilot 190
    voice hunt-group 2 parallel
    final 300
    list 108,109,116,125,126
    timeout 16
    pilot 555
    voice translation-rule 4
    rule 15 // //
    voice translation-rule 1000
    rule 1 /.*/ //
    voice translation-rule 1112
    rule 1 /^9/ //
    voice translation-rule 1113
    rule 1 /^82\(...\)/ /\1/
    voice translation-rule 1114
    rule 1 /\(^...$\)/ /82\1/
    voice translation-rule 2001
    voice translation-rule 2002
    rule 1 /^6/ //
    voice translation-rule 2222
    rule 1 /^91900......./ //
    rule 2 /^91976......./ //
    voice translation-profile CALLER_ID_TRANSLATION_PROFILE
    translate calling 1111
    voice translation-profile CallBlocking
    translate called 2222
    voice translation-profile OUTGOING_TRANSLATION_PROFILE
    translate called 1112
    voice translation-profile PROFILE_ALL_T1E1
    translate calling 4
    voice translation-profile XFER_TO_VM_PROFILE
    translate redirect-called 2002
    voice translation-profile multisiteInbound
    translate called 1113
    voice translation-profile multisiteOutbound
    translate calling 1114
    voice translation-profile nondialable
    translate called 1000
    voice-card 0
    dspfarm
    dsp services dspfarm
    fax interface-type fax-mail
    license udi pid UC560-T1E1-K9 sn FGL162813U3
    archive
    log config
      logging enable
      logging size 600
      hidekeys
    username ccmadmin privilege 15 password 0 c1$c0cucm
    username pingerID password 0 999609
    process-max-time 50
    ip tftp source-interface Vlan1
    crypto isakmp policy 1
    encr 3des
    authentication pre-share
    group 2
    lifetime 1800
    crypto isakmp key q1w2e3r4 address 0.0.0.0 0.0.0.0
    crypto isakmp keepalive 10 periodic
    crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto map multisite 1 ipsec-isakmp
    description Mason
    set peer 192.168.1.170
    set transform-set ESP-3DES-SHA
    match address 107
    qos pre-classify
    interface GigabitEthernet0/0
    description $FW_OUTSIDE$
    ip address 192.168.0.170 255.255.255.0
    ip access-group 104 in
    ip nat outside
    ip inspect SDM_LOW out
    ip virtual-reassembly in
    load-interval 30
    duplex auto
    speed auto
    crypto map multisite
    interface Integrated-Service-Engine0/0
    description Interface used to manage integrated application modulecue is initialized with default IMAP group
    ip unnumbered Vlan90
    ip nat inside
    ip virtual-reassembly in
    service-module ip address 10.1.10.1 255.255.255.252
    service-module ip default-gateway 10.1.10.2
    interface GigabitEthernet0/1/0
    switchport trunk native vlan 101
    switchport mode trunk
    no ip address
    macro description cisco-router
    spanning-tree portfast
    interface GigabitEthernet0/1/1
    switchport trunk native vlan 101
    switchport mode trunk
    no ip address
    macro description cisco-router
    spanning-tree portfast
    interface GigabitEthernet0/1/2
    switchport access vlan 150
    no ip address
    macro description cisco-router
    interface GigabitEthernet0/1/3
    description Interface used to communicate with integrated service module
    switchport access vlan 90
    no ip address
    service-module ip address 10.1.10.1 255.255.255.252
    service-module ip default-gateway 10.1.10.2
    interface Vlan1
    description $FW_INSIDE$
    ip address 192.168.10.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly in
    no autostate
    interface Vlan90
    description $FW_INSIDE$
    ip address 10.1.10.2 255.255.255.252
    ip nat inside
    ip virtual-reassembly in
    interface Vlan100
    description $FW_INSIDE$
    ip address 10.1.100.1 255.255.255.0
    ip access-group 103 in
    ip nat inside
    ip virtual-reassembly in
    interface Vlan101
    ip address 10.1.2.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly in
    h323-gateway voip bind srcaddr 10.1.2.1
    interface Vlan150
    ip address 10.1.1.1 255.255.255.0
    ip forward-protocol nd
    ip http server
    ip http authentication local
    ip http secure-server
    ip http path flash:/gui
    ip dns server
    ip nat inside source route-map SDM_RMAP_1 interface GigabitEthernet0/0 overload
    ip route 0.0.0.0 0.0.0.0 192.168.0.1
    ip route 10.1.10.1 255.255.255.255 Vlan90
    ip route 192.168.7.0 255.255.255.0 192.168.1.170
    ip route 192.168.10.0 255.255.255.0 192.168.1.170
    access-list 100 remark auto generated by SDM firewall configuration
    access-list 100 remark SDM_ACL Category=1
    access-list 100 deny   ip 10.1.100.0 0.0.0.255 any
    access-list 100 deny   ip host 255.255.255.255 any
    access-list 100 deny   ip 127.0.0.0 0.255.255.255 any
    access-list 100 permit ip any any
    access-list 101 remark auto generated by SDM firewall configuration##NO_ACES_6##
    access-list 101 remark SDM_ACL Category=1
    access-list 101 deny   ip 192.168.0.0 0.0.0.255 any
    access-list 101 deny   ip 10.1.10.0 0.0.0.3 any
    access-list 101 permit ip 10.1.2.0 0.0.0.255 any
    access-list 101 deny   ip host 255.255.255.255 any
    access-list 101 deny   ip 127.0.0.0 0.255.255.255 any
    access-list 101 permit ip any any
    access-list 102 remark auto generated by SDM firewall configuration##NO_ACES_8##
    access-list 102 remark SDM_ACL Category=1
    access-list 102 permit tcp 10.1.2.0 0.0.0.255 eq 2000 any
    access-list 102 permit udp 10.1.2.0 0.0.0.255 eq 2000 any
    access-list 102 deny   ip 192.168.0.0 0.0.0.255 any
    access-list 102 deny   ip 10.1.100.0 0.0.0.255 any
    access-list 102 deny   ip 10.1.2.0 0.0.0.255 any
    access-list 102 deny   ip host 255.255.255.255 any
    access-list 102 deny   ip 127.0.0.0 0.255.255.255 any
    access-list 102 permit ip any any
    access-list 103 remark auto generated by SDM firewall configuration##NO_ACES_8##
    access-list 103 remark SDM_ACL Category=1
    access-list 103 permit tcp 10.1.10.0 0.0.0.3 any eq 2000
    access-list 103 permit udp 10.1.10.0 0.0.0.3 any eq 2000
    access-list 103 permit ip 10.1.10.0 0.0.0.3 any
    access-list 103 deny   ip 192.168.0.0 0.0.0.255 any
    access-list 103 deny   ip 10.1.100.0 0.0.0.255 any
    access-list 103 deny   ip 10.1.10.0 0.0.0.3 any
    access-list 103 deny   ip host 255.255.255.255 any
    access-list 103 deny   ip 127.0.0.0 0.255.255.255 any
    access-list 103 permit ip any any
    access-list 104 remark SDM_ACL Category=17
    access-list 104 permit ip 192.168.7.0 0.0.0.255 10.1.2.0 0.0.0.255
    access-list 104 permit udp host 192.168.1.170 host 192.168.0.170 eq non500-isakmp
    access-list 104 permit udp host 192.168.1.170 host 192.168.0.170 eq isakmp
    access-list 104 permit esp host 192.168.1.170 host 192.168.0.170
    access-list 104 permit ahp host 192.168.1.170 host 192.168.0.170
    access-list 104 permit ip any any
    access-list 105 remark CryptoACL for Mason
    access-list 105 remark SDM_ACL Category=4
    access-list 105 permit ip 10.1.2.0 0.0.0.255 192.168.7.0 0.0.0.255
    access-list 105 permit ip 10.1.2.0 0.0.0.255 192.168.10.0 0.0.0.255
    access-list 106 remark SDM_ACL Category=18
    access-list 106 deny   ip 10.1.2.0 0.0.0.255 192.168.7.0 0.0.0.255
    access-list 106 permit ip 192.168.10.0 0.0.0.255 any
    access-list 106 permit ip 10.1.10.0 0.0.0.3 any
    access-list 106 permit ip 10.1.100.0 0.0.0.255 any
    access-list 106 permit ip 10.1.2.0 0.0.0.255 any
    access-list 106 permit ip 10.1.1.0 0.0.0.255 any
    access-list 107 remark CryptoACL for Mason
    access-list 107 remark SDM_ACL Category=4
    access-list 107 permit ip 10.1.2.0 0.0.0.255 192.168.7.0 0.0.0.255
    route-map SDM_RMAP_1 permit 1
    match ip address 106
    snmp-server community public RO
    snmp-server host 1.1.1.1 cms
    tftp-server flash:/phones/521_524/cp524g-8-1-17.bin alias cp524g-8-1-17.bin
    tftp-server flash:/phones/50x-30x/spa50x-30x-7-4-9c.bin alias spa50x-30x-7-4-9c.bin
    tftp-server flash:/phones/7937/apps37sccp.1-4-4-0.bin alias apps37sccp.1-4-4-0.bin
    tftp-server flash:/ringtones/Analog1.raw alias Analog1.raw
    tftp-server flash:/ringtones/Analog2.raw alias Analog2.raw
    tftp-server flash:/ringtones/AreYouThere.raw alias AreYouThere.raw
    tftp-server flash:/ringtones/DistinctiveRingList.xml alias DistinctiveRingList.xml
    tftp-server flash:/ringtones/RingList.xml alias RingList.xml
    tftp-server flash:/ringtones/AreYouThereF.raw alias AreYouThereF.raw
    tftp-server flash:/ringtones/Bass.raw alias Bass.raw
    tftp-server flash:/ringtones/CallBack.raw alias CallBack.raw
    tftp-server flash:/ringtones/Chime.raw alias Chime.raw
    tftp-server flash:/ringtones/Classic1.raw alias Classic1.raw
    tftp-server flash:/ringtones/Classic2.raw alias Classic2.raw
    tftp-server flash:/ringtones/ClockShop.raw alias ClockShop.raw
    tftp-server flash:/ringtones/Drums1.raw alias Drums1.raw
    tftp-server flash:/ringtones/Drums2.raw alias Drums2.raw
    tftp-server flash:/ringtones/FilmScore.raw alias FilmScore.raw
    tftp-server flash:/ringtones/HarpSynth.raw alias HarpSynth.raw
    tftp-server flash:/ringtones/Jamaica.raw alias Jamaica.raw
    tftp-server flash:/ringtones/KotoEffect.raw alias KotoEffect.raw
    tftp-server flash:/ringtones/MusicBox.raw alias MusicBox.raw
    tftp-server flash:/ringtones/Piano1.raw alias Piano1.raw
    tftp-server flash:/ringtones/Piano2.raw alias Piano2.raw
    tftp-server flash:/ringtones/Pop.raw alias Pop.raw
    tftp-server flash:/ringtones/Pulse1.raw alias Pulse1.raw
    tftp-server flash:/ringtones/Ring1.raw alias Ring1.raw
    tftp-server flash:/ringtones/Ring2.raw alias Ring2.raw
    tftp-server flash:/ringtones/Ring3.raw alias Ring3.raw
    tftp-server flash:/ringtones/Ring4.raw alias Ring4.raw
    tftp-server flash:/ringtones/Ring5.raw alias Ring5.raw
    tftp-server flash:/ringtones/Ring6.raw alias Ring6.raw
    tftp-server flash:/ringtones/Ring7.raw alias Ring7.raw
    tftp-server flash:/ringtones/Sax1.raw alias Sax1.raw
    tftp-server flash:/ringtones/Sax2.raw alias Sax2.raw
    tftp-server flash:/ringtones/Vibe.raw alias Vibe.raw
    tftp-server flash:/Desktops/CampusNight.png
    tftp-server flash:/Desktops/TN-CampusNight.png
    tftp-server flash:/Desktops/CiscoFountain.png
    tftp-server flash:/Desktops/TN-CiscoFountain.png
    tftp-server flash:/Desktops/CiscoLogo.png
    tftp-server flash:/Desktops/TN-CiscoLogo.png
    tftp-server flash:/Desktops/Fountain.png
    tftp-server flash:/Desktops/TN-Fountain.png
    tftp-server flash:/Desktops/MorroRock.png
    tftp-server flash:/Desktops/TN-MorroRock.png
    tftp-server flash:/Desktops/NantucketFlowers.png
    tftp-server flash:/Desktops/TN-NantucketFlowers.png
    tftp-server flash:Desktops/320x212x16/List.xml
    tftp-server flash:Desktops/320x212x12/List.xml
    tftp-server flash:Desktops/320x216x16/List.xml
    tftp-server flash:/bacdprompts/en_bacd_allagentsbusy.au alias en_bacd_allagentsbusy.au
    tftp-server flash:/bacdprompts/en_bacd_disconnect.au alias en_bacd_disconnect.au
    tftp-server flash:/bacdprompts/en_bacd_enter_dest.au alias en_bacd_enter_dest.au
    tftp-server flash:/bacdprompts/en_bacd_invalidoption.au alias en_bacd_invalidoption.au
    tftp-server flash:/bacdprompts/en_bacd_music_on_hold.au alias en_bacd_music_on_hold.au
    tftp-server flash:/bacdprompts/en_bacd_options_menu.au alias en_bacd_options_menu.au
    tftp-server flash:/bacdprompts/en_bacd_welcome.au alias en_bacd_welcome.au
    tftp-server flash:/bacdprompts/en_bacd_xferto_operator.au alias en_bacd_xferto_operator.au
    radius-server attribute 31 send nas-port-detail
    control-plane
    voice-port 0/0/0
    station-id name Shop
    caller-id enable
    voice-port 0/0/1
    station-id name Overhead Ring
    station-id number 402
    caller-id enable
    voice-port 0/0/2
    station-id name Overhead Page
    station-id number 198
    caller-id enable
    voice-port 0/0/3
    timeouts ringing infinity
    caller-id enable
    voice-port 0/1/0
    trunk-group ALL_FXO 64
    ring number 3
    connection plar opx 398
    description Configured by CCA 4 FXO-0/1/0-AA
    caller-id enable
    caller-id alerting ring 2
    voice-port 0/1/1
    trunk-group ALL_FXO 62
    ring number 3
    connection plar opx 398
    description Configured by CCA 4 FXO-0/1/1-AA
    caller-id enable
    caller-id alerting ring 2
    voice-port 0/1/2
    trunk-group ALL_FXO 61
    ring number 3
    connection plar opx 398
    description Configured by CCA 4 FXO-0/1/2-AA
    caller-id enable
    caller-id alerting ring 2
    voice-port 0/1/3
    trunk-group ALL_FXO 59
    ring number 3
    connection plar opx 398
    description Configured by CCA 4 FXO-0/1/3-AA
    caller-id enable
    caller-id alerting ring 2
    voice-port 0/2/0
    trunk-group ALL_FXO 60
    ring number 3
    connection plar opx 398
    description Configured by CCA 4 FXO-0/2/0-AA
    caller-id enable
    caller-id alerting ring 2
    voice-port 0/2/1
    trunk-group ALL_FXO 63
    ring number 3
    connection plar opx 398
    description Configured by CCA 4 FXO-0/2/1-AA
    caller-id enable
    caller-id alerting ring 2
    voice-port 0/2/2
    connection plar opx 398
    shutdown
    description Configured by CCA 4 FXO-0/2/2-AA
    caller-id enable
    voice-port 0/2/3
    connection plar opx 398
    shutdown
    description Configured by CCA 4 FXO-0/2/3-AA
    caller-id enable
    voice-port 0/4/0
    auto-cut-through
    signal immediate
    input gain auto-control -15
    description Music On Hold Port
    sccp local Vlan90
    sccp ccm 10.1.10.2 identifier 1 version 4.0
    sccp
    sccp ccm group 1
    associate ccm 1 priority 1
    associate profile 1 register confprof1
    associate profile 2 register mtp442b03d54160
    dspfarm profile 2 transcode 
    description CCA transcoding for SIP Trunk Multisite Only
    codec g729abr8
    codec g729ar8
    codec g711alaw
    codec g711ulaw
    maximum sessions 10
    associate application SCCP
    dspfarm profile 1 conference 
    description DO NOT MODIFY, active CCA conference profile - CCA2.0 codec711
    codec g711alaw
    codec g711ulaw
    maximum conference-participants 32
    maximum sessions 8
    conference-join custom-cptone CCAjointone
    conference-leave custom-cptone CCAleavetone
    associate application SCCP
    dial-peer cor custom
    name internal
    name local
    name local-plus
    name international
    name national
    name national-plus
    name emergency
    name toll-free
    dial-peer cor list call-internal
    member internal
    dial-peer cor list call-local
    member local
    dial-peer cor list call-local-plus
    member local-plus
    dial-peer cor list call-national
    member national
    dial-peer cor list call-national-plus
    member national-plus
    dial-peer cor list call-international
    member international
    dial-peer cor list call-emergency
    member emergency
    dial-peer cor list call-toll-free
    member toll-free
    dial-peer cor list user-internal
    member internal
    member emergency
    dial-peer cor list user-local
    member internal
    member local
    member emergency
    member toll-free
    dial-peer cor list user-local-plus
    member internal
    member local
    member local-plus
    member emergency
    member toll-free
    dial-peer cor list user-national
    member internal
    member local
    member local-plus
    member national
    member emergency
    member toll-free
    dial-peer cor list user-national-plus
    member internal
    member local
    member local-plus
    member national
    member national-plus
    member emergency
    member toll-free
    dial-peer cor list user-international
    member internal
    member local
    member local-plus
    member international
    member national
    member national-plus
    member emergency
    member toll-free
    dial-peer voice 1 pots
    port 0/0/0
    no sip-register
    dial-peer voice 2 pots
    destination-pattern 402
    port 0/0/1
    no sip-register
    dial-peer voice 3 pots
    destination-pattern 198
    port 0/0/2
    no sip-register
    dial-peer voice 4 pots
    service stcapp
    port 0/0/3
    dial-peer voice 5 pots
    description ** MOH Port **
    destination-pattern ABC
    port 0/4/0
    no sip-register
    dial-peer voice 6 pots
    description tcatch all dial peer for BRI/PRIv
    translation-profile incoming nondialable
    incoming called-number .%
    direct-inward-dial
    dial-peer voice 50 pots
    description ** incoming dial peer **
    incoming called-number ^AAAA$
    port 0/1/0
    dial-peer voice 51 pots
    description ** incoming dial peer **
    incoming called-number ^AAAA$
    port 0/1/1
    dial-peer voice 52 pots
    description ** incoming dial peer **
    incoming called-number ^AAAA$
    port 0/1/2
    dial-peer voice 53 pots
    description ** incoming dial peer **
    incoming called-number ^AAAA$
    port 0/1/3
    dial-peer voice 100 pots
    description ** incoming dial peer **
    incoming called-number ^AAAA$
    port 0/2/0
    dial-peer voice 101 pots
    description ** incoming dial peer **
    incoming called-number ^AAAA$
    port 0/2/1
    dial-peer voice 102 pots
    description ** incoming dial peer **
    incoming called-number ^AAAA$
    port 0/2/2
    dial-peer voice 103 pots
    description ** incoming dial peer **
    incoming called-number ^AAAA$
    port 0/2/3
    dial-peer voice 54 pots
    description ** FXO pots dial-peer **
    destination-pattern A0
    port 0/1/0
    no sip-register
    dial-peer voice 55 pots
    description ** FXO pots dial-peer **
    destination-pattern A1
    port 0/1/1
    no sip-register
    dial-peer voice 56 pots
    description ** FXO pots dial-peer **
    destination-pattern A2
    port 0/1/2
    no sip-register
    dial-peer voice 57 pots
    description ** FXO pots dial-peer **
    destination-pattern A3
    port 0/1/3
    no sip-register
    dial-peer voice 104 pots
    description ** FXO pots dial-peer **
    destination-pattern A4
    port 0/2/0
    no sip-register
    dial-peer voice 105 pots
    description ** FXO pots dial-peer **
    destination-pattern A5
    port 0/2/1
    no sip-register
    dial-peer voice 106 pots
    description ** FXO pots dial-peer **
    destination-pattern A6
    port 0/2/2
    no sip-register
    dial-peer voice 107 pots
    description ** FXO pots dial-peer **
    destination-pattern A7
    port 0/2/3
    no sip-register
    dial-peer voice 2000 voip
    description ** cue voicemail pilot number **
    translation-profile outgoing XFER_TO_VM_PROFILE
    destination-pattern 300
    b2bua
    session protocol sipv2
    session target ipv4:10.1.10.1
    voice-class sip outbound-proxy ipv4:10.1.10.1 
    dtmf-relay sip-notify
    codec g711ulaw
    no vad
    dial-peer voice 2001 voip
    description ** cue auto attendant number **
    translation-profile outgoing PSTN_CallForwarding
    destination-pattern 398
    b2bua
    session protocol sipv2
    session target ipv4:10.1.10.1
    voice-class sip outbound-proxy ipv4:10.1.10.1 
    dtmf-relay sip-notify
    codec g711ulaw
    no vad
    dial-peer voice 2012 voip
    description ** cue prompt manager number **
    translation-profile outgoing PSTN_CallForwarding
    destination-pattern 397
    b2bua
    session protocol sipv2
    session target ipv4:10.1.10.1
    voice-class sip outbound-proxy ipv4:10.1.10.1 
    dtmf-relay sip-notify
    codec g711ulaw
    no vad
    dial-peer voice 69 pots
    trunkgroup ALL_FXO 1
    corlist outgoing call-national
    description **CCA*North American-7-Digit*Long Distance**
    destination-pattern 91[2-9]..[2-9].......
    forward-digits all
    no sip-register
    dial-peer voice 62 pots
    trunkgroup ALL_FXO 1
    corlist outgoing call-national
    description **CCA*North American-7-Digit*Long Distance**
    destination-pattern 91[2-9]..[2-9].......
    forward-digits all
    no sip-register
    dial-peer voice 83 pots
    trunkgroup ALL_FXO
    corlist outgoing call-emergency
    description **CCA*North American-7-Digit*Emergency**
    preference 5
    destination-pattern 9911
    forward-digits all
    no sip-register
    dial-peer voice 84 pots
    trunkgroup ALL_FXO
    corlist outgoing call-emergency
    description **CCA*North American-7-Digit*Emergency**
    preference 5
    destination-pattern 911
    forward-digits all
    no sip-register
    dial-peer voice 85 pots
    trunkgroup ALL_FXO
    corlist outgoing call-local
    description **CCA*North American-7-Digit*7-Digit Local**
    preference 5
    destination-pattern 9[2-9]......
    forward-digits all
    no sip-register
    dial-peer voice 86 pots
    trunkgroup ALL_FXO
    corlist outgoing call-local
    description **CCA*North American-7-Digit*Service Numbers**
    preference 5
    destination-pattern 9[2-9]11
    forward-digits all
    no sip-register
    dial-peer voice 87 pots
    trunkgroup ALL_FXO
    corlist outgoing call-national
    description **CCA*North American-7-Digit*Long Distance**
    preference 5
    destination-pattern 91[2-9]..[2-9]......
    forward-digits all
    no sip-register
    dial-peer voice 88 pots
    trunkgroup ALL_FXO
    corlist outgoing call-international
    description **CCA*North American-7-Digit*International**
    preference 5
    destination-pattern 9011T
    forward-digits all
    no sip-register
    dial-peer voice 89 pots
    trunkgroup ALL_FXO
    corlist outgoing call-toll-free
    description **CCA*North American-7-Digit*Toll-Free**
    preference 5
    destination-pattern 91800.......
    forward-digits all
    no sip-register
    dial-peer voice 90 pots
    trunkgroup ALL_FXO
    corlist outgoing call-toll-free
    description **CCA*North American-7-Digit*Toll-Free**
    preference 5
    destination-pattern 91888.......
    forward-digits all
    no sip-register
    dial-peer voice 91 pots
    trunkgroup ALL_FXO
    corlist outgoing call-toll-free
    description **CCA*North American-7-Digit*Toll-Free**
    preference 5
    destination-pattern 91877.......
    forward-digits all
    no sip-register
    dial-peer voice 92 pots
    trunkgroup ALL_FXO
    corlist outgoing call-toll-free
    description **CCA*North American-7-Digit*Toll-Free**
    preference 5
    destination-pattern 91866.......
    forward-digits all
    no sip-register
    dial-peer voice 93 pots
    trunkgroup ALL_FXO
    corlist outgoing call-toll-free
    description **CCA*North American-7-Digit*Toll-Free**
    preference 5
    destination-pattern 91855.......
    forward-digits all
    no sip-register
    dial-peer voice 2100 voip
    corlist incoming call-internal
    description **CCA*INTERSITE inbound call to Schrock
    translation-profile incoming multisiteInbound
    incoming called-number 82...
    voice-class h323 1
    dtmf-relay h245-alphanumeric
    fax protocol cisco
    no vad
    dial-peer voice 2101 voip
    corlist incoming call-internal
    description **CCA*INTERSITE outbound calls to Mason
    translation-profile outgoing multisiteOutbound
    destination-pattern 81...
    session target ipv4:192.168.7.1
    voice-class h323 1
    dtmf-relay h245-alphanumeric
    fax protocol cisco
    no vad
    no dial-peer outbound status-check pots
    sip-ua
    telephony-service
    sdspfarm conference mute-on 111 mute-off 222
    sdspfarm units 5
    sdspfarm transcode sessions 10
    sdspfarm tag 1 confprof1
    sdspfarm tag 2 mtp442b03d54160
    conference hardware
    video
    fxo hook-flash
    max-ephones 138
    max-dn 600
    ip source-address 10.1.1.1 port 2000
    max-redirect 20
    auto assign 1 to 1 type bri
    calling-number initiator
    service phone videoCapability 1
    service phone ehookenable 1
    service phone webAccess 0
    service dnis overlay
    service dnis dir-lookup
    service dss
    timeouts interdigit 5
    system message Center Rock, Inc.
    url services http://10.1.10.1/voiceview/common/login.do
    url authentication http://10.1.10.1/voiceview/authentication/authenticate.do 
    cnf-file perphone
    load 7937 apps37sccp.1-4-4-0
    load 521G-524G cp524g-8-1-17
    load 501G spa50x-30x-7-4-9c
    load 502G spa50x-30x-7-4-9c
    load 504G spa50x-30x-7-4-9c
    load 508G spa50x-30x-7-4-9c
    load 509G spa50x-30x-7-4-9c
    load 301 spa50x-30x-7-4-9c
    load 303 spa50x-30x-7-4-9c
    time-zone 12
    keepalive 30 auxiliary 4
    voicemail 300
    max-conferences 8 gain -6
    call-forward pattern .T
    call-forward system redirecting-expanded
    hunt-group logout HLog
    moh flash:/media/music-on-hold.au
    multicast moh 239.10.16.16 port 2000
    web admin system name cisco secret 5 $1$o1zW$p6ljODQV2z3bNA2z.dUzv0
    dn-webedit
    time-webedit
    transfer-system full-consult dss
    transfer-pattern 9.T
    transfer-pattern .T
    transfer-pattern 6... blind
    secondary-dialtone 9
    night-service code *22
    night-service day Sun 17:00 09:00
    night-service day Mon 17:00 08:00
    night-service day Sat 17:00 09:00
    night-service date Jan 1 00:00 23:59
    night-service date Dec 25 00:00 23:59
    night-service date Nov 22 00:00 23:59
    night-service date Nov 21 00:00 23:59
    night-service date Dec 21 00:00 23:59
    night-service date Dec 24 00:00 23:59
    night-service date Dec 31 00:00 23:59
    directory entry 1 915403897033 name Virginia Office
    directory entry 2 915019770081 name Arkansas Office
    directory entry 3 914144617810 name Wisconsin Office
    directory entry 4 915707314923 name NorthernPA Office
    directory entry 5 92673768 name Mason Office
    fac standard
    create cnf-files version-stamp Jan 01 2002 00:00:00
    ephone-template  1
    url services 1 http://10.1.10.1/voiceview/common/login.do VoiceviewExpress
    service phone webAccess 0
    softkeys remote-in-use  Newcall
    softkeys idle  Redial Newcall Cfwdall Pickup Gpickup Dnd HLog Login
    softkeys seized  Cfwdall Endcall Redial Pickup Meetme Gpickup Callback
    softkeys alerting  Acct Callback
    softkeys connected  Hold Endcall Trnsfer TrnsfVM Confrn ConfList RmLstC Acct Park Select Join
    button-layout 7931 2
    ephone-template  15
    url services 1 http://10.1.10.1/voiceview/common/login.do VoiceviewExpress
    softkeys remote-in-use  Newcall
    softkeys idle  Redial Newcall Mobility Cfwdall Pickup Gpickup Dnd HLog Login
    softkeys seized  Cfwdall Endcall Redial Pickup Meetme Gpickup Callback
    softkeys connected  Hold Endcall Mobility Trnsfer TrnsfVM Confrn ConfList RmLstC Acct Park Select Join
    button-layout 7931 2
    ephone-template  16
    url services 1 http://10.1.10.1/voiceview/common/login.do VoiceviewExpress
    softkeys remote-in-use  Newcall
    softkeys idle  Redial Newcall Mobility Cfwdall Pickup Gpickup Dnd HLog Login
    softkeys seized  Cfwdall Endcall Redial Pickup Meetme Gpickup Callback
    softkeys connected  Hold Endcall Mobility Trnsfer TrnsfVM Confrn ConfList RmLstC Acct Park Select Join
    ephone-template  17
    url services 1 http://10.1.10.1/voiceview/common/login.do VoiceviewExpress
    softkeys remote-in-use  CBarge Newcall
    softkeys idle  Redial Newcall Mobility Cfwdall Pickup Gpickup Dnd HLog Login
    softkeys seized  Cfwdall Endcall Redial Pickup Meetme Gpickup Callback
    softkeys connected  Hold Endcall Mobility Trnsfer TrnsfVM Confrn ConfList RmLstC Acct Park Select Join
    ephone-template  18
    url services 1 http://10.1.10.1/voiceview/common/login.do VoiceviewExpress
    softkeys remote-in-use  CBarge Newcall
    softkeys idle  Redial Newcall Mobility Cfwdall Pickup Gpickup Dnd HLog Login
    softkeys seized  Cfwdall Endcall Redial Pickup Meetme Gpickup Callback
    softkeys connected  Hold Endcall Mobility Trnsfer TrnsfVM Confrn ConfList RmLstC Acct Park Select Join
    button-layout 7931 2
    ephone-dn  1
    number 199 no-reg primary
    description IP-Paging1
    name Shrock Paging Group
    paging ip 239.1.1.1 port 2000
    ephone-dn  9
    number BCD no-reg primary
    description MoH
    moh out-call ABC
    ephone-dn  488  octo-line
    number 778 no-reg primary
    conference meetme unlocked
    preference 3
    ephone-dn  489  octo-line
    number 778 no-reg primary
    conference meetme unlocked
    preference 2
    no huntstop
    ephone-dn  490  octo-line
    number 778 no-reg primary
    conference meetme unlocked
    preference 1
    no huntstop
    ephone-dn  491  octo-line
    number 778 no-reg primary
    conference meetme unlocked
    no huntstop
    ephone-dn  492  octo-line
    number 777 no-reg primary
    conference meetme unlocked
    preference 3
    ephone-dn  493  octo-line
    number 777 no-reg primary
    conference meetme unlocked
    preference 2
    no huntstop
    ephone-dn  494  octo-line
    number 777 no-reg primary
    conference meetme unlocked
    preference 1
    no huntstop
    ephone-dn  495  octo-line
    number 777 no-reg primary
    conference meetme unlocked
    no huntstop
    ephone-dn  496  octo-line
    number 776 no-reg primary
    conference meetme unlocked
    preference 3
    ephone-dn  497  octo-line
    number 776 no-reg primary
    conference meetme unlocked
    preference 2
    no huntstop
    ephone-dn  498  octo-line
    number 776 no-reg primary
    conference meetme unlocked
    preference 1
    no huntstop
    ephone-dn  499  octo-line
    number 776 no-reg primary
    conference meetme unlocked
    no huntstop
    ephone-dn  500  octo-line
    number 775 no-reg primary
    conference meetme unlocked
    preference 3
    ephone-dn  501  octo-line
    number 775 no-reg primary
    conference meetme unlocked
    preference 2
    no huntstop
    ephone-dn  502  octo-line
    number 775 no-reg primary
    conference meetme unlocked
    preference 1
    no huntstop
    ephone-dn  503  octo-line
    number 775 no-reg primary
    conference meetme unlocked
    no huntstop
    ephone-dn  504  octo-line
    number C004 no-reg primary
    conference ad-hoc
    preference 3
    ephone-dn  505  octo-line
    number C004 no-reg primary
    conference ad-hoc
    preference 2
    no huntstop
    ephone-dn  506  octo-line
    number C004 no-reg primary
    conference ad-hoc
    preference 1
    no huntstop
    ephone-dn  507  octo-line
    number C004 no-reg primary
    conference ad-hoc
    no huntstop
    ephone-dn  508  octo-line
    number C003 no-reg primary
    conference ad-hoc
    preference 3
    ephone-dn  509  octo-line
    number C003 no-reg primary
    conference ad-hoc
    preference 2
    no huntstop
    ephone-dn  510  octo-line
    number C003 no-reg primary
    conference ad-hoc
    preference 1
    no huntstop
    ephone-dn  511  octo-line
    number C003 no-reg primary
    conference ad-hoc
    no huntstop
    ephone-dn  512  octo-line
    number C002 no-reg primary
    conference ad-hoc
    preference 3
    ephone-dn  513  octo-line
    number C002 no-reg primary
    conference ad-hoc
    preference 2
    no huntstop
    ephone-dn  514  octo-line
    number C002 no-reg primary
    conference ad-hoc
    preference 1
    no huntstop
    ephone-dn  515  octo-line
    number C002 no-reg primary
    conference ad-hoc
    no huntstop
    ephone-dn  516  octo-line
    number C001 no-reg primary
    conference ad-hoc
    preference 3
    ephone-dn  517  octo-line
    number C001 no-reg primary
    conference ad-hoc
    preference 2
    no huntstop
    ephone-dn  518  octo-line
    number C001 no-reg primary
    conference ad-hoc
    preference 1
    no huntstop
    ephone-dn  519  octo-line
    number C001 no-reg primary
    conference ad-hoc
    no huntstop
    ephone-dn  522
    number 301 no-reg primary
    description *** CCA Floating Extension ***
    name Voice Mail
    call-forward all 81301
    ephone-dn  523
    number 299 no-reg primary
    description *** CCA Floating Extension ***
    name OverPhone Paging
    call-forward all 81299
    ephone-dn  524
    number 216 no-reg primary
    description *** CCA Floating Extension ***
    name Monte Walker
    call-forward all 81216
    ephone-dn  525
    number 218 no-reg primary
    description *** CCA Floating Extension ***
    name Trailer Shop
    call-forward all 81218
    ephone-dn  526
    number 217 no-reg primary
    description *** CCA Floating Extension ***
    name Coty Slifco
    call-forward all 81217
    ephone-dn  527
    number 227 no-reg primary
    description *** CCA Floating Extension ***
    name Jim Rose
    call-forward all 81227
    ephone-dn  528
    number 229 no-reg primary
    description *** CCA Floating Extension ***
    name Jamie Resh
    call-forward all 81229
    ephone-dn  529
    number 226 no-reg primary
    description *** CCA Floating Extension ***
    name Doug Philip
    call-forward all 81226
    ephone-dn  530
    number 214 no-reg primary
    description *** CCA Floating Extension ***
    name Ron Persuhn
    call-forward all 81214
    ephone-dn  531
    number 225 no-reg primary
    description *** CCA Floating Extension ***
    name Travis Mosholder
    call-forward all 81225
    ephone-dn  532
    number 215 no-reg primary
    description *** CCA Floating Extension ***
    name Mechanic Shop
    call-forward all 81215
    ephone-dn  533
    number 219 no-reg primary
    description *** CCA Floating Extension ***
    name Joe McKenzie
    call-forward all 81219
    ephone-dn  534
    number 224 no-reg primary
    description *** CCA Floating Extension ***
    name Hammer Shop
    call-forward all 81224
    ephone-dn  535
    number 223 no-reg primary
    description *** CCA Floating Extension ***
    name Christen Fisher
    call-forward all 81223
    ephone-dn  536
    number 220 no-reg primary
    description *** CCA Floating Extension ***
    name Becky Fisher
    call-forward all 81220
    ephone-dn  537
    number 213 no-reg primary
    description *** CCA Floating Extension ***
    name Alex Fisher
    call-forward all 81213
    ephone-dn  538
    number 222 no-reg primary
    description *** CCA Floating Extension ***
    name Rick Athey
    call-forward all 81222
    ephone-dn  539
    number 221 no-reg primary
    description *** CCA Floating Extension ***
    name Jody Humberson
    call-forward all 81221
    ephone-dn  543
    number 228 no-reg primary
    description *** CCA Floating Extension ***
    name Clinton Clark
    call-forward all 81228
    ephone-dn  544
    number 290 no-reg primary
    description *** CCA Floating Extension ***
    name Operator Group
    call-forward all 81290
    ephone-dn  545
    number 210 no-reg primary
    description *** CCA Floating Extension ***
    name Dan Stoner
    call-forward all 81210
    ephone-dn  547
    number 212 no-reg primary
    description *** CCA Floating Extension ***
    name Becky Dorcon
    call-forward all 81212
    ephone-dn  560
    number 211 no-reg primary
    description *** CCA Floating Extension ***
    name Jamie Boyce
    call-forward all 81211
    ephone-dn  561
    number 390 no-reg primary
    description *** CCA Floating Extension ***
    name Answering Service
    call-forward all 918776977018
    ephone-dn  562
    number 298 no-reg primary
    description *** CCA Floating Extension ***
    name OverHead Paging
    call-forward all 81298
    ephone-dn  563  dual-line
    number 107 no-reg primary
    name Shop Phone
    ephone-dn  564  dual-line
    ring internal
    number 105 no-reg primary
    label Lindsay Dorcon - 105
    description Lindsay Dorcon - 105
    name Receptionist Phone
    call-forward busy 300
    call-forward noan 300 timeout 20
    translation-profile incoming CallBlocking
    ephone-dn  565  dual-line
    number 129 no-reg primary
    label Break Room - 129
    description Break Room - 129
    name Break Room
    translation-profile incoming CallBlocking
    ephone-dn  566  dual-line
    number 112 no-reg primary
    label Kitchen Phone - 112
    description Kitchen Phone - 112
    name Kitchen Phone
    call-forward busy 300
    call-forward noan 300 timeout 20
    translation-profile incoming CallBlocking
    ephone-dn  567  dual-line
    number 134 no-reg primary
    label Spare Desk - 134
    description Spare Desk - 134
    name Spare Desk
    translation-profile incoming CallBlocking
    ephone-dn  568  dual-line
    number 133 no-reg primary
    label David Custer - 133
    description David Custer - 133
    name David Custer
    call-forward busy 300
    call-forward noan 300 timeout 20
    translation-profile incoming CallBlocking
    ephone-dn  569  dual-line
    number 132 no-reg primary
    label Marina Fisher - 132
    description Marina Fisher - 132
    name Marina Fisher
    mobility
    call-forward busy 300
    call-forward noan 300 timeout 20
    translation-profile incoming CallBlocking
    ephone-dn  570  dual-line
    number 131 no-reg primary
    label Luke Miller - 131
    description Luke Miller - 131
    name Luke Miller
    call-forward busy 300
    call-forward noan 300 timeout 20
    translation-profile incoming CallBlocking
    ephone-dn  571  dual-line
    number 130 no-reg primary
    label Randy Chicca - 130
    description Randy Chicca - 130
    name Randy Chicca
    call-forward busy 300
    call-forward noan 300 timeout 20
    translation-profile incoming CallBlocking
    ephone-dn  572  dual-line
    number 127 no-reg primary
    label Upstairs Conference Room - 127
    description Upstairs Conference Room - 127
    name Upstairs CRoom
    translation-profile incoming CallBlocking
    ephone-dn  573  dual-line
    number 124 no-reg primary
    label Brenda Philip - 124
    description Brenda Philip - 124
    name Brenda Philip
    call-forward busy 300
    call-forward noan 300 timeout 20
    translation-profile incoming CallBlocking
    ephone-dn  574  dual-line
    number 122 no-reg primary
    label Dave Rose - 122
    description Dave Rose - 122
    name Dave Rose
    call-forward busy 300
    call-forward noan 300 timeout 20
    translation-profile incoming CallBlocking
    ephone-dn  575  dual-line
    number 119 no-reg primary
    label Garrett Muir - 119
    description Garrett Muir - 119
    name Garrett Muir
    call-forward busy 300
    call-forward noan 300 timeout 20
    translation-profile incoming CallBlocking
    ephone-dn  576  dual-line
    number 118 no-reg primary
    label Peggy Pletcher - 118
    description Peggy Pletcher - 118
    name Peggy Pletcher
    call-forward busy 300
    call-forward noan 300 timeout 20
    translation-profile incoming CallBlocking
    ephone-dn  577  dual-line
    number 117 no-reg primary
    label Amanda Pletcher - 117
    description Amanda Pletcher - 117
    name Amanda Pletcher
    call-forward busy 300
    call-forward noan 300 timeout 20
    translation-profile incoming CallBlocking
    ephone-dn  578  dual-line
    number 114 no-reg primary
    label Lori Ling - 114
    description Lori Ling - 114
    name Lori Ling
    call-forward busy 300
    call-forward noan 300 timeout 20
    translation-profile incoming CallBlocking
    ephone-dn  579  dual-line
    number 106 no-reg primary
    label Derwin Gilbreath - 106
    description Derwin Gilbreath - 106
    name Derwin Gilbreath
    call-forward busy 300
    call-forward noan 300 timeout 20
    translation-profile incoming CallBlocking
    ephone-dn  580  dual-line
    number 104 no-reg primary
    label Shelby Philip - 104
    description Shelby Philip - 104
    name Shelby Philip
    call-forward busy 300
    call-forward noan 300 timeout 20
    translation-profile incoming CallBlocking
    ephone-dn  581  dual-line
    number 103 no-reg primary
    label Ted Proctor - 103
    description Ted Proctor - 103
    name Ted Proctor
    call-forward busy 300
    call-forward noan 300 timeout 20
    translation-profile incoming CallBlocking
    ephone-dn  582  dual-line
    number 113 no-reg primary
    label Jason Benedict - 113
    description Jason Benedict - 113
    name Jason Benedict
    call-forward busy 300
    call-forward noan 300 timeout 20
    translation-profile incoming CallBlocking
    ephone-dn  583  dual-line
    number 102 no-reg primary
    label Brandon Fisher - 102
    description Brandon Fisher - 102
    name Brandon Fisher
    call-forward busy 190
    call-forward noan 190 timeout 20
    translation-profile incoming CallBlocking
    ephone-dn  584  dual-line
    number 101 no-reg primary
    label Tonya Conn - 101
    description Tonya Conn - 101
    name Tonya Conn
    call-forward busy 300
    call-forward noan 300 timeout 20
    translation-profile incoming CallBlocking
    ephone-dn  585  dual-line
    number 126 no-reg primary
    label Jeff Brant - 126
    description Jeff Brant - 126
    name Jeff Brant
    call-forward busy 300
    call-forward noan 300 timeout 20
    translation-profile incoming CallBlocking
    ephone-dn  586  dual-line
    number 125 no-reg primary
    label Matt Caton - 125
    description Matt Caton - 125
    name Matt Caton
    call-forward busy 300
    call-forward noan 300 timeout 20
    translation-profile incoming CallBlocking
    ephone-dn  587  dual-line
    number 120 no-reg primary
    label Dale Miller - 120
    description Dale Miller - 120
    name Dale Miller
    call-forward busy 300
    call-forward noan 300 timeout 20
    translation-profile incoming CallBlocking
    ephone-dn  588  dual-line
    number 116 no-reg primary
    label Joe Logsdon - 116
    description Joe Logsdon - 116
    name Joe Logsdon
    call-forward busy 300
    call-forward noan 300 timeout 20
    translation-profile incoming CallBlocking
    ephone-dn  589  dual-line
    number 110 no-reg primary
    label Steve Bungard - 110
    description Steve Bungard - 110
    name Steve Bungard
    call-forward busy 300
    call-forward noan 300 timeout 20
    translation-profile incoming CallBlocking
    ephone-dn  590  dual-line
    number 109 no-reg primary
    label Ryan Saylor - 109
    description Ryan Saylor - 109
    name Ryan Saylor
    mobility
    snr 98142796525 delay 1 timeout 30 cfwd-noan 300
    call-forward busy 300
    call-forward noan 300 timeout 20
    translation-profile incoming CallBlocking
    ephone-dn  591  dual-line
    number 115 no-reg primary
    label Downstairs Conference Room 115
    description Conference Room
    name Conference Room
    translation-profile incoming CallBlocking
    ephone-dn  592
    number 354 no-reg primary
    park-slot timeout 60 limit 2 recall retry 60 limit 2
    label CallPark5
    ephone-dn  593
    number 353 no-reg primary
    park-slot timeout 60 limit 2 recall retry 60 limit 2
    label CallPark4
    ephone-dn  594
    number 352 no-reg primary
    park-slot timeout 60 limit 2 recall retry 60 limit 2
    label CallPark3
    ephone-dn  595
    number 351 no-reg primary
    park-slot timeout 60 limit 2 recall retry 60 limit 2
    label CallPark2
    ephone-dn  596
    number 350 no-reg primary
    park-slot timeout 60 limit 2 recall retry 60 limit 2
    label CallPark1
    ephone-dn  597
    number A801... no-reg primary
    mwi off
    ephone-dn  598
    number A800... no-reg primary
    mwi on
    ephone-dn  599  dual-line
    number 108 no-reg primary
    label Gary Meager - 108
    description Gary Meager
    name Gary Meager
    call-forward busy 300
    call-forward noan 300 timeout 20
    translation-profile incoming CallBlocking
    ephone-dn  600
    number 6... no-reg primary
    description ***CCA XFER TO VM EXTENSION***
    call-forward all 300
    ephone  1
    device-security-mode none
    mac-address 649E.F377.F09F
    ephone-template 16
    max-calls-per-button 2
    username "GMeager" password 123456
    paging-dn 1
    type 508G
    button  1:599
    night-service bell
    ephone  2
    device-security-mode none
    mac-address 0004.F2EE.C1AB
    ephone-template 16
    username "croom" password 12345
    type 7937
    button  1:591
    night-service bell
    ephone  3
    device-security-mode none
    mac-address 649E.F377.F0B5
    ephone-template 16
    max-calls-per-button 2
    username "rsaylor" password 12345
    type 508G
    button  1:590
    night-service bell
    ephone  4
    device-security-mode none
    mac-address 649E.F377.F0EE
    ephone-template 16
    max-calls-per-button 2
    username "sbungard" password 12345
    type 508G
    button  1:589
    night-service bell
    ephone  5
    device-security-mode none
    mac-address 649E.F377.F0F9
    ephone-template 16
    max-calls-per-button 2
    username "jlogsdon" password 12345
    type 508G
    button  1:588
    night-service bell
    ephone  6
    device-security-mode none
    mac-address 649E.F377.E8EF
    ephone-template 16
    max-calls-per-button 2
    username "dmiller" password 12345
    paging-dn 1
    type 508G
    button  1:587
    night-service bell
    ephone  7
    device-security-mode none
    mac-address 649E.F377.EAEA
    ephone-template 1
    max-calls-per-button 2
    username "mcaton" password 12345
    type 508G
    button  1:586
    night-service bell
    ephone  8
    device-security-mode none
    mac-address 649E.F377.F0D0
    ephone-template 16
    max-calls-per-button 2
    username "jbrant" password 12345
    paging-dn 1
    type 508G
    button  1:585
    night-service bell
    ephone  9
    device-security-mode none
    mac-address 649E.F377.F103
    ephone-template 1
    max-calls-per-button 2
    username "tconn" password 12345
    type 508G
    button  1:584
    night-service bell
    ephone  10
    device-security-mode none
    mac-address 649E.F377.F034
    ephone-template 16
    max-calls-per-button 2
    username "bfisher" password 12345
    type 508G
    button  1:583
    night-service bell
    ephone  11
    device-security-mode none
    mac-address 649E.F377.EEAC
    ephone-template 16
    max-calls-per-button 2
    username "jbenedict" password 12345
    paging-dn 1
    type 508G
    button  1:582
    night-service bell
    ephone  12
    device-security-mode none
    mac-address 649E.F377.F0E5
    ephone-template 16
    max-calls-per-button 2
    username "tproctor" password 1234
    type 508G
    button  1:581
    night-service bell
    ephone  13
    device-security-mode none
    mac-address 649E.F377.F05E
    ephone-template 16
    max-calls-per-button 2
    username "sphilip" password 12345
    paging-dn 1
    type 508G
    button  1:580
    night-service bell
    ephone  14
    device-security-mode none
    mac-address 649E.F377.EAED
    ephone-template 16
    max-calls-per-button 2
    username "dgilbreath" password 12345
    type 508G
    button  1:579
    night-service bell
    ephone  15
    device-security-mode none
    mac-address 649E.F377.F075
    ephone-template 1
    max-calls-per-button 2
    username "lling" password 12345
    type 508G
    button  1:578
    night-service bell
    ephone  16
    device-security-mode none
    mac-address 649E.F377.EFFE
    ephone-template 1
    max-calls-per-button 2
    username "apletcher" password 12345
    type 508G
    button  1:577
    night-service bell
    ephone  17
    device-security-mode none
    mac-address 649E.F377.F072
    ephone-template 1
    max-calls-per-button 2
    username "ppletcher" password 12345
    paging-dn 1
    type 508G
    button  1:576
    night-service bell
    ephone  18
    device-security-mode none
    mac-address 649E.F377.F095
    ephone-template 16
    max-calls-per-button 2
    username "gmuir" password 12345
    type 508G
    button  1:575
    night-service bell
    ephone  19
    device-security-mode none
    mac-address 649E.F377.EA14
    ephone-template 16
    max-calls-per-button 2
    username "drose" password 12345
    type 508G
    button  1:574
    night-service bell
    ephone  20
    device-security-mode none
    mac-address 649E.F377.EBA5
    ephone-template 1
    max-calls-per-button 2
    username "bphilip" password 12345
    type 508G
    button  1:573
    night-service bell
    ephone  21
    device-security-mode none
    mac-address 649E.F377.EA7A
    ephone-template 16
    max-calls-per-button 2
    username "ucroom" password 12345
    paging-dn 1
    type 508G
    button  1:572
    night-service bell
    ephone  22
    device-security-mode none
    mac-address 649E.F377.EA79
    ephone-template 16
    max-calls-per-button 2

  • UC560 CDR FTP Config

    Hi
    I have a UC-560 and I want to send automaticaly the CDR for all outgoing call to the FTP server.
    i have config the UC560 as follows:
    gw-accounting file
    primary ftp 192.168.0.107:21/CDR username CDR password <removed>
    acct-template callhistory-detail
    maximum buffer-size  15
    maximum retry-count 3
    maximum fileclose-timer 300
    maximum cdrflush-timer 245
    cdr-format compact
    However I am not able to ftp the CDR files to my Call Accounting Server. I got this from my ftp client:
    Status:          Connecting to 192.168.0.19:21...
    Status:          Connection attempt failed with "ECONNREFUSED - Connection refused by server".
    Error:          Could not connect to server
    Also I found this in the logs:
    539    2638347 Jan 18 2013 10:07:18 -05:00 cdr.Grove_Ochi.01_18_2013_09_02_09.013
    540          0 Jan 18 2013 10:09:58 -05:00 cdr.Grove_Ochi.01_18_2013_10_09_58.226
    541          0 Jan 18 2013 10:09:58 -05:00 cdr.Grove_Ochi.01_18_2013_10_09_58.546
    542          0 Jan 18 2013 10:09:58 -05:00 cdr.Grove_Ochi.01_18_2013_10_09_58.866
    543          0 Jan 18 2013 10:09:58 -05:00 cdr.Grove_Ochi.01_18_2013_10_09_59.286
    544          0 Jan 22 2013 16:56:30 -05:00 cdr.Grove_Ochi.01_22_2013_16_56_31.946
    545          0 Jan 22 2013 16:56:32 -05:00 cdr.Grove_Ochi.01_22_2013_16_56_32.270
    546          0 Jan 22 2013 16:56:32 -05:00 cdr.Grove_Ochi.01_22_2013_16_56_32.590
    547          0 Jan 22 2013 16:56:32 -05:00 cdr.Grove_Ochi.01_22_2013_16_56_33.010
    548          0 Jan 22 2013 16:56:32 -05:00 cdr.Grove_Ochi.01_22_2013_16_56_33.330
    549          0 Mar 18 2013 12:54:36 -04:00 cdr.Grove_Ochi.03_18_2013_12_54_36.003
    550          0 Mar 18 2013 12:54:36 -04:00 cdr.Grove_Ochi.03_18_2013_12_54_36.339
    551          0 Mar 18 2013 12:54:36 -04:00 cdr.Grove_Ochi.03_18_2013_12_54_36.763
    552          0 Mar 18 2013 12:54:36 -04:00 cdr.Grove_Ochi.03_18_2013_12_54_37.091
    553          0 Mar 18 2013 12:54:36 -04:00 cdr.Grove_Ochi.03_18_2013_12_54_37.415
    554          0 Mar 18 2013 12:54:36 -04:00 cdr.Grove_Ochi.03_18_2013_12_54_37.739
    555          0 Mar 18 2013 12:54:38 -04:00 cdr.Grove_Ochi.03_18_2013_12_54_38.163
    556          0 Mar 18 2013 19:18:30 -04:00 cdr.Grove_Ochi.03_18_2013_19_18_30.392
    557          0 Mar 18 2013 19:18:30 -04:00 cdr.Grove_Ochi.03_18_2013_19_18_30.716
    558          0 Mar 18 2013 19:18:30 -04:00 cdr.Grove_Ochi.03_18_2013_19_18_31.036
    559          0 Mar 18 2013 19:18:30 -04:00 cdr.Grove_Ochi.03_18_2013_19_18_31.460
    560          0 Mar 18 2013 19:18:30 -04:00 cdr.Grove_Ochi.03_18_2013_19_18_31.780
    561          0 Mar 18 2013 19:18:32 -04:00 cdr.Grove_Ochi.03_18_2013_19_18_32.100
    562          0 Mar 18 2013 19:18:32 -04:00 cdr.Grove_Ochi.03_18_2013_19_18_32.420
    563          0 Mar 18 2013 19:37:28 -04:00 cdr.Grove_Ochi.03_18_2013_19_37_29.323
    564          0 Mar 18 2013 19:37:28 -04:00 cdr.Grove_Ochi.03_18_2013_19_37_29.659
    565          0 Mar 18 2013 19:37:28 -04:00 cdr.Grove_Ochi.03_18_2013_19_37_29.995
    566          0 Mar 18 2013 19:37:30 -04:00 cdr.Grove_Ochi.03_18_2013_19_37_30.331
    567          0 Mar 18 2013 19:37:30 -04:00 cdr.Grove_Ochi.03_18_2013_19_37_30.767
    0 bytes available (260177920 bytes used)
    Tried to flush the CDR files out of the flash but that is not working. I restarted the UC560 but nothing changes.
    What am i doing wrong? Help!

    I added the backup location as follows:
    gw-accounting file
    primary ftp 192.168.0.107:21/cdr username CDR password
    secondary ifs
    acct-template callhistory-detail
    maximum buffer-size  15
    maximum retry-count 3
    maximum fileclose-timer 300
    maximum cdrflush-timer 245
    cdr-format compact
    and the log showed this
    572          0 Mar 18 2013 21:16:34 -04:00 cdr.Grove_Ochi.03_18_2013_21_16_34.996
    573          0 Mar 20 2013 14:46:06 -04:00 flash.Grove_Ochi.03_20_2013_14_46_07.632
    574          0 Mar 20 2013 14:48:08 -04:00 flash.Grove_Ochi.03_20_2013_14_48_08.250
    575          0 Mar 20 2013 14:48:08 -04:00 flash.Grove_Ochi.03_20_2013_14_48_08.706
    576          0 Mar 20 2013 14:48:08 -04:00 flash.Grove_Ochi.03_20_2013_14_48_09.062
    577          0 Mar 20 2013 14:48:08 -04:00 flash.Grove_Ochi.03_20_2013_14_48_09.418
    578          0 Mar 20 2013 14:48:08 -04:00 flash.Grove_Ochi.03_20_2013_14_48_09.874
    The UC560 stop writing the CDR files. How do I get the UC560 to do
    copy flash:testfile.txt ftp://username:[email protected] ?

  • Graphics config error for ATI Radeon X1200

    I have recently attempted to load OS 10 x86 on to my Toshiba Satellite A215-S5825. This lap top has an ** ATI Radeon x1200 ** graphics card. Im am getting the following errors. Can anyone provide me with some direction on how I might resolve? Thank you
    Unable to locate / open config file
    New driver is "ati"
    Failed to load module "dri" ( module does not exist, 0)
    Failed to load module "xtsol" ( module does not exist, 0)
    Failed to load module "Fbdev" ( module does not exist, 0)
    VESA (0): No matching modes
    Screen(s) found, but none have a usable configuaration.
    Fatal server error:
    No screens found on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining.
    XIO: fatal IO error 146 ( Connection refused) on Xserver "0.0" after 0 request (0 known processed) with 0 events remaining.
    error (pid1304): Server for display :0 can't be started.
    error ( pid 565): Server for display :0 terminated unexpectedly 1
    X Window system Version 7.2.0
    Release Date: 22 January 2007
    X Protocol Version 11, Revision 0, Release 7.2
    Build Operationg System: SunOS 5.10 Generic i86pc
    Solaris ABI: 32 bit
    SUNWxorg - server package version: 6.8.0.5.10.7400, REV=0.2004.12.15
    SUNWxorg - server patches applied: 12570-10
    SUNWxorg - graphics-ddx package version: 6.8.0.5.10.7400, REV=0.2004.12.15
    SUNWxorg - graphics-ddx patches applied: 12570-10
    SUNWxorg - mesa package version: 6.8.2.5.10.0113, REV=0.2005.08.02
    SUNWxorg - mesa patches applied: 125720-10 125724-01

    Hi-
    This update:
    http://support.apple.com/downloads/ATIRadeon_X1900_XT_FirmwareUpdate
    Some discussion and feedback:
    http://www.xlr8yourmac.com/Graphics/MacX1900XTFirmwareUpdate.html
    The only warnings are to follow the installer instructions exactly and don't disturb the machine or the power to the machine during the update.

  • [svn:fx-trunk] 12528: TLF Build 565.

    Revision: 12528
    Revision: 12528
    Author:   [email protected]
    Date:     2009-12-04 05:23:14 -0800 (Fri, 04 Dec 2009)
    Log Message:
    TLF Build 565.
    Build 565
    Fix 2498059 Selection highlighting and caret can dissapear when switching EditingMode in TCM
    Fix 2496825 Scolling lines via arrow keys in text which is not using Up leading, causes assert.
    Fix 2496529 Error happens when running TextContainerManagerTest.aliceTCMTest on Argo StandAlone for Mac.
    Build 564
    Fix 2497046. Change to core build file to provide ASDocs in the OpenSource folder instead of compiled into the textLayout.SWC. Also added the manifest file to the textLayout.SWC so that mxml code hinting in Flash Builder can work.
    Fix 2496983 HTML TextConverter converts HREF property to lower-case characters
    Improvements to Fix 2491878 Page Down and Page Up don't work properly in the linked containers
    Build 563
    Fix 2496260 HTML Import Performance Improvements
    Fix 2497051 Rename GlobalSettings.getResourceStringFunction to resourceStringFunction
    QE notes:
    Doc notes:
    Bugs:
    Reviewer:
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24493
        http://bugs.adobe.com/jira/browse/SDK-24468
    Modified Paths:
        flex/sdk/trunk/frameworks/air-config.xml
        flex/sdk/trunk/frameworks/flex-config.xml
        flex/sdk/trunk/frameworks/libs/textLayout.swc
        flex/sdk/trunk/frameworks/projects/textLayout/ReleaseNotes.txt
        flex/sdk/trunk/frameworks/projects/textLayout/build.xml
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/docs/flashx.textLayout.compos e.xml
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/docs/flashx.textLayout.contai ner.xml
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/docs/flashx.textLayout.edit.x ml
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/docs/flashx.textLayout.elemen ts.xml
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/docs/flashx.textLayout.format s.xml
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/docs/flashx.textLayout.operat ions.xml
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/docs/flashx.textLayout.xml
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/BuildInfo.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/compose/TextFlowLine. as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/compose/TextLineRecyc ler.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/container/TextContain erManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/conversion/BaseTextLa youtImporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/conversion/HtmlImport er.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/conversion/TextLayout Importer.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/debug/Debugging.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/EditManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/edit/SelectionManager .as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/FlowElement. as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/FlowGroupEle ment.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/GlobalSettin gs.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/ParagraphEle ment.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/elements/SpanElement. as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/factory/TextLineFacto ryBase.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/formats/ITextLayoutFo rmat.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/formats/TextLayoutFor mat.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/formats/TextLayoutFor matInc.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/formats/TextLayoutFor matValueHolder.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/property/Property.as
        flex/sdk/trunk/frameworks/projects/textLayout/src/flashx/textLayout/utils/NavigationUtil. as
        flex/sdk/trunk/frameworks/projects/textLayout/tlf.properties
    Added Paths:
        flex/sdk/trunk/frameworks/rsls/textLayout_1.0.0.565.swf
    Removed Paths:
        flex/sdk/trunk/frameworks/rsls/textLayout_1.0.0.562.swf

  • Config of free goods?

    I'm an ABAPer so forgive if my question is not clear to you SD guys. We are having an issue with creation of orders and the functional consultant might be new to this problem.
    I read several threads here regarding the config.
    1) I checked transaction VOV4 for OR-NORM-FREE-TAN-TANN. it's there
    2) Checked material master MM03 / Sales Org. 2 for category group. Group of material is NORM.
    3) Checked free goods determination in VBN3 for Customer-Material combination, there's a value there and is valid from 12/22/2008 to 12/31/9999 (valid indefinitely)
    But when we try to create an order in VA01, using the same customer and material (from number 3) and set the item category of the material to TANN, the system automatically changes it to TAN.
    (On the technical side) I checked the exits MV45AFZZ and MV45AFZB and there is no routine there that does the change from TANN to TAN so we're convinced that this is caused by some config.
    Can anyone help? How can the item stay as TANN (without having to retype. When it is retyped, it's like the item category is being forced into the system, right?)?
    Thanks in advance.

    Hi,
    What I undersatnd is , you want INCLUSIVE free good sdetermination.
    For example, for every 10 units 2 units are free. That means 20% free goods.
    If Customer has ordered for 10 units then  he has to pay for 8 units and 2 units will be free of charge.
    In standard, the free goods condition type is NA00 (with item generation).
    So, you need to create the Condition record for NA00 in transaction VBN1 and specify the free quntity properly.
    In standard, the Pricing Procedure for free goods determination is NA0000.
    You need to assign this procedure to the Sales Area in which you want to create the Sales Order (V/N6).
    Now, when you will create an order for the above material say M1 for 10 units, system will split it as two line items.
    First line item, M1 -
    8 units -
    TAN (system will calculate price for this item).
    Second line item, M1----
    2 units -
    TANN (no pricing, it is 100% free).
    You need not have to specify the Item category mannually.
    For the first item (Main item), system will automatically take the Item category as TAN and for the 2nd item (sub-item) item category will be TANN.
    Regards
    Pradyumna

  • Fairly new to cisco ASA 5505 - Can someone look through my config?

    Hi.
    Can some one tell me if I did the NAT part right? Both dynamic and static.
    To be able to reach one vlan from another I created a Nat between them, is this the right way to do it?
    I can still limit the access between the vlans based on the access list.
    I also getting slow throughput over the VPN tunnel. Is there something wrong with my config. I used the wizard to set it up. There is also a cisco asa5505 on the other end.
    If there is some thing else that seems wrong, please let me know.
    Any help would be greatfully appreciated!
    Config:
    : Saved
    ASA Version 7.2(2)
    hostname ciscoasa
    domain-name default.domain.invalid
    enable password x encrypted
    names
    name 192.168.1.250 DomeneServer
    name 192.168.1.10 NotesServer
    name 192.168.1.90 OvServer
    name 192.168.1.97 TerminalServer
    name 192.168.1.98 w8-eyeshare
    name 192.168.50.10 w8-print
    name 192.168.1.94 w8-app
    name 192.168.1.89 FonnaFlyMedia
    interface Vlan1
    nameif Vlan1
    security-level 100
    ip address 192.168.200.100 255.255.255.0
    ospf cost 10
    interface Vlan2
    nameif outside
    security-level 0
    ip address 79.x.x.226 255.255.255.224
    ospf cost 10
    interface Vlan400
    nameif vlan400
    security-level 100
    ip address 192.168.1.1 255.255.255.0
    ospf cost 10
    interface Vlan450
    nameif Vlan450
    security-level 100
    ip address 192.168.210.1 255.255.255.0
    ospf cost 10
    interface Vlan460
    nameif Vlan460-SuldalHotell
    security-level 100
    ip address 192.168.2.1 255.255.255.0
    ospf cost 10
    interface Vlan461
    nameif Vlan461-SuldalHotellGjest
    security-level 100
    ip address 192.168.3.1 255.255.255.0
    ospf cost 10
    interface Vlan462
    nameif Vlan462-Suldalsposten
    security-level 100
    ip address 192.168.4.1 255.255.255.0
    ospf cost 10
    interface Vlan470
    nameif vlan470-Kyrkjekontoret
    security-level 100
    ip address 192.168.202.1 255.255.255.0
    ospf cost 10
    interface Vlan480
    nameif vlan480-Telefoni
    security-level 100
    ip address 192.168.20.1 255.255.255.0
    ospf cost 10
    interface Vlan490
    nameif Vlan490-QNapBackup
    security-level 100
    ip address 192.168.10.1 255.255.255.0
    ospf cost 10
    interface Vlan500
    nameif Vlan500-HellandBadlands
    security-level 100
    ip address 192.168.30.1 255.255.255.0
    ospf cost 10
    interface Vlan510
    nameif Vlan510-IsTak
    security-level 100
    ip address 192.168.40.1 255.255.255.0
    ospf cost 10
    interface Vlan600
    nameif Vlan600-SafeQ
    security-level 100
    ip address 192.168.50.1 255.255.255.0
    ospf cost 10
    interface Ethernet0/0
    switchport access vlan 2
    interface Ethernet0/1
    interface Ethernet0/2
    switchport access vlan 500
    switchport trunk allowed vlan 400,450,460-462,470,480,500,510,600,610
    switchport mode trunk
    interface Ethernet0/3
    switchport access vlan 490
    interface Ethernet0/4
    interface Ethernet0/5
    interface Ethernet0/6
    interface Ethernet0/7
    passwd x encrypted
    ftp mode passive
    clock timezone WAT 1
    dns server-group DefaultDNS
    domain-name default.domain.invalid
    same-security-traffic permit inter-interface
    same-security-traffic permit intra-interface
    object-group service Lotus_Notes_Utgaaande tcp
    description Frim Notes og ut til alle
    port-object eq domain
    port-object eq ftp
    port-object eq www
    port-object eq https
    port-object eq lotusnotes
    port-object eq pop3
    port-object eq pptp
    port-object eq smtp
    object-group service Lotus_Notes_inn tcp
    description From alle og inn til Notes
    port-object eq www
    port-object eq lotusnotes
    port-object eq pop3
    port-object eq smtp
    object-group service Reisebyraa tcp-udp
    port-object range 3702 3702
    port-object range 5500 5500
    port-object range 9876 9876
    object-group service Remote_Desktop tcp-udp
    description Tilgang til Remote Desktop
    port-object range 3389 3389
    object-group service Sand_Servicenter_50000 tcp-udp
    description Program tilgang til Sand Servicenter AS
    port-object range 50000 50000
    object-group service VNC_Remote_Admin tcp
    description Frå oss til alle
    port-object range 5900 5900
    object-group service Printer_Accept tcp-udp
    port-object range 9100 9100
    port-object eq echo
    object-group icmp-type Echo_Ping
    icmp-object echo
    icmp-object echo-reply
    object-group service Print tcp
    port-object range 9100 9100
    object-group service FTP_NADA tcp
    description Suldalsposten NADA tilgang
    port-object eq ftp
    port-object eq ftp-data
    object-group service Telefonsentral tcp
    description Hoftun
    port-object eq ftp
    port-object eq ftp-data
    port-object eq www
    port-object eq https
    port-object eq telnet
    object-group service Printer_inn_800 tcp
    description Fra 800  nettet og inn til 400 port 7777
    port-object range 7777 7777
    object-group service Suldalsposten tcp
    description Sending av mail vha Mac Mail programmet - åpner smtp
    port-object eq pop3
    port-object eq smtp
    object-group service http2 tcp
    port-object range 81 81
    object-group service DMZ_FTP_PASSIVE tcp-udp
    port-object range 55536 56559
    object-group service DMZ_FTP tcp-udp
    port-object range 20 21
    object-group service DMZ_HTTPS tcp-udp
    port-object range 443 443
    object-group service DMZ_HTTP tcp-udp
    port-object range 8080 8080
    object-group service DNS_Query tcp
    port-object range domain domain
    object-group service DUETT_SQL_PORT tcp-udp
    description For kobling mellom andre nett og duett server
    port-object range 54659 54659
    access-list outside_access_in extended permit ip any any
    access-list outside_access_out extended permit ip any any
    access-list vlan400_access_in extended deny ip any host 149.20.56.34
    access-list vlan400_access_in extended deny ip any host 149.20.56.32
    access-list vlan400_access_in extended permit ip any any
    access-list Vlan450_access_in extended deny ip any host 149.20.56.34
    access-list Vlan450_access_in extended deny ip any host 149.20.56.32
    access-list Vlan450_access_in extended permit ip any any
    access-list Vlan460_access_in extended deny ip any host 149.20.56.34
    access-list Vlan460_access_in extended deny ip any host 149.20.56.32
    access-list Vlan460_access_in extended permit ip any any
    access-list vlan400_access_out extended permit icmp any any object-group Echo_Ping
    access-list vlan400_access_out extended permit tcp any host NotesServer object-group Lotus_Notes_Utgaaande
    access-list vlan400_access_out extended permit tcp any host DomeneServer object-group Remote_Desktop
    access-list vlan400_access_out extended permit tcp any host TerminalServer object-group Remote_Desktop
    access-list vlan400_access_out extended permit tcp any host OvServer object-group http2
    access-list vlan400_access_out extended permit tcp any host NotesServer object-group Lotus_Notes_inn
    access-list vlan400_access_out extended permit tcp any host NotesServer object-group Remote_Desktop
    access-list vlan400_access_out extended permit tcp any host w8-eyeshare object-group Remote_Desktop
    access-list vlan400_access_out extended permit tcp any host w8-app object-group Remote_Desktop
    access-list vlan400_access_out extended permit tcp any host FonnaFlyMedia range 8400 8600
    access-list vlan400_access_out extended permit udp any host FonnaFlyMedia range 9000 9001
    access-list vlan400_access_out extended permit tcp 192.168.4.0 255.255.255.0 host DomeneServer
    access-list vlan400_access_out extended permit tcp 192.168.4.0 255.255.255.0 host w8-app object-group DUETT_SQL_PORT
    access-list Vlan500_access_in extended deny ip any host 149.20.56.34
    access-list Vlan500_access_in extended deny ip any host 149.20.56.32
    access-list Vlan500_access_in extended permit ip any any
    access-list vlan470_access_in extended deny ip any host 149.20.56.34
    access-list vlan470_access_in extended deny ip any host 149.20.56.32
    access-list vlan470_access_in extended permit ip any any
    access-list Vlan490_access_in extended deny ip any host 149.20.56.34
    access-list Vlan490_access_in extended deny ip any host 149.20.56.32
    access-list Vlan490_access_in extended permit ip any any
    access-list Vlan450_access_out extended permit icmp any any object-group Echo_Ping
    access-list Vlan1_access_out extended permit ip any any
    access-list Vlan1_access_out extended permit tcp any host w8-print object-group Remote_Desktop
    access-list Vlan1_access_out extended deny ip any any
    access-list Vlan1_access_out extended permit icmp any any echo-reply
    access-list Vlan460_access_out extended permit icmp any any object-group Echo_Ping
    access-list Vlan490_access_out extended permit icmp any any object-group Echo_Ping
    access-list Vlan490_access_out extended permit tcp any host 192.168.10.10 object-group DMZ_FTP
    access-list Vlan490_access_out extended permit tcp any host 192.168.10.10 object-group DMZ_FTP_PASSIVE
    access-list Vlan490_access_out extended permit tcp any host 192.168.10.10 object-group DMZ_HTTPS
    access-list Vlan490_access_out extended permit tcp any host 192.168.10.10 object-group DMZ_HTTP
    access-list Vlan500_access_out extended permit icmp any any object-group Echo_Ping
    access-list vlan470_access_out extended permit icmp any any object-group Echo_Ping
    access-list vlan470_access_out extended permit tcp any host 192.168.202.10 object-group Remote_Desktop
    access-list Vlan510_access_out extended permit icmp any any object-group Echo_Ping
    access-list vlan480_access_out extended permit ip any any
    access-list Vlan510_access_in extended permit ip any any
    access-list Vlan600_access_in extended permit ip any any
    access-list Vlan600_access_out extended permit icmp any any
    access-list Vlan600_access_out extended permit tcp any host w8-print object-group Remote_Desktop
    access-list Vlan600_access_out extended permit tcp 192.168.1.0 255.255.255.0 host w8-print eq www
    access-list Vlan600_access_out extended permit tcp 192.168.202.0 255.255.255.0 host w8-print eq www
    access-list Vlan600_access_out extended permit tcp 192.168.210.0 255.255.255.0 host w8-print eq www
    access-list Vlan600_access_in_1 extended permit ip any any
    access-list Vlan461_access_in extended permit ip any any
    access-list Vlan461_access_out extended permit icmp any any object-group Echo_Ping
    access-list vlan400_nat0_outbound extended permit ip 192.168.1.0 255.255.255.0 192.168.77.0 255.255.255.0
    access-list outside_20_cryptomap_1 extended permit ip 192.168.1.0 255.255.255.0 192.168.77.0 255.255.255.0
    access-list outside_20_cryptomap extended permit ip 192.168.1.0 255.255.255.0 192.168.77.0 255.255.255.0
    access-list Vlan462-Suldalsposten_access_in extended permit ip any any
    access-list Vlan462-Suldalsposten_access_out extended permit icmp any any echo-reply
    access-list Vlan462-Suldalsposten_access_out_1 extended permit icmp any any echo-reply
    access-list Vlan462-Suldalsposten_access_in_1 extended permit ip any any
    pager lines 24
    logging enable
    logging asdm informational
    mtu Vlan1 1500
    mtu outside 1500
    mtu vlan400 1500
    mtu Vlan450 1500
    mtu Vlan460-SuldalHotell 1500
    mtu Vlan461-SuldalHotellGjest 1500
    mtu vlan470-Kyrkjekontoret 1500
    mtu vlan480-Telefoni 1500
    mtu Vlan490-QNapBackup 1500
    mtu Vlan500-HellandBadlands 1500
    mtu Vlan510-IsTak 1500
    mtu Vlan600-SafeQ 1500
    mtu Vlan462-Suldalsposten 1500
    no failover
    monitor-interface Vlan1
    monitor-interface outside
    monitor-interface vlan400
    monitor-interface Vlan450
    monitor-interface Vlan460-SuldalHotell
    monitor-interface Vlan461-SuldalHotellGjest
    monitor-interface vlan470-Kyrkjekontoret
    monitor-interface vlan480-Telefoni
    monitor-interface Vlan490-QNapBackup
    monitor-interface Vlan500-HellandBadlands
    monitor-interface Vlan510-IsTak
    monitor-interface Vlan600-SafeQ
    monitor-interface Vlan462-Suldalsposten
    icmp unreachable rate-limit 1 burst-size 1
    asdm image disk0:/asdm-522.bin
    no asdm history enable
    arp timeout 14400
    global (outside) 1 interface
    nat (vlan400) 0 access-list vlan400_nat0_outbound
    nat (vlan400) 1 0.0.0.0 0.0.0.0 dns
    nat (Vlan450) 1 0.0.0.0 0.0.0.0 dns
    nat (Vlan460-SuldalHotell) 1 0.0.0.0 0.0.0.0
    nat (Vlan461-SuldalHotellGjest) 1 0.0.0.0 0.0.0.0
    nat (vlan470-Kyrkjekontoret) 1 0.0.0.0 0.0.0.0
    nat (Vlan490-QNapBackup) 1 0.0.0.0 0.0.0.0 dns
    nat (Vlan500-HellandBadlands) 1 0.0.0.0 0.0.0.0
    nat (Vlan510-IsTak) 1 0.0.0.0 0.0.0.0
    nat (Vlan600-SafeQ) 1 0.0.0.0 0.0.0.0
    nat (Vlan462-Suldalsposten) 1 0.0.0.0 0.0.0.0
    static (vlan400,outside) 79.x.x.x DomeneServer netmask 255.255.255.255
    static (vlan470-Kyrkjekontoret,outside) 79.x.x.x 192.168.202.10 netmask 255.255.255.255
    static (vlan400,outside) 79.x.x.x NotesServer netmask 255.255.255.255 dns
    static (vlan400,outside) 79.x.x.231 TerminalServer netmask 255.255.255.255
    static (vlan400,outside) 79.x.x.234 OvServer netmask 255.255.255.255
    static (vlan400,outside) 79.x.x.232 w8-eyeshare netmask 255.255.255.255
    static (Vlan490-QNapBackup,outside) 79.x.x.233 192.168.10.10 netmask 255.255.255.255 dns
    static (Vlan600-SafeQ,outside) 79.x.x.235 w8-print netmask 255.255.255.255
    static (vlan400,outside) 79.x.x.236 w8-app netmask 255.255.255.255
    static (Vlan450,vlan400) 192.168.210.0 192.168.210.0 netmask 255.255.255.0
    static (Vlan500-HellandBadlands,vlan400) 192.168.30.0 192.168.30.0 netmask 255.255.255.0
    static (vlan400,Vlan500-HellandBadlands) 192.168.1.0 192.168.1.0 netmask 255.255.255.0
    static (vlan400,Vlan450) 192.168.1.0 192.168.1.0 netmask 255.255.255.0
    static (vlan400,outside) 79.x.x.252 FonnaFlyMedia netmask 255.255.255.255
    static (Vlan462-Suldalsposten,vlan400) 192.168.4.0 192.168.4.0 netmask 255.255.255.0
    static (vlan400,Vlan462-Suldalsposten) 192.168.1.0 192.168.1.0 netmask 255.255.255.0
    static (vlan400,Vlan600-SafeQ) 192.168.1.0 192.168.1.0 netmask 255.255.255.0
    static (Vlan600-SafeQ,vlan400) 192.168.50.0 192.168.50.0 netmask 255.255.255.0
    static (Vlan600-SafeQ,Vlan450) 192.168.50.0 192.168.50.0 netmask 255.255.255.0
    static (Vlan600-SafeQ,vlan470-Kyrkjekontoret) 192.168.50.0 192.168.50.0 netmask 255.255.255.0
    static (Vlan450,Vlan600-SafeQ) 192.168.210.0 192.168.210.0 netmask 255.255.255.0
    static (vlan470-Kyrkjekontoret,Vlan600-SafeQ) 192.168.202.0 192.168.202.0 netmask 255.255.255.0
    access-group Vlan1_access_out out interface Vlan1
    access-group outside_access_in in interface outside
    access-group outside_access_out out interface outside
    access-group vlan400_access_in in interface vlan400
    access-group vlan400_access_out out interface vlan400
    access-group Vlan450_access_in in interface Vlan450
    access-group Vlan450_access_out out interface Vlan450
    access-group Vlan460_access_in in interface Vlan460-SuldalHotell
    access-group Vlan460_access_out out interface Vlan460-SuldalHotell
    access-group Vlan461_access_in in interface Vlan461-SuldalHotellGjest
    access-group Vlan461_access_out out interface Vlan461-SuldalHotellGjest
    access-group vlan470_access_in in interface vlan470-Kyrkjekontoret
    access-group vlan470_access_out out interface vlan470-Kyrkjekontoret
    access-group vlan480_access_out out interface vlan480-Telefoni
    access-group Vlan490_access_in in interface Vlan490-QNapBackup
    access-group Vlan490_access_out out interface Vlan490-QNapBackup
    access-group Vlan500_access_in in interface Vlan500-HellandBadlands
    access-group Vlan500_access_out out interface Vlan500-HellandBadlands
    access-group Vlan510_access_in in interface Vlan510-IsTak
    access-group Vlan510_access_out out interface Vlan510-IsTak
    access-group Vlan600_access_in_1 in interface Vlan600-SafeQ
    access-group Vlan600_access_out out interface Vlan600-SafeQ
    access-group Vlan462-Suldalsposten_access_in_1 in interface Vlan462-Suldalsposten
    access-group Vlan462-Suldalsposten_access_out_1 out interface Vlan462-Suldalsposten
    route outside 0.0.0.0 0.0.0.0 79.x.x.225 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout uauth 0:05:00 absolute
    username x password x encrypted privilege 15
    aaa authentication ssh console LOCAL
    http server enable
    http 192.168.210.0 255.255.255.0 Vlan450
    http 192.168.200.0 255.255.255.0 Vlan1
    http 192.168.1.0 255.255.255.0 vlan400
    no snmp-server location
    no snmp-server contact
    snmp-server community public
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto map outside_map 20 match address outside_20_cryptomap_1
    crypto map outside_map 20 set pfs
    crypto map outside_map 20 set peer 62.92.159.137
    crypto map outside_map 20 set transform-set ESP-3DES-SHA
    crypto map outside_map interface outside
    crypto isakmp enable outside
    crypto isakmp enable vlan400
    crypto isakmp policy 10
    authentication pre-share
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    tunnel-group 62.92.159.137 type ipsec-l2l
    tunnel-group 62.92.159.137 ipsec-attributes
    pre-shared-key *
    telnet 192.168.200.0 255.255.255.0 Vlan1
    telnet 192.168.1.0 255.255.255.0 vlan400
    telnet timeout 5
    ssh 171.68.225.216 255.255.255.255 outside
    ssh timeout 5
    console timeout 0
    dhcpd update dns both
    dhcpd option 6 ip 81.167.36.3 81.167.36.11 interface Vlan1
    dhcpd option 6 ip 81.167.36.3 81.167.36.11 interface outside
    dhcpd address 192.168.1.100-192.168.1.225 vlan400
    dhcpd option 6 ip DomeneServer 81.167.36.11 interface vlan400
    dhcpd option 3 ip 192.168.1.1 interface vlan400
    dhcpd enable vlan400
    dhcpd address 192.168.210.100-192.168.210.200 Vlan450
    dhcpd option 6 ip 81.167.36.3 81.167.36.11 interface Vlan450
    dhcpd option 3 ip 192.168.210.1 interface Vlan450
    dhcpd enable Vlan450
    dhcpd address 192.168.2.100-192.168.2.150 Vlan460-SuldalHotell
    dhcpd option 6 ip 81.167.36.3 81.167.36.11 interface Vlan460-SuldalHotell
    dhcpd option 3 ip 192.168.2.1 interface Vlan460-SuldalHotell
    dhcpd enable Vlan460-SuldalHotell
    dhcpd address 192.168.3.100-192.168.3.200 Vlan461-SuldalHotellGjest
    dhcpd option 6 ip 81.167.36.3 81.167.36.11 interface Vlan461-SuldalHotellGjest
    dhcpd option 3 ip 192.168.3.1 interface Vlan461-SuldalHotellGjest
    dhcpd enable Vlan461-SuldalHotellGjest
    dhcpd address 192.168.202.100-192.168.202.199 vlan470-Kyrkjekontoret
    dhcpd option 3 ip 192.168.202.1 interface vlan470-Kyrkjekontoret
    dhcpd option 6 ip 81.167.36.3 81.167.36.11 interface vlan470-Kyrkjekontoret
    dhcpd enable vlan470-Kyrkjekontoret
    dhcpd option 3 ip 192.168.20.1 interface vlan480-Telefoni
    dhcpd option 6 ip 81.167.36.3 81.167.36.11 interface vlan480-Telefoni
    dhcpd address 192.168.10.80-192.168.10.90 Vlan490-QNapBackup
    dhcpd option 6 ip 81.167.36.3 81.167.36.11 interface Vlan490-QNapBackup
    dhcpd option 3 ip 192.168.10.1 interface Vlan490-QNapBackup
    dhcpd address 192.168.30.100-192.168.30.199 Vlan500-HellandBadlands
    dhcpd option 6 ip 81.167.36.3 81.167.36.11 interface Vlan500-HellandBadlands
    dhcpd option 3 ip 192.168.30.1 interface Vlan500-HellandBadlands
    dhcpd enable Vlan500-HellandBadlands
    dhcpd address 192.168.40.100-192.168.40.150 Vlan510-IsTak
    dhcpd option 6 ip 81.167.36.3 81.167.36.11 interface Vlan510-IsTak
    dhcpd option 3 ip 192.168.40.1 interface Vlan510-IsTak
    dhcpd enable Vlan510-IsTak
    dhcpd address 192.168.50.150-192.168.50.199 Vlan600-SafeQ
    dhcpd option 6 ip 81.167.36.3 81.167.36.11 interface Vlan600-SafeQ
    dhcpd enable Vlan600-SafeQ
    dhcpd address 192.168.4.100-192.168.4.150 Vlan462-Suldalsposten
    dhcpd option 6 ip DomeneServer 81.167.36.11 interface Vlan462-Suldalsposten
    dhcpd option 3 ip 192.168.4.1 interface Vlan462-Suldalsposten
    dhcpd enable Vlan462-Suldalsposten
    policy-map type inspect dns preset_dns_map
    parameters
      message-length maximum 512
    prompt hostname context
    Cryptochecksum:x
    : end

    I was just wondering if this is the way to do the "connection" between vlans.. or should it be routed?
    The traffic between the vlan is working as intended. There are not much traffice only some RDP connection and some printing jobs.
    But i'm getting some of these errors: (not alle like this, but portmap translation creation failed)
    305006    192.168.10.200 portmap translation creation failed for udp src Vlan460-SuldalHotell:192.168.2.112/59133 dst Vlan490-QNapBackup:192.168.10.200/161
    I did the sh interface commends:
    Result of the command: "sh interface"
    Interface Vlan1 "Vlan1", is down, line protocol is down
      Hardware is EtherSVI
        MAC address 001d.453a.ea0e, MTU 1500
        IP address 192.168.200.100, subnet mask 255.255.255.0
      Traffic Statistics for "Vlan1":
        0 packets input, 0 bytes
        0 packets output, 0 bytes
        0 packets dropped
          1 minute input rate 0 pkts/sec,  0 bytes/sec
          1 minute output rate 0 pkts/sec,  0 bytes/sec
          1 minute drop rate, 0 pkts/sec
          5 minute input rate 0 pkts/sec,  0 bytes/sec
          5 minute output rate 0 pkts/sec,  0 bytes/sec
          5 minute drop rate, 0 pkts/sec
    Interface Vlan2 "outside", is up, line protocol is up
      Hardware is EtherSVI
        MAC address 001d.453a.ea0e, MTU 1500
        IP address 79.x.x.226, subnet mask 255.255.255.224
      Traffic Statistics for "outside":
        1780706730 packets input, 1221625431570 bytes
        1878320718 packets output, 1743030863134 bytes
        5742216 packets dropped
          1 minute input rate 558 pkts/sec,  217568 bytes/sec
          1 minute output rate 803 pkts/sec,  879715 bytes/sec
          1 minute drop rate, 0 pkts/sec
          5 minute input rate 621 pkts/sec,  482284 bytes/sec
          5 minute output rate 599 pkts/sec,  428957 bytes/sec
          5 minute drop rate, 1 pkts/sec
    Interface Vlan400 "vlan400", is up, line protocol is up
      Hardware is EtherSVI
        MAC address 001d.453a.ea0e, MTU 1500
        IP address 192.168.1.1, subnet mask 255.255.255.0
      Traffic Statistics for "vlan400":
        1093422654 packets input, 1191121436317 bytes
        784209789 packets output, 374041914789 bytes
        11465163 packets dropped
          1 minute input rate 751 pkts/sec,  870445 bytes/sec
          1 minute output rate 462 pkts/sec,  116541 bytes/sec
          1 minute drop rate, 11 pkts/sec
          5 minute input rate 474 pkts/sec,  415304 bytes/sec
          5 minute output rate 379 pkts/sec,  197861 bytes/sec
          5 minute drop rate, 7 pkts/sec
    Interface Vlan450 "Vlan450", is up, line protocol is up
      Hardware is EtherSVI
        MAC address 001d.453a.ea0e, MTU 1500
        IP address 192.168.210.1, subnet mask 255.255.255.0
      Traffic Statistics for "Vlan450":
        139711812 packets input, 27519985266 bytes
        202793062 packets output, 233679075458 bytes
        12523100 packets dropped
          1 minute input rate 68 pkts/sec,  9050 bytes/sec
          1 minute output rate 83 pkts/sec,  88025 bytes/sec
          1 minute drop rate, 6 pkts/sec
          5 minute input rate 145 pkts/sec,  15068 bytes/sec
          5 minute output rate 241 pkts/sec,  287093 bytes/sec
          5 minute drop rate, 6 pkts/sec
    Interface Vlan460 "Vlan460-SuldalHotell", is up, line protocol is up
      Hardware is EtherSVI
        MAC address 001d.453a.ea0e, MTU 1500
        IP address 192.168.2.1, subnet mask 255.255.255.0
      Traffic Statistics for "Vlan460-SuldalHotell":
        177971988 packets input, 161663208458 bytes
        193137004 packets output, 137418896469 bytes
        4003957 packets dropped
          1 minute input rate 13 pkts/sec,  2295 bytes/sec
          1 minute output rate 14 pkts/sec,  15317 bytes/sec
          1 minute drop rate, 2 pkts/sec
          5 minute input rate 4 pkts/sec,  794 bytes/sec
          5 minute output rate 1 pkts/sec,  477 bytes/sec
          5 minute drop rate, 2 pkts/sec
    Interface Vlan461 "Vlan461-SuldalHotellGjest", is up, line protocol is up
      Hardware is EtherSVI
        MAC address 001d.453a.ea0e, MTU 1500
        IP address 192.168.3.1, subnet mask 255.255.255.0
      Traffic Statistics for "Vlan461-SuldalHotellGjest":
        332909692 packets input, 351853184942 bytes
        312038518 packets output, 156669956740 bytes
        583171 packets dropped
          1 minute input rate 0 pkts/sec,  6 bytes/sec
          1 minute output rate 0 pkts/sec,  0 bytes/sec
          1 minute drop rate, 0 pkts/sec
          5 minute input rate 0 pkts/sec,  6 bytes/sec
          5 minute output rate 0 pkts/sec,  0 bytes/sec
          5 minute drop rate, 0 pkts/sec
    Interface Vlan462 "Vlan462-Suldalsposten", is up, line protocol is up
      Hardware is EtherSVI
        MAC address 001d.453a.ea0e, MTU 1500
        IP address 192.168.4.1, subnet mask 255.255.255.0
      Traffic Statistics for "Vlan462-Suldalsposten":
        33905 packets input, 14303320 bytes
        28285 packets output, 27536357 bytes
        10199 packets dropped
          1 minute input rate 0 pkts/sec,  6 bytes/sec
          1 minute output rate 0 pkts/sec,  0 bytes/sec
          1 minute drop rate, 0 pkts/sec
          5 minute input rate 0 pkts/sec,  6 bytes/sec
          5 minute output rate 0 pkts/sec,  0 bytes/sec
          5 minute drop rate, 0 pkts/sec
    Interface Vlan470 "vlan470-Kyrkjekontoret", is up, line protocol is up
      Hardware is EtherSVI
        MAC address 001d.453a.ea0e, MTU 1500
        IP address 192.168.202.1, subnet mask 255.255.255.0
      Traffic Statistics for "vlan470-Kyrkjekontoret":
        12176257 packets input, 4305665570 bytes
        10618750 packets output, 5982598969 bytes
        974796 packets dropped
          1 minute input rate 2 pkts/sec,  770 bytes/sec
          1 minute output rate 1 pkts/sec,  861 bytes/sec
          1 minute drop rate, 0 pkts/sec
          5 minute input rate 2 pkts/sec,  708 bytes/sec
          5 minute output rate 1 pkts/sec,  980 bytes/sec
          5 minute drop rate, 0 pkts/sec
    Interface Vlan480 "vlan480-Telefoni", is up, line protocol is up
      Hardware is EtherSVI
        MAC address 001d.453a.ea0e, MTU 1500
        IP address 192.168.20.1, subnet mask 255.255.255.0
      Traffic Statistics for "vlan480-Telefoni":
        246638 packets input, 43543149 bytes
        10 packets output, 536 bytes
        226674 packets dropped
          1 minute input rate 0 pkts/sec,  126 bytes/sec
          1 minute output rate 0 pkts/sec,  0 bytes/sec
          1 minute drop rate, 0 pkts/sec
          5 minute input rate 0 pkts/sec,  56 bytes/sec
          5 minute output rate 0 pkts/sec,  0 bytes/sec
          5 minute drop rate, 0 pkts/sec
    Interface Vlan490 "Vlan490-QNapBackup", is up, line protocol is up
      Hardware is EtherSVI
        MAC address 001d.453a.ea0e, MTU 1500
        IP address 192.168.10.1, subnet mask 255.255.255.0
      Traffic Statistics for "Vlan490-QNapBackup":
        137317833 packets input, 6066713912 bytes
        223933623 packets output, 263191563744 bytes
        531738 packets dropped
          1 minute input rate 0 pkts/sec,  135 bytes/sec
          1 minute output rate 0 pkts/sec,  0 bytes/sec
          1 minute drop rate, 0 pkts/sec
          5 minute input rate 0 pkts/sec,  68 bytes/sec
          5 minute output rate 0 pkts/sec,  0 bytes/sec
          5 minute drop rate, 0 pkts/sec
    Interface Vlan500 "Vlan500-HellandBadlands", is up, line protocol is up
      Hardware is EtherSVI
        MAC address 001d.453a.ea0e, MTU 1500
        IP address 192.168.30.1, subnet mask 255.255.255.0
      Traffic Statistics for "Vlan500-HellandBadlands":
        30816778 packets input, 4887486069 bytes
        42403099 packets output, 47831750415 bytes
        948717 packets dropped
          1 minute input rate 3 pkts/sec,  707 bytes/sec
          1 minute output rate 3 pkts/sec,  3459 bytes/sec
          1 minute drop rate, 0 pkts/sec
          5 minute input rate 0 pkts/sec,  23 bytes/sec
          5 minute output rate 0 pkts/sec,  31 bytes/sec
          5 minute drop rate, 0 pkts/sec
    Interface Vlan510 "Vlan510-IsTak", is up, line protocol is up
      Hardware is EtherSVI
        MAC address 001d.453a.ea0e, MTU 1500
        IP address 192.168.40.1, subnet mask 255.255.255.0
      Traffic Statistics for "Vlan510-IsTak":
        1253148 packets input, 245364736 bytes
        1225385 packets output, 525528101 bytes
        161567 packets dropped
          1 minute input rate 0 pkts/sec,  6 bytes/sec
          1 minute output rate 0 pkts/sec,  0 bytes/sec
          1 minute drop rate, 0 pkts/sec
          5 minute input rate 0 pkts/sec,  6 bytes/sec
          5 minute output rate 0 pkts/sec,  0 bytes/sec
          5 minute drop rate, 0 pkts/sec
    Interface Vlan600 "Vlan600-SafeQ", is up, line protocol is up
      Hardware is EtherSVI
        MAC address 001d.453a.ea0e, MTU 1500
        IP address 192.168.50.1, subnet mask 255.255.255.0
      Traffic Statistics for "Vlan600-SafeQ":
        1875377 packets input, 1267279709 bytes
        1056139 packets output, 290728055 bytes
        521943 packets dropped
          1 minute input rate 0 pkts/sec,  165 bytes/sec
          1 minute output rate 0 pkts/sec,  0 bytes/sec
          1 minute drop rate, 0 pkts/sec
          5 minute input rate 0 pkts/sec,  178 bytes/sec
          5 minute output rate 0 pkts/sec,  9 bytes/sec
          5 minute drop rate, 0 pkts/sec
    Interface Ethernet0/0 "", is up, line protocol is up
      Hardware is 88E6095, BW 100 Mbps
        Auto-Duplex(Full-duplex), Auto-Speed(100 Mbps)
        Available but not configured via nameif
        MAC address 001d.453a.ea06, MTU not set
        IP address unassigned
        1782670655 packets input, 1256666911856 bytes, 0 no buffer
        Received 95709 broadcasts, 0 runts, 0 giants
        1978 input errors, 1978 CRC, 0 frame, 0 overrun, 1978 ignored, 0 abort
        0 L2 decode drops
        17179928790 switch ingress policy drops
        1878320261 packets output, 1778955488577 bytes, 0 underruns
        0 output errors, 0 collisions, 0 interface resets
        0 babbles, 0 late collisions, 0 deferred
        0 lost carrier, 0 no carrier
        0 rate limit drops
        0 switch egress policy drops
    Interface Ethernet0/2 "", is up, line protocol is up
      Hardware is 88E6095, BW 100 Mbps
        Auto-Duplex(Full-duplex), Auto-Speed(100 Mbps)
        Available but not configured via nameif
        MAC address 001d.453a.ea08, MTU not set
        IP address unassigned
        1790819459 packets input, 1783854920873 bytes, 0 no buffer
        Received 27571913 broadcasts, 0 runts, 0 giants
        614 input errors, 614 CRC, 0 frame, 0 overrun, 614 ignored, 0 abort
        0 L2 decode drops
        19768 switch ingress policy drops
        1547507675 packets output, 991527977853 bytes, 0 underruns
        0 output errors, 0 collisions, 0 interface resets
        0 babbles, 0 late collisions, 0 deferred
        0 lost carrier, 0 no carrier
        0 rate limit drops
        0 switch egress policy drops
    Interface Ethernet0/3 "", is up, line protocol is up
      Hardware is 88E6095, BW 100 Mbps
        Auto-Duplex(Full-duplex), Auto-Speed(100 Mbps)
        Available but not configured via nameif
        MAC address 001d.453a.ea09, MTU not set
        IP address unassigned
        137318166 packets input, 9176625008 bytes, 0 no buffer
        Received 290030 broadcasts, 0 runts, 0 giants
        0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
        0 L2 decode drops
        335 switch ingress policy drops
        223933623 packets output, 267222625073 bytes, 0 underruns
        0 output errors, 0 collisions, 0 interface resets
        0 babbles, 0 late collisions, 0 deferred
        0 lost carrier, 0 no carrier
        0 rate limit drops
        0 switch egress policy drops

  • Office 2013 - OSD - Specify different config xml

    Hi Guys
    I want to deploy Office 2013 in different languages to different users. It seems there are a few ways to do this. But I am thinking I want to package all languages I need into one Office install package and then in the task sequence have groups for countries.
    Each country has a variable to specify which config.xml to use. Is this possible or is there a better way?
    (I just need to know how to point to the correct xml in the package, kind of like the unattend file) I know the rest if this is the way.
    ie.
    -France
    ---ConfigFR.xml
    -Germany
    ---ConfigGe.xml
    Sweden
    ---ConfigSE.xml
    Thanks
    NN

    Hi
    I know the original question has been answered, but I have a follow up question.
    I am deploying Windows 8.1 Update using custom variables to install Windows language packs and Office Language packs dynamically based on rules. Running just one language works fine. But if I have a multiple language package deployed to Windows the
    Office DTs do not pick this up (each DT is currently working of one language per DT and using operating system language to install the correct xml).
    See here:
    These are the DTs
    After doing a bit more reading. I now know I need to setup the rules differently. Can I set the rules to be English and Swedish install DT1, and English and Romanian install DT 2, English alone install DT 3 etc?
    I basically need an "AND" rule.
    thanks again
    NN
    *you may have to zoom to see the larger image.

  • Possible to have two login configs in same web app?

    Sorry for not having tried this first, my server and webapp are in a state
    of flux at this moment, but I wanted to see what the consensus is out there,
    not just whether I can or cannot make something work quickly.
    If I have two types of things that might be called in my Web App (WAR) in
    different ways (eg, browser accessing via HTTP by users that want to login
    via pretty forms, and SOAP clients that may access functionality through the
    same servlets (but with alternate Servlet Path Info after the servlet name
    in the URL)), is there ANY way I can have multiple login configs, each tied
    to a different security constraint within that web app?
    In other words, with a servlet of /frazzleblitz and security constraints
    like:
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>Foo</web-resource-name>
    <url-pattern>/frazzleblitz/doFooBar</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <role-name>FoobarBrowserUsers</role-name>
    </auth-constraint>
    </security-constraint>
    and the SOAP constraint (for all users of incoming SOAP requests):
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>Foo</web-resource-name>
    <url-pattern>/frazzleblitz/doFooBar</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <role-name>FoobarBrowserUsers</role-name>
    </auth-constraint>
    </security-constraint>
    where my frazzleblitz controller knows whether the incoming request is
    browser vs SOAP based by the path info after the servlet name
    Can I associate the first security constraint with a FORM based login
    config, and the second security constraint with a BASIC AUTH login config
    since I could in theory require SOAP clients to send in credentials in a
    HTTP BasicAuth header, but I can't expect a SOAP client to be HTTP
    Redirected to a login form and then to enter the right credentials into a
    user type form and then be redirected back to an app...
    Seems to me the J2EE Security spec is really lacking in the area of
    programmatic authentication (allowing my SOAP code to get credentials out of
    the request envelope and call an API to login myself). Yeah, WebLogic has
    the ServletAuthentication weak() API, but these apps need to be J2EE
    compliant and work across J2EE servers... Anybody know of any improvements
    coming in the J2EE security space to address such functionality needs?
    Thanks in advance
    Mike

    Sorry, hit send accidentally before finishing the second security
    constraint - I've fixed it up below to reflect what I meant...
    "Mike" <[email protected]> wrote in message
    news:[email protected]...
    Sorry for not having tried this first, my server and webapp are in a state
    of flux at this moment, but I wanted to see what the consensus is outthere,
    not just whether I can or cannot make something work quickly.
    If I have two types of things that might be called in my Web App (WAR) in
    different ways (eg, browser accessing via HTTP by users that want to login
    via pretty forms, and SOAP clients that may access functionality throughthe
    same servlets (but with alternate Servlet Path Info after the servlet name
    in the URL)), is there ANY way I can have multiple login configs, eachtied
    to a different security constraint within that web app?
    In other words, with a servlet of /frazzleblitz and security constraints
    like:
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>Foo</web-resource-name>
    <url-pattern>/frazzleblitz/doFooBar</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <role-name>FoobarBrowserUsers</role-name>
    </auth-constraint>
    </security-constraint>
    and the SOAP constraint (for all users of incoming SOAP requests):
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>Bar</web-resource-name>
    <url-pattern>/frazzleblitz/doSOAPRequest</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <role-name>SOAPUsers</role-name>
    </auth-constraint>
    </security-constraint>
    where my frazzleblitz controller knows whether the incoming request is
    browser vs SOAP based by the path info after the servlet name
    Can I associate the first security constraint with a FORM based login
    config, and the second security constraint with a BASIC AUTH login config
    since I could in theory require SOAP clients to send in credentials in a
    HTTP BasicAuth header, but I can't expect a SOAP client to be HTTP
    Redirected to a login form and then to enter the right credentials into a
    user type form and then be redirected back to an app...
    Seems to me the J2EE Security spec is really lacking in the area of
    programmatic authentication (allowing my SOAP code to get credentials outof
    the request envelope and call an API to login myself). Yeah, WebLogic has
    the ServletAuthentication weak() API, but these apps need to be J2EE
    compliant and work across J2EE servers... Anybody know of anyimprovements
    coming in the J2EE security space to address such functionality needs?
    Thanks in advance
    Mike

  • Remote system reboots due to error when exporting config.

    I have a PXI-8196 controller operating on a network in a PXI-1052 chassis.  I am trying to export the config and the remote system reboots due to system error.

    Your Computer looks to be a Late 2010 iMac, if so is the RAM spec as shown below?
    Maximum Memory
    16 GB
    Memory Slots
    4 - 204-pin PC3-10600 (1333 MHz) DDR3 SO-DIMM

  • Using a variable in Struts config, to redirect

    In the struts-config file,
    to redirect to a different site, I can use
    redirect="true"
    and mention full path, in my <forward path=
    variable.
    1. Is there a better way to do it?
    2. Since I have to do it in multiple places, is it possible to use a variable? I mean, something like this
    <forward
    name="success"
    path="URL/abc.html" />
    Where URL is a variable name that the site path? This way, I can reuse the variable to redirect to other pages too (xyz.html, for example)

    Hi there,
    I don't know...is there only one URL you are using ore are there more than one? Because if it's the same path everytime you can try using this:
    <forward
    name="success"
    path="./abc.html" />
        ./               // This is the shortcut for the directory you are currently using.
        ../              // This is the shortcut for the directory above the one you are currently using.This code should do it. If not, try to create a var named for example "vpath" and put it like this:
    <forward
    name="success"
    path=vpath+"abc.html" />Try and tell if it worked ;)
    X--spYro--X

  • Error while running config.sh to configure OIM 11.1.1.5.0

    Hi
    I have installed all the required SW to run OIM 11.1.1.5.0
    - DB 11.2.0.1
    - WLS 10.3.5.0
    - RCU 11.1.1.5.0
    - SOA 11.1.1.5.0
    - OIM 11.1.1.5.0
    I was able to create the WLS domain and to start the AdminServer.
    But when I try to run *~oracle/Middleware/Oracle_IDM1/bin/config.sh* to configure OIM, I get an error in the UI.
    If I look at the the log file, I see this error:
    [OIM_CONFIG] MBeanServerConnection to Domain Runtime Server established ....
    [2013-02-13T11:11:02.659-08:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JnKxtFqFW7WFLzqIOA1H6yIm000003,0] [[
    [OIM_CONFIG] Permission for OIM Authenticator not set in system-jazn-data.xml.Hence setting it.
    [2013-02-13T11:11:02.668-08:00] [as] [ERROR] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 12] [ecid: 0000JnKxtFqFW7WFLzqIOA1H6yIm000003,0] One or More configurations failed. Exiting
    [2013-02-13T11:11:02.669-08:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 12] [ecid: 0000JnKxtFqFW7WFLzqIOA1H6yIm000003,0] Install Adapter: Mark End for:CONFIG
    And this is the content of the output file
    [oracle@vm logs]$ cat install2013-02-13_11-06-46AM.out
    Setting UnixGroups to "{dba,}"
    Setting ORACLE_HOME to /mnt/ORACLE/Middleware/Oracle_IDM1
    Setting Doracle.config.mode to true
    Adding /tmp/OraInstall2013-02-13_11-06-46AM for deletion.
    Adding to classpath:file:/tmp/OraInstall2013-02-13_11-06-46AM/ext/jlib/oim/oim.jar
    Adding to classpath:file:/tmp/OraInstall2013-02-13_11-06-46AM/ext/jlib/oim/template.jar
    Adding to classpath:file:/tmp/OraInstall2013-02-13_11-06-46AM/ext/jlib/handlers/oimQueriesHandler.jar
    [email protected]ScreenRes
    configFileName:/oracle/as/install/oim/ui/xml/footprint.xml
    Setting current page standalone validations to true
    Setting current page standalone validations to true
    resultset.getStatus() : true
    Setting current page standalone validations to true
    In processFieldStringPassword
    In processFieldStringConnect String
    In processFieldStringMDS Password
    In processFieldStringMDS User
    In processFieldStringUser Name
    ORACLE_HOME:/mnt/ORACLE/Middleware/Oracle_IDM1
    LOCALE_PROPERTIES FILE LOCATION:/mnt/ORACLE/Middleware/Oracle_IDM1/inventory/Scripts/ext/jlib/oim/OIMLocales.properties
    LOCALE_LANG:en
    LOCALE_COUNTRY:US
    resultset.getStatus() : true
    Setting current page standalone validations to true
    In processFieldStringWebLogic Admin Server URL
    In processFieldStringWebLogic Administrator UserName
    In processFieldStringWebLogic Administrator Password
    connection obtained successfully...javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection@759f31de
    resultset.getStatus() : true
    connection obtained successfully...javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection@679e3bdd
    OIM Managed Server URL: http://vm.com:14000
    Setting current page standalone validations to true
    In processFieldStringConfirm User Password
    In processFieldStringOIM Administrator Password
    ResultSet : [System, Administrator, XELSYSADM]
    In processFieldStringKeyStore Password
    In processFieldStringConfirm KeyStore Password
    In processFieldStringProxy URL for OIM
    In processErrorMsgStringKeyStore Password
    resultset.getStatus() : true
    Setting current page standalone validations to true
    resultset.getStatus() : true
    ********Print out of data model is as follows******
    ------Page Variables of DomainSelectionOptionsWLSPage----
    In doFinish method checking for inventory lock...ConfigurationPage
    Setting current page standalone validations to true
    Oracle Home in OIMInstallActionProvider= /mnt/ORACLE/Middleware/Oracle_IDM1
    JAVA.LIBRARY.PATH:/tmp/OraInstall2013-02-13_11-06-46AM/jre/lib/amd64/server:/tmp/OraInstall2013-02-13_11-06-46AM/jre/lib/amd64:/tmp/OraInstall2013-02-13_11-06-46AM/jre/../lib/amd64:/mnt/ORACLE/Middleware/Oracle_IDM1/lib:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib:/mnt/ORACLE/Middleware/Oracle_IDM1/lib/:/mnt/ORACLE/Middleware/Oracle_IDM1/jdk/jre/lib/i386/
    ORACLE_HOME = /mnt/ORACLE/Middleware/Oracle_IDM1
    domainHome :/u01/app/oracle/Middleware/user_projects/domains/oim_domain
    soaURL: t3://vm.com:8001
    providers.size[]...1
    providers Type...Server
    java.lang.NoClassDefFoundError: oracle/security/jps/mas/mgmt/jmx/policy/PortableCodeSource
    at oracle.as.install.oim.config.mbeans.ConfigureOIMAuthenticator.grantCSFReadWritePerms(ConfigureOIMAuthenticator.java:295)
    at oracle.as.install.oim.config.mbeans.ConfigureOIMAuthenticator.configureAuthenticatorMbean(ConfigureOIMAuthenticator.java:109)
    at oracle.as.install.oim.config.OIMConfigManager.configureOIM(OIMConfigManager.java:614)
    at oracle.as.install.oim.config.OIMConfigManager.doExecute(OIMConfigManager.java:538)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: java.lang.ClassNotFoundException: oracle.security.jps.mas.mgmt.jmx.policy.PortableCodeSource
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionClassLoader.loadClass(StandardConfigActionClassLoader.java:75)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    ... 13 more
    java.lang.IllegalStateException: Action:OIM Configuration failed with error:interrupted
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.fail(ConfigAction.java:227)
    at oracle.as.install.oim.config.OIMConfigManager.doExecute(OIMConfigManager.java:554)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:662)
    In Config Module Finish Event...
    In doCancel method ...
    Yes option....
    inventoryLocation: /u01/app/oraInventory
    outputFile:/u01/app/oraInventory/logs/installProfile2013-02-13_11-06-46AM.log
    in writeProfile method..
    [ENGINE] Adding /tmp/OraInstall2013-02-13_11-06-46AM for deletion.
    Any suggestion ?
    Thanks a lot

    Never mind
    I have figured it out.
    I had to create few symbolic links under $HOME/Middleware
    In particular Oracle_IDM1
    The config.sh script is setting ORACLE_HOME based on pwd.
    And pwd is returning the path of the linked directory and not $HOME/Middleware/Oracle_IDM1
    Once I fixed the script to simple use the correct ORACLE_HOME, it finishes correctly

  • HP LaserJet p1102w with Mac OS X10.6.8 HTML config issue

    Hello, 
    I have been using this printer for a few years now and have moved house a few times and successfully updated the wireless settings on the printer through HTML config. Lately, in printer utilities the HTML config button does not show up where it is meant to.
    I have installed / uninstalled the latest firmware, software drivers, printers and made sure they were platform specific.
    This is really annoying. 
    Is there old software available for download? it was working fine until the recent update - which I did so I could use the eprint features.
    Best regards
    Costas
    Printer: 
    HP LaserJet p1102w, Firmware datacode = 20130213
    Computer:
    Macbook white, late 2008 model: 2.4Ghz Core2Duo, 4G RAM with OS X 10.6.8

    From the name of the printer, it looks like you have it installed through a USB connection. 
    Here is what I would. First go into “System Preferences” and then select either  “Print & Scan” or "Print & Fax".
    Right click (or control + click) on the rectangle listing your printers and then select “Reset Printing System”.  
    NOTE: This will delete all printers. 
    After you have reset the printing system, let's make sure you have the most recent HP driver package installed. 
    You can download it here: http://support.apple.com/downloads/DL907/en_US/HPPrinterDrivers2.14.dmg
    Once you have downloaded the driver package and completed the installation, go into your print settings under System Preferences > Print & Scan. To add the printer, click the plus (+) sign. You should see your printer listed here. If not, click "Add Printer or Scanner." Click the name of your printer and then click "Use:” box.  Make sure that says the name of your printer and not AirPrint. Next make sure that the printer "Kind:" is set to Bonjour or Bonjour Multifunction. Click "Add" down in the bottom right hand corner.
    This will add your printer back using the most recent HP print driver available through Apple. Let me know if this helps resolve your issue or not. If it doesn't, let me know I will see what else I can do.
    Best of luck,
    Kyle
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

Maybe you are looking for

  • Tagged PDF to Word Document

    I'm not sure this is in the right area for discussion. I have a tagged PDF, the way it was generated was just compiling a bunch of images on various sheets and add comments with the acrobat tools. I want to be able to convert this PDF with all tags t

  • Issues with still photos (size/cropping) in IMovie

    Hi, I been searching and despite trying to solve this issue myself and through taking the advice given in similar posts, I still have not been able to resolve this issue. When making a video/movie, my still pictures get cut up. The tops are noticeabl

  • How to test the user is an EP User

    Hi Experts,          I am developing a WebDynpro application which is to be run in a browser and also in EP.  If this application runs in a browser it has to ask the user id and password and navigate to the home page of my application. For this I hav

  • Blank screen and unresponsive

    All of a sudden my iPad 2 is unresponsive. Show a blank screen & cannot turn off. Any suggestions?

  • Inspection lot size

    Dear all, I am using in process inspection for that i have set inspection type 3 in material master. An inspection lot is created of the whole order quantity but in one shift only a part of oder quantity is confirmed then in QA 32 How to enter the re