Compare template with last archive config

Hello every one,
I would to know if there is a way to compare the last configuration of one/all equipment(s) with a template (User defined tasks)
I explain why.
In my compagny, if an equipements is out of service, some one replace the equipements.
in the new equipement there is the minimal configuration for download the full configuration by remote access (netconfig job)
but the problem is : the configuration evolve constantly, so we must uptdate templates, but we have to make sure in all templates there is the last configuration.
thanks a lot

Do you have any kind of network management platform, such as CiscoWorks or anything like that? Most of them do have reports/jobs you can run to compare configs.
If you don't, then you might want to look into something like ExamDiff (http://www.prestosoft.com/ps.asp?page=edp_examdiff) to compare the configs against your template.
Now, if you have a lot, that can get very tedious doing them one by one all the time. Its possible you could script something to automate this as well.

Similar Messages

  • Compare current time and date with last modified?

    Compare current time and date with last modified?
    What is the ideal way to compared the last modified from the File class with the current date and time? last modifed value from File class is a long.

    798642 wrote:
    So what do I do to compare whether the current date and time and later than the lastModified ?
    if(file.lastModified() < System.currentTimeMillis()) {
    Like that?That tests whether the last modified time is before "now"--that is if the file was not modified in the future, so, yes.

  • Which Time variable should use compare this month with last month

    We want to calculate the increaed number of employees according to one action reason e.g. Entry to company compare with last month. In this case we have to use time variable in BEx query designer. Now can see 0calmonth has serval variable available.
    1) Should we use [0CMLMON] for last month and use offset for this month like [0CMLMON]-1 or [0CMLMON]+1 or use variable [0RSTTCM1], which variable should we use for this month and last month? Do we need to create variables by manually?
    2) Then using calculated KF to calculate the increaed number of employees, is this logic correct? If it is wrong, please info.
    Edited by: hi ni on Apr 22, 2008 7:58 AM

    Hi,
    For the comparison of last 2 months data, you can use two Restricted Key figures with reference to 0CALMONTH and it is better to use only customer exit variable for both RKF's.For the Last month use offset value as -1.
    Rgs,
    I.R.K

  • Deploying Config Templates with LMS 4

    Hello,
    i tried to deploy configuration templates with Cisco LMS Template Center, thanks to the 10 Cool LMS Tricks to better manage your network i am able to do it now.
    Just i don't know why, after deploying these templates the configuration is not save to the startup-config.
    another problem i have with the snmp-server location configuration. It seems my template does not support spaces in the textbox.
    Any way to put spaces in the snmp location?
    <parameter name="snmp-location">
    <description>SNMP Server Location</description>
    <html-component>textbox</html-component>
    <default-value></default-value>
    <data-type>string</data-type>
    <mandatory>true</mandatory>
    <isGlobal>false</isGlobal>
    <help-description>snmp-server location</help-description>
    <syntax>
    <min/>
    <max/>
    <pattern/>
    </syntax>
    thanks for your feedback.
    alex

    I filed CSCtr87633 to track the issue with not being able to save the running config to startup.  I had thought this was working, but when I used LMS during CiscoLive!, I had a lot of jobs running, and part of the work involved a Netconfig deployment that also took care of the write mem.
    For the space thing, try this template.

  • RME 4.3.1 not archiving configs on all devices

    As the part of the screen shot shown, I have a total of 1312 devices in the RME. The number of total devices RME tried to collect inventory adds up to that. However, the numbers it tried to archive configuration do not (581 + 116 + 23 + 58 = 778 = 1312 - 534).
    Why are so many devices missing there?
    An RME job deploying a configuration template failed on a large number of devices, which led me to discover that many devices don't have archived configuration.
    When I manually start a "Sync Archive" job from the Device Center on a device showing "Configuration Last Archived Time: No configuration archived yet", the job succeeds.
    This is a serious issue. My immediate concern is to get configuration archived on all devices. What do I need to do to get RME to do that?

    Thanks for the response.
    Yes, I have updated the device packages recently.
    Here is device package information for one of the devices that did not get config archived:
    1.
    1.3.6.1.4.1.9.1.516
    Cisco 3750 Stack
    CatGL3
    5.2
    When I try a device package update now on RME, I get "All the available package(s) at source location are already installed."
    When I try a device package update on all CiscoWorks modules, I only get one: DFMDeviceUpdates going from 17.0 to 18.0.

  • Safety Templates with audio

    If you need to jumpstart your Safety Training Course
    development visit www.safetypointscontentdepot.com which has 35 ppt
    templates with audio which may be useful.
    Link

    It's IE-only behaviour as a result of changes Microsoft made
    last
    year to their browser, regarding how Active Content (Flash,
    Quicktime etc)
    is handled, after losing a high profile court case.
    http://blog.deconcept.com/2005/12/15/internet-explorer-eolas-changes-and-the-flash-plugin/
    Background:
    http://en.wikipedia.org/wiki/Eolas
    See also
    http://www.adobe.com/devnet/activecontent/
    If you're running Dreamweaver 8.0.2, the fix is already built
    into DW's
    interface.
    If not, try
    http://blog.deconcept.com/swfobject/
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "marialmar" <[email protected]> wrote in
    message
    news:epltgd$qcm$[email protected]..
    > Hello,
    >
    > I have several pages with templates, but with the new
    Flash player, the
    > swf that are included in the templates don't work, they
    do'nt appear in
    > the webpage.
    > Any help please!!

  • Compare templates in Visual Studio for an Azure Web Service

    I know I want to create a web service in Azure for consumption by native mobile apps as well as a web application for use on mobile devices, laptops etc. OAuth and Sql Server would be nice too.  It seems I can choose from the following templates in
    VS:-
    Azure Mobile App
    Azure Mobile Service
    Azure Api App
    ASP.NET Web Application - Web Api sub-template
    ASP.NET Web Application - MVC sub-template with Web Api "core reference"
    My understanding is you could choose any of these and add what's missing into it, however I would like as much guidance as possible as I am trying to learn at the same time.  So how does one choose the path of least resistance, ie one
    that starts with the most appropriate combination of technologies supported, with the least amount of unnecessary support that is not required, and using the most modern techniques going forward?  Is there a comparison somewhere that could assist me?
    I have created new examples of these projects using VS2015 and compared what is generated in an attempt to understand, but even then I see similar libraries included but with slightly different names or versions eg
    package id="Microsoft.Azure.Mobile.Server.Tables" version="0.1.506"
    vs
    package id="WindowsAzure.MobileServices.Backend.Tables" version="1.0.438"
    thanks in advance - any advice gratefully appreciated.
    regards,
    Paul

    Thanks edencorbin
    I am glad to hear that it was helpful and you succeed :-)
    With that said, It is time to close the thread :-)
    please mark responses that were part of the answer as the answer in order to close the thread. once at least one of the responses in a thread is marked as answer, the thread Icon changed into V and the thread look like it is close(you can continue working
    on a thread after this point, but usually new supporters will not check this thread).
    Have a good day :-)
    [Personal Site] [Blog] [Facebook]

  • Using LMS 3.2 to setup switches for archive config

    Is there a way in LMS 3.2 to setup switches for using the archive config feature such that the filename could be automatically set to be the switch mgmt address or hostname?
    So for the below example:
    archive
    log config
      logging enable
      notify syslog contenttype plaintext
    path disk0:switch01.archive
    write-memory
    time-period 1440
    Would there be a way to set (I'm guessing in netconfig) "path disk0:switch01.archive" with something like "path disk0:$HOSTNAME.archive" or "path disk0:$IP.archive" ?
    -Dave

    Nevermind. Figured out that there are variables in the path that I can use for this:
    $h - hostname
    $t - timestamp
    archive
    log config
      logging enable
      notify syslog contenttype plaintext
    path disk0:$h-Backup-$t
    write-memory
    time-period 1440

  • To use the concept of  using a template with multiple windows inside it.

    Good evening friends ..........
    I have a requirement from my client like this i need to make a smart form in that
    i need to display a template of kind like this
    it must have 1st row 1st column of height 35mm approx. ie which should have 5 rows height with
    no lines IE rows inside that column, and column width must be 4cm.
    and it has 2nd to 5th column of lengths 3cm each in the same row IE 1st row. and
    in 2nd row from 2nd to 5th column of lengths 3cm each. and
    in 3rd row from 2nd to 5th column of lengths 3cm each continue the same pattern till
    5th row and lastly .
    in 6th row i must have 1st 2nd columns with length 4 cm each
    this whole thing i must get i one template only.....................
    when i tried to search this in sap portal or any other documentations
    i got the concept of combining windows and template in one window......
    they are saying we can make a template with 2 or more windows inside it. which also
    contain one template each inside that windows
    so my 1st row 1st column has exactly same requirement as this only.
    IE using a template with 2 or more windows inside it with templates inside each
    window.
    can u please guide me how to try it out this one .......
    this i tried to depict in pictorial form and send u in my previous reply
    but it displayed in other way sorry for that.

    Give this a go...
    // form1.page1.cb::click - (JavaScript, client)
    if (this.rawValue == 1) {
      xfa.resolveNode("form1.page1.nf.ui.#numericEdit.border.fill.color").value = "255,255,0";
      form1.page1.nf.border.edge.color.value = "0,0,0";
    else {
      xfa.resolveNode("form1.page1.nf.ui.#numericEdit.border.fill.color").value = "255,255,255";
      form1.page1.nf.border.edge.color.value = "255,255,255";
    Don't forget to make your form a dynamic form.
    Steve

  • Inquiry quantity comparison with last week same day

    hi,
    i have a report to generate in BW, which needs to compare today's inquiry quantity with last week's same day quantity.
    for example. week2 monday comparison with week1 monday comparison.
    how to achieve in BEx to generate this report?
    regards
    venuscm

    Hi,
    Create two variables on 0CALDAY.
    1. For Current date
    2. For the correspodning date of the last week.( Same day as of current week)
    For the second variable , deduct 7 from the system date. it will give you the date of the same day in the last week.
    For e.g. system date is 10.05.2010 . and its a Monday.
    If you deduct 7 from the date it will give the date of the monday in the last week.
    Now create tow selection in the query structure one with current date variable and another one with the corresponding date of the last week.
    N compare them.
    Hope this will help.
    -Jaimin

  • Premiere Pro CC import problem only with last .VOB file

    When I import .VOB files from any DVD into Premiere Pro CC, the last .VOB always cut picture from both sides. When I click to see properties of the file (in Bin panel) it shows me that image size is 540 x 576 instead of 720 x 576. The video isn't shrunken but cut off. I got two black bars on both sides of the screen (in Premiere Pro CC). That wasn't happened with CS6 and now it happens always and only with last .VOB file. All other files from same VIDEO_TS folder are imported correctly. When I convert that last .VOB to .avi or any other format everything is OK. Any suggestions?

    Yes it works, but I have no time to convert file every time I need something archived that way. I used that method years ago, and if I'm not wrong we are progressing a little Most of today options you have in Premiere 5 (maybe even in earlier versions; I'm using it from version 5.1) and it worked. So if you think like that, why we need version 7.2.1 ? Actually this is 14.2.1 version if you count from version 1 back in 1991.
    It's not about to manage, it's about to have what you pay for, it's about to speed up the process.
    Thank you anyway for your comment

  • Archive config does not allow me to specify the bootflash as the path

    Hi,
    I am trying to setup up archive config on a couple of ASR 1000 routers but it wont let me specify the bootflash for path. Path to tftp works fine.
    emmansfi-1002-1#mkdir bootflash:/archive
    Create directory filename [archive]?
    Created dir bootflash:/archive
    emmansfi-1002-1#conf t
    emmansfi-1002-1(config-archive-log-cfg)# path bootflash:/archive/
    The path specified is not available
    emmansfi-1002-1#mkdir fpd:/archive
    Create directory filename [archive]?
    Created dir fpd:/archive
    emmansfi-1002-1#conf t
    Enter configuration commands, one per line.  End with CNTL/Z.
    emmansfi-1002-1(config)#archive                  
    emmansfi-1002-1(config-archive)# path fpd:/archive     
    The path specified is not available
    emmansfi-1002-1#show platform                       
    Chassis type: ASR1002             
    Slot      Type                State                 Insert time (ago)
    0         ASR1002-SIP10       ok                    3y19w         
     0/0      4XGE-BUILT-IN       ok                    3y19w         
    R0        ASR1002-RP1         ok, active            3y19w         
    F0        ASR1000-ESP5        ok, active            3y19w         
    P0        ASR1002-PWR-AC      ok                    3y19w         
    P1        ASR1002-PWR-AC      ok                    3y19w         
    Slot      CPLD Version        Firmware Version                        
    0         07120202            12.2(33r)XNC                        
    R0        08011017            12.2(33r)XNC                        
    F0        07091401            12.2(33r)XNB                        
    emmansfi-1002-1#dir
    Directory of bootflash:/
       11  drwx       16384   Aug 4 2010 08:45:04 +01:00  lost+found
       12  -rw-   208130308   Aug 4 2010 08:47:07 +01:00  asr1000rp1-adventerprisek9.02.03.02.122-33.XNC2.bin
    747777  drwx        4096   Aug 4 2010 08:46:59 +01:00  .installer
    97537  drwx        4096  Nov 11 2013 17:44:19 +00:00  core
    764033  drwx        4096   Aug 4 2010 09:14:31 +01:00  .prst_sync
    406401  drwx        4096   Aug 4 2010 09:14:39 +01:00  .rollback_timer
       13  -rw-           0   Aug 4 2010 09:15:05 +01:00  tracelogs.660
    520193  drwx        8192  Mar 19 2014 11:19:45 +00:00  tracelogs
    455169  drwx        4096  Mar 19 2014 11:02:25 +00:00  archive
    32513  drwx        4096  Mar 19 2014 11:02:35 +00:00  logging
    7860539392 bytes total (7044546560 bytes free)
    emmansfi-1002-1#

    Found this solution:
    The default "Save As" dialog in Acrobat DC is different than the dialog that you've had in earlier releases of Acrobat, it also allows you to save to the cloud and previous locations you've saved files to. It is possible that when Acrobat tries to connect to "the cloud", it runs into problems. You may want to try to turn this feature off to see if that brings your save as dialog back: Open up Acrobat's preferences, then go to the "General" category and deselect "Show online storage when saving files":

  • Batch printing the grade book template with AppleScript.

    I am using the grade book template with numbers. However, I might need to get some applescript help.
    The default template has a Report page, and it includes one student. I can  change the students name to change the values. This works brilliantly. However I have 300 pupils that I need to generate this report for. I want to have one of those reports for each student automatically generated and printable so that I can give them to the students at the end of the term.
    Obviously, I don't want to generate each report myself. Applescript seems like the solution, but I don't know how to use it.
    Can anyone lend a hand?

    I think AppleScript probably is the best way to go here, but you probably ought to learn something about using it because it is often difficult to write and test a script on one system when it has to work on a different one. Yvan does a pretty good job of that, but my AppleScript skills are not that advanced.
    My difficulties with your problem include:
    I don't know what changes you might have made to the stock template in Numbers
    I am using Snow Leopard, not Lion
    I believe UI scripting is needed to duplicate a sheet, and I don't own the tools to determine how to select a sheet (if that is possible).
    So, working with the unmodified template on my system, this is a script that I think does what you need (but it would probably have to be edited to suit your situation):
    To run this script, UI scripting must be enabled. Numbers must be running with the Grade Book document open and the sheet "Reports" selected.
    tell application "Numbers"
      activate
              set theDoc to front document
              set sourceTable to table "Student Grades" of sheet "Student Data" of theDoc
              tell theDoc
                        repeat with i from 4 to ((row count of sourceTable) - 1)
                                  set theName to value of cell i of column 1 of sourceTable
                                  tell application "System Events"
                                            tell process "Numbers"
                                                      click menu item "Duplicate" of menu 1 of menu bar item "Edit" of menu bar 1
                                            end tell
                                  end tell
                                  set theName to value of cell i of column 1 of sourceTable
                                  tell sheet (i - 2) of theDoc
                                            set its name to (theName & " Report")
                                            set value of cell 1 of row 3 of table "Student Lookup" to theName
                                  end tell
                        end repeat
      delete last sheet
              end tell
    end tell

  • Stuck at "comparing notes with server"

    Hi together,
    i already read the thread about deleting ~/Library/Mail and found it not to solve my problem
    Unfortunately i don't know what else could cause this.
    Once apon a time my MacBook crashed. After a reboot i found my Mailbox empty. When checking the "Activity Viewer" i noticed it stuck at "Comparing notes with server".
    i could include a tcpdump, but it just shows how "Mail" does "FETCH" commands on the IMAP server. Doesn't matter if i let it run the enitire night. It never finishes...
    any ideas?
    thanks in advance
    MacBook   Mac OS X (10.4.7)  

    the same problem. now all i can guess is,
    its a IMAP server problem.
    Not necessarily. The fact that this started happening right after the computer crashed makes me believe something became corrupt system-wide. If it's not the filesystem, a full Archive and Install of Mac OS X may be necessary.
    You may try first reinstalling the Combo Update for the type of computer and the version of Mac OS X you're using, unless this is the version of Mac OS X that came with your computer:
    Mac OS X 10.4.7 Combo Update for PPC
    Mac OS X 10.4.7 Combo Update for Intel

  • Last archived data acess

    Is there any table which maintains the record of archived data along with their date of archival.
    For example last archived process orders,billing docs,etc.

    Hi AnamAlli,
    The table ADMI_FILES contains all the archived objects. Also the ADMI_RUN can be usefull or ARCH_TXT.
    Hope it's work.
    Ignacio.

Maybe you are looking for