CAM Event Log: SNMP trap is received from switch [ ip address ] which is NOT in our database.

We keep getting thousands of entries in the CAM event log like this:
SNMP trap is received from switch [<ip address>] which is NOT in our database.
apparently, these aren't NAC'd switches. Why does the CAM see these and how can they be eliminated from the Event Log?
Thanks,

Matt,
Do you switches have the CAM as a host where they are sending traps? Check the running-config of the servers and see if you spot the CAM IP address as one of the snmp-servers.
HTH,
Faisal

Similar Messages

  • TS3276 Most attachments from a specific address (work) can not be opened, identified as winmail.data and no data available. Not sure if this is based on the e-mail coming from a windows based system, too old of a windows based system or simply how i have

    Most attachments from a specific address (work) can not be opened, identified as winmail.data and no data available. Not sure if this is based on the e-mail coming from a windows based system, too old of a windows based system or simply how i have it set on my Mac.

    Brightbleu wrote:
    Most attachments from a specific address (work) can not be opened, identified as winmail.data and no data available. Not sure if this is based on the e-mail coming from a windows based system, too old of a windows based system or simply how i have it set on my Mac.
    Winmail.data are not usable files. They just preserve RTF within the message.
    http://support.microsoft.com/kb/278061
    Cheers
    Pete

  • Can a powershell script be set to run once an email had been received from a certain address?

    Hello,
    I'm trying to see if a PowerShell script can be made to run once an email has been received from a given email address or with a certain subject.
    I came across this
    http://dmitrysotnikov.wordpress.com/2008/05/08/execute-powershell-scripts-from-your-smartphone/
    but I have not been able to get this to the run the script, only the transcript part seems to load. I have tried all suggestions but no luck.
    Has anyone been able to do such a thing? or know how?

    It is not PowerShell. It is VBA.  You need to post questions about VBA in the VBA forum.
    ¯\_(ツ)_/¯

  • How to delete images from folder which are not in the database

    I am created windows form
    i wont to delete images from the folder where i have stored images but i only want to delete those images which are not in the data base.
    i don't know how it is possible . i have written some code
    private void button1_Click(object sender, EventArgs e)
    string connectionString = "Data Source";
    conn = new SqlConnection(connectionString);
    DataTable dt = new DataTable();
    cmd.Connection = conn;
    cmd.CommandText = "select * from tbl_pro";
    conn.Open();
    SqlDataAdapter da = new SqlDataAdapter(cmd);
    da.Fill(dt);
    int count = Convert.ToInt32( dt.Rows.Count);
    string[] image1 = new string[count];
    for (int i = 0; i < count; i++)
    image1[i] = dt.Rows[i]["Image1"].ToString();
    string[] image2 = new string[count];
    for (int i = 0; i < count; i++)
    image2[i] = dt.Rows[i]["Image2"].ToString();
    var arr = image1.Union(image2).ToArray();
    string[] arrays;
    String dirPath = "G:\\Proj\\";
    arrays = Directory.GetFiles(dirPath, "*", SearchOption.AllDirectories).Select(x => Path.GetFileName(x)).ToArray();
    int b= arrays.Count();
    for (int j = 1; j <= b; j++)
    if (arrays[j].ToString() != arr[j].ToString())
    var del = arrays[j].ToString();
    else
    foreach (var value in del) // ERROR DEL IS NOT IN THE CURRENT CONTEXT
    string filePath = "G:\\Projects\\Images\\"+value;
    File.Delete(filePath);
    here error coming "DEL IS NOT IN THE CURRENT CONTEXT"
    I have to change anything .Will It work alright?
    pls help me
    Sms

    Hi Fresherss,
    Your del is Local Variable, it can't be accessed out of the if statement. you need to declare it as global variable like below. And if you want to collect the string, you could use the List to collect, not a string.  the string will be split to chars
    one by one.
    List<string> del=new List<string>();
    for (int j = 1; j <= b; j++)
    if (arrays[j].ToString() != arr[j].ToString())
    del.Add(arrays[j].ToString());
    else
    foreach (var value in del)
    string filePath = "G:\\Projects\\Images\\" + value;
    File.Delete(filePath);
    If you have any other concern regarding this issue, please feel free to let me know.
    Best regards,
    Youjun Tang
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I have IMac 10.7.5 Lion I use I forgot the password and I did a few fixes from the we sites, which did not work and now I can not get the computer to reboot the gray screen comes on and if a shift c I get a load bar and it goes half way and help

    I have IMac 10.7.5 Lion I use I forgot the password and I did a few fixes from web sites, which did not work and now I can not get the computer to reboot the gray screen comes on with the apple and if a shift+c, I get a load bar and it goes half way and stops, I can get into the black screen area with the hard drive info
    I did the following:   mount -uw /    rm/var/db/.AppleSetupDone    shutdown/uses/us  reboot Ok I know I should not have, but now I need help to reboot and hopefully not lose everything on the desk top, Linda Markle

    You did the wrong things. In the future it's a good idea to remember not to do something when you don't know what you are doing and what happens when you do it.
    Forgot Your Account Password
    For Lion, Mountain Lion, or Mavericks
        Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
         When the menubar appears select Terminal from the Utilities menu.
         Enter resetpassword at the prompt and press RETURN. Follow
         instructions in the dialog window that will appear.
         Or see:
           Reset a Mac OS X 10.7 Lion Password
           OS X Mountain Lion- Reset a login password,
           OS X Mavericks- Solve password problems,
           OS X Lion- Apple ID can be used to reset your user account password.

  • When i plug my phone into itunes it is wanting me to restore my back up from my previous phone which do not want, what do i do?

    when i plug my phone into itunes it is wanting me to restore my back up from my previous iphone which I do not want, what do i do?

    If you are concerned that iTunes will really set it up as a new phone and wipe your data, then create an iCloud backup first, and then use iTunes.

  • Sending SNMP traps using JDMK from a SunOS 5.8 workstation

    Hi,
    We are using JDMK 5.1 for sending traps. This works when I run my java application (sending the traps) on my Windows desktop, where I have installed the JDMK.
    I want to run my application on a Sun workstation . For this I copied the JDMK libraries and traps are not received by the SNMP Manager. I would like to know the procedure for using JDMK from Sun OS. Do I have to install the Agent on Sun workstation rather than just copying the libraries?
    Thank you for the help.
    -Rejani

    There is a big difference between an app that isn't sending traps and one that isn't receiving them.
    You aren't eating exceptions in your code are you? If not then that means the traps are being sent. And if so then it means it has nothing to do with your application and probably nothing to do with the box and probably does have something to do with the network.

  • Email event generator - error publishing emails received from browser

    Hi,
    Configured an email event generator that listens on a mailbox. The message type is set to string and no filters. All emails sent from outlook is published successfully to message broker channel and the subscribed by a process. Whereas for emails sent from any browser email like yahoo, gmail gives "Null pointer exception - cannot publish message". Anybody have encountered this error?
    Also is it possible to configure the email event generator to archive the emails to another folder in the mailbox rather than to a physical directory?
    -Manjula.

    access issues..

  • Error logs in job releases forecast from DP to SNP-"Matl does not exist"

    Hi Everyone,
    I am facing error logs in the batch job which releases forecast from DP to SNP
    Forecast release job - Weekly - Through background job
    Forecast category - FA
    Error 1: - Characteristic combination appears on batch job log with an error that
    "GMC does not exist " Even though it exist in R/3 and APO
    All products with error message "Product does not exist" from do exist and have Forecast in Product View
    Error 2: - Deleted KCC keep showing up on the Demand Forecast release job log as errors even though they are invalid KCC and were deleted previously. How do they get removed from error log so they don't get created again
    Material does not exist on the APO Product Master, in R3 there is a delete flag and the MRP type is set to X1 ,it does not exist in the APO Product Master and does not exist in R3.
    Request you to kindly provide any way forward which may be causing error logs of the job
    Thanks in advance,
    Mrigendra Sharma

    Hi Mrigendra,
    Please re-initialize the SNP planning area (program : /SAPAPO/TS_PAREA_INITIALIZE) and then check the consistency by executing the program: /SAPAPO/TS_LCM_CONS_CHECK. If you observe any inconsistency in the log/spool, then re-run the program: /SAPAPO/TS_LCM_CONS_CHECK to observe all green.
    It is recommended to run the consistency program after any master data change. The initialization program should be run at least weekly.
    Try transfering the data again from DP to SNP to see if the error reappear.
    Hope this helps.
    Regards,
    Nawanit

  • Play special ring tone when email received from specific email address

    I have a 8900 and do not use a BES.  I would like the blackberry to alert me by playing a special tone when I receive any email from one address.  When ever there is a problem with any part of my network, I will received an email from [email protected]  Can this be done and how?
    Thanks

    Supposedly the BB software is supposed to do that when you assign a contact a special ring tone...but it has never worked for me.
    Hopefully a reply comes in telling us how to get it to work, or RIM catches this and fixes the software.

  • Why do some of my text messages get received "from" my email address instead of contact name?

    WHen I send text messages, sometimes my email address appears in the receipients message box instead of my contact name.  This also results in multiple people sometimes receiving the message (those set up under my apple id)...any ideas?  I'm thinking it has to do with the SMS messaging setup.

    Its because you are sending them as iMessages and not SMS.
    If you want to turn iMessage off, go to settings, messages and turn it off.

  • Can I use Power Query to Import a table from Excel sheet range which starts not from the top row?

    Hi,
    Being an experienced Excel user before Power BI, I am just starting to explore the M and Power Query capabilities, and need help already (ain't easy to google this use case somehow):
    I need to import the table which sits in the Excel file with header row in the row 17 of Excel sheet, with some metadata header in the preceding rows of the columns A and B.
    01: Report name, Quick Report
    02: Report Date, 1/1/2014
    17: Employee Name, Manager, etc...
    18: John Doe, Matt Beaver, etc.
    Both (a) direct attempt to load as Excel file and (b) the indirect way through [From Folder] and formula in custom column -- both lead to the same error: "[DataFormat.Error] External table is not in the expected format."
    Specifically, I tried to use the [Power Query -> From File -> From Folder] functionality, select an Excel file and add a custom column to access the binary content: [Add Custom Column] with formula "=Excel.Workbook([Content])".
    It looks like Power Query expects a rectangular range with headers full-width followed by a contiguous table range to import anything, and refuses to load if that is not the case...
    QUESTION: Is there any way to load whatever-formatted data from Excel first, and then manipulate the overall imported range (like referring to rows starting from 17th using "Table.SelectRows" etc.) to read the actual data? Reading and using
    the metadata from header would be a bonus, but that comes second... The main issue is to get something from a non-regular Excel file to later work with using M formulae ...
    Thanks!
    SAM

    Finally found the answer to this one in ():
    You Cannot Open a Password-Protected Workbook
     If the Excel workbook is protected by a password, you
      cannot open it for data access, even by supplying the correct password with
      your connection settings, unless the workbook file is already open in the
      Microsoft Excel application. If you try, you receive the following error
      message:
    Could not decrypt file.
    ANSWER: So, will have either weave in the work with temporary unprotected files or requires opening them before updating the data source (although this almost defeats the purpose of automation...)
    ANSWER to ORIGINAL QUESTION: password was preventing Power Query from reading the Excel file. For solution see above.
    Thanks anyway for participation and inspiration, Imke!

  • I can not unlink an iphone from an Apple ID which was not linked to an icloud account. Help!

    Okay so I bought a second hand iphone 4 for $20 so I could play music in my car (aftermarket USB hookup radio) so my 5s wasn't constantly sitting on the charger and frying the battery. So like any other normal person I reformatted the device to new so there was no information from the previous owner on it, but it was updated to 7.1.whatever-it-is-now and now it says it's linked to an Apple ID. I tried the www.icloud.com/find and it doesn't come up and I have no way to unlink the account from the phone. The previous owner gave me the Apple ID they used and it says "this Apple ID can not be used to unlock this iphone". Is there any way to unlink the iphone from the Apple ID without using icloud? Because I don't think the previous owner was using an icloud account before they got rid of the phone

    Well I don't think it's a coincidence that both emails start with a K lol but one of them ends with "@aol" and the one the phone asks for is "@m•••" so maybe it's possible they used a different email or changed the email while they had it activated

  • How do I get my albums and pictures to match correctly? Ever since the last iPhoto update my entire library has been in disarray. i.e. my wedding album have pics from vacation album. Which was not the case before.   MacBook Pro 2010

    Ever since I did the lastest iPhoto update my picture albums have not correctly matched up with the corresponding photos. i.e. my wedding pictures now show up in my vacation album.  The picture thumbnails are not showing me the correct photos. 
    15 inch MacBook Pro Late 2010
    iPhone 4

    I have iPhoto '11 with the lastest software update. I forgot what number it currently is. I am vigalant when it comes to the latest software updates. Yes, I did restore my iPhoto pictures from a backup since I founf out I could not share any of my pics using my apeture library since they were not the orginals. So, after the back-up of iPhoto all my pictures albums and the pics in the album do not match up, even the thumbnails.  I find this quite annoying. All my albums were working and correctly before this update.  As for apeture can I re-master all the photos there masters? so i can just do away with using iPhoto all together?
    Thanks for the quick reply!

  • GL Hierarchy Extracting extra nodes from R/3 system which is not at all def

    Hi Friends,
    While extracting GL Hierarchy Master data from R/3 system, The BI system is extracting the GL Hierarchy Node well, But the problem is the system is also extarcting the another node which i have'nt selected and Not at all defined in the R/3 system with Node Level 2...where i need only Node Level 1. The system is extarcing Node Level 2 with some values, where the node not at all defined in the R/3 system.
    At infopackage i have selected currect Hierarchy with Radio button which i have to select and Slelected all Check boxes for the Values Relevant for BW for all other Hierarchies at infopackge.
    Can you please focus light on this and please suggest a loution not to extract the Node Level 2.
    And what does it me the check boxes for the Feild Relevant for BW at infopackage-Hierarchy Selection Tab page..
    Thanks & Reagds
    Revathi

    Got solutions from service SAP

Maybe you are looking for

  • How can I change my apple ID email address when I can't access old email (It's an old work address I can't access anymore)

    How can I change my apple ID email address when I can't access old email (It's an old work address I can't access anymore)? Whenever I try it always wants to send things to my email address to confirm. I have a new apple ID and a new email address, I

  • Vendor Search by Accounting Group

    Hai Friends, Is there any option for searching vendor master by giving accounting group.

  • What setting changes are to be made??

    I am adding some .c files to my MAC application(cocoa), I am getting a lot of errors while compiling those files. What setting changes are to be made before adding C files to MAC OS project??? If so can anyone point out that...?? 1.     I am getting

  • Query about the feauture in labview

    HELLO SIR, While performing 2-D FFT method of steganography in labview we do use flat command in it.My query is where do we find that command in labview? And  Why do we use that?                                                        Thanking you,

  • ICM_HTTP_CONNECTION_FAILED and Web Services

    Hello Experts, I am consuming web services from ABAP program. For that i have created proxy object using SE80. Proxy is created successfully but while testing i got following error. "return code 400,message "ICM_HTTP_CONNECTION_FAILED"" I have search