Prime Infrastructure 2.1. Configuration template deploy problem.

Hello! I have a problem with the CLI template deployment on Cisco Prime. PI version is 2.1.
There is the following template, which contains:
logging on
logging 10.10.10.10
When I try to deploy it on the router 1800 IOS Version 12.3(14)T7 all is going well and the report I get the following:
Device
Status
Transcript
10.5.5.1
Success
configlet: logging on logging 10.10.10.10 response: terminal width 0 config t logging on logging 10.10.10.10
But, when I try to deploy the same template on the router 3825 IOS Version 15.1(4)M5, the system issues the following error:
Device
Status
Transcript
10.5.5.2
Failed
Error : Exception while sending interactive commands to device, Expect timeout: Failed to match expected device output due to Expect timeout current timeout 60000. Current output : Enter configuration commands, one per line. End with CNTL/Z. MAIN_VOICE_gate(config)# Current expects : (MAIN_VOICE_gate:579|MAIN_VOICE_gate:579)\([^\)]+\)#\s*\z MAIN_VOICE_gate:579#
In what may be the reason that Prime cannot deploy the configuration on IOS version 15.1?
Thank you!

Good day! Yes, maybe we have the same BUG
https://tools.cisco.com/bugsearch/bug/CSCub57283
but in the status written that it is Fixed and applies to releases 1.2 and 2.0, but we used version 2.1.

Similar Messages

  • Prime InfraStructure 2.2 Configuration Template error

    Hi All,
    I'm facing Configuration template error . I can add the CLI template then after i press on Deploy i get error message  and this is happening with all the CLI templates  . ( also Attached the error )
    The error message : "
    Template Deployment- Prepare and schedule : HA With Virtual IP
    There was an error while parsing and rendering the content. (updateLeftTreeOnce is not defined )
    The HA With Virtual IP Template Body as below :
    logging 10.30.2.252
    ip access-list standard VTY_ACCESS
    no deny any log
    permit 10.30.2.252
    deny any log

    We are facing the exact same issue. Here are the version :
    Cisco Prime Infrastructure
    Version : 2.2.0
    Build : 2.2.0.0.158
    We tried restarting the NCS services, but it doesn't help. We have the issue on differents PC and browsers. Users told me they got the issue before but it disappeared by itself. We will open a case about it.

  • Prime Infrastructure 2.0 Software IOS deployment problems

    When I try to deploy an IOS using the software deployment in Cisco PI 2.0 the jobs always fail. I have tried many different configurations and even switched flash cards but nothing works. The TFTP/SCP jobs always fail. Doing a "show flash:" I can see the image begin to copy, but it suddenly disappears and the job fails.
    Any help would be very appreciated, this is very frustrating!!
    Here is the failure message:
    SWIM1125: Failed to copy the image to Flash due to the reason - copyUnknownFailure :failure unknown. Retry the operation. If the problem persists, check the Bug Toolkit application for any known issues on the running image version.Error loading image to flash.Image Copy Operation Failed
    Thanks very much.

    I solved my issue by running looking at the debug output on the 2811 router I was pushing the IOS (.bin file) to. I noticed that the TFTP traffic would simply stop without warning and seemingly for no reason. I gave up on the TFTP and had to configure the router for SCP instead (aaa new-model, etc.). The image would successfully copy from the prime server to flash after that.
    The failure output from prime was very unhelpful for both tftp and scp failures. It wasn't until I did some SCP configuration reading that I realized I had SCP configured wrong. Still no idea why the TFTP wouldn't work.

  • Cisco Prime Infrastructure 2.2 configuration export

    Hello,
    I have a question about Cisco Prime Infrastructure 2.2.
    Is it possible to export all the configurations every day automatically in .cfg format to an external
    server (preferably SCP or SFTP). Or any other way to export all the saved configurations from
    the database automatically in .cfg format

    You're welcome. 
    Please note the following update:
    You can export the configurations from the database via a manual process - you could probably script it and kick it off via cron if you are handy with that sort of thing.
    The export process is explained in a post by Vinod Arya in the Prime Infrastructure Ask the Expert thread.

  • Prime Infrastructure and WLAN Configuration Controller Templates

    Hello,
    I work with PI v1.2 in customer environment. This app has SNMP relation with 7 controllers (4 controllers in 2 WiSM modules, 3 controllers are standalone). All controllers uses WLANs which I sometimes need to update. I would like to use the PI so that update all of them in one step. But when I use WLAN Configuration Controller Templates and choose given WLAN Template then the PI answer me with error message: "Unknown Exception Occured. If the problem persists send logs to the Tech Support."
    Have you anyone had such a problem? Is it any bug of the application?
    Thank you.

    Yes, you should be able to discover templates from the WLC
    HTH,
    Steve

  • Oracle Service Bus configuration project deployment problem

    I cannot deploy the "OSB30 Book Conf" configuration project to the server. "The specified domain path is not a valid Oracle Service Bus domain" error appears. Where is the domain path specified? Where can I get know which paths are valid Oracle Service Bus domains?
    I am using OSB 10.3.1, WebLogic server 10.3, Oracle Workshop for WebLogic 10.3 running on RHEL4.
    Thank you.

    Your first message about "THE SPECIFIED DOMAIN PATH IS NOT A VALID ORACLE SERVICE BUS DOMAIN" is the most annoyingly stupid message and wasted days of my time when I was trying to script the creation of an OSB domain.
    The way Workshop decides that a domain is a valid OSB domain or not is by checking the config.xml for the prescense of "lib/kernel.ear" - if that's not EXACTLY like that, that it decides its not a valid domain.
    If you look in the config.xml, you must have an entry like
    <app-deployment>
    <name>XBus Kernel</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>C:\osb1031\osb_10.3/lib/kernelEar</source-path>
    and not something like this
    <app-deployment>
    <name>XBus Kernel</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>c:\domains\user_projects\applications\MyESB11g/kernelEar</source-path>
    It's all to do with the path you choose for the applications when creating the domain and there's a bug raised for it. Sounds like you're working anyway.
    Pete

  • Prime Infrastructure 2.1 CLI Template to TFTP Copy File?

    I'm trying to run the following command on a range of devices:
    copy tftp://10.10.10.10/new-acl.txt running-config
    The command is in enable mode and interactive, it prompts for confirmation of the filename.
    Here's the CLI template I've cobbled together:
    #MODE_ENABLE
    #INTERACTIVE
    copy tftp://10.10.10.10/new-acl.txt running-config<IQ>Destination filename [running-config]? <R>running-config
    #ENDS_INTERACTIVE
    #MODE_END_ENABLE
    However, it fails with:
    Error : Exception while sending interactive commands to device, java.util.regex.PatternSyntaxException:Illegal character range near index 31 'Destination filename [running-config]? ' ^
    I've tried escaping the string with single quotes, double quotes and backslashes for the []? characters, but nothing seems to work. Any advice from the community on how to proceed?

    Based on what I understood your suggestion to be, I changed the template from:
    #MODE_ENABLE
    #INTERACTIVE
    copy tftp://10.10.10.10/new-acl.txt running-config<IQ>Destination filename [running-config]? <R>running-config
    #ENDS_INTERACTIVE
    #MODE_END_ENABLE
    to:
    #MODE_ENABLE
    #INTERACTIVE
    copy tftp://10.10.10.10/new-acl.txt running-config<R>
    #ENDS_INTERACTIVE
    #MODE_END_ENABLE
    Deploying the new template resulted in the error:
    Error : Exception while sending interactive commands to device, Expect timeout: Failed to match expected device output due to Expect timeout current timeout 60000. Current output : Destination filename [running-config ]? Current expects : (<switchname>|<switchname>)\([^\)]+\)#\s*\z <switchname>#

  • Prime Infrastructure 2.1. Image destribution problem.

    Hello! I have a problem with distribution IOS on Cisco devices. PI version is 2.1.
    I have the image on local repository. When i try to distribute it on any devise i receive the following error (space on the flash enough):
    On Prime web interface - Jobs Dashboard:
    SWIM5018: Copy operation Failed. Probable Causes : 1. Connection Time out. 2. Disk Space full. Recommended Action: 1.Please check the connectivity of the device. 2.Check if enough space is available for copy operation.Error loading image to Flash.For more details please check /opt/CSCOlumos/conf/ifm/swim/jobs/10.10.10.10_tftp_telnet.log for the output from the device on which the image transfer failed.Image Copy Operation Failed
    On Prime log repository - /opt/CSCOlumos/conf/ifm/swim/jobs/10.10.10.10_tftp_telnet.log:
    ade # vi 10.10.10.10_tftp_telnet.log
    dir /all flash:
    Directory of flash:/
        2  -rwx     6918153   Mar 1 1993 00:55:38 +00:00  c2970-lanbasek9-mz.122-44.SE.bin
        4  -rwx        4014   Mar 5 1993 23:45:28 +00:00  private-config.text
        5  -rwx        5324   Nov 8 2012 07:44:00 +00:00  vlan.dat
        6  -rwx        7560   Mar 1 1993 01:54:28 +00:00  23052014.cfg
        7  -rwx        5144   Mar 5 1993 23:45:28 +00:00  multiple-fs
        8  -rwx        3828   Mar 5 1993 23:45:28 +00:00  config.text
    15998976 bytes total (9052160 bytes free)
    HOSTNAME#copy tftp://10.5.5.5//c2970-lanbasek9-mz.122-44.SE6.bin flash:c2970-lanbasek9-mz.122-44.SE6.bin
    Destination filename [c2970-lanbasek9-mz.122-44.SE6.bin]? c2970-lanbasek9-mz.122-44.SE6.bin
    Accessing tftp://10.5.5.5//c2970-lanbasek9-mz.122-44.SE6.bin...
    Loading c2970-lanbasek9-mz.122-44.SE6.bin from 10.5.5.5 (via Vlan110): !... [timed out]
    %Error reading tftp://10.5.5.5/c2970-lanbasek9-mz.122-44.SE6.bin (Timed out)
    HOSTNAME#disable 1
    HOSTNAME>
    HOSTNAME>
    HOSTNAME>_tune_^H ^H^H ^H^H ^H^H ^H^H ^H^H ^H
    HOSTNAME>
    As i see, there is a TFTP timeout on session from Prime.
    I've seen topics related to this, but I have not found an acceptable solution. Tell me, is there any way to solve this problem?
    Thanks in advance

    I am trying to update switch software with prime, and I am finding it to be quite cumbersome!
    Any idea on this issue?

  • Prime Infrastructure 1.3 + WLC 2504 - Enable LAG?

    Hi everybody,
    I'm facing a little issue using Prime Infrastructure 1.3 configuration templates to manage a couple of 2504 WLCs.
    I'm using a Configuration -> General template to enable LAG on a couple of controller and when I try to apply it I get the error: "LAG mode cannot be enabled for 2500 series of controllers."
    Obviously I can enable LAG locally on controllers, but then each time I try to apply the configuration template from Prime Infrastructure LAG gets disabled again.
    Is this a known issues? Does anybody known how it can be worked around?
    Thanks,
    L

    There is a defect in PI 1.4 that you can't enable LAG for the 2504.  It's possible that 1.3 also affected
    https://tools.cisco.com/bugsearch/bug/CSCui37076
    HTH,
    Steve
    Please remember to rate useful posts, and mark questions as answered

  • Cisco Prime Infrastructure deployment through Cisco 3945 ISR

    Dears,
    I have Cisco 3945 ISR include module for the Cisco prime infrastructure.
    I need to deploy the prime but when I connected monitor on the module I saw that it is looking for DHCP only.
    Please can anyone support me with procedure to install the prime?
    Should I install the ESXi on this module by make it boot from external device (USB, or CD drive)?
    Your support is highly appreciated,
    Regards,

    Duplicate post. 
    Go HERE.

  • Cisco Prime Infrastructure, Express, licensing

    Are there any funcionatility limitation between each edition of the Cisco Prime Infrastructure other than supported number of devices?
    Does it support turning APs on and off on a predefined scheduled?
    I read in the manual "Cisco Prime Infrastructure Classic View Configuration Guide for Wireless Devices" that it is possible to Managing WLAN Status Schedules.  Does it require the assurance license feature set or will lifecycle license will be sufficient?

    I believe you could create a scheduled Lightweight AP Configuration Template job and have it simply turn off the radios on the selected APs. Make it recurring (every night at a certain time) and add a complementary recurring job to turn the radios back on at the desired time.
    See the following screeenshot from PI 2.0 (click to enlarge):

  • Prime Infrastructure 2.0 sync config tasks

    Hi,
    I'd like to know few things about PI 2.0 config handling:
    1. Can PI save running config to startup config on a scheduled basis? Let's say once a week on all devices.
    2. Can PI save running config to startup config whatsoever?
    3. Can PI download running config when it receives a config trap from device when user enters/exits config mode?
    4. Can PI export running and startup configs to a external location?
    Thanks!

    Hi ,
    1.
    *Scheduled-You can schedule when Prime Infrastructure collects the configurations of
    selected devices and specify recurring collections by selecting Operate > Configuration
    Archives, then clicking Schedule Archive.
    like  minute ..daily etc...
    3. ASAI K ,this feature work on the bases of syslogs .. we do not have complete support in PI 2.0 yet so I think bases on config chnage syslogs or traps ,config will not be fetched.
    4. for tihs check the below thread:
    https://supportforums.cisco.com/message/3975460#3975460
    Thanks-
    Afroz
    [Do rate the useful post]
    ****Ratings Encourages Contributors ****

  • Prime Infrastructure with Mesh Networks

    My customer has a Mesh network at a sea port.  They have about 15 mesh access points at each location with two controllers each.  Would Prime Infrastructure work with a mesh deployment?  There is a lot of interference and sometimes the performance of the network is affected.  I want to use the WCS portion of Prime, to manage the mesh coverage, parent/child relationship between the RAP's and MAP's.
    Please let me know if Prime is something I can suggest to my customer to ease the management of the mesh network.
    Thanks,
    Scott

    Hi Scott
    Prime is the replacement for wcs. Wcs isn't supported past code 7.0.
    Sent from Cisco Technical Support iPad App

  • How to deploy prime infrastructure template on selected interfaces/ports

    Hi,
    So I manged to create an port grouping (all ports which start with the description ACP)
    And I also managed to create a CLI-template with the a DB variable setup (see http://www.cisco.com/c/en/us/td/docs/net_mgmt/prime/infrastructure/2-0/user/guide/prime_infra_ug/create_temps.html#60783)
    My template:
    #foreach ($interfaceName in $InterfaceNameList)
    interface $interfaceName
         switchport trunk encapsulation dot1q
         switchport trunk native vlan 3
         switchport trunk allowed vlan 3-8
         switchport mode trunk
    #end
    But when I deploy this template it will apply to all the ports on that switch, I can't apply only to the ports in the port group
    Is it possible to fix this somehow?
    I can think of 3 ways:
    Use other menu than Deploy -> Configuration Tasks -> <select template> -> deploy..., Which is the correct one?
    Make an new DB variable which only select ports which start with the description "ACP", but I am on the dark how to create such a DB variable, I know I need to edit /opt/CSCOlumos/conf/ifm/template/inventoryTagsInTemplate/CLITemplateDbVariablesQuery.properties but I can't find the syntax/field description
    Use an "if construction" in the cli template, something like #if(${description} == "ACP" ...., but how precisely?
    Who can give me any tips?
    Thanks,
    Emiel Witteman

    Thanks for the reply.  Im aware that there are still gaps between LMS and Prime, I didn't see the ability to push a config to a port group as being a compliance feature, but I see what you are saying.
    What I don't get though is that your link (thanks again) bears no resemblance to the config/admin guide section in Prime.  Which in fact was in the NCS docs too (I haven't gone back any further to check).
    If its not supported then that's bad enough, but for Cisco to document what seems to be an NCS/Prime specific way to do this and leave it in when it doesn't work really is appalling.
    Im still hoping Cisco finally make a management tool without major gaps in it...  :-(

  • Prime Infrastructure 2.1 - Deploy Wireless Template

    As a test, I set up a simple template to push to one access point.  I am doing this in PI2.1.  Every time I try to deploy the template, it fails.  I cant figure out why.  So I am attaching a screenshot of the error and hope that some one else knows how to correct this issue.  TIA!

    http://www.cisco.com/c/en/us/td/docs/net_mgmt/prime/infrastructure/2-1/user/guide/pi_ug/create_temps.html

Maybe you are looking for

  • How to call a text FTP proxy service from a Java client ?

    Greetings, I've configured a text FTP proxy service which downloads files from a FTP server. It pols a directory on the FTP server and, as soon as a file respecting a given pattern apears it is downloaded. I tested the service in the test console and

  • Error when run a jsp page in tomcat

    I carefully follow all instruction to install and config j2sdk1.4.2 and Apache Tomcat/5.0.28. After completing, I can run all sample applications about JSP and Servlet in Tomcat manager. I also test my own servlet application and it also works. But I

  • Why am I having trouble burning home movies over 2 hrs?

    If it exceeds single layer, I use Dual layer which holds  4hrs of space. I do recall having an issues with anything over 2 hrs previously not use to have this problem. 240 min on the blank DVD, it should allow for 4hrs of home movies, right? Once my

  • Component output A/V settings

    I am attempting to capture footage from a Sony DSR 80 using component inputs. I had the A/V settings in FCP a few weeks ago but forgot to create an Easy Setup for it and now I can't remember the settings I made. Could someone please provide me with t

  • Photoshop CS6 - Quick Selection tool freezes Photoshop/ becomes unresponsive for minutes

    After only two selections the tool becomes unresponsive for minutes. I'm on a 2.6 Ghz retina MacBook Pro, 16 Gb RAM, and this in connection with an SSD should make this tool very good to use. Operating system: OS X 10.8 "Mountain Lion", latest update