Cisco View / Save running config

Our helpdesk folks use Cisco view to enable/disable ports.  Yesterday one of our switches lost power and the running config was not saved.  Is there I can force Cisco View to save the config so this doesn't happen?
If not, does anyone know of a work around I can implement?

Actually there are a few more options with this as well.
I would set it up to store them either locally in its own directory maybe called configs and put them on flash:
or you can send them off to a remote spot with tftp or ftp.
Also you need to figure out how many of these archived file you want to keep, 14 is the default.
you could do this...
config t
cd slot0:
mkdir configs
That will make a directory on flash in slot 0
next
config t
archive
path slot0:/configs/$h   ------the $h will use the host name for the file name
write-memory
time-period 1440
maximum 5   ---------this will make it so only 5 configs are saved in archive
Please rate helpful posts
Mike

Similar Messages

  • FlexConfig - How to execute "TFTP" command to save running config via Flex

    Hi
    I want to save the running config from all our firewall via flexconfig.
    The problem is the carriage return after the command "copy running tftp://ip-address"
    I have to confirm the tftp server and the file manually
    I have no idea - how to do this via flexconfig -
    I found a flexconfig script to load a image to the asa called : ASA_copy_image
    Any Idea how to modify this script ?
    THX for help

    You can try Flexconfig with
    copy /noconfirm running tftp://ip-address
    I hope it helps.
    PK

  • Save running-config out WAN port?

    Hi all.  As I look at the thread headings fo rthe other posts I'm struck by how simple my request must seem I hope this is an easy one! 
    Using 891W routers, I would like to be able to save the running-config out the WAN port (gig0).  The most common scenario is that I am SSH'd into a router, but the LAN doesn't have a TFTP server nor is it ideal to put one in there.  So I want to save the routers config to myself here somehow
    The site that has the rotuer I want to save from is connected via L2L IPSec VPN to head office, and through that tunnel I can ping, RDP, whatever.  However, I cannot save the running-config even to a machine on that LAN that has a TFTP server.  It just seems TFTP is blocked by default from sending anything out on the WAN port.  I've enabled all traffic between these two routers in the ZBFW, but still it doesn't work.  I think blocking TFTP from sending out the WAN port might be hard-coded into the IOS or something.
    Anybody have thoughts on this?  Thank you. 

    Hi Julio,
    Self zones in use are only the OUT-SELF.  No SELF-OUT.  The L2L VPN works now.  The ZBFW setup to allow the VPN to work is one ACL within a 2nd class map inside the OUTSIDE-INSIDE policy map allowing all traffic from one LAN network to the other and this is set on both routers (inversing the network IDs of course).  Also to allow the VPN tunnel itself to form, there is an ACL in a 2nd class map on within the OUT-SELF policy map, which allows traffic between the two rouer WAN port IP's (allowing port 500, non500, and all esp). 
    But what confuses me is this.  If I edit that ACL governing the two VPN endpoints, so that instead of just port 500 and such I also say to permit ip any any, I can for example SSH from one router CLI to the other router CLI, whereas without adding this entry to the ACL, I cannot so I know failry surely that this perit ip any any opens any traffic between the two routers. 
    But this is likely where my lack of understanding of VPN comes in.  I imagine I am not actually sending TFTP files through the VPN then...in effect I'm trying to send a TFTP file from one router, to the LAN side of the other router.  Perhaps not possible? 
    I'm actally confusing myself here the more I type.  I'll leave this post for now, read Alain's and will reply there. 

  • 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,

  • 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.

  • Strategy to save sync configs (run- start)

    I posted on this topic some time ago and I can't find the topic.  Our helpdesk personnel are tasked with port management (enable/disable ports).  Apparently there is no way, even with CiscoView, to allow a user to save/sync the running config.  I, as the admin, can run a "sync" job, but that is not good enough.  I need to allow my port admins to save the config once they have enabled/disabled ports.
    So what strategy do you use in your environments?  The biggest issue we face is power.  Obviously if we lose power for longer than the UPS can sustain, the config will revert back to the last saved startup-config (upon power being restored/cold boot).
    I had thought about incorporating a switch "save" feature on my IP address management tool.  Something that would use PHP/SNMP calls to save the config.  I really wish CiscoWorks had something like this built into the CiscoView product...
    Thanks for sharing your ideas.

    Collin,
    Thank you for the prompt and detailed reply.  How do TCL scripts work?  It appears as though I would load this TCL script on a tftp/ftp server and exec it somehow at startup using the tclsh command.
    I found this script on the EEM link you posted ( http://forums.cisco.com/eforum/servlet/EEM?page=eem&fn=script&scriptId=1103 ), but was wondering if you could give me a couple expert thoughts on how this could be implemented.  It seems as though the applets are entered into the IOS events manager, but I'm not sure if my thoughts are accurate for TCL implementation.  The best information I could find thus far is -> http://www.netcraftsmen.net/resources/archived-articles/374-tcling-your-cisco-router.html
    Thanks again!

  • 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

  • Cisco Prime 2.1: Not writing running config after template deployment

    I have noticed that Prime is not writing the running config after CLI template deployments.  I deployed a changeset to over 1100 devices the other night and noticed that the configs had not been written the startup config.
    I did some testing today and am using the following CLI template:
    #MODE_ENABLE
    copy running-config startup-config
    #MODE_END_ENABLE
    All tests failed.  I found the syntax for enable mode from the following link:
    http://www.cisco.com/c/en/us/td/docs/net_mgmt/prime/infrastructure/2-0/user/guide/prime_infra_ug/create_temps.html#31705
    Any ideas on why it isn't writing the configs by default or how to force it through a template?

    I've got a little bit more information for you on this.  If you were to login to a switch, enter enable mode and type "copy running-config startup-config" and press ENTER you'd see this:
    Destination filename [startup-config]?
    You'd then read the documentation and think to yourself "Self, I better use the following syntax in my CLI template"
    #INTERACTIVE
    copy running-config startup-config<IQ>Destination filename [startup-config]?<R>startup-config
    #ENDS_INTERACTIVE
    But in Cisco's world, I guess that just doesn't make any sense at all.  Why use the actual interactive question when you can simply just use the first word (even though all of their examples show multi-word interactive questions).  The correct syntax would then be:
    #INTERACTIVE
    copy running-config startup-config<IQ>Destination<R>startup-config
    #ENDS_INTERACTIVE
    #START_SARCASM
    Duh!  It's so obvious.  Why in the world would one ever think anything other than that you would simply take the first word in the interactive question and just leave it at that.  I feel so stupid
    #ENDS_SARCASM

  • Nexus 7010 NOX-OS 6.2 eem save running to slot0

    Hi guys - hope someone can support me!
    I have several N7k all runnings 6.2.10 and I just waint to save a copy of the running configuration to slot0 ( on mode CF in module 5 and 6 )
    Because it is not possible to overwrite the file, I have to first delete the file and then save it again.
    I have configured a small eem applet , which is working very well:
    sh run eem
    version 6.2(10)
    logging level evms 5
    event manager applet COPY-CONFIG-2-SLOT0
      event syslog pattern "%SYSMGR-5-CFGWRITE_DONE:"
      action 0.5 cli enable
      action 1.0 cli delete slot0://module-5/N7k.cfg no-prom
      action 1.5 cli delete slot0://module-6/N7k.cfg no-prom
      action 2.0 cli copy running slot0://module-5/N7k.cfg
      action 2.5 cli copy running slot0://module-6/N7k.cfg
      action 4.0 syslog priority informational msg CONFIG_SAVED_SLOT0: DONE
    on a other N7k, I have configured some VDCs, and the same script is running at the default VDC , but not at the  VDC2!
    so this applet in the default vdc is working
    !Command: show running-config eem
    !Time: Wed Nov 19 20:11:07 2014
    version 6.2(10)
    logging level evms 5
    event manager applet COPY-CONFIG-2-SLOT0
      event syslog pattern "%SYSMGR-5-CFGWRITE_DONE:"
      action 0.5 cli enable
      action 1.0 cli delete slot0://module-5/N7k-1-vdc.cfg-vdcall.cfg no-prom
      action 1.1 cli delete slot0://module-5/N7k-1-vdc.cfg.cfg no-prom
      action 1.5 cli delete slot0://module-6/N7k-1-vdc.cfg-vdcall.cfg no-prom
      action 1.6 cli delete slot0://module-6/N7k-1-vdc.cfg.cfg no-prom
      action 2.0 cli copy running slot0://module-5/N7k-1-vdc.cfg-vdcall.cfg vdc-all
      action 2.5 cli copy running slot0://module-6/N7k-1-vdc.cfg-vdcall.cfg vdc-all
      action 3.0 cli copy running slot0://module-5/N7k-1-vdc.cfg.cfg
      action 3.5 cli copy running slot0://module-6/N7k-1-vdc.cfg.cfg
      action 4.0 syslog priority warnings msg CONFIG_SAVED_SLOT0: DONE
    and this one on the second vdc is not working
    !Command: show running-config eem
    !Time: Wed Nov 19 20:12:46 2014
    version 6.2(10)
    logging level evms 5
    event manager applet COPY-CONFIG-2-SLOT0
      event syslog pattern "%SYSMGR-5-CFGWRITE_DONE:"
      action 0.5 cli enable
      action 1.1 cli delete slot0://module-5/N7k-1-2vdc.cfg.cfg no-prom
      action 1.2 cli copy running slot0://module-5/N7k-1-2vdc.cfg.cfg
      action 1.6 cli delete slot0://module-6/N7k-1-2vdc.cfg.cfg no-prom
      action 3.5 cli copy running slot0://module-6/N7k-1-2vdc.cfg.cfg
      action 4.0 syslog priority warnings msg CONFIG_SAVED_SLOT0: DONE
    I have read something about AAA and authorization as an issue, but I have deconfigured the AAA, and it is still not saving the file to slot0.
    it possible to debug the eem on the N7k?

    did you upgrade CMP, because could be that with the new upgrade to nx-os not responde the CMP.
    if you want you check verify that documentation in that link.
    http://www.cisco.com/c/en/us/td/docs/switches/datacenter/hw/nexus7000/cmp/configuration/guide/n7cmp/n7cmp_configuring.html

  • How do I automatically save the config of an ASA every day?

    Is it possible to automatically save the config files of an ASA to a central server on the network? We have a unix machine with syslog and snmp running.
    Thx,
    Marc

    You can pull the config via SNMP WRITE which can be dangerous. There are commercial/open source tools that will go out grab the config. Search keyword cisco at sorceforge for some of the open source tools. For commercial tools, take a look at www.solarwinds.com.
    Hope it helps.

  • No space remaining to save private config

    I am having an issue with a cisco AIR-AP1230B-A-K9 running WDS. I am running Version 12.3(2)JA2. The no space error is posted in the log file. I also receive this error when trying to save the config.
    Building configuration...
    % Configuration buffer full,
    %Aborting Save. Compress the config.[OK]
    The results of the dir /all is...
    AP1#dir all
    Directory of flash:/
    2 -rwx 76 Mar 2 2002 16:53:12 -05:00 private-multiple-fs
    7 drwx 448 Feb 28 1993 19:13:18 -05:00 c1200-k9w7-mx.123-2.JA2
    4 -rwx 32711 Mar 2 2002 16:53:12 -05:00 config.txt
    151 -rwx 671 Feb 28 1993 19:13:18 -05:00 env_vars
    7741440 bytes total (3249152 bytes free)
    Directory of zflash:/
    2 -rwx 76 Mar 2 2002 16:53:12 -05:00 private-multiple-fs
    7 drwx 448 Feb 28 1993 19:13:18 -05:00 c1200-k9w7-mx.123-2.JA2
    4 -rwx 32711 Mar 2 2002 16:53:12 -05:00 config.txt
    151 -rwx 671 Feb 28 1993 19:13:18 -05:00 env_vars
    7741440 bytes total (3249152 bytes free)
    Directory of system:/
    2 dr-x 0 <no date> memory
    1 -rw- 33107 <no date> running-config
    No space information available
    Directory of nvram:/
    1 -rw- 32711 <no date> startup-config
    2 ---- 0 <no date> private-config
    32768 bytes total (5 bytes free)
    Any ideas on the cause or cure? I currently use this AP as the primary WDS and all MAC addresses are contained there.
    Thanks,
    T

    Looking at the output of dir /all, I think the nvram is nearly full with only 5 bytes remaining. May be that is the reason you receive this error.
    I would suggest you to clean up your nvram and load the required config. But make sure that the contents of the nvram can be deleted. So, you better make a backup of your nvram.

  • Save/Restore Config using ASDM ?

    Hi Experts,
    Is it possible to Save/Restore the running/startup configuration of ASA using ASDM ?
    Just like we do on other firewalls like SonicWall, Cyberoam and all all , Save the configuration to a file on your local machine and then upload the file to restore the configuration . Is it possible using ASDM ?
    Regards,
    Anup

    Hi,
    I have personally never done this as I always rely on the CLI when doing anything related to the softwares and configurations.
    It seems though that the ASDM contains a backup/restore feature.
    You can check the "Tools" menu in the upper taskbar of the ASDM.
    It creates a compressed file of the ASA settings (and other material) which you to my understading later use with the restore option.
    The CLI format for backing up your configurations would be
    To external host with TFTP
    copy startup-configuration tftp://x.x.x.x/filename.xyz
    copy running-configuration tftp://x.x.x.x/filename.xyz
    To the ASAs Flash memory
    This enabled you to easily boot the old configuration from the file you have saved to the flash.
    copy startup-configuration flash:/filename.xyz
    copy running-configuration flash:/filename.xyz
    Also you can naturally just take "show running-config" or "show startup-config" from the CLI and copy/paste to a text document.
    Notice that the above formats doesnt include PSK or AAA server key information in clear text
    To view them in clear text use the command.
    more system:running-config
    Naturally if you have copied a configuration file to an external host or Flash memory you dont need to know the PSKs/AAA keys since they are already included in the configuration.
    - Jouni

  • Create user just use for show running-config

    Dear Cisco support team,
    I want to create a user account on ASA 5520, which just has one function: show running-config.
    How to modify privilege, and set this privilege just excute this command: show running-config.
    Can you help me ?
    Thank you.
    Dang Nguyen,
    Viettel Cambodia Company.

    If the chassis is loaded with line cards, why then CPU utilization for five seconds: 11%/1%; one minute: 9%; five minutes: 9%?
    The configuration of each line cards are stored in each line cards.  There maybe a 40 Gbps backplane line but some commands have "low priority" communicating between the different line cards and up to the supervisor card.
    You'll see similar sort of behaviour too when you stack seven to nine 3750/G/E/X switches together.  

  • 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

  • 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.  

Maybe you are looking for