Simultaneous Primary & Secondary MARS design soultion

Hi,
How can we implement & design the primary & secondary MARS appliances simultaneously in our production environment?
I've read from the PDFs that an NAT device needed or the primary one should be shutdown while the secondary MARS restoring from the NAS storage.
The shutting down solution is not accepted from our patron, but the NAT solution ... how to implement & design?
Our primary MARS eth0 = 10.85.38.1/24
Our primary MARS eth1 = 10.85.40.1/24
Our NAS storage is at 10.85.40.100/24
where the NAT & Secondary MARS to implement?
The important is our patron wants to access both specific history & realtime data at the same time.

Dear ...
Here are our production scenarios:
1.) 2 ASA5580-40 appliances in the Active/Standby failover mode.
2.) ASA5580-40 only permits the primary MARS appliance for SNMP query & Syslog delivering.
3.) 2 MARS55 appliances have their own IP address & hostname
4.) Primary & secondary MARS55's eth0 & NAS storage NIC1 are all at the same subnet-1.
5.) Primary & secondary MARS55's eth1 & NAS storage NIC2 are all at the same subnet-2.
6.) Primary MARS55 exports the archiving data to the NAS storage with :/MARS shared folder.
When time goes by, the queriable data from the primary MARS55 purged and there is a need to investigate & analyze the past purged data from the NAS storage.
At that time, we shouldn't shutdown the primary MARS55 for the restoring purpose.
That means the primary MARS55 should still process the real time log analysis for the production ASA5580-40.
Now we can use the same NAS shared folder (:/MARS) for the restoring data to the secondary MARS55.
After testing, we can query & analyze the real time data from the primary MARS55 and the past purged data (e.g., Syslog Raw Message data) from the secondary MARS when need it.
Of course, at that time, the SNMP traffic will increase a little but no drastic Syslog traffic occur (because we won't modify the ASA5580-40 syslog & SNMP configuration at all)
FYI ~

Similar Messages

  • Secondary Unit Designations from Data Services' Global Address Cleanse

    Using Data Services' Global Address Cleanse transform and want to have multiple Secondary Unit Designations retained, parsed, standardized and returned in output data.
    ie:  1 Dexter Ave Floor 10 Suite 5
    Only finding "Suite 5" store in the output SECONDARY_ADDRESS field.
    The 1st unit of the 2 units, "Floor 10" is being lost consistenly using the Global Address Cleanse transform (not the US Regulatory Address Cleanse transform).    I want to standardize and output secondary and tertiary unit designations and numbers like Building 2 Floor 10 Suite 5 and other multi-level unit desinations such as those listed by the USPS at http://pe.usps.com/text/pub28/pub28apc_003.htm .
    So is any Complex_Name and Complex_Type address line info like "Rockafellow Center", "Eastdale Mall", "Manhattan Mall", "Building 2", etc.
    Same behavior for US and Canada.  Multiple units or dwellings are very common on input addresses and should be retained as per USPS Cass Certification.  How can this be accomplished using Data Services' Global Address Cleanse transform?

    Clark,
    you either need to download one of the following additional Address Directories
    - Address Directory - All-World
    - Address Directory - United Kingdom
    for Data Services XI 3.x from the SMP. To have access to them you need a Annual Subscription to the Directories.
    Niels

  • OPS에서 PRIMARY/SECONDARY INSTANCE 개념 및 구성

    제품 : ORACLE SERVER
    작성날짜 : 2004-08-13
    OPS에서 PRIMARY/SECONDARY INSTANCE 개념 및 구성
    ========================================
    PURPOSE
    OPS를 이용하는 고객 중에는 OPS를 primary와 secondary 형태로 사용하는 경우가
    종종 있다. 즉 OPS 2 node로 구성하여 평상 시에는 한쪽 node만을 사용하다가,
    사용하던 node나 instance에 fail이 발생하면 문제가 없는 다른 node의 instance를
    이용하는 것이다.
    이러한 경우의 고객의 입장에서는 평소 한쪽 instance만을 사용하기 때문에,
    다른 쪽 instance에는 memory 등의 접근이 전혀 없을 것으로 생각한다. 그러나
    실제 OPS에서 각 resource의 master node는 hash 형태로 고정된 것으로 node 별로
    균등하게 나누어진다. 그러므로 data block 절반은 사용하지 않은 다른 node가
    master node가 되어 해당 block buffer의 lock 정보 등을 위해 master 정보를
    확인할 때 backup 형태로 standby하고 있는 다른 node를 계속해서 접근하게 된다.
    이러한 문제점을 보완하기 위해서 Oracle 8.1.6부터는 Primary/Secondary 형태로
    OPS를 구성하여 primary node에 모든 resource의 master 정보를 유지하는 것이
    가능하도록 하였다.
    SCOPE
    Oracle Parallel Server(OPS) Option은 8~9i Standard Edition에서는
    지원하지 않는다.
    Explanation
    Primary/Secondary 구성은 기본적으로 각 node의 initSID.ora file에
    active_transaction_count=1을 지정함으로써 이루어진다.
    이렇게 지정한 상태에서 먼저 start시키는 instance가 primary가 되는 것이다.
    primary instance가 fail이 되면 secondary instnace가 다시 primary가 된다.
    client의 접속은 listener를 통해 primary instance로 접속되어진다.
    MTS와 dedicated mode 둘 다 구성 가능하며, dedicated인 경우는 dynamic
    registration 형태로 구성되어야 한다.
    이 예에서는 mts의 경우는 특별히 주의할 점이 없기 때문에 dynamic registration
    형태로 구성된 dedicated mode에서 test하였다.
    client에서는 primary instance fail 후 secondary instance 접속 시에도, primary
    접속 시 이용한 동일한 tnsnames.ora 내의 service 명을 이용하면 된다.
    단, 이와 같이 active_instance_count가 1로 설정된 상태에서는, session의 끊김없이
    다른 instance로 fail-over되는 TAF(Transparent Failover)가 현재 test 결과 불가능
    하였다.
    TAF 구성이 반드시 필요한 환경에서는 OPS의 한 node를 backup 용으로 사용하고자
    할 때에도 active_instance_count 지정없이 사용하도록 권한다.
    이러한 구성에서 secondary node의 경우 standby db처럼 단지 backup 용으로
    대기만 하고 있어야 하는 것은 아니고 직접 server에서 접속하여 batch 성
    transaction같은 것을 수행하여도 문제가 없다. 단 telnet 등을 이용해 server로
    직접 login 후 instance로 접속하여야 한다.
    Example
    이 test는 Oracle 8.1.7.4/Sun solaris 2.8에서 test되었다.
    (1) initSID.ora
    - A node의 initSID.ora
    active_instance_count = 1
    service_names=INS1, DB1
    local_listener="(address=(protocol=TCP)(host=krtest1)(port=1521))"
    - B node의 initSID.ora
    active_instance_count = 1
    service_names=INS2, DB1
    local_listener="(address=(protocol=TCP)(host=krtest2)(port=1521))"
    service_names는 여러 개를 지정 가능한데, 중요한 것은 두 node가 공통으로
    사용할 service name 한 가지는 반드시 지정하여야 한다.
    일반적으로 db_name을 지정하면 된다.
    host= 부분은 hostname이나 ip address를 지정하면 된다.
    (2) listener.ora
    LISTENER =
    (DESCRIPTION =
    (ADDRESS =
    (PROTOCOL = tcp)
    (HOST = krtest1)(PORT= 1521)))
    B node에서는 krtest1 대신 b node의 hostname 혹은 ip address를 지정하면
    된다.
    MTS라면 뒤에 sid_list_listener를 적으셔도 상관없는데, dedicate인 경우는
    반드시 이와 같이 sid_list_listener없이 지정하여 dynamic registration이
    되도록 해야 한다.
    (3) tnsnames.ora
    ops =
    (description =
    (load_balance=off)
    (address=(protocol=tcp)(host=krtest1) (port=1521))
    (address=(protocol=tcp)(host=krtest2) (port=1521))
    (connect_data = (service_name = DB1)))
    ops라는 service 명은 임의의 이름으로 지정하여 사용하면 된다.
    primary instance가 fail이 되면 같은 ops라는 service 명을 이용하여 다시
    접속을 시도하면 이번에는 secondary instance가 primary로 변경되어
    접속이 이루어진다.
    Reference Documents
    none

  • Generating license for ISE high availability primary/secondary nodes

    We have two ISE servers that will act as primary/secondary in a high availability setup.
    The ISE 1.0.4 installation guide, page 93, mentions that "If you have two Cisco ISE nodes configured for high availability, then you must include both the primary and secondary Administration ISE node hardware and IDs in the license file."
    However, after entering the PAK in the licensing page, the only required fields are:
    - Primary Product ID
    - Primary Version ID
    - Primary Serial No
    In this case, how can i include both primary and secondry HW and IDs?
    Thanks in advance.

    I am refering you a Cisco ISE Nodes for High Availability configuration guide, Please check:
    http://www.cisco.com/en/US/docs/security/ise/1.0/user_guide/ise10_dis_deploy.html#wp1128454

  • Setting up Primary/Secondary DNS in Weblogic

    Hi,
    Can we setup primary & secondary DNS IP in Weblogic server? .. Please provide some reference.
    Regards,
    NC

    You will also need to add the name of the secondary server in your domain name server list (where you registered your domain)
    Note necessarily. If this is only serving your LAN then you need to tell your LAN clients about this server, but entering this server's address in their DNS servers field (which may be populated via DHCP if you're using that).
    You only need to register the domain if you're serving public DNS to external clients but I'm guessing that's already handled elsewhere.

  • Cisco ASA - Invert primary/secondary

    Hello
    This is my first post in this forum.
    I haven't found an answear to my issue, so I decided to open a new discussion
    We take care of 2 Cisco ASA 5580 (primary/secondary) working as usual (active/standby). Image version 8.2.5.
    Today I found that the firewall that has been supposed to rule as primary, actually has been the secondary and vice-versa.
    How can I configure (and what's the impact, as they are active im customer/business environment) to invert the situation: the primary become the secondary and the secondary become the primary.
    I'm not talking about to perform a failover, but a config to fix that confusion with roles.
    Regards
    Christian

    Hi,
    Welcome to the CSC
    Since we are talking about an Active/Standby ASA Failover environment then configuring the "primary" and "secondary" in the "failover" configurations of the ASAs doesnt to my understanding have much meaning to the firewall operation other than deciding which becomes Active WHEN they BOTH boot at the same time.
    If we for example have the below situation
    We have ASA1 and ASA2 in Active/Standby Failover
    ASA1 is configured as "primary" and ASA2 is configured as "secondary"
    ASA1 is originally the Active unit and ASA2 the Standby unit
    Now lets assume that either ASA1 boots or becomes Standby because of one of its interfaces failing THEN to my understanding there is NO mechanism in the Active/Standby Failover that would return the Active role back to the ASA1 when it becomes operational.
    However in the case of Active/Active Failover its possible to configure a "preempt" parameter that defines that the unit that you have decided as the Active unit will return to Active role after network outage after a configured perioid of time. This is NOT possible on Active/Standby.
    So in normal networking operation to my understanding the only way to really keep the preferred physical ASA as Active is to monitor the Failover and manually set the original physical ASA Active if there has been a failover.
    There doesnt seem to be any automatic mechanism for the Active role to return to the original Active physical ASA.
    IF you are just talking about changing the commands "failover lan unit primary" and "failover lan unit secondary" to the correct physical ASAs THEN sadly I can't say for sure (without testing) what effect configuring those commands have (when changing them around). I'd presume that changing these wont have any effect on the operation of the firewall as in production they DONT actually decide which unit STAYS Active
    According to the Command Reference of 8.2 software the default setting is Secondary
    I imagine you could possibly do the following (But cant say for 100% certainty without testing it myself)
    remove the possible configuration "failover lan unit secondary" from the other unit
    remove the "failover lan unit primary" from the other unit
    configure the "failover lan unit primary" on the correct unit
    And finally if you want configure the other unit with the "secondary" option (even though the default setting should be secondary according to the command reference)
    Maybe I'll try to check if I have a identical Failover pair of ASA (physical) to test this out for you.
    Heres link to the Command Reference for 8.2 software and the command "failover lan unit"
    http://www.cisco.com/en/US/docs/security/asa/asa82/command/reference/ef.html#wp1930580
    Hope the information was helpfull.
    - Jouni

  • Cisco 5508 HA VS Primary/Secondary- Feedback

    Anyone having issues with 5508 HA switching between the pair? Would you say that the Primary/secondary fail over is good enough?

    Hi Leo, Scott
    So I was doing a bit more reading on this http://www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-lan-wlan/69639-wlc-failover.html it is an old document but working through it the document suggested that you didn't need to specify the IP address of the Primary or Secondary controller in the Wireless -> All AP -> AP_NAME -> High Availability. I removed this from one of the APs that was at the time serving no clients and tried to move it to the secondary and it worked. I then moved it back to the primary and it worked again.
    Any reason why this would happen? The IP addresses I was using were 100% correct. The only difference I see for this controller as opposed to others we manage is the introduction of new interface types i.e. 'redundancy management' , 'redundancy port' ,etc. I do not have redundancy enabled so I'm guessing not, but having trawled through the configuration this is the only difference I can see?

  • Primary, Secondary and Tertiary Pass

    Dear OTN Members:
    I am working on Locale builder utility for the development of URDU locale. As u all must have
    been aware there are 4 options (language definition, territory definition, character set,linguistic sorting). I have configured the first two options (language definition, territory definition) working on third option(Character set) and will move on the linguistic sorting in just couple of hours.
    I have to develop a multilingual locale in URDU. I checked GENERIC_M locale in Locale builder
    and tried to understand its development technique But unable to grab anything from it.
    I am workign on the option "UNICODE COLLATION SEQUENCE" present in Linguistic sorting. But in this
    screen a tree has been made comprises of Primary, Secondary and Tertiary Pass.
    Will any one have this idea that
    1)
    "How this tree of primary, secondary and tertiary pass be
    made in any English"
    2)
    How this sort of tree can be configured in Arabic / Urdu language
    Plz reply soon..
    REgards
    SAlman

    1)
    "How this tree of primary, secondary and tertiary pass be
    made in any English"
    There is a white paper on OTN that explains this:
    http://otn.oracle.com/tech/globalization/pdf/TWP_Sorting_10gR1.pdf
    2)
    How this sort of tree can be configured in Arabic / Urdu language
    That's a tough one because there doesn't seem to be a standard for Urdu sorting. Probably modifying GENERIC_M for whatever your requirements are is best.

  • ASA primary/secondary downgradation impact

    In a primary/secondary setup of ASA for remote VPN what will be the impact of service during downgrading the ASA firmware from 8.0.3(19) to 8.0(3). Can we do the activity with out disruption in service? Appreciate your inputs.

    Hi,
    I have replied with the downgrade procedure in your other post.
    If you have Remote VPN, there is no way to do it without a service interruption.
    Even in a normal fail over scenario (from the primary to the secondary) all the remote VPN users will be disconnected and they will need to manually re-connect.
    Please rate if this helped.
    Regards,
    Daniel

  • Primary & Secondary Languages?

    Hi,
      What is the differentce between primary and Secondary langues with inheritence and current langues?
    Thanks In advance
    Vijay

    hi,
    Primary & secondary languages:
    Repository can be maintained in multiple languages. In the console we will define in how many languages repository is maintained ( 3 0r 4 languages), you can maintain N number of language layers. when ever you are logging into the repostory using language English, if it is not maintained it will be opened in other language in the order you maintained in the repository.  we can compare the data in different languages, colour coding.
    MDM multilingual support fully addresses all of the requirements for multiple languages side-by-side within a single MDM repository. It starts with an end-to-end Unicode implementation that supports both Western and Eastern languages, reflects a data model with multiple language layers that avoids data duplication while ensuring data
    integrity, and features an innovative user interface that offers flexibility and efficiency during the entry, editing, browsing, and publishing of multilingual data.
    An individual MDM repository can be defined as storing data for an effectively unlimited number of languages, chosen from a list of languages and locales recognized by the system (e.g. English [US] and English [UK]), including both western European and Eastern languages.
    follow these links:
    http://help.sap.com/saphelp_mdm550/helpdata/en/43/e0dbe6b4310a29e10000000a11466f/frameset.htm
    http://help.sap.com/saphelp_mdm550/helpdata/en/43/e0dbe6b4310a29e10000000a11466f/frameset.htm
    hope this may help you,
    regards,
    srinivas

  • Primary secondary syslog

    hello ,
    We have multiiple syslog server in our network , I was adding 6509 switch to send logs to these server .
    I want to configure them in primary secondary mode  cant find command to make one syslog primary and second secondary . as I dont want to send logs to secondary syslog when primary is avaiable

    Amit
    I don't think you can do this. I think you have to send the syslog messages to both servers.
    In fact this would be what you want. Imagine if the main syslog server crashed and you needed to see the logs before and after the server crashed. If you set it up the way you want then the secondary server would only have syslog messages after the primary server had crashed so you would not get the full picture.
    I appreciate it means more network traffic but it would better, in my opinion, to have both syslog servers logging all messages all of the time.
    Jon

  • Primary/Secondary Skills

    Hi All,
    Is it possible to delimit Primary/Secondary Skills in IT0024?
    Thanks,
    Ranjith.

    Have a look at one of these programs as you don't appear to be able to do this within IT24.
    Try then out in your test system first.
    RHGRENZ1          - Set new End Dates
    RHGRENZ2      - Delimit Infotypes
    RHGRENZ4     - Set New End Dates     
    RHBEGDA0          - Set New Start Dates
    Regards
    J

  • CAPWAP Primary/Secondary/Tertiary Question

    After going to the High Availability Tab in the WLC GUI and setting the primary, secondary, and tertiary, how do you see that in the CLI in the AP?
    I tried using show capwap ip config, it doesn't show any entries at all?
    And also, is there a command to do that in the CLI in the AP?  to set the primary, secondary, and tertiary?
    Thank you.

    "ou need to run th config ap... from a WLC.  You have autonomous AP's so  you need to convert them to LWAPP and you also need a WLC to do this."
    It's been converted to LWAPP, but haven't joined a WLC yet.
    What I wanted to do was configure a primary, secondary before joining it to a WLC.
    Because what I would of done is first have it join a controller, then go into the GUI and change the HA (High Availablilty) and add the primary/secondary controllers. 
    Thought if I could skip the first step and try to configure it from the AP.

  • Etherchannel Simultaneous Primary and Sub-Interface Config

    Hello Cisco Experts:
    Question: Can I run layer 2 traffic across EtherChannel and layer 3 traffic simultaneously across the same etherchannel on a subinterface?  If not, and considering the background information below, is there an advisable alternative?  The documentation I've been reading isn't clear on the subject.
    Background
    I'd like to split my VLans across (2x) L3 3560 switches interconnected by EtherChannel.  I'll use SVI's for the routing - but if Switch #1 SVI must route to another SVI on Switch #2, I'd like this traffic to cross the EtherChannel instead of heading to another L3 Device before continuing its route to the destination switch.  (I.E. I prefer direct switch to switch routing.)
    Design Preference:
    I don't want my etherchannel to become a 100% routed channel.  
    I don't want to add another connection between the switches - ports are at a premium and budget is tapped.
    No access level switches are being used at this time.
    Physical Topology
    Thank you for your time,
    Mike

    Hi Jon:
    First, I didn't begin to think you were criticizing my design.  I just wanted to relieve your confusion.
    I tested your ideas this morning, and everything checked out and worked fine.  After some more investigation, I remembered why I was asking the question about using EtherChannel with an encapsulated Subinterface & IP Addr. for switch-to-switch routing.
    Regrettably it had nothing to do with Intervlan routing, which was working fine.  But it does have something to do with routing between the two switches.  
    Link Failure and High Availability
    When I began to consider each case of link failure, I discovered 4 cases of link failure that created problematic results.  Two of the cases led to an extra hop, and two of the cases result in a black hole.  These ideas were tested with packet tracer to verify I had a problem.
    These instances occur because I'm routing 3 vlans out of each switch.  Each problem could be resolved by a complete HSRP fail-over to the other switch.  But maybe the more elegant decision is a switch-to-switch route with an appropriate administrative distance (preferably using the EtherChannel)? 
    Note: Primary is the primary WAN connection and Backup is the backup WAN connection.
    Scenario 1: Extra Hop
    Scenario 2: Extra Hop
    Scenario 3: Black Hole
    Scenario 4: Black Hole
    Let me know what you think the ideal solution is: 1) use HSRP tracking to failover to the other switch, 2) create a direct switch to switch route using EtherChannel Subinterface with IP, or 3) some third option.
    Thank you for your time,
    Mike

  • 3600 AP keeps bouncing between Primary & Secondary 5760 WLC

    Hello All,
    I am not sure if it was a good idea to change the controllers from software based to IOS based :(..... Anyway this is the first time I am working on the IOS based controllers and have been going through very unusual thing. I have a 3600 AP and a couple of 2600 AP, I am just at the start of the configuration for a new deployment. Even though I have many concerns but I will start with the one which is bothering me the most, which is the APs keep jumping from a primary controller to the secondary controller. I have attached the sh run, sh logging, and the sh version for a 3600 AP and the two controllers. All I can understand from the logs is that the capwap interface keeps going down which causes the AP to fall back to the other controller, I have also tried turning off the AP FALLBACK feature, still no luck.
    Addiditional Confusions,
    Does any one know as how to setup HA in these controllers, as I do not see any HA or RP (Port) on these controllers neither there is any stacking module on the controllers. Would it be the old way of doing it, which was defining Primary and Secondary Controllers on the APs, if yes than I should receive two different licenses for the Controllers. But these are my devices Part numbers:
    Primary: AIR-CT5760-500-K9 
    Secondary: AIR-CT5760-HA-K9
    for now I have enabled the evaluation license on both the devices. I hope that does not make any difference.

    Hi, 
    I have been doing some of my own trouble shooting and found out that as soon as I create a layer 3 interface on the controller so as to map it to any SSID, all of my APs start to jump on to the secondary controller and since there is a primary and secondary controller configuration on each AP they tend to come back but than soon after they jump back to the secondary....... As soon as I delete the additional layer 3 interfaces, apart from the wireless management, I get all the APs back to normal register to the controller without a glitch, I am pasting the logs being received for the APs behaviour. I have marked the logs in between with Asterics to indicate when I cleared the layer 3 interfaces and from there onwards all the APs started coming up again
    Mar 12 15:09:58.624: *%LOG-3-Q_IND: 1 wcm:  Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination[...It occurred 4 times.!]
    Mar 12 15:09:58.624: *%CAPWAP-3-ECHO_ERR: 1 wcm:  Did not receive heartbeat reply; AP: 1c1d.86ee.7b40
    Mar 12 15:10:03.427: *%CAPWAP-3-INVALID_STATE_EVENT: 1 wcm:  Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination
    Mar 12 15:10:05.373: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap13, changed state to down
    Mar 12 15:10:08.539: *%CAPWAP-3-INVALID_STATE_EVENT: 1 wcm:  Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination[...It occurred 7 times/sec!.]
    Mar 12 15:10:11.657: *%LOG-3-Q_IND: 1 wcm:  Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination[...It occurred 3 times.!]
    Mar 12 15:10:11.657: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  34:db:fd:67:1f:e0
    Mar 12 15:10:11.660: %LINK-3-UPDOWN: Interface Capwap30, changed state to up
    Mar 12 15:10:12.703: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap30, changed state to up
    Mar 12 15:10:13.111: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap16, changed state to down
    Mar 12 15:10:13.678: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap28, changed state to down
    Mar 12 15:10:15.840: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  34:db:fd:67:1f:e0
    Mar 12 15:10:15.840: *%CAPWAP-3-INVALID_STATE_EVENT: 1 wcm:  Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination
    Mar 12 15:10:18.070: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap11, changed state to down
    Mar 12 15:10:18.268: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap20, changed state to down
    Mar 12 15:10:20.695: *%CAPWAP-3-INVALID_STATE_EVENT: 1 wcm:  Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination[...It occurred 4 times/sec!.]
    Mar 12 15:10:25.608: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap14, changed state to down
    Mar 12 15:10:32.273: *%CAPWAP-3-INVALID_STATE_EVENT: 1 wcm:  Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination[...It occurred 3 times/sec!.]
    Mar 12 15:10:35.526: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap24, changed state to down
    Mar 12 15:10:47.032: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap29, changed state to down
    Mar 12 15:10:50.913: *%CAPWAP-3-INVALID_STATE_EVENT: 1 wcm:  Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination[...It occurred 2 times/sec!.]
    Mar 12 15:10:58.725: *%LOG-3-Q_IND: 1 wcm:  Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination[...It occurred 3 times.!]
    Mar 12 15:10:58.726: *%CAPWAP-3-INVALID_STATE_EVENT: 1 wcm:  Invalid AP event (CAPWAP Configuration Update Request) and state (CAPWAP Join Response) combination
    Mar 12 15:10:58.726: *%LOG-3-Q_IND: 1 wcm:  Invalid AP event (CAPWAP Configuration Update Request) and state (CAPWAP Join Response) combination
    Mar 12 15:10:58.726: *%CAPWAP-3-INVALID_STATE_EVENT: 1 wcm:  Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination
    Mar 12 15:11:00.521: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap30, changed state to down
    Mar 12 15:11:08.450: *%LOG-3-Q_IND: 1 wcm:  Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination[...It occurred 3 times.!]
    Mar 12 15:11:08.450: *%CAPWAP-3-INVALID_STATE_EVENT: 1 wcm:  Invalid AP event (CAPWAP Configuration Update Request) and state (CAPWAP Join Response) combination
    Mar 12 15:11:08.921: *%CAPWAP-3-INVALID_STATE_EVENT: 1 wcm:  Invalid AP event (CAPWAP Join Request) and state (CAPWAP Join Response) combination
    Mar 12 15:11:09.318: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  f0:29:29:92:c7:f0
    Mar 12 15:11:09.319: %LINK-3-UPDOWN: Interface Capwap15, changed state to up
    Mar 12 15:11:10.319: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap15, changed state to up
    Mar 12 15:11:13.413: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap27, changed state to down
    Mar 12 15:11:14.095: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  f0:29:29:92:c7:f0
    Mar 12 15:11:14.095: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:b8:c0:a0
    Mar 12 15:11:14.098: %LINK-3-UPDOWN: Interface Capwap23, changed state to up
    Mar 12 15:11:15.098: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap23, changed state to up
    VIP_G_M_Core1(config-if)#
    VIP_G_M_Core1(config-if)#
    VIP_G_M_Core1(config-if)#
    VIP_G_M_Core1(config-if)#
    Mar 12 15:11:56.713: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:b8:c0:a0
    Mar 12 15:11:56.713: *%CAPWAP-3-INVALID_STATE_EVENT: 1 wcm:  Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination
    Mar 12 15:12:06.178: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap23, changed state to down
    Mar 12 15:12:06.899: *%CAPWAP-3-INVALID_STATE_EVENT: 1 wcm:  Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination[...It occurred 5 times/sec!.]
    Mar 12 15:12:10.411: *%LOG-3-Q_IND: 1 wcm:  Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination[...It occurred 3 times.!]
    Mar 12 15:12:10.411: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:cc:ca:60
    Mar 12 15:12:10.413: %LINK-3-UPDOWN: Interface Capwap1, changed state to up
    Mar 12 15:12:11.266: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:cc:ca:60
    Mar 12 15:12:11.266: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  1c:1d:86:ee:7b:40
    Mar 12 15:12:11.267: %LINK-3-UPDOWN: Interface Capwap3, changed state to up
    Mar 12 15:12:11.413: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap1, changed state to up
    Mar 12 15:12:12.267: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap3, changed state to up
    Mar 12 15:12:16.889: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap4, changed state to down
    Mar 12 15:12:30.365: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  1c:1d:86:ee:7b:40
    Mar 12 15:12:30.365: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:b4:e6:10
    Mar 12 15:12:30.366: %LINK-3-UPDOWN: Interface Capwap22, changed state to up
    Mar 12 15:12:31.366: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap22, changed state to up
    Mar 12 15:12:33.942: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:b4:e6:10
    Mar 12 15:12:33.942: *%CAPWAP-3-INVALID_STATE_EVENT: 1 wcm:  Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination
    Mar 12 15:12:48.627: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap1, changed state to down
    Mar 12 15:12:51.385: *%CAPWAP-3-INVALID_STATE_EVENT: 1 wcm:  Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination[...It occurred 4 times/sec!.]
    Mar 12 15:13:06.083: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap15, changed state to down
    Mar 12 15:13:09.053: *%LOG-3-Q_IND: 1 wcm:  Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination[...It occurred 3 times.!]
    Mar 12 15:13:09.053: *%CAPWAP-3-INVALID_STATE_EVENT: 1 wcm:  Invalid AP event (CAPWAP Configuration Update Request) and state (CAPWAP Join Response) combination
    VIP_G_M_Core1(config-if)#
    Mar 12 15:13:12.177: *%CAPWAP-3-INVALID_STATE_EVENT: 1 wcm:  Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination
    VIP_G_M_Core1(config-if)#
    VIP_G_M_Core1(config-if)#
    VIP_G_M_Core1(config-if)#
    Mar 12 15:13:16.687: *%LOG-3-Q_IND: 1 wcm:  Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination[...It occurred 2 times.!]
    Mar 12 15:13:16.687: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  34:db:fd:67:1f:e0
    Mar 12 15:13:16.688: %LINK-3-UPDOWN: Interface Capwap31, changed state to up
    Mar 12 15:13:17.689: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap31, changed state to up
    VIP_G_M_Core1(config-if)#
    VIP_G_M_Core1(config-if)#
    VIP_G_M_Core1(config-if)#
    Mar 12 15:13:20.998: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  34:db:fd:67:1f:e0
    Mar 12 15:13:20.998: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  34:db:fd:67:1d:c0
    Mar 12 15:13:21.001: %LINK-3-UPDOWN: Interface Capwap21, changed state to up
    VIP_G_M_Core1(config-if)#
    Mar 12 15:13:22.001: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap21, changed state to up
    VIP_G_M_Core1(config-if)#
    Mar 12 15:13:23.935: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap22, changed state to down
    VIP_G_M_Core1(config-if)#
    VIP_G_M_Core1(config-if)#
    VIP_G_M_Core1(config-if)#
    VIP_G_M_Core1(config-if)#
    VIP_G_M_Core1(config-if)#
    VIP_G_M_Core1(config-if)#
    VIP_G_M_Core1(config-if)#
    VIP_G_M_Core1(config-if)#
    Mar 12 15:13:40.943: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  34:db:fd:67:1d:c0
    Mar 12 15:13:40.943: *%CAPWAP-3-INVALID_STATE_EVENT: 1 wcm:  Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination
    Mar 12 15:13:41.815: %DOT1X-5-FAIL: Authentication failed for client (c0f8.da9f.8227) on Interface Ca21 AuditSessionID 0a06906e53207995000001b8
    Mar 12 15:13:41.815: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (c0f8.da9f.8227) on Interface Ca21 AuditSessionID 0a06906e53207995000001b8
    VIP_G_M_Core1(config-if)#
    VIP_G_M_Core1(config-if)#
    VIP_G_M_Core1(config-if)#
    Mar 12 15:13:44.342: *%LOG-3-Q_IND: 1 wcm:  Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination[...It occurred 3 times.!]
    Mar 12 15:13:44.342: *%CAPWAP-3-INVALID_STATE_EVENT: 1 wcm:  Invalid AP event (CAPWAP Configuration Update Request) and state (CAPWAP Join Response) combination
    Mar 12 15:13:44.344: *%CAPWAP-3-INVALID_STATE_EVENT: 1 wcm:  Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination
    VIP_G_M_Core1(config-if)#
    VIP_G_M_Core1(config-if)#
    VIP_G_M_Core1(config-if)#
    VIP_G_M_Core1(config-if)#
    VIP_G_M_Core1(config-if)#
    Mar 12 15:13:54.081: *%LOG-3-Q_IND: 1 wcm:  Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination[...It occurred 2 times.!]
    Mar 12 15:13:54.081: *%CAPWAP-3-INVALID_STATE_EVENT: 1 wcm:  Invalid AP event (CAPWAP Configuration Update Request) and state (CAPWAP Join Response) combination
    Mar 12 15:13:55.673: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap31, changed state to down
    Mar 12 15:13:57.761: *%LOG-3-Q_IND: 1 wcm:  Invalid AP event (CAPWAP Configuration Update Request) and state (CAPWAP Join Response) combination
    Mar 12 15:13:57.761: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:cd:01:f0
    Mar 12 15:13:57.763: %LINK-3-UPDOWN: Interface Capwap6, changed state to up
    Mar 12 15:13:58.642: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:cd:01:f0
    Mar 12 15:13:58.642: *%CAPWAP-3-ECHO_ERR: 1 wcm:  Did not receive heartbeat reply; AP: 1c1d.86ee.7b40
    Mar 12 15:13:58.763: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap6, changed state to up
    Mar 12 15:13:59.044: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap18, changed state to down
    Mar 12 15:13:59.512: *%CAPWAP-3-INVALID_STATE_EVENT: 1 wcm:  Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination
    Mar 12 15:14:07.361: *%LOG-3-Q_IND: 1 wcm:  Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination[...It occurred 2 times.!]
    Mar 12 15:14:07.361: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:a1:6f:80
    Mar 12 15:14:07.362: %LINK-3-UPDOWN: Interface Capwap2, changed state to up
    Mar 12 15:14:08.111: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:a1:6f:80
    Mar 12 15:14:08.111: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:a1:2d:60
    Mar 12 15:14:08.115: %LINK-3-UPDOWN: Interface Capwap8, changed state to up
    Mar 12 15:14:08.363: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap2, changed state to up
    Mar 12 15:14:08.964: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap21, changed state to down
    Mar 12 15:14:09.114: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap8, changed state to up
    Mar 12 15:14:13.525: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap3, changed state to down
    Mar 12 15:14:16.013: %RADIUS-4-RADIUS_DEAD: RADIUS server 10.6.5.132:1812,1813 is not responding.
    Mar 12 15:14:16.013: %RADIUS-4-RADIUS_ALIVE: RADIUS server 10.6.5.132:1812,1813 is being marked alive.
    THIS IS WHERE I DELETED THE LAYER 3 INTERFACES ON THE WLC
    Mar 12 15:14:24.129: %DOT1X-5-FAIL: Authentication failed for client (c0f8.da9f.8227) on Interface Ca6 AuditSessionID 0a06906e532079bf000001b9
    Mar 12 15:14:24.129: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (c0f8.da9f.8227) on Interface Ca6 AuditSessionID 0a06906e532079bf000001b9
    Mar 12 15:14:42.537: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:a1:2d:60
    Mar 12 15:14:42.537: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  dc:a5:f4:4d:80:10
    Mar 12 15:14:42.539: %LINK-3-UPDOWN: Interface Capwap17, changed state to up
    Mar 12 15:14:43.539: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap17, changed state to up
    Mar 12 15:14:46.456: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  dc:a5:f4:4d:80:10
    Mar 12 15:14:46.456: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  34:db:fd:67:22:a0
    Mar 12 15:14:46.458: %LINK-3-UPDOWN: Interface Capwap5, changed state to up
    Mar 12 15:14:47.459: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap5, changed state to up
    Mar 12 15:14:52.018: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  34:db:fd:67:22:a0
    Mar 12 15:14:52.018: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  dc:a5:f4:61:bc:d0
    Mar 12 15:14:52.021: %LINK-3-UPDOWN: Interface Capwap0, changed state to up
    Mar 12 15:14:53.021: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap0, changed state to up
    Mar 12 15:14:58.080: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  dc:a5:f4:61:bc:d0
    Mar 12 15:14:58.080: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  7c:95:f3:54:0d:d0
    Mar 12 15:14:58.083: %LINK-3-UPDOWN: Interface Capwap9, changed state to up
    Mar 12 15:14:59.082: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap9, changed state to up
    Mar 12 15:14:59.727: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  7c:95:f3:54:0d:d0
    Mar 12 15:14:59.727: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:cc:ca:60
    Mar 12 15:14:59.730: %LINK-3-UPDOWN: Interface Capwap10, changed state to up
    Mar 12 15:15:00.730: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap10, changed state to up
    Mar 12 15:15:04.498: %SW_MATM-4-WIRELESS_MAC_MOVE_NOTIF: Host 40f0.2f58.a172 moving from Port Te1/0/1 to Port Ca17 as wireless entry
    Mar 12 15:15:05.916: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:cc:ca:60
    Mar 12 15:15:05.916: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  24:b6:57:5b:7d:90
    Mar 12 15:15:05.918: %LINK-3-UPDOWN: Interface Capwap7, changed state to up
    Mar 12 15:15:06.918: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap7, changed state to up
    Mar 12 15:15:11.247: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  24:b6:57:5b:7d:90
    Mar 12 15:15:11.247: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:b4:de:b0
    Mar 12 15:15:11.248: %LINK-3-UPDOWN: Interface Capwap19, changed state to up
    Mar 12 15:15:12.249: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap19, changed state to up
    Mar 12 15:15:17.150: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:b4:de:b0
    Mar 12 15:15:17.151: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  f0:29:29:92:c7:f0
    Mar 12 15:15:17.152: %LINK-3-UPDOWN: Interface Capwap26, changed state to up
    Mar 12 15:15:18.152: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap26, changed state to up
    Mar 12 15:15:19.211: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  f0:29:29:92:c7:f0
    Mar 12 15:15:19.211: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:b4:dd:60
    Mar 12 15:15:19.212: %LINK-3-UPDOWN: Interface Capwap25, changed state to up
    Mar 12 15:15:20.212: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap25, changed state to up
    Mar 12 15:15:28.681: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:b4:dd:60
    Mar 12 15:15:28.681: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:b8:ff:d0
    Mar 12 15:15:28.684: %LINK-3-UPDOWN: Interface Capwap12, changed state to up
    Mar 12 15:15:29.684: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap12, changed state to up
    Mar 12 15:15:30.285: %SW_MATM-4-WIRELESS_MAC_MOVE_NOTIF: Host 286a.bae3.de95 moving from Port Te1/0/1 to Port Ca7 as wireless entry
    Mar 12 15:15:31.078: %SW_MATM-4-WIRELESS_MAC_MOVE_NOTIF: Host e0b9.ba1e.02b4 moving from Port Te1/0/1 to Port Ca7 as wireless entry
    Mar 12 15:15:34.781: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:b8:ff:d0
    Mar 12 15:15:34.781: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:cc:a7:10
    Mar 12 15:15:34.782: %LINK-3-UPDOWN: Interface Capwap13, changed state to up
    Mar 12 15:15:35.783: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap13, changed state to up
    Mar 12 15:15:37.962: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:cc:a7:10
    Mar 12 15:15:37.962: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:b4:e6:10
    Mar 12 15:15:37.964: %LINK-3-UPDOWN: Interface Capwap16, changed state to up
    Mar 12 15:15:38.965: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap16, changed state to up
    Mar 12 15:15:40.401: %SW_MATM-4-WIRELESS_MAC_MOVE_NOTIF: Host e0b9.ba1e.4c97 moving from Port Te1/0/1 to Port Ca7 as wireless entry
    Mar 12 15:15:44.895: %AUTHMGR-4-UNAUTH_MOVE: (slow) MAC address (40f0.2f58.a172) from Ca0 to Ca17
    Mar 12 15:15:50.124: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:b4:e6:10
    Mar 12 15:15:50.124: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:b8:9b:20
    Mar 12 15:15:50.127: %LINK-3-UPDOWN: Interface Capwap28, changed state to up
    Mar 12 15:15:51.126: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap28, changed state to up
    Mar 12 15:15:54.510: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:b8:9b:20
    Mar 12 15:15:54.510: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  34:db:fd:a4:2f:00
    Mar 12 15:15:54.512: %LINK-3-UPDOWN: Interface Capwap11, changed state to up
    Mar 12 15:15:55.513: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap11, changed state to up
    Mar 12 15:15:58.371: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  34:db:fd:a4:2f:00
    Mar 12 15:15:58.371: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  dc:a5:f4:61:c9:10
    Mar 12 15:15:58.374: %LINK-3-UPDOWN: Interface Capwap20, changed state to up
    Mar 12 15:15:59.263: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  dc:a5:f4:61:c9:10
    Mar 12 15:15:59.263: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:b4:ce:70
    Mar 12 15:15:59.266: %LINK-3-UPDOWN: Interface Capwap14, changed state to up
    Mar 12 15:15:59.373: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap20, changed state to up
    Mar 12 15:16:00.265: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap14, changed state to up
    Mar 12 15:16:02.655: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:b4:ce:70
    Mar 12 15:16:02.655: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:b4:e7:10
    Mar 12 15:16:02.658: %LINK-3-UPDOWN: Interface Capwap24, changed state to up
    Mar 12 15:16:02.877: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:b4:e7:10
    Mar 12 15:16:02.877: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  dc:a5:f4:4d:7f:a0
    Mar 12 15:16:02.878: %LINK-3-UPDOWN: Interface Capwap29, changed state to up
    Mar 12 15:16:03.659: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap24, changed state to up
    Mar 12 15:16:03.879: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap29, changed state to up
    Mar 12 15:16:07.595: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  dc:a5:f4:4d:7f:a0
    Mar 12 15:16:07.595: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  34:db:fd:67:1f:e0
    Mar 12 15:16:07.598: %LINK-3-UPDOWN: Interface Capwap30, changed state to up
    Mar 12 15:16:08.597: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap30, changed state to up
    Mar 12 15:16:10.146: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  34:db:fd:67:1f:e0
    Mar 12 15:16:10.147: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:cc:d6:30
    Mar 12 15:16:10.148: %LINK-3-UPDOWN: Interface Capwap27, changed state to up
    Mar 12 15:16:10.821: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:cc:d6:30
    Mar 12 15:16:10.821: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  1c:1d:86:ee:7b:40
    Mar 12 15:16:10.824: %LINK-3-UPDOWN: Interface Capwap23, changed state to up
    Mar 12 15:16:11.148: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap27, changed state to up
    Mar 12 15:16:11.824: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap23, changed state to up
    Mar 12 15:16:16.727: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  1c:1d:86:ee:7b:40
    Mar 12 15:16:16.727: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:a1:62:e0
    Mar 12 15:16:16.730: %LINK-3-UPDOWN: Interface Capwap4, changed state to up
    Mar 12 15:16:17.729: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap4, changed state to up
    Mar 12 15:16:21.617: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:a1:62:e0
    Mar 12 15:16:21.617: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  dc:a5:f4:61:bf:50
    Mar 12 15:16:21.618: %LINK-3-UPDOWN: Interface Capwap1, changed state to up
    Mar 12 15:16:22.619: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap1, changed state to up
    Mar 12 15:16:23.266: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  dc:a5:f4:61:bf:50
    Mar 12 15:16:23.266: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:b8:c0:a0
    Mar 12 15:16:23.268: %LINK-3-UPDOWN: Interface Capwap15, changed state to up
    Mar 12 15:16:24.268: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap15, changed state to up
    Mar 12 15:16:26.127: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:b8:c0:a0
    Mar 12 15:16:26.127: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  34:db:fd:67:1d:c0
    Mar 12 15:16:26.128: %LINK-3-UPDOWN: Interface Capwap22, changed state to up
    Mar 12 15:16:27.128: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap22, changed state to up
    Mar 12 15:16:27.919: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  34:db:fd:67:1d:c0
    Mar 12 15:16:27.920: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:b8:a7:e0
    Mar 12 15:16:27.921: %LINK-3-UPDOWN: Interface Capwap31, changed state to up
    Mar 12 15:16:28.922: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap31, changed state to up
    Mar 12 15:16:30.051: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:b8:a7:e0
    Mar 12 15:16:30.051: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  34:db:fd:a4:29:00
    Mar 12 15:16:30.053: %LINK-3-UPDOWN: Interface Capwap18, changed state to up
    Mar 12 15:16:31.054: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap18, changed state to up
    Mar 12 15:16:32.695: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  34:db:fd:a4:29:00
    Mar 12 15:16:32.695: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:a1:67:40
    Mar 12 15:16:32.697: %LINK-3-UPDOWN: Interface Capwap21, changed state to up
    Mar 12 15:16:33.697: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap21, changed state to up
    Mar 12 15:16:34.336: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:a1:67:40
    Mar 12 15:16:34.336: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  d0:c7:89:b4:d0:20
    Mar 12 15:16:34.339: %LINK-3-UPDOWN: Interface Capwap3, changed state to up
    Mar 12 15:16:35.339: %LINEPROTO-5-UPDOWN: Line protocol on Interface Capwap3, changed state to up

Maybe you are looking for

  • How to include non web pages to the "Create PDF from Web Page" feature?

    In Acrobat Pro (v. 10), when I use the "Create PDF from Web Page" feature, it works great for html pages, but it skips non-html links (doc, pdf, ppt, xls, etc). I need Acrobat Pro to convert those files and put them in the order as well. I don't see

  • Problem in connecting to database from webdynpro for java

    Hi I have a problem in connecting to database from webdynpro application I am using oracle 10 express edition as database and was able to connect to database from a java application.But  was unable to connect from a webdynpro for java. <b>I guess web

  • Collections w/ external hard drive

    I set up a bunch of collections that filtered out pictures based on various criteria (keywords, ratings, etc). I then decided to move my pictures to an external hard drive since my laptop was getting full (I backup elsewhere). Since then, I have not

  • BDL error

    Hi all Im getting an error in billing due list. after i maintain a BDL and go for individual billing, i get an error 'unable to create header partners for item xxxxxx' and also the error incorrect parameter tranfer SAPLCOM_PARTNER_OB if i choose item

  • 0CRM_SALES_ACT_1 (Activities) Duration

    Hi, my  '0CRM_SALES_ACT_1 (Activities)' datasource in CRM 7.0 does not calculate both 'DURATION (Duration)' and 'FTF_DURATION (Duration: Mins)'. These fields are always equal to zero for my specific custom Service Tickets (ZHDC). For another custom t