Running Config Kron Occurrence Day Issue

Hi,
I am having an issue with IOS accepting a day (Sunday) specified when creating a Kron occurrence in IOS 12.2. I'm printing a copy of the running config then sending it off to an FTP server on the same subnet.
The occurance is to cli write the following Backup kron policy:
"kron policy-list Backup
cli show run | redirect ftp://x.x.x.x/example-voice-core-01.cfg"
With the occurrence being entered in as:
"#kron occurrence Backup at 23:00 Sun recurring"
This command gets accepted in config mode and writes the following to the kron occurrence list:
"kron occurrence Backup at 23:00 recurring
policy-list Backup"
Am I missing something? The occurrence works and i see the config on the FTP server each night at 23:00, but it doesn't include the fact that I am only looking for it to occur on a Sunday. I have tried the command with "Sun", "sun", and "Sunday", but obviously "Sun" should be working.
My clock settings are also ok.
Any help would be appreciated.
Cheers

Hi,
Can you post the outputof command "show kron schedule"
As far as command and its syntax is concern, you have done it correctly.
Regards,
Smitesh

Similar Messages

  • How do I automatically save running config onto startup config?

    When I configure onto a router, the configurations are stored in running configuration and it requires for me to run "wr" command to store running configurations onto startup configuration.  Thus, this enables the configurations to be retained even after router restart.
    Is there any mechanism, wherein any configuration that I do on the router, should by default be written onto startup configuration, without me explicitly invoking the "wr" command every time.

    Hi,
    As mentioned, there are several ways to do a periodic backup. You have commands that range from two lines to several lines. I use the following to do a write mem every 6 hours daily.
    kron occurrence daily1 at 00:00 recurring
     policy-list save-config
    kron occurrence daily2 at 06:00 recurring
     policy-list save-config
    kron occurrence daily3 at 12:00 recurring
     policy-list save-config
    kron occurrence daily4  at 18:00 recurring
     policy-list save-config
    kron policy-list save-config
     cli write memory
    If you want to do a write mem every one hour, You can use the following commands
    event manager applet WR_Conf
     event timer cron name WR_Conf cron-entry " 25 * * * *"
     action 1.0 cli command "enable"
     action 1.1 cli command "wr"
     action 1.2 syslog msg "Config has been saved by EEM script"
    Thanks,

  • Issues with tftp and running config backups.

    I just recently setup Solar Winds tftp and am using the following commands below to backup my running config to tftp. They do upload to the tftp but every day as a new config is written it's in a numbered seq. (ie-3900-switch backup 1, 3900-switch backup 2, 3900-switch backup 3, etc). I've checked all the settings on the tftp, and they all look correct. Is there something I'm missing??? I would like the daily backup to overwrite the previous one.
    Thanks in advance!
    archive
    log config
    logging enable
    logging size 200
    notify syslog contenttype plaintext
    hidekeys
    path tftp://DEVICE-IP//DEVICE-HOST-NAME
    time-period 1440

    Hi,
    as a workaround you coul use kron instead of the archive feature.
    Here's an example
    kron occurrence backup at 00:00 sun recurring
    policy-list backup
    kron policy-list backup
    wr
    show running-config | redirect tftp:///
    Regards
    Alain
    Don't forget to rate helpful posts.

  • Boot system flash: does not appear on 2960 running config

    Dear friends,
    On the 2960, i have two .bin images and i am pointing to the latest one.
    However, the boot system flash: command along with the new image does not appear in the running config but it appears in the
    show boot command.
    t3a.sidradc.dmz.01#dir flash:
    Directory of flash:/
        2  -rwx        2131   Jan 3 2010 07:30:45 +03:00  private-config.text
        4  -rwx     8040418   Mar 1 1993 05:31:51 +03:00  c2960-lanbasek9-mz.122-50.SE3.bin
        5  -rwx         676   Jan 3 2010 07:28:50 +03:00  vlan.dat
        6  drwx         128   Mar 1 1993 03:02:32 +03:00  c2960-lanbasek9-mz.122-44.SE6
      546  -rwx        4120   Jan 3 2010 07:30:45 +03:00  multiple-fs
      548  -rwx        9001   Jan 3 2010 07:30:45 +03:00  config.text
    32514048 bytes total (21123072 bytes free)
    t3a.sidradc.dmz.01(config)#boot system flash:c2960-lanbasek9-mz.122-50.SE3.bin
    t3a.sidradc.dmz.01(config)#exit
    t3a.sidradc.dmz.01#wr
    Building configuration...
    [OK]
    t3a.sidradc.dmz.01#sh boot
    BOOT path-list      : flash:c2960-lanbasek9-mz.122-50.SE3.bin
    Config file         : flash:/config.text
    Private Config file : flash:/private-config.text
    Enable Break        : no
    Manual Boot         : no
    HELPER path-list    :
    Auto upgrade        : yes
    Auto upgrade path   :
    NVRAM/Config file
          buffer size:   65536
    Timeout for Config
              Download:    0 seconds
    Config Download
           via DHCP:       disabled (next boot: disabled)
    t3a.sidradc.dmz.01#sh run | inc boot
    boot-start-marker
    boot-end-marker
    Are you aware of any reasons for this?
    Thanks a lot
    Gautam

    and the other being the issue where IOS can return the prompt before it's done unpacking the files
    Ok, now what EXACTLY is the appliance and IOS version?  The only time I know of this bug is the Metro Ethernet (ME) switches and when the current appliance is upgraded FROM an IOS version 15.2(1)S.  
    But there is a "workaround" which Cisco doesn't want to publish (don't ask me why not):  Use "archive tar /x" and, optionally, delete the old IOS sub-directory.
    Personally, I wouldn't recommend anyone using the "copy the BIN file" method unless you know what you are doing or you've put extra measures in place.  The "archive /x tar" and/or "archive download-sw" was developed so that it could be automated and the operator can see the result at the end.  The "copy the BIN file" method doesn't give anyone a result whether or not the file was copied or not or was the file copied completely.  
    Regularly, I would upgrade our switches (2960/2960S, ME-3800X, 3560E/3560CG, 3750X) fleet using the "archive download-sw" method and I don't use scripts.  I just copy-and-paste the command.  So far, since 2009, I've "lost" only 6 switches when I upgraded the switch to upgrade the wrong file (another IOS bug on it's own) and I had to physically show up and upgrade using ROMmon.  Every time I would upgrade, about 900 switches (some in a stack), it would take me about 4 days.  Even though I work with three guys who's very good at almost any scripting but we've come to a unanimous conclusion NOT to use scripting.  
    Moving on, if "copy the BIN file" is still a preferred choice, I would like to know how do you go about verifying the file was copied completely?  Whenever I resort to the "copy the BIN file", I ensure the file copied is complete by verifying the MD5 hash value against the MD5 hash value found in the Cisco website.  Trust me, adding this additional "layer" of security saved me doing ROMmon upgrade so many times.  

  • Ever since the systyem upgraded me to 3.6.6. I can not even run one eight hour day without firefoc either crashing or locking up which requires me use C/A/Deleate to close the program. I used to be able to run 8 to 12 windows at a time and NEVER lock up

    Ever since the systyem upgraded me to 3.6.6. I can not even run one eight hour day without firefoc either crashing or locking up which requires me use C/A/Deleate to close the program. I used to be able to run 8 to 12 windows at a time and NEVER lock up or crash with the older version. Is this problem being looked into and or being corrected. I use Firefox with Google and my system is XP Pro 32 bit. THIS IS REALLY making me MAD. My email is [email protected] and would appreciate a response to this ASAP. I have tried a couple of items from your help section and nothing works.

    <u>'''Anonymous'''</u>
    Please post a separate question. Thank you. https://support.mozilla.com/tiki-ask_a_question.php?locale=en-US&forumId=1
    <u>'''chris'''</u>
    <u>'''''Crashing'''''</u>
    See:
    http://support.mozilla.com/en-US/kb/Firefox+crashes
    http://kb.mozillazine.org/Firefox_crashes
    http://support.mozilla.com/en-US/kb/Firefox+crashes+when+loading+certain+pages
    http://support.mozilla.com/en-US/kb/Firefox+crashes+when+you+open+it
    http://support.mozilla.com/en-US/kb/Firefox+will+not+start
    http://kb.mozillazine.org/Browser_will_not_start_up
    ''<u>'''Hanging'''</u>''
    See: http://support.mozilla.com/en-US/kb/Firefox+hangs
    <u>'''''Hanging at exit'''''</u>
    <u>'''Kill Application'''</u>
    In Task Manager, does firefox.exe show in the <u>'''Processes'''</u> tab?
    See: [http://kb.mozillazine.org/Kill_application Kill Application]
    '''<u>Causes and solutions for Firefox hanging at exit:</u>'''
    [[Firefox hangs]]
    [http://kb.mozillazine.org/Firefox_hangs#Hang_at_exit Firefox hangs at exit]
    [[Firefox is already running but is not responding]]
    ''<u>'''Safe Mode'''</u>''
    You may need to use '''[[Safe Mode]]''' (click on "Safe Mode" and read) to localize the problem. Firefox Safe Mode is a diagnostic mode that disables Extensions and some other features of Firefox. If you are using a theme, switch to the DEFAULT theme: Tools > Add-ons > Themes <u>'''before'''</u> starting Safe Mode. When entering Safe Mode, do not check any items on the entry window, just click "Continue in Safe Mode". Test to see if the problem you are experiencing is corrected.
    See:
    '''[[Troubleshooting extensions and themes]]'''
    '''[[Troubleshooting plugins]]'''
    '''[[Basic Troubleshooting]]'''
    If the problem does not occur in Safe-mode then disable all of your Extensions and Plug-ins and then try to find which is causing it by enabling <u>'''one at a time'''</u> until the problem reappears. <u>'''You MUST close and restart Firefox after EACH change'''</u> via File > Restart Firefox (on Mac: Firefox > Quit). You can use "Disable all add-ons" on the Safe mode start window.
    <u>'''chris'''</u>
    <u>'''''Other Issues'''''</u>: ~~red:You have installed plug-ins with known security issues. You should update them immediately.~~
    <u>'''Update Java'''</u>: your ver. 1.6.0.~~red:17~~; current ver. 1.6.0.20 (<u>important security update 04-15-2010</u>)
    (Firefox 3.6 and above requires Java 1.6.0.10 or higher; see: http://support.mozilla.com/en-US/kb/Java-related+issues#Java_does_not_work_in_Firefox_3_6 )
    ''(Windows users: Do the manual update; very easy.)''
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    See: '''[http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates Updating Java]'''
    Do the update with Firefox closed.
    <u>'''NOTE:'''</u> Java version 1.6.0.21 has been released. It is mainly an update for developers of Java applications and most users do not need to be concerned about downloading version 1.6.0.21. <u>'''''At this time'''''</u>, the update option in existing installations of Java 1.6.0.20 are not updating to version 1.6.0.21; <u>'''''at this time'''''</u>, it must be manually downloaded and installed. According to the Java release notes:
    ''"'''Bug Fixes'''''
    ''Java SE 6 Update 21 does not contain any additional fixes for security vulnerabilities to its previous release, Java SE 6 Update 20. Users who have Java SE 6 Update 20 have the latest security fixes and do not need to upgrade to this release to be current on security fixes."'' Source: http://java.sun.com/javase/6/webnotes/6u21.html
    <u>'''Install/Update Adobe Flash Player for Firefox (aka Shockwave Flash)'''</u>: your ver. 10.0 r~~red:45~~; current ver. 10.1 r53 ('''important security update 2010-06-10'''; see: http://www.adobe.com/support/security/bulletins/apsb10-14.html)
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    See: '''[http://support.mozilla.com/en-US/kb/Managing+the+Flash+plugin#Updating_Flash Updating Flash]'''
    -'''<u>use Firefox to download</u>''' and <u>'''SAVE to your hard drive'''</u> (save to Desktop for easy access)
    -exit Firefox (File > Exit)
    -''<u>In Windows,</u>'' check to see that Firefox is completely closed (''Ctrl+Alt+Del, choose Task Manager, click Processes tab, if "firefox.exe" is on the list, right-click "firefox.exe" and choose End process, close the Task Manager window'')
    -''<u>In Windows,</u>'' double-click on the Adobe Flash installer you just downloaded to install/update Adobe Flash
    -when the Flash installation is complete, start Firefox, and test the Flash installation here: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15507&sliceId=1
    *<u>'''NOTE: On Vista and Windows 7'''</u> you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). See this: http://vistasupport.mvps.org/run_as_administrator.htm
    *'''<u>NOTE for IE:</u>''' Firefox and most other browsers use a Plugin. IE uses an ActiveX version of Flash. To install/update the IE ActiveX Adobe Flash Player, same instructions as above, except use IE to download the ActiveX Flash installer. See: [[ActiveX]]
    *Also see: http://kb.mozillazine.org/Flash ~~red:'''''AND'''''~~ [[How do I edit options to add Adobe to the list of allowed sites]]
    <u>'''Update Shockwave for Director (aka Shockwave Player)'''</u>: your ver. ~~red:10.1 (very old)~~; current ver. 11.5.7.609 (<u>important security update released 2010-05-11</u>; see http://www.adobe.com/support/security/bulletins/apsb10-12.html)
    NOTE: this is not the same as Shockwave Flash; this installs the Shockwave Player.
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    SAVE the installer to your hard drive (Desktop is a good place so you can find it). When the download is complete, exit Firefox (File > Exit), locate and double-click in the installer you just downloaded, let the install complete.
    See: '''[http://support.mozilla.com/en-US/kb/Using+the+Shockwave+plugin+with+Firefox#_Installing_Shockwave Installing Shockwave]'''
    <u>'''You '''</u>~~red:<u>'''MAY'''</u>~~<u>''' need to Update Adobe Reader for Firefox (aka Adobe PDF Plug-In For Firefox)'''</u>: your ver. N/A; current ver. 9.3.3 (important security update release 06-29-2010; see: http://www.adobe.com/support/security/bulletins/apsb10-15.html)
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    See: http://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox#Installing_and_updating_Adobe_Reader
    ''<u>You may be able to update from the Adobe Reader installed on your system</u>'' instead of going to the Adobe site and downloading. Open the Adobe Reader installed on your system (''in Windows, Start > Program Files, find and click Adobe Reader to open''), click Help, click Check for Updates.
    ''<u>If you go to the Adobe site to download the current Adobe Reader:</u>''
    -'''<u>use Firefox to download</u>''' and <u>'''SAVE to your hard drive'''</u> (save to Desktop for easy access)
    ~~red:-See the images at the bottom left of this post to see the steps to take on the Adobe site~~
    -exit Firefox (File > Exit)
    -In Windows: check to see that Firefox is completely closed (''Ctrl+Alt+Del, choose Task Manager, click Processes tab, if "firefox.exe" is on the list, right-click "firefox.exe" and choose End process, close the Task Manager window'')
    -In Windows: double-click on the Adobe Reader installer you just downloaded to install/update Adobe Reader
    *<u>'''NOTE: On Vista and Windows 7'''</u> you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). See this: http://vistasupport.mvps.org/run_as_administrator.htm
    *'''<u>NOTE for IE:</u>''' Firefox and most other browsers use a Plugin. IE uses an ActiveX version. To install/update the IE ActiveX version, same instructions as above, except use IE to download the ActiveX installer. See: [[ActiveX]]
    *Also see: http://kb.mozillazine.org/Adobe_Reader ~~red:'''''AND'''''~~ [[How do I edit options to add Adobe to the list of allowed sites]]

  • Acrobat Distiller has stopped working (not 30 day issue)

    I've been running CS6 on my Windows 7, 64 bit machine since at least October. I had the 30 day issue at the 30 day mark, but resolved it and it's worked flawlessly for months after that. Now,  I get an error message that says Acrobat Distiller has stopped working. My only option is to close that window. Acrobat continues to work to read, edit and save an already created  PDFs. Here are where I experience errors.
    I can create a new PDF within Acrobat.  If I click "Create PDF" then choose a Word Doc, it gives me at least two times the error message that Acrobat Distiller has stopped working. If I keep closing that message, eventually the pdf will have been created and will be in the Acrobat window and the file will be saved.
    I can't print to PDF at all. When I try from within Acrobat, I see a little window that says it's checking fonts, then the Distiller stopped working error message. When I try printing to pdf from other programs (have tried Word, Firefox), crashes.  It could be a one page document with just text, or something with pictures -  no go.  I just tested it again - now Acrobat is not responding.  I can't end the Acrobat process - have tried closing the window, and saying end process, tried ending Acrobat from within task manager, tried ending the acrobat and acrotray processes - multiple times in Task Manager and Acrobat won't close.
    I don't know how to fix this. I've checked to make sure Acrobat was updated; I've updated my Windows; I've reinstalled Acrobat.  Nothing fixes it. 
    When I run Acrobat Distiller, it freezes seemingly in the midst of checking fonts.   Here is the text of the problem details section of the error message I get:
    Problem Event Name:    InPageError  
    Error Status Code:    c000009c  
    Faulting Media Type:    00000003  
    OS Version:    6.1.7601.2.1.0.256.1  
    Locale ID:    1033  
    Additional Information 1:    0a9e  
    Additional Information 2:    0a9e372d3b4ad19135b953a78882e789  
    Additional Information 3:    0a9e  
    Additional Information 4:    0a9e372d3b4ad19135b953a78882e789
    Any advice?
    Roxy

    I think I may have fixed my problem...  I am no longer seeing the Distiller stopped working pop up and I am now able to print to PDF
    Win 7 Ultimate 64 bit
    My Fonts and program are all installed on the same drive  thus preventing me from gaining access to Distiller to change the settings. Windows would not let me make any changes to the Default Font folder.
    This is what I did...
    Not knowing which font(s) where causing the problem, I moved all but protected fonts (automatically labelled) from the Window's Font folder and placed them in a temporary folder.
    I restarted Distiller DC and great news...the program did not crash and I was able to change the settings to temporarily not include the Windows Fonts .No more pop ups and I can now print to PDF!
    What I am going to do..
    Through the process of elimination, I will gradually restore the fonts I removed from from the Window's folder to find the culprits(s)
    Once I am satisfied that the problem Font(s) are found and no longer  included in the Window's Font folder, I will change the settings in Distiller back (permanently) to include the Window's Font folder.
    In closing, and because so many others are having the same issues, I really do think it would be prudent for Adobe to make the necessary adjustments to their program(s) to prevent this kind of issue.
    Thanks
    Kathy

  • Running config.cmd produces - The system cannot find the path specified

    I had successfuly installed Weblgic/OSB and cofigured a domain on 64 bit windows 2008
    I then uninstalled all components and re-installed everything |( including deleting all directires ) .
    When I come to run config.cmd to create the OSB Weblogic domain I get :-
    The system cannot find the path specified
    I have set echo on and can see that the cmd file is attempting to acces directories that do not exist - so the command file is getting wrong info from somewhere but I just cannot figure out from where. I donlt think its a script issue, its more like an issue with some setting somewhere in windows regirsty or some cache that its pulinng it in from - the wrong directoties displayed seem to look like my existing dir's with ~1 and ~2 on the end.
    Any ideas suggestions greatly received.

    I have not edited any of the scipts at all - they are as they have been laid down byt the install.
    Contents of E:\Oracle\Middleware\Oracle_OSB1\common\bin\config.cmd below
    @ECHO ON
    SETLOCAL
    @REM Determine the location of this script...
    SET SCRIPTPATH=%~dp0
    FOR %%i IN ("%SCRIPTPATH%") DO SET SCRIPTPATH=%%~fsi
    @REM Set the ORACLE_HOME relative to this script...
    FOR %%i IN ("%SCRIPTPATH%\..\..") DO SET ORACLE_HOME=%%~fsi
    @REM Set the MW_HOME relative to the ORACLE_HOME...
    FOR %%i IN ("%ORACLE_HOME%\..") DO SET MW_HOME=%%~fsi
    @REM Set the home directories...
    CALL "%SCRIPTPATH%\setHomeDirs.cmd"
    @REM Set the config jvm args...
    SET CONFIG_JVM_ARGS=%CONFIG_JVM_ARGS% -DCOMMON_COMPONENTS_HOME=%COMMON_COMPONENTS_HOME%
    @REM Delegate to the main script...
    CALL "%WL_HOME%\common\bin\config.cmd" %*
    ENDLOCALContents of E:\Oracle\Middleware\Oracle_OSB1\common\bin\setHomeDirs.cmd
    @ECHO OFF
    @REM Temporary workaround:  normally use a hardcoded wls version (until the
    @REM installer can substitute it for us); but for now, need to work with multiple
    @REM versions.  Choose the highest avail.
    IF EXIST "%MW_HOME%\utils\config\10.3.3.0\setHomeDirs.cmd" (
      SET WLS_VER=10.3.3.0
    ) ELSE IF EXIST "%MW_HOME%\utils\config\10.3.2.0\setHomeDirs.cmd" (
      SET WLS_VER=10.3.2.0
    ) ELSE IF EXIST "%MW_HOME%\utils\config\10.3.1.0\setHomeDirs.cmd" (
      SET WLS_VER=10.3.1.0
    ) ELSE (
      SET WLS_VER=10.3
    IF EXIST "%MW_HOME%\utils\config\%WLS_VER%\setHomeDirs.cmd" (
      CALL "%MW_HOME%\utils\config\%WLS_VER%\setHomeDirs.cmd"
    @REM Set common components home...
    SET COMMON_COMPONENTS_HOME=%MW_HOME%\oracle_common
    IF EXIST %COMMON_COMPONENTS_HOME% FOR %%i IN ("%MW_HOME%\oracle_common") DO SET COMMON_COMPONENTS_HOME=%%~fsiContents of following :-
    dir /x E:\Oracle
    >
    Volume in drive E is Apps
    Volume Serial Number is 6CF4-6338
    Directory of e:\oracle
    22/06/2012 13:57 <DIR> .
    22/06/2012 13:57 <DIR> ..
    22/06/2012 14:00 <DIR> MIDDLE~1 Middleware
    0 File(s) 0 bytes
    3 Dir(s) 758,748,934,144 bytes free
    >
    dir /x E:\Oracle\Middleware
    >
    Volume in drive E is Apps
    Volume Serial Number is 6CF4-6338
    Directory of e:\oracle\middleware
    22/06/2012 14:00 <DIR> .
    22/06/2012 14:00 <DIR> ..
    22/06/2012 13:57 <DIR> COHERE~1.7 coherence_3.7
    22/06/2012 13:57 136 DOMAIN~1.XML domain-registry.xml
    22/06/2012 13:57 <DIR> logs
    22/06/2012 13:57 <DIR> modules
    22/06/2012 13:57 862 ocm.rsp
    22/06/2012 14:02 <DIR> ORACLE~1 oracle_common
    22/06/2012 14:02 <DIR> ORACLE~2 Oracle_OSB1
    22/06/2012 13:57 110,518 registry.dat
    22/06/2012 13:57 1,623 registry.xml
    22/06/2012 13:57 <DIR> utils
    22/06/2012 14:01 <DIR> WLSERV~1.3 wlserver_10.3
    4 File(s) 113,139 bytes
    9 Dir(s) 758,748,934,144 bytes free
    >
    dir /x E:\Oracle\MIDDLE~1\ORACLE~2\common\bin
    >
    Volume in drive E is Apps
    Volume Serial Number is 6CF4-6338
    Directory of e:\oracle\middle~1\oracle~2\common\bin
    22/06/2012 14:03 <DIR> .
    22/06/2012 14:03 <DIR> ..
    20/01/2010 15:11 640 CONFIG~1.CMD config - Copy.cmd
    22/06/2012 14:03 639 config.cmd
    20/01/2010 15:11 777 config.sh
    20/01/2010 15:11 638 pack.cmd
    20/01/2010 15:11 773 pack.sh
    20/01/2010 15:11 828 SETHOM~1.CMD setHomeDirs.cmd
    27/04/2010 06:04 839 SETHOM~1.SH setHomeDirs.sh
    20/01/2010 15:11 640 unpack.cmd
    20/01/2010 15:11 777 unpack.sh
    20/01/2010 15:11 538 WAS_CO~1.CMD was_config.cmd
    20/01/2010 15:11 638 WAS_CO~1.SH was_config.sh
    20/01/2010 15:11 1,344 wlst.cmd
    20/01/2010 15:11 1,579 wlst.sh
    20/01/2010 15:11 632 wsadmin.cmd
    27/04/2010 06:04 739 wsadmin.sh
    15 File(s) 12,021 bytes
    2 Dir(s) 758,748,934,144 bytes free
    >
    And also I am able to do the following :
    dir /x E:\oracle\MIDDLE~1\ORACLE~2\common\bin\setHomeDirs.cmd - ouptu below..
    >
    Volume in drive E is Apps
    Volume Serial Number is 6CF4-6338
    Directory of e:\oracle\MIDDLE~1\ORACLE~2\common\bin
    20/01/2010 15:11 828 SETHOM~1.CMD setHomeDirs.cmd
    1 File(s) 828 bytes
    0 Dir(s) 758,748,606,464 bytes free
    >
    So everythings look ok to me.
    So, it still begs the question why does my config.cmd script fall over doing the following :
    CALL "E:\oracle\MIDDLE~1\ORACLE~2\common\bin\\setHomeDirs.cmd"
    The system cannot find the path specified

  • VLAN RUNNING Config fetch Failed

    Hi;
    I have running Ciscowork LSM 3.2 with RME Ver 4.3 and Running SNMP V3 on all device. Out of 134 device 12-13 shows me Vlan running Config fetch failed. Please also find the dcmaservice.log in attachment.
    I already verify the Crediential number or times, I can access the devices from SSH and Telnet, on Cisco works RME shows Running and Startup Config success while VLAN Running Config fetch failed. and on some device it show following
    Protocol and Platforms passed = TELNET , RMEIOS
    trying for Telnet
    Failed to get CmdSvc from DeviceContext....
    Thanks,
    Best regards;
    Shoaib Ahmed

    HI Shoaib,
    Try  ssh\telnet into the device manually and issue the command copy flash:vlan.dat tftp: and
    enter the IP address of the LMS server? Does it work? If that works fine, try to increase
    the tftp timeout.
    This can be done under RME> Admin> System Preferences> RME Device Attributes.
    if it failed with an Error as below :
    %Error opening tftp: ............
    Then check if there any firewall in between these device and LMS blocking TFTP as TFTP is the only protocal
    that fetch the vlan.dat from the device.
    Thanks--
    Afroj

  • Clock Timezone command missing in running-config

    Dear All,
    I have a Cisco 2911 router and recently upgraded with IOS : c2900-universalk9-mz.SPA.153-3.M4.bin. The issue is now when every time when I apply "clock timezone xx 8" cli in my router, the command does not reflect. So that my router clock always stays at UTC 0 timezone.
    Other CLI is working without problem, only this clock timezone CLI giving weird trouble. and because of this, all the logs timestamps are follow UTC timezone, which will give me problem when doing tracing.
    Is there any alternative way to re-activate this command, instead of go back to old IOS. 
    Thank you.
    Regards,
    Reeyon

    hi, it is not the timestamp problem. the problem is that whenever I input the command "clock timezone xx 8", is doesn't show in my running-config.
    Thank you.

  • Disable logging of "show running-config" on MDS 9124

    After our MDS 9124 was upgraded from 3.1 to 4.2, it now logs in the config whenever a "show running-config" is done. This has somewhat become an issue because we use Cat Tools to backup our configs so when it logs in, it does a "show running-config" which then triggers the config to be updated which Cat Tools sees as a change and backs up the config everyday because of this. Very annoying.
    Anyway to disable this? Here is what the lines look like in the config:
    !Command: show running-config
    !Time: Mon Jan  4 07:04:03 2010

    I was not able to find a way to disable and I couldn't find anything in CatTools (our version is a couple years old) to exclude checking certain lines. So for now the configs get backed up everyday. I'll probably update CatTools and contact Solarwinds to see if there is a way to customize the backup script.

  • Cisco LMS netconfig job not saving running config to startup

    Hi,
    I'm running LMS3.2 and RME 4.3.1. I deployed a netconfig job to our network which consisted of approximately 800 devices.
    The report said that the job completed successfully however some of the devices didn't save thier running config to startup. Has anyone experienced this before?
    Is it possible to add a command or issue another netconfig job just to save the running config, so I can identify if the job fails on some devices? Using the tick box in the netconfig job doesn't seem to alert you if its not successful.
    Thanks,

    I have seen in the past where someone is running a netconfig job with the cmd to "wr mem" as a line in the netconfig job. 
    Sven is correct, there is an option; radio button/check box to save the running config to startup after the job is completed.
    if your job is strictly meant to "wr mem/write the config" then run a show command in config mode (non-enable) mode and select the option to save running config after job is completed.

  • Cisco WLC 5500 ver.8 running config

    Does anybody have a complete "show-run" running config from a 5500 series controller, "sanitized" of course, they would care to post to share?
    I need to create some config examples and do not have a piece of hardware to work with.
    Thanks

    =~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2015.01.13 14:15:58 =~=~=~=~=~=~=~=~=~=~=~=
    config paging disable
    Press Enter to continue...
    System Information
    Manufacturer's Name.............................. Cisco Systems Inc.
    Product Name..................................... Cisco Controller
    Product Version.................................. 7.4.130.2
    Bootloader Version............................... 1.0.20
    Field Recovery Image Version..................... 7.6.101.1
    Firmware Version................................. PIC 16.0
    Build Type....................................... DATA + WPS
    System Name...................................... Viten_2504
    System Location..................................
    System Contact...................................
    System ObjectID.................................. 1.3.6.1.4.1.9.1.1279
    IP Address....................................... 192.168.162.20
    Last Reset....................................... Software reset
    System Up Time................................... 1 days 2 hrs 23 mins 10 secs
    System Timezone Location.........................
    System Stats Realtime Interval................... 5
    System Stats Normal Interval..................... 180
    Configured Country............................... US  - United States
    Operating Environment............................ Commercial (0 to 40 C)
    Internal Temp Alarm Limits....................... 0 to 65 C
    Internal Temperature............................. +27 C
    External Temperature............................. +30 C
    Fan Status....................................... 4100 rpm
    State of 802.11b Network......................... Enabled
    State of 802.11a Network......................... Enabled
    Number of WLANs.................................. 2
    Number of Active Clients......................... 0
    Memory Current Usage............................. Unknown
    Memory Average Usage............................. Unknown
    CPU Current Usage................................ Unknown
    CPU Average Usage................................ Unknown
    Burned-in MAC Address............................ 50:06:04:CB:76:C0
    Maximum number of APs supported.................. 25
    AP Bundle Information
    Primary AP Image    Size
    ap1g2            9588
    ap3g1            11308
    ap3g2            11216
    ap801            7172
    ap802            8588
    c1130            5072
    c1140            9428
    c1250            6964
    c1520            8072
    c602i            3744
    Secondary AP Image    Size
    ap1g2            9576
    ap3g1            11296
    ap3g2            11208
    ap801            7164
    ap802            8576
    c1130            5072
    c1140            9428
    c1250            6964
    c1520            8064
    c602i            3736
    Switch Configuration
    802.3x Flow Control Mode......................... Disable
    FIPS prerequisite features....................... Disabled
    secret obfuscation............................... Enabled
    Strong Password Check Features:
         case-check ...........Enabled
         consecutive-check ....Enabled
         default-check .......Enabled
         username-check ......Enabled
    Network Information
    RF-Network Name............................. wnbu
    Web Mode.................................... Disable
    Secure Web Mode............................. Enable
    Secure Web Mode Cipher-Option High.......... Disable
    Secure Web Mode Cipher-Option SSLv2......... Disable
    Secure Web Mode RC4 Cipher Preference....... Disable
    Secure Web Mode SSL Protocol................ Disable
    OCSP........................................ Disabled
    OCSP responder URL..........................
    Secure Shell (ssh).......................... Enable
    Telnet...................................... Disable
    Ethernet Multicast Forwarding............... Disable
    Ethernet Broadcast Forwarding............... Disable
    AP Multicast/Broadcast Mode................. Multicast   Address : 0.0.0.0
    IGMP snooping............................... Enabled
    IGMP timeout................................ 60 seconds
    IGMP Query Interval......................... 20 seconds
    MLD snooping................................ Disabled
    MLD timeout................................. 60 seconds
    MLD query interval.......................... 20 seconds
    User Idle Timeout........................... 300 seconds
    ARP Idle Timeout............................ 300 seconds
    Cisco AP Default Master..................... Disable
    AP Join Priority............................ Disable
    Mgmt Via Wireless Interface................. Disable
    Mgmt Via Dynamic Interface.................. Disable
    Bridge MAC filter Config.................... Enable
    Bridge Security Mode........................ EAP
    Mesh Full Sector DFS........................ Enable
    AP Fallback ................................ Enable
    Web Auth CMCC Support ...................... Disabled
    Web Auth Redirect Ports .................... 80
    Web Auth Proxy Redirect  ................... Disable
    Web Auth Captive-Bypass   .................. Disable
    Web Auth Secure Web  ....................... Enable
    Fast SSID Change ........................... Enabled
    AP Discovery - NAT IP Only ................. Enabled
    IP/MAC Addr Binding Check .................. Enabled
    CCX-lite status ............................ Disable
    oeap-600 dual-rlan-ports ................... Disable
    oeap-600 local-network ..................... Enable
    mDNS snooping............................... Disabled
    mDNS Query Interval......................... 15 minutes
    Port Summary
               STP   Admin   Physical   Physical   Link   Link
    Pr  Type   Stat   Mode     Mode      Status   Status  Trap     POE  
    1  Normal  Forw Enable  Auto       1000 Full  Up     Enable  N/A     
    2  Normal  Disa Enable  Auto       Auto       Down   Enable  N/A     
    3  Normal  Disa Enable  Auto       Auto       Down   Enable  N/A     
    4  Normal  Disa Enable  Auto       Auto       Down   Enable  N/A     
    AP Summary
    Number of APs.................................... 3
    Global AP User Name.............................. admin
    Global AP Dot1x User Name........................ Not Configured
    AP Name             Slots  AP Model              Ethernet MAC       Location          Port  Country  Priority
    Viten_1142_2         2     AIR-LAP1142N-A-K9     00:22:bd:19:d5:80  default location  LAG      US       1
    Viten_1142_1         2     AIR-LAP1142N-A-K9     00:22:90:90:df:6c  default location  LAG      US       1
    Viten_2602_2         2     AIR-CAP2602I-A-K9     c0:67:af:58:e0:db  default location  LAG      US       1
    AP Tcp-Mss-Adjust Info
    AP Name              TCP State  MSS Size
    Viten_1142_2         disabled   -
    Viten_1142_1         disabled   -
    Viten_2602_2         disabled   -
    AP Location
    Total Number of AP Groups........................ 0    
    Site Name........................................ default-group
    Site Description................................. <none>
    NAS-identifier................................... Viten_2504
    AP Operating Class............................... Not-configured
    RF Profile
    2.4 GHz band..................................... <none>
    5 GHz band....................................... <none>
    WLAN ID          Interface          Network Admission Control          Radio Policy
     1               management           Disabled                          None
     4               management           Disabled                          None
    AP Name             Slots  AP Model             Ethernet MAC       Location          Port  Country  Priority
    Viten_1142_2         2     AIR-LAP1142N-A-K9    00:22:bd:19:d5:80  default location  LAG   US       1
    Viten_1142_1         2     AIR-LAP1142N-A-K9    00:22:90:90:df:6c  default location  LAG   US       1
    Viten_2602_2         2     AIR-CAP2602I-A-K9    c0:67:af:58:e0:db  default location  LAG   US       1
    RF Profile
    Number of RF Profiles............................ 7
    Out Of Box State................................. Disabled
    RF Profile Name                    Band     Description                         11n-client-only
    High-Client-Density-(802.11a)  5 GHz    <none>                      disable No     
    High-Client-Density-(802.11bg)  2.4 GHz  <none>                      disable No     
    Low-Client-Density-(802.11a)  5 GHz    <none>                      disable No     
    Low-Client-Density-(802.11bg)  2.4 GHz  <none>                      disable No     
    Typical-Client-Density(802.11bg)  2.4 GHz  <none>                      disable No     
    Typical-Client-Density-(802.11a)  5 GHz    <none>                      disable No     
    test                       5 GHz    <none>                      disable No     
    RF Profile name................................ High-Client-Density-(802.11a)
    Description...................................... <none>
    11n-client-only.................................. disabled
    Radio policy..................................... 5 GHz
    Transmit Power Threshold v1...................... -65 dBm
    Transmit Power Threshold v2...................... -67 dBm
    Min Transmit Power............................... 7 dBm
    Max Transmit Power............................... 30 dBm
    802.11a Operational Rates
        802.11a 6M Rate.............................. Mandatory
        802.11a 9M Rate.............................. Supported
        802.11a 12M Rate............................. Mandatory
        802.11a 18M Rate............................. Supported
        802.11a 24M Rate............................. Mandatory
        802.11a 36M Rate............................. Supported
        802.11a 48M Rate............................. Supported
        802.11a 54M Rate............................. Supported
    Max Clients...................................... 200
    WLAN ID      maxClients
    Client Trap Threshold............................ 50
    Multicast Data Rate.............................. 0
    Rx Sop Threshold................................. -78 dBm
    Cca Threshold.................................... 0 dBm
    Slot Admin State:................................ Enabled
    Band Select Probe Response....................... Disabled
    Band Select Cycle Count.......................... 2 cycles
    Band Select Cycle Threshold...................... 200 milliseconds
    Band Select Expire Suppression................... 20 seconds
    Band Select Expire Dual Band..................... 60 seconds
    Band Select Client Rssi.......................... -80 dBm
    Load Balancing Denial............................ 3 count
    Load Balancing Window............................ 5 clients
    Coverage Data.................................... -80 dBm
    Coverage Voice................................... -80 dBm
    Coverage Exception............................... 3 clients
    Coverage Level................................... 25 %
    802.11n MCS Rates
        MCS-00 Rate.................................. enabled
        MCS-01 Rate.................................. enabled
        MCS-02 Rate.................................. enabled
        MCS-03 Rate.................................. enabled
        MCS-04 Rate.................................. enabled
        MCS-05 Rate.................................. enabled
        MCS-06 Rate.................................. enabled
        MCS-07 Rate.................................. enabled
        MCS-08 Rate.................................. enabled
        MCS-09 Rate.................................. enabled
        MCS-10 Rate.................................. enabled
        MCS-11 Rate.................................. enabled
        MCS-12 Rate.................................. enabled
        MCS-13 Rate.................................. enabled
        MCS-14 Rate.................................. enabled
        MCS-15 Rate.................................. enabled
        MCS-16 Rate.................................. enabled
        MCS-17 Rate.................................. enabled
        MCS-18 Rate.................................. enabled
        MCS-19 Rate.................................. enabled
        MCS-20 Rate.................................. enabled
        MCS-21 Rate.................................. enabled
        MCS-22 Rate.................................. enabled
        MCS-23 Rate.................................. enabled
    RF Profile name................................ High-Client-Density-(802.11bg)
    Description...................................... <none>
    11n-client-only.................................. disabled
    Radio policy..................................... 2.4 GHz
    Transmit Power Threshold v1...................... -70 dBm
    Transmit Power Threshold v2...................... -67 dBm
    Min Transmit Power............................... 7 dBm
    Max Transmit Power............................... 30 dBm
    802.11b/g Operational Rates
        802.11b/g 1M Rate............................ Disabled
        802.11b/g 2M Rate............................ Disabled
        802.11b/g 5.5M Rate.......................... Disabled
        802.11b/g 11M Rate........................... Disabled
        802.11g 6M Rate.............................. Disabled
        802.11g 9M Rate.............................. Supported
        802.11g 12M Rate............................. Mandatory
        802.11g 18M Rate............................. Supported
        802.11g 24M Rate............................. Supported
        802.11g 36M Rate............................. Supported
        802.11g 48M Rate............................. Supported
        802.11g 54M Rate............................. Supported
    Max Clients...................................... 200
    WLAN ID      maxClients
    Client Trap Threshold............................ 50
    Multicast Data Rate.............................. 0
    Rx Sop Threshold................................. -82 dBm
    Cca Threshold.................................... 0 dBm
    Slot Admin State:................................ Enabled
    Band Select Probe Response....................... Disabled
    Band Select Cycle Count.......................... 2 cycles
    Band Select Cycle Threshold...................... 200 milliseconds
    Band Select Expire Suppression................... 20 seconds
    Band Select Expire Dual Band..................... 60 seconds
    Band Select Client Rssi.......................... -80 dBm
    Load Balancing Denial............................ 3 count
    Load Balancing Window............................ 5 clients
    Coverage Data.................................... -80 dBm
    Coverage Voice................................... -80 dBm
    Coverage Exception............................... 3 clients
    Coverage Level................................... 25 %
    802.11n MCS Rates
        MCS-00 Rate.................................. enabled
        MCS-01 Rate.................................. enabled
        MCS-02 Rate.................................. enabled
        MCS-03 Rate.................................. enabled
        MCS-04 Rate.................................. enabled
        MCS-05 Rate.................................. enabled
        MCS-06 Rate.................................. enabled
        MCS-07 Rate.................................. enabled
        MCS-08 Rate.................................. enabled
        MCS-09 Rate.................................. enabled
        MCS-10 Rate.................................. enabled
        MCS-11 Rate.................................. enabled
        MCS-12 Rate.................................. enabled
        MCS-13 Rate.................................. enabled
        MCS-14 Rate.................................. enabled
        MCS-15 Rate.................................. enabled
        MCS-16 Rate.................................. enabled
        MCS-17 Rate.................................. enabled
        MCS-18 Rate.................................. enabled
        MCS-19 Rate.................................. enabled
        MCS-20 Rate.................................. enabled
        MCS-21 Rate.................................. enabled
        MCS-22 Rate.................................. enabled
        MCS-23 Rate.................................. enabled
    RF Profile name................................ Low-Client-Density-(802.11a)
    Description...................................... <none>
    11n-client-only.................................. disabled
    Radio policy..................................... 5 GHz
    Transmit Power Threshold v1...................... -60 dBm
    Transmit Power Threshold v2...................... -67 dBm
    Min Transmit Power............................... -10 dBm
    Max Transmit Power............................... 30 dBm
    802.11a Operational Rates
        802.11a 6M Rate.............................. Mandatory
        802.11a 9M Rate.............................. Supported
        802.11a 12M Rate............................. Mandatory
        802.11a 18M Rate............................. Supported
        802.11a 24M Rate............................. Mandatory
        802.11a 36M Rate............................. Supported
        802.11a 48M Rate............................. Supported
        802.11a 54M Rate............................. Supported
    Max Clients...................................... 200
    WLAN ID      maxClients
    Client Trap Threshold............................ 50
    Multicast Data Rate.............................. 0
    Rx Sop Threshold................................. -80 dBm
    Cca Threshold.................................... 0 dBm
    Slot Admin State:................................ Enabled
    Band Select Probe Response....................... Disabled
    Band Select Cycle Count.......................... 2 cycles
    Band Select Cycle Threshold...................... 200 milliseconds
    Band Select Expire Suppression................... 20 seconds
    Band Select Expire Dual Band..................... 60 seconds
    Band Select Client Rssi.......................... -80 dBm
    Load Balancing Denial............................ 3 count
    Load Balancing Window............................ 5 clients
    Coverage Data.................................... -90 dBm
    Coverage Voice................................... -90 dBm
    Coverage Exception............................... 3 clients
    Coverage Level................................... 25 %
    802.11n MCS Rates
        MCS-00 Rate.................................. enabled
        MCS-01 Rate.................................. enabled
        MCS-02 Rate.................................. enabled
        MCS-03 Rate.................................. enabled
        MCS-04 Rate.................................. enabled
        MCS-05 Rate.................................. enabled
        MCS-06 Rate.................................. enabled
        MCS-07 Rate.................................. enabled
        MCS-08 Rate.................................. enabled
        MCS-09 Rate.................................. enabled
        MCS-10 Rate.................................. enabled
        MCS-11 Rate.................................. enabled
        MCS-12 Rate.................................. enabled
        MCS-13 Rate.................................. enabled
        MCS-14 Rate.................................. enabled
        MCS-15 Rate.................................. enabled
        MCS-16 Rate.................................. enabled
        MCS-17 Rate.................................. enabled
        MCS-18 Rate.................................. enabled
        MCS-19 Rate.................................. enabled
        MCS-20 Rate.................................. enabled
        MCS-21 Rate.................................. enabled
        MCS-22 Rate.................................. enabled
        MCS-23 Rate.................................. enabled
    RF Profile name................................ Low-Client-Density-(802.11bg)
    Description...................................... <none>
    11n-client-only.................................. disabled
    Radio policy..................................... 2.4 GHz
    Transmit Power Threshold v1...................... -65 dBm
    Transmit Power Threshold v2...................... -67 dBm
    Min Transmit Power............................... -10 dBm
    Max Transmit Power............................... 30 dBm
    802.11b/g Operational Rates
        802.11b/g 1M Rate............................ Mandatory
        802.11b/g 2M Rate............................ Mandatory
        802.11b/g 5.5M Rate.......................... Mandatory
        802.11b/g 11M Rate........................... Mandatory
        802.11g 6M Rate.............................. Supported
        802.11g 9M Rate.............................. Supported
        802.11g 12M Rate............................. Supported
        802.11g 18M Rate............................. Supported
        802.11g 24M Rate............................. Supported
        802.11g 36M Rate............................. Supported
        802.11g 48M Rate............................. Supported
        802.11g 54M Rate............................. Supported
    Max Clients...................................... 200
    WLAN ID      maxClients
    Client Trap Threshold............................ 50
    Multicast Data Rate.............................. 0
    Rx Sop Threshold................................. -85 dBm
    Cca Threshold.................................... 0 dBm
    Slot Admin State:................................ Enabled
    Band Select Probe Response....................... Disabled
    Band Select Cycle Count.......................... 2 cycles
    Band Select Cycle Threshold...................... 200 milliseconds
    Band Select Expire Suppression................... 20 seconds
    Band Select Expire Dual Band..................... 60 seconds
    Band Select Client Rssi.......................... -80 dBm
    Load Balancing Denial............................ 3 count
    Load Balancing Window............................ 5 clients
    Coverage Data.................................... -90 dBm
    Coverage Voice................................... -90 dBm
    Coverage Exception............................... 3 clients
    Coverage Level................................... 25 %
    802.11n MCS Rates
        MCS-00 Rate.................................. enabled
        MCS-01 Rate.................................. enabled
        MCS-02 Rate.................................. enabled
        MCS-03 Rate.................................. enabled
        MCS-04 Rate.................................. enabled
        MCS-05 Rate.................................. enabled
        MCS-06 Rate.................................. enabled
        MCS-07 Rate.................................. enabled
        MCS-08 Rate.................................. enabled
        MCS-09 Rate.................................. enabled
        MCS-10 Rate.................................. enabled
        MCS-11 Rate.................................. enabled
        MCS-12 Rate.................................. enabled
        MCS-13 Rate.................................. enabled
        MCS-14 Rate.................................. enabled
        MCS-15 Rate.................................. enabled
        MCS-16 Rate.................................. enabled
        MCS-17 Rate.................................. enabled
        MCS-18 Rate.................................. enabled
        MCS-19 Rate.................................. enabled
        MCS-20 Rate.................................. enabled
        MCS-21 Rate.................................. enabled
        MCS-22 Rate.................................. enabled
        MCS-23 Rate.................................. enabled
    RF Profile name................................ Typical-Client-Density(802.11bg)
    Description...................................... <none>
    11n-client-only.................................. disabled
    Radio policy..................................... 2.4 GHz
    Transmit Power Threshold v1...................... -70 dBm
    Transmit Power Threshold v2...................... -67 dBm
    Min Transmit Power............................... -10 dBm
    Max Transmit Power............................... 30 dBm
    802.11b/g Operational Rates
        802.11b/g 1M Rate............................ Disabled
        802.11b/g 2M Rate............................ Disabled
        802.11b/g 5.5M Rate.......................... Disabled
        802.11b/g 11M Rate........................... Disabled
        802.11g 6M Rate.............................. Disabled
        802.11g 9M Rate.............................. Supported
        802.11g 12M Rate............................. Mandatory
        802.11g 18M Rate............................. Supported
        802.11g 24M Rate............................. Supported
        802.11g 36M Rate............................. Supported
        802.11g 48M Rate............................. Supported
        802.11g 54M Rate............................. Supported
    Max Clients...................................... 200
    WLAN ID      maxClients
    Client Trap Threshold............................ 50
    Multicast Data Rate.............................. 0
    Rx Sop Threshold................................. 0 dBm
    Cca Threshold.................................... 0 dBm
    Slot Admin State:................................ Enabled
    Band Select Probe Response....................... Disabled
    Band Select Cycle Count.......................... 2 cycles
    Band Select Cycle Threshold...................... 200 milliseconds
    Band Select Expire Suppression................... 20 seconds
    Band Select Expire Dual Band..................... 60 seconds
    Band Select Client Rssi.......................... -80 dBm
    Load Balancing Denial............................ 3 count
    Load Balancing Window............................ 5 clients
    Coverage Data.................................... -80 dBm
    Coverage Voice................................... -80 dBm
    Coverage Exception............................... 3 clients
    Coverage Level................................... 25 %
    802.11n MCS Rates
        MCS-00 Rate.................................. enabled
        MCS-01 Rate.................................. enabled
        MCS-02 Rate.................................. enabled
        MCS-03 Rate.................................. enabled
        MCS-04 Rate.................................. enabled
        MCS-05 Rate.................................. enabled
        MCS-06 Rate.................................. enabled
        MCS-07 Rate.................................. enabled
        MCS-08 Rate.................................. enabled
        MCS-09 Rate.................................. enabled
        MCS-10 Rate.................................. enabled
        MCS-11 Rate.................................. enabled
        MCS-12 Rate.................................. enabled
        MCS-13 Rate.................................. enabled
        MCS-14 Rate.................................. enabled
        MCS-15 Rate.................................. enabled
        MCS-16 Rate.................................. enabled
        MCS-17 Rate.................................. enabled
        MCS-18 Rate.................................. enabled
        MCS-19 Rate.................................. enabled
        MCS-20 Rate.................................. enabled
        MCS-21 Rate.................................. enabled
        MCS-22 Rate.................................. enabled
        MCS-23 Rate.................................. enabled
    RF Profile name................................ Typical-Client-Density-(802.11a)
    Description...................................... <none>
    11n-client-only.................................. disabled
    Radio policy..................................... 5 GHz
    Transmit Power Threshold v1...................... -70 dBm
    Transmit Power Threshold v2...................... -67 dBm
    Min Transmit Power............................... -10 dBm
    Max Transmit Power............................... 30 dBm
    802.11a Operational Rates
        802.11a 6M Rate.............................. Mandatory
        802.11a 9M Rate.............................. Supported
        802.11a 12M Rate............................. Mandatory
        802.11a 18M Rate............................. Supported
        802.11a 24M Rate............................. Mandatory
        802.11a 36M Rate............................. Supported
        802.11a 48M Rate............................. Supported
        802.11a 54M Rate............................. Supported
    Max Clients...................................... 200
    WLAN ID      maxClients
    Client Trap Threshold............................ 50
    Multicast Data Rate.............................. 0
    Rx Sop Threshold................................. 0 dBm
    Cca Threshold.................................... 0 dBm
    Slot Admin State:................................ Enabled
    Band Select Probe Response....................... Disabled
    Band Select Cycle Count.......................... 2 cycles
    Band Select Cycle Threshold...................... 200 milliseconds
    Band Select Expire Suppression................... 20 seconds
    Band Select Expire Dual Band..................... 60 seconds
    Band Select Client Rssi.......................... -80 dBm
    Load Balancing Denial............................ 3 count
    Load Balancing Window............................ 5 clients
    Coverage Data.................................... -80 dBm
    Coverage Voice................................... -80 dBm
    Coverage Exception............................... 3 clients
    Coverage Level................................... 25 %
    802.11n MCS Rates
        MCS-00 Rate.................................. enabled
        MCS-01 Rate.................................. enabled
        MCS-02 Rate.................................. enabled
        MCS-03 Rate.................................. enabled
        MCS-04 Rate.................................. enabled
        MCS-05 Rate.................................. enabled
        MCS-06 Rate.................................. enabled
        MCS-07 Rate.................................. enabled
        MCS-08 Rate.................................. enabled
        MCS-09 Rate.................................. enabled
        MCS-10 Rate.................................. enabled
        MCS-11 Rate.................................. enabled
        MCS-12 Rate.................................. enabled
        MCS-13 Rate.................................. enabled
        MCS-14 Rate.................................. enabled
        MCS-15 Rate.................................. enabled
        MCS-16 Rate.................................. enabled
        MCS-17 Rate.................................. enabled
        MCS-18 Rate.................................. enabled
        MCS-19 Rate.................................. enabled
        MCS-20 Rate.................................. enabled
        MCS-21 Rate.................................. enabled
        MCS-22 Rate.................................. enabled
        MCS-23 Rate.................................. enabled
    RF Profile name................................ test
    Description...................................... <none>
    11n-client-only.................................. disabled
    Radio policy..................................... 5 GHz
    Transmit Power Threshold v1...................... -70 dBm
    Transmit Power Threshold v2...................... -67 dBm
    Min Transmit Power............................... -10 dBm
    Max Transmit Power............................... 30 dBm
    802.11a Operational Rates
        802.11a 6M Rate.............................. Mandatory
        802.11a 9M Rate.............................. Supported
        802.11a 12M Rate............................. Mandatory
        802.11a 18M Rate............................. Supported
        802.11a 24M Rate............................. Mandatory
        802.11a 36M Rate............................. Supported
        802.11a 48M Rate............................. Supported
        802.11a 54M Rate............................. Supported
    Max Clients...................................... 200
    WLAN ID      maxClients
    Client Trap Threshold............................ 50
    Multicast Data Rate.............................. 0
    Rx Sop Threshold................................. 0 dBm
    Cca Threshold.................................... 0 dBm
    Slot Admin State:................................ Enabled
    Band Select Probe Response....................... Disabled
    Band Select Cycle Count.......................... 2 cycles
    Band Select Cycle Threshold...................... 200 milliseconds
    Band Select Expire Suppression................... 20 seconds
    Band Select Expire Dual Band..................... 60 seconds
    Band Select Client Rssi.......................... -80 dBm
    Load Balancing Denial............................ 3 count
    Load Balancing Window............................ 5 clients
    Coverage Data.................................... -80 dBm
    Coverage Voice................................... -80 dBm
    Coverage Exception............................... 3 clients
    Coverage Level................................... 25 %
    802.11n MCS Rates
        MCS-00 Rate.................................. enabled
        MCS-01 Rate.................................. enabled
        MCS-02 Rate.................................. enabled
        MCS-03 Rate.................................. enabled
        MCS-04 Rate.................................. enabled
        MCS-05 Rate.................................. enabled
        MCS-06 Rate.................................. enabled
        MCS-07 Rate.................................. enabled
        MCS-08 Rate.................................. enabled
        MCS-09 Rate.................................. enabled
        MCS-10 Rate.................................. enabled
        MCS-11 Rate.................................. enabled
        MCS-12 Rate.................................. enabled
        MCS-13 Rate.................................. enabled
        MCS-14 Rate.................................. enabled
        MCS-15 Rate.................................. enabled
        MCS-16 Rate.................................. enabled
        MCS-17 Rate.................................. enabled
        MCS-18 Rate.................................. enabled
        MCS-19 Rate.................................. enabled
        MCS-20 Rate.................................. enabled
        MCS-21 Rate.................................. enabled
        MCS-22 Rate.................................. enabled
        MCS-23 Rate.................................. enabled
    AP Config
    Cisco AP Identifier.............................. 3
    Cisco AP Name.................................... Viten_1142_2
    Country code..................................... US  - United States
    Regulatory Domain allowed by Country............. 802.11bg:-A     802.11a:-A
    AP Country code.................................. US  - United States
    AP Regulatory Domain............................. -A
    Switch Port Number .............................. 13
    MAC Address...................................... 00:22:bd:19:d5:80
    IP Address Configuration......................... DHCP
    IP Address....................................... 192.168.162.110
    IP NetMask....................................... 255.255.255.0
    Gateway IP Addr.................................. 192.168.162.1
    NAT External IP Address.......................... None
    CAPWAP Path MTU.................................. 1485
    Telnet State..................................... Enabled
    Ssh State........................................ Disabled
    Cisco AP Location................................ default location
    Cisco AP Floor Label............................. 0
    Cisco AP Group Name.............................. default-group
    Primary Cisco Switch Name........................ Viten_2504
    Primary Cisco Switch IP Address.................. 192.168.162.20
    Secondary Cisco Switch Name......................
    Secondary Cisco Switch IP Address................ Not Configured
    Tertiary Cisco Switch Name.......................
    Tertiary Cisco Switch IP Address................. Not Configured
    Administrative State ............................ ADMIN_ENABLED
    Operation State ................................. REGISTERED
    Mirroring Mode .................................. Disabled
    AP Mode ......................................... FlexConnect
    Public Safety ................................... Disabled
    AP SubMode ...................................... Not Configured
    Remote AP Debug ................................. Disabled
    Logging trap severity level ..................... informational
    Logging syslog facility ......................... system
    S/W  Version .................................... 7.4.130.2
    Boot  Version ................................... 12.4.18.0
    Mini IOS Version ................................ 3.0.51.0
    Stats Reporting Period .......................... 180
    Stats Collection Mode ........................... normal
    LED State........................................ Enabled
    PoE Pre-Standard Switch.......................... Disabled
    PoE Power Injector MAC Addr...................... Disabled
    Power Type/Mode.................................. Power injector / Normal mode
    Number Of Slots.................................. 2
    AP Model......................................... AIR-LAP1142N-A-K9   
    AP Image......................................... C1140-K9W8-M
    IOS Version...................................... 15.2(20150109:075323)$
    Reset Button..................................... Enabled
    AP Serial Number................................. FTX1332SBYY
    AP Certificate Type.............................. Manufacture Installed
    FlexConnect Vlan mode :.......................... Disabled
    FlexConnect Group................................ Not a member of any group
    Group VLAN ACL Mappings
    FlexConnect Local-Split ACLs :
    WLAN ID   PROFILE NAME                       ACL                                 TYPE
     Flexconnect Central-Dhcp Values :
    WLAN ID   PROFILE NAME                         Central-Dhcp      DNS Override      Nat-Pat     Type
      4       test123                                  False             False          False      Wlan
    FlexConnect Backup Auth Radius Servers :
     Primary Radius Server........................... Disabled
     Secondary Radius Server......................... Disabled
    AP User Mode..................................... CUSTOMIZED
    AP User Name..................................... admin
    AP Dot1x User Mode............................... Not Configured
    AP Dot1x User Name............................... Not Configured
    Cisco AP system logging host..................... 10.6.0.25
    AP Up Time....................................... 1 days, 02 h 13 m 41 s
    AP LWAPP Up Time................................. 1 days, 02 h 12 m 25 s
    Join Date and Time............................... Mon Jan 12 12:55:07 2015
    Join Taken Time.................................. 0 days, 00 h 01 m 15 s
    Attributes for Slot  0
        Radio Type................................... RADIO_TYPE_80211n-2.4
        Administrative State ........................ ADMIN_DISABLED
        Operation State ............................. DOWN
        Operation State Down Cause................... Radio is exiting inline CDP low power mode holddown.
        Operation State Down Code.................... RADIO_RC_EXIT_LOW_PWR
        Radio Role .................................. ACCESS
        Radio Mode .................................. Remote
        CellId ...................................... 0
        Station Configuration
          Configuration ............................. AUTOMATIC
          Number Of WLANs ........................... 1
          Medium Occupancy Limit .................... 100
          CFP Period ................................ 4
          CFP MaxDuration ........................... 60
          BSSID ..................................... 00:23:eb:dc:c6:90
          Operation Rate Set
            1000 Kilo Bits........................... MANDATORY
            2000 Kilo Bits........................... MANDATORY
            5500 Kilo Bits........................... MANDATORY
            11000 Kilo Bits.......................... MANDATORY
            6000 Kilo Bits........................... SUPPORTED
            9000 Kilo Bits........................... SUPPORTED
            12000 Kilo Bits.......................... SUPPORTED
            18000 Kilo Bits.......................... SUPPORTED
            24000 Kilo Bits.......................... SUPPORTED
            36000 Kilo Bits.......................... SUPPORTED
            48000 Kilo Bits.......................... SUPPORTED
            54000 Kilo Bits.......................... SUPPORTED
          MCS Set
            MCS 0.................................... SUPPORTED
            MCS 1.................................... SUPPORTED
            MCS 2.................................... SUPPORTED
            MCS 3.................................... SUPPORTED
            MCS 4.................................... SUPPORTED
            MCS 5.................................... SUPPORTED
            MCS 6.................................... SUPPORTED
            MCS 7.................................... SUPPORTED
            MCS 8.................................... SUPPORTED
            MCS 9.................................... SUPPORTED
            MCS 10................................... SUPPORTED
            MCS 11................................... SUPPORTED
            MCS 12................................... SUPPORTED
            MCS 13................................... SUPPORTED
            MCS 14................................... SUPPORTED
            MCS 15................................... SUPPORTED
            MCS 16................................... DISABLED
            MCS 17................................... DISABLED
            MCS 18................................... DISABLED
            MCS 19................................... DISABLED
            MCS 20................................... DISABLED
            MCS 21................................... DISABLED
            MCS 22................................... DISABLED
            MCS 23................................... DISABLED
          Beacon Period ............................. 100
          Fragmentation Threshold ................... 2346
          Multi Domain Capability Implemented ....... TRUE
          Multi Domain Capability Enabled ........... TRUE
          Country String ............................ US
        Multi Domain Capability
          Configuration ............................. AUTOMATIC
          First Chan Num ............................ 1
          Number Of Channels ........................ 11
        MAC Operation Parameters
          Configuration ............................. AUTOMATIC
          Fragmentation Threshold ................... 2346
          Packet Retry Limit ........................ 64
        Tx Power
          Num Of Supported Power Levels ............. 8
          Tx Power Level 1 .......................... 20 dBm
          Tx Power Level 2 .......................... 17 dBm
          Tx Power Level 3 .......................... 14 dBm
          Tx Power Level 4 .......................... 11 dBm
          Tx Power Level 5 .......................... 8 dBm
          Tx Power Level 6 .......................... 5 dBm
          Tx Power Level 7 .......................... 2 dBm
          Tx Power Level 8 .......................... -1 dBm
          Tx Power Configuration .................... AUTOMATIC
          Current Tx Power Level .................... 6
          Tx Power Assigned By ...................... DTPC
        Phy OFDM parameters
          Configuration ............................. AUTOMATIC
          Current Channel ........................... 11
          Channel Assigned By ....................... DCA
          Extension Channel ......................... NONE
          Channel Width.............................. 20 Mhz
          Allowed Channel List....................... 1,2,3,4,5,6,7,8,9,10,11
          TI Threshold .............................. -50
          Legacy Tx Beamforming Configuration ....... AUTOMATIC
          Legacy Tx Beamforming ..................... DISABLED
          Antenna Type............................... INTERNAL_ANTENNA
          Internal Antenna Gain (in .5 dBi units).... 8
          Diversity.................................. DIVERSITY_ENABLED
          802.11n Antennas
             A....................................... ENABLED
             B....................................... ENABLED
             C....................................... ENABLED
        Performance Profile Parameters
          Configuration ............................. AUTOMATIC
          Interference threshold..................... 10 %
          Noise threshold............................  -70 dBm
          RF utilization threshold................... 80 %
          Data-rate threshold........................ 1000000 bps
          Client threshold........................... 12 clients
          Coverage SNR threshold..................... 12 dB
          Coverage exception level................... 25 %
          Client minimum exception level............. 3 clients
        Rogue Containment Information
        Containment Count............................ 0
        CleanAir Management Information
            CleanAir Capable......................... No
    Cisco AP Identifier.............................. 3
    Cisco AP Name.................................... Viten_1142_2
    Country code..................................... US  - United States
    Regulatory Domain allowed by Country............. 802.11bg:-A     802.11a:-A
    AP Country code.................................. US  - United States
    AP Regulatory Domain............................. -A
    Switch Port Number .............................. 13
    MAC Address...................................... 00:22:bd:19:d5:80
    IP Address Configuration......................... DHCP
    IP Address....................................... 192.168.162.110
    IP NetMask....................................... 255.255.255.0
    Gateway IP Addr.................................. 192.168.162.1
    NAT External IP Address.......................... None
    CAPWAP Path MTU.................................. 1485
    Telnet State..................................... Enabled
    Ssh State........................................ Disabled
    Cisco AP Location................................ default location
    Cisco AP Floor Label............................. 0
    Cisco AP Group Name.............................. default-group
    Primary Cisco Switch Name........................ Viten_2504
    Primary Cisco Switch IP Address.................. 192.168.162.20
    Secondary Cisco Switch Name......................
    Secondary Cisco Switch IP Address................ Not Configured
    Tertiary Cisco Switch Name.......................
    Tertiary Cisco Switch IP Address................. Not Configured
    Administrative State ............................ ADMIN_ENABLED
    Operation State ................................. REGISTERED
    Mirroring Mode .................................. Disabled
    AP Mode ......................................... FlexConnect
    Public Safety ................................... Disabled
    AP SubMode ...................................... Not Configured
    Remote AP Debug ................................. Disabled
    Logging trap severity level ..................... informational
    Logging syslog facility ......................... system
    S/W  Version .................................... 7.4.130.2
    Boot  Version ................................... 12.4.18.0
    Mini IOS Version ................................ 3.0.51.0
    Stats Reporting Period .......................... 180
    Stats Collection Mode ........................... normal
    LED State........................................ Enabled
    PoE Pre-Standard Switch.......................... Disabled
    PoE Power Injector MAC Addr...................... Disabled
    Power Type/Mode.................................. Power injector / Normal mode
    Number Of Slots.................................. 2
    AP Model......................................... AIR-LAP1142N-A-K9   
    AP Image......................................... C1140-K9W8-M
    IOS Version...................................... 15.2(20150109:075323)$
    Reset Button..................................... Enabled
    AP Serial Number................................. FTX1332SBYY
    AP Certificate Type.............................. Manufacture Installed
    FlexConnect Vlan mode :.......................... Disabled
    FlexConnect Group................................ Not a member of any group
    Group VLAN ACL Mappings
    FlexConnect Local-Split ACLs :
    WLAN ID   PROFILE NAME                       ACL                                 TYPE
     Flexconnect Central-Dhcp Values :
    WLAN ID   PROFILE NAME                         Central-Dhcp      DNS Override      Nat-Pat     Type
      4       test123                                  False             False          False      Wlan
    FlexConnect Backup Auth Radius Servers :
     Primary Radius Server........................... Disabled
     Secondary Radius Server......................... Disabled
    AP User Mode..................................... CUSTOMIZED
    AP User Name..................................... admin
    AP Dot1x User Mode............................... Not Configured
    AP Dot1x User Name............................... Not Configured
    Cisco AP system logging host..................... 10.6.0.25
    AP Up Time....................................... 1 days, 02 h 13 m 41 s
    AP LWAPP Up Time................................. 1 days, 02 h 12 m 25 s
    Join Date and Time............................... Mon Jan 12 12:55:07 2015
    Join Taken Time.................................. 0 days, 00 h 01 m 15 s
    Attributes for Slot  1
        Radio Type................................... RADIO_TYPE_80211n-5
        Radio Subband................................ RADIO_SUBBAND_ALL
        Administrative State ........................ ADMIN_ENABLED
        Operation State ............................. UP
        Radio Role .................................. ACCESS
        Radio Mode .................................. Remote
        CellId ...................................... 0
        Station Configuration
          Configuration ............................. AUTOMATIC
          Number Of WLANs ........................... 1
          Medium Occupancy Limit .................... 100
          CFP Period ................................ 4
          CFP MaxDuration ........................... 60
          BSSID ..................................... 00:23:eb:dc:c6:90
          Operation Rate Set
            6000 Kilo Bits........................... MANDATORY
            9000 Kilo Bits........................... SUPPORTED
            12000 Kilo Bits.......................... MANDATORY
            18000 Kilo Bits.......................... SUPPORTED
            24000 Kilo Bits.......................... MANDATORY
            36000 Kilo Bits.......................... SUPPORTED
            48000 Kilo Bits.......................... SUPPORTED
            54000 Kilo Bits.......................... SUPPORTED
          MCS Set
            MCS 0.................................... SUPPORTED
            MCS 1.................................... SUPPORTED
            MCS 2.................................... SUPPORTED
            MCS 3.................................... SUPPORTED
            MCS 4.................................... SUPPORTED
            MCS 5.................................... SUPPORTED
            MCS 6.................................... SUPPORTED
            MCS 7.................................... SUPPORTED
            MCS 8.................................... SUPPORTED
            MCS 9.................................... SUPPORTED
            MCS 10................................... SUPPORTED
            MCS 11................................... SUPPORTED
            MCS 12................................... SUPPORTED
            MCS 13................................... SUPPORTED
            MCS 14................................... SUPPORTED
            MCS 15................................... SUPPORTED
            MCS 16................................... DISABLED
            MCS 17................................... DISABLED
            MCS 18................................... DISABLED
            MCS 19................................... DISABLED
            MCS 20................................... DISABLED
            MCS 21................................... DISABLED
            MCS 22................................... DISABLED
            MCS 23................................... DISABLED
          Beacon Period ............................. 100
          Fragmentation Threshold ................... 2346
          Multi Domain Capability Implemented ....... TRUE
          Multi Domain Capability Enabled ........... TRUE
          Country String ............................ US
        Multi Domain Capability
          Configuration ............................. AUTOMATIC
          First Chan Num ............................ 36
          Number Of Channels ........................ 21
        MAC Operation Parameters
          Configuration ............................. AUTOMATIC
          Fragmentation Threshold ................... 2346
          Packet Retry Limit ........................ 64
        Tx Power
          Num Of Supported Power Levels ............. 6
          Tx Power Level 1 .......................... 14 dBm
          Tx Power Level 2 .......................... 11 dBm
          Tx Power Level 3 .......................... 8 dBm
          Tx Power Level 4 .......................... 5 dBm
          Tx Power Level 5 .......................... 2 dBm
          Tx Power Level 6 .......................... -1 dBm
          Tx Power Configuration .................... AUTOMATIC
          Current Tx Power Level .................... 1
          Tx Power Assigned By ...................... DTPC
        Phy OFDM parameters
          Configuration ............................. AUTOMATIC
          Current Channel ........................... 48
          Channel Assigned By ....................... DCA
          Extension Channel ......................... NONE
          Channel Width.............................. 20 Mhz
          Allowed Channel List....................... 36,40,44,48,52,56,60,64,100,
            ......................................... 104,108,112,116,132,136,140,
            ......................................... 149,153,157,161,165
          TI Threshold .............................. -50
          Legacy Tx Beamforming Configuration ....... AUTOMATIC
          Legacy Tx Beamforming ..................... DISABLED
          Antenna Type............................... INTERNAL_ANTENNA
          Internal Antenna Gain (in .5 dBi units).... 8
          Diversity.................................. DIVERSITY_ENABLED
          802.11n Antennas
             A....................................... ENABLED
             B....................................... ENABLED
             C....................................... ENABLED
        Performance Profile Parameters
          Configuration ............................. AUTOMATIC
          Interference threshold..................... 10 %
          Noise threshold............................  -70 dBm
          RF utilization threshold................... 80 %
          Data-rate threshold........................ 1000000 bps
          Client threshold........................... 12 clients
          Coverage SNR threshold..................... 16 dB
          Coverage exception level................... 25 %
          Client minimum exception level............. 3 clients
        Rogue Containment Information
        Containment Count............................ 0
        CleanAir Management Information
            CleanAir Capable......................... No
    Cisco AP Identifier.............................. 4
    Cisco AP Name.................................... Viten_1142_1
    Country code..................................... US  - United States
    Regulatory Domain allowed by Country............. 802.11bg:-A     802.11a:-A
    AP Country code.................................. US  - United States
    AP Regulatory Domain............................. -A
    Switch Port Number .............................. 13
    MAC Address...................................... 00:22:90:90:df:6c
    IP Address Configuration......................... DHCP
    IP Address....................................... 192.168.162.117
    IP NetMask....................................... 255.255.255.0
    Gateway IP Addr.................................. 192.168.162.1
    NAT External IP Address.......................... None
    CAPWAP Path MTU.................................. 1485
    Telnet State..................................... Enabled
    Ssh State........................................ Disabled
    Cisco AP Location................................ default location
    Cisco AP Floor Label............................. 0
    Cisco AP Group Name.............................. default-group
    Primary Cisco Switch Name........................ Viten_2504
    Primary Cisco Switch IP Address.................. 192.168.162.20
    Secondary Cisco Switch Name...................... Viten_5508_1
    Secondary Cisco Switch IP Address................ 192.168.162.22
    Tertiary Cisco Switch Name.......................
    Tertiary Cisco Switch IP Address................. Not Configured
    Administrative State ............................ ADMIN_DISABLED
    Operation State ................................. REGISTERED
    Mirroring Mode .................................. Disabled
    AP Mode ......................................... FlexConnect
    Public Safety ................................... Disabled
    AP SubMode ...................................... Not Configured
    Remote AP Debug ................................. Disabled
    Logging trap severity level ..................... informational
    Logging syslog facility ......................... system
    S/W  Version .................................... 7.4.130.2
    Boot  Version ................................... 12.4.18.0
    Mini IOS Version ................................ 3.0.51.0
    Stats Reporting Period .......................... 180
    Stats Collection Mode ........................... normal
    LED State........................................ Enabled
    PoE Pre-Standard Switch.......................... Disabled
    PoE Power Injector MAC Addr...................... Disabled
    Power Type/Mode.................................. Power injector / Normal mode
    Number Of Slots.................................. 2
    AP Model......................................... AIR-LAP1142N-A-K9   
    AP Image......................................... C1140-K9W8-M
    IOS Version...................................... 15.2(20150109:075323)$
    Reset Button..................................... Enabled
    AP Serial Number................................. FTX1308S2H3
    AP Certificate Type.............................. Manufacture Installed
    FlexConnect Vlan mode :.......................... Disabled
    FlexConnect Group................................ Not a member of any group
    Group VLAN ACL Mappings
    FlexConnect Loc

  • Simple question - ACE Context Running Config

    How do I erase the running config of a context ? wr erase only gets rid of the the start up. I can go through it with no commands but was hoping there is a better way.

    If you could reload per context erasing the startup config would work. Unfortunately you can only reload the whole ace blade.
    Fastest way to get rid of a config within a context is to delete the context in the admin context and then re-create it.
    changeto Admin
    conf t
    no context
    context
    If you had checkpoints already created those are gone as well once you issue the "no context " command.
    To make it easier in the future i would suggest you create an empty checkpoint at the very beginning or at the point of your configuration where you want to start to experiment with the settings.
    conf t
    checkpoint create
    or
    checkpoint create
    To get the settings back u issue.
    conf t
    checkpoint rollback
    The checkpoints are per context btw.
    Hope that helps.
    Roble

  • Transparent Mode - running-config are not saved to Startup-config, Normal ?

    I config a switch to be a Transparent Mode, then I issue the copy run start command, then I issue the show start-up command, however the Running-config is not copy to the start-up config
    Is it Normal for the switch ???
    vtp mode transparent
    int fa0/1
    switchport mode access
    switchport access vlan 5
    int fa0/2
    switchport mode access
    switchport access vlan 6

    Hi,
    If you use transparent instead of server or client, there should be no problem wit copy run start. (The difference is that in this case your switch doesn't participate in the VTP communication, only forward the received messages and doesn't update its vtp db).
    During the copy running-config startup-config did you get some error message? (not enough space or something) PLease first check the flash with the show flash command.
    Or try to save your running to flas not to startup config: copy running flash:test.cfg
    If you need more help please send me output of show flash at least...
    bye
    FCS
    Please rate me if I helped.

  • How to research a long running job from 3 days ago

    Re: How to research a long running job from 3 days ago
    Client called to say that a job that normally runs for 6 hours ran for 18 hours on 11/01. 11/01 was a Saturday, and end of month. The long running job writes to a log and I can from the log that that the problem started right around 10:43am. Every step
    before 10:43 was taking the normal amount of time. Then at 10:43 a step that takes seconds hung for 12 hours. After 12 hours the step finished and the job completed successfully.
    I looked at the SQL Log, Event Log, Job History (for all jobs). What else can I look at to try and resolve an issue that happened on 11/01/2014?

    It does execute an SSIS package.
    Personally I feel this as kind of bug in SSIS package but I am not expert in SSIS so I would move it to SSIS forum. Please update your question giving complete information what SSIS package does.
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

Maybe you are looking for

  • MAC - Can't open a link/URL in a new tab inside a folder

    I can't open a link/URL in a new tab inside a folder from a Mac. I am sure I can do that in PC. Please advice. Thanks in advance.

  • Error in Transfer Process (Urgent )

    Hi, I am working with a classic scenario and the problem is that after the Shopping cart is approved,the follow-on document is not getting created. In the Follow on doc tab I get the status as "Shopping Cart Approved" When I check the SC in t-code BB

  • How Can I to prevent == ORA-01436: CONNECT BY loop in user data

    Hi In query below WITH TT AS (SELECT '2' PAI, '3' FILHO FROM DUAL             UNION ALL             SELECT '3', '5'  FROM DUAL             UNION ALL             SELECT '3' ,'6' FROM DUAL             union all             select '3','4' from dual     

  • Write / store xml data in Xe and retrieve stored data using pl/sql

    Hi to all, i'm searching a tutorial on: A - how to write / store xml data in Xe and retrieve stored data using pl/sql I don't want to use other technologies, because i use htmldb and my best practice is with pl/sql. I was reading an ebook (quite old

  • Need urgent decission for DV6-3112sa memory upgrade

    I need a ram  upgrade and i was wondering is that going to support DDR3 1333 mhz 4GBx2=8GB memories  the ram I am looking at is  http://www.amazon.co.uk/Corsair-CMSO4GX3M1A1333C9-DDR3-Laptop-Memory/dp/B002YU83YO/ref=sr_1_1?s=comp... i will proceed t