Create a report on access lists from a switch or router

I need to view the hits on an access list I have running on a clients layer 3 switches and routers. I know the syslog messages for the ACL are making it to the MARS. What event type do I need to select and query type do I need to select to get a report on this information?
Thanks.
Dan

You can do a query with the result type "Unknown Event Types" to list all the logs with Unknown Reporting Devices. It will show an "Add Device" button wherever applicable which displays the result set.

Similar Messages

  • How to make report with access 2010 from SharePoint Discussion lists 2013

    HI,
    I want to make an access report from SharePoint Discussion lists 2013. When i open the list with access, the body of the list is in HTML format in access. Also if i reply something to one subject in the discussion, the reply is not mapped to that subject
    but instead it is shown as a separate entry in the database.
    Anyone can please help?
    SAN
    Santhiya
    Santhiya

    Hi Santhiya,
    I have seen a similar post from you, my understanding is that you wonder that the reply is mapped to the related subject. You can take a look at Daniel's reply in the following thread:
    http://social.technet.microsoft.com/Forums/en-US/dfb5bcb9-0076-412a-b34f-46aa9cfba876/how-to-make-report-with-access-2010-from-sharepoint-discussion-lists-2013?forum=sharepointgeneral
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • How to create a Access list on core switch to bloxk all Internet Traffic & allow some specific Internet Traffic

    Hellp Everyone,
    I am trying to create a Access-List on my Core Switch, in which I want to allow few internet website & block the rest of them.
    I want to allow the whole Intranet but few intranet websites also needs access to the internet.
    Can we create such Access-List with the above requirement.
    I tried to create the ACL on the switch but it blocks the whole internet access.
    i want to do it for a subnet not for a specific IP.
    Can someone help me in creating such access list.
    Thanks in Advance

    The exact syntax depends on your subnets and how they connect to the Internet. If you can share a simple diagram that would be much more informative.
    In general just remember that access-lists are parsed from the top down and as soon as a match is found, the processing stops. So you put the most specific rules at the top. also, once you add an access-list, there is an implicit "deny any any" at the end.
    The best approach is to create some network object-groups and then refer to them in your access list. From your description, that would be something like three object-groups - one for the Intranet (Intranet), one for the allowed servers that can use Internet (allowed_servers), and a third for the permitted Internet sites (allowed_sites).
    You would then use them as follows:
    ip access-list extended main_acl
    permit any object-group intranet any
    permit object-group allowed_servers object-group allowed_sites any
    interface vlan
    ip access-group main_acl in
    More details on the syntax and examples can be found here:
    http://www.cisco.com/en/US/docs/ios-xml/ios/sec_data_acl/configuration/15-2mt/sec-object-group-acl.html#GUID-BE5C124C-CCE0-423A-B147-96C33FA18C66

  • How to create a report which accepts parameters from the URL

    Hi,
    I am trying to create a report that would only show the rows based on a criteria. My table has the following structure:
    ID number(10)
    Review_date date
    Review varchar2(1000)
    I want the report to display the following query:
    Select Review_date, review from t1 where id=:ID;
    I need the value of the parameter ID to be accepted through the URl. As in, the requirement wants that a url like www.abc.com:7777/abc?ID=1 should display a page where the report is run for id=1 and the results are displayed.
    I have created a report in Portals where id can be entered once the customize link is pressed and the criteria is added. But the requirements state that users should not have to do this, links will be provided to them based on certain criterias, they just need to click on them. Any help is highly appreciated.

    You could try the forum for Financial Reporting - Hyperion Query and Reporting
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • To get names of reports/objects, Object list from any log files..

    Hi All,
    I have a query, how does OBIEE allocate names to its objects like reports/dashboards dynamically which we see in Session queries. Is there a way that we could get this information from any system variables or any internal file ? This information is to get and run some automation testing post migration, so that validation and verification effort will come down.
    I have one more query, is there way to list of all the objects? Reports/dashboards/tables/variables/MV or any other which are part of our OBIEE reports.
    So that If we can get a list and any log which tells these are modified or not..so that post migration validation/verification will be easy.
    Thanks in advance.
    Thanks!!

    Hi user8732477,
    From my experience I noticed that OBIEE does not use internal identifiers for reports and dashboards. That is a bit of a pain point because if you had a Navigation Drill setup, and you change the name of the target report, your drill will fail. However, there is a "Smart Rename" in the Catalog Manager tool. That will go through the catalog and fix any reference. But in short, there are no internal identifiers for the reports and dashboards. Just the names themselves and the folder path are the unique identifiers.
    Secondly, you can easily run such a report using the Catalog manager tool. Just log into your catalog and go to Tools->Create Report. You have to run one report for Dashboards and any request part of a dashboard and a separate report for any Answer requests that didn't happen to be put into a dashboard. The report creation process is pretty straight forward. It lets you specify what data points you want and it does the rest. It generates a tab delimited file I believe (it could have been comma though, I can't quite remember). Easy to import it into Excel and work with.
    Hope this helps and if you found this post useful, please award points!
    Best regards,
    -Joe

  • SSRS user created on Report manager is different from ReportServer database userName

    Hi All,
    It will be quite helpful if someone can advice:
    I created reporting services user on SSRS report manager as MeahK1 which is network username he was given. He is created succesfully but when he tries to access live reports, he is not able to see them because he does not have any access. When checked in
    ReportServer db, this user is created as MeahK instead of MeahK1.
    I am trying to see user details from the below query:
    select  *
    FROM ReportServer.dbo.Catalog 
    INNER JOIN
    ReportServer.dbo.Policies 
    ON Catalog.PolicyID
    = Policies.PolicyID 
    INNER JOIN
    ReportServer.dbo.PolicyUserRole 
    ON Policies.PolicyID
    = PolicyUserRole.PolicyID 
    INNER JOIN
    ReportServer.dbo.Users 
    ON PolicyUserRole.UserID = Users.UserID
    where username like 'Meah%'
    Do any one know what could be the problem as all other users apart from him are working fine and let's say if a user ID is Kh3R, then he also is user with same name in ReportServer db.
    Can this problem be fixed?
    Adnan

    Hi Adnan,
    According to your description, you want to grant a user to access report manager, right?
    In Reporting Service, after installing a new report server, only users who are members of the Local Administrators group have permissions to access report manager. If we want to grant permissions for other users to access report manager, we should add users
    to an item-level role and system-level role. Once the user account is added to an item-level role or system-level role, it will be added on the dbo.Users table within the ReportServer database. In your scenario, please check if "MeahK1" has been
    added to an item-level role and system-level role. For more information, please refer to this article:
    Grant User Access to a Report Server (Report Manager) .
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
     

  • Creating html widget to access websites from an iBook

    For the book I'm creating, it is essential for readers to be able to access discussion areas that take place on external websites. So far, in Dashcode, I've only been able to succeed in creating web application widgets that do this, while the dashboard widgets don't work within the iBook preview.
    I created a button and assigned a handler that says:
    function pushButton(event)
        var websiteURL = "http://digitallearningprocess.net/";
        location = websiteURL
    How has anyone else accomplished this task? I've seen conflicting reports suggesting whether it is even possible.
    Thanks!

    Thanks, David -
    Yes, I realize it is possible to use the "insert hyperlink" commands, but I was hoping to pass login credentials by way of a widget. For now, I appreciate your suggestion and will use that method (and providing generic login information right there in the text as well). It would be wonderful to be able to provide links to various LMS or CMS platforms that schools already use, to extend the iBook functionality. Utlimately that's my goal.
    Thanks again! - Ferdi

  • Crash reporter has huge list from previous owner

    Problem is - I can't find the logs from when it's been frequently crashing in the last few days.
    There are 2 lists saying 'crash reporter', one listing over a hundred events, mostly generated within 24 hours a minute intervals a week ago.
    So I could post those, but they may relate to something no longer installed, as that was before I bought it.
    Can't see anything dated more recently than a few days ago.
    Posssible it's recording these more recent crashes elsewhere? Or just giving up!
    Had this 2006 iMac a week now, started out fine, gradually worsening. However, although repeatedly crashed on me last night, my son played minecraft no problem for an hour this morning.
    Yes, I'm onto previous owner, who had installed Lion, I think to run Office 2011, he's surprised and suggested cleaning the back out, dust=heat etc.
    Also obvious approach to re-install snow leopard and forget office, but that seems a shame
    Sorry so many questions!

    Boot from a retail Snow Leopard disc, if you have one, launch Disk Utility, and partition the internal drive with the default options (GUID partition table, one data partition.) That action will erase all data on the drive. Quit Disk Utility and install OS X. When you reboot, you'll be prompted to import your data from a backup or from another Mac. After doing that, if applicable, run Software Update until all available updates are installed. If you want to run Lion, you'll have to call Apple phone sales for instructions on how to buy it (the copy you have is unlicensed.) On such old hardware, you'd probably be better off staying with SL.

  • Creating a Report Using a SharePoint List

    I am using a SharePoint List that Named as 'Service Requests'. It has some fields with Date, Time, Status. The Date & Time will be entered. The Status as three values & those will be selected using a Drop Down List Box. The Statuses are 'In Progress,
    Completed, In completed'.
    I want to create a Report using this SharePoint List that include status with other fields in monthly basis. As an example I want the report about the Service Requests within the December month.
    I also need to know how am I able to link this report to a Web Menu that in the SharePoint Site. Because there is a web menu in that SharePoint Site. I have not developed this site so I don't know the type of the web menu of this site.
    I think someone can help me to solve these problems.
    Regards,
    Chiranthaka

    Hi Chiranthaka,
    According to your description, my understanding is that you want to create a report based on a SharePoint list.
    I agree with Trevor’s and Mohammad’s suggestion to use SQL Server Reporting Service to create the report for SharePoint list.
    You need to configure Reporting Services for SharePoint 2010 and then use it to create reports.
    Here are two links with the detailed steps to create report using SSRS with SharePoint for you to refer:
    http://aaclage.blogspot.in/2011/11/create-reports-with-sharepoint-2010-and.html
    http://nikpatel.net/2010/06/11/step-by-step-consuming-sharepoint-2010-lists-data-in-the-ssrs-2008-r2-reports/
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • SSRS reporting with sharepoint list using Distinct and Multivalue parameters

    i want create ssrs report with sharepoint list using ms-vs(2008). i want create Distinct multivalue parameters by using CAML query. There is any way we put CAML query where we use Distinct keyword and IN clause in CAML query... i hope all experts will
    understand my poor English... sorry for poor English.. plz help me

    Hi AsifMehmood,
    Per my understanding you have create an SSRS report with SharePoint list, now you don’t know to create the distinct parameters by using CAML query,  right?
    For the CAML language doesn’t have any reserved word (or tag) to set this particular filter to remove duplicate results, but we can use the custom code to do this function. I have tested on my local environment and we can do that by create one hidden parameter(Param1)
    to get all the values from the fields which will  add the filter and then create another parameter(Param2) to get the distinct values based on the Param1, we use the custom code to do the deduplication.
    Step by Steps information in below thread for your reference to create the parameters and the custom code:
    "How to get distinct values of sharepoint column using SSRS"
    Other similar thread for your reference:
    https://audministrator.wordpress.com/2014/02/17/sharepoint-list-add-distinct-parameter-value/
    If your problem still exists, please feel free to ask and also try to provide us more details information.
    Regards
    Vicky Liu

  • Error in Create a Reporting Services Service Application in SharePoint

    I have a problem when trying to setup "SSRS ad on" on SharePoint 2013 server :
    - i have azure farm for SharePoint
    - Server A is SQL2012 SP1 and reporting services is installed and running on it
    - Server B is SharePoint 2013 with Microsoft® SQL Server® 2012 SP1 Reporting Services Add-in for Microsoft® SharePoint®
    - by using power shell in SharePoint server i successfully installed and Ran "the Insall-SPRSService and Install-SPRSServiceProxy" on Central Admin and SSRS server.
    - when i reach to the step of Create a Reporting Services Service Application from "SharePoint Central Administration" i face this error "Could not find SOFTWARE\Microsoft\Microsoft SQL Server\120 registry key"
    Please Advice

    Hi Rehab Essam,
    According to your description, you are installing reporting services of sharepoint integrated mode, you installed SQL Server 2012 and reporting services in server A, SharePoint 2013 and Reporting Services Add-in on server B. When you create a Reporting Services
    Service Application, you got the error message.
    According to my knowledge, to join a report server to a SharePoint farm, the report server must be installed on a computer that has an instance of a SharePoint product or technology. We can install the report server before or after installing the SharePoint
    product or technology instance. Then we can install Reporting Services add-in for SharePoint Products.
    For more information about Installing Reporting Services SharePoint Mode for SharePoint 2013, please refer to the following document:
    https://msdn.microsoft.com/en-us/library/jj219068(v=sql.110).aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    Wendy Fu
    TechNet Community Support

  • Creating a report using KE31

    Hi,
              Can anyone tell me how can a report be created using KE31 transaction? Please help me with links and tutorials on this topic. I need to create a selection screen on this report (CO-PA module).
              Points for sure..
    Regards,
    Ramya

    Hi Chiranthaka,
    According to your description, my understanding is that you want to create a report based on a SharePoint list.
    I agree with Trevor’s and Mohammad’s suggestion to use SQL Server Reporting Service to create the report for SharePoint list.
    You need to configure Reporting Services for SharePoint 2010 and then use it to create reports.
    Here are two links with the detailed steps to create report using SSRS with SharePoint for you to refer:
    http://aaclage.blogspot.in/2011/11/create-reports-with-sharepoint-2010-and.html
    http://nikpatel.net/2010/06/11/step-by-step-consuming-sharepoint-2010-lists-data-in-the-ssrs-2008-r2-reports/
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Setting the access-list on a IDSM blade

    I have a IDSM blade for a 6500 series switch. I need to modify the administrative access-list from the CLI so I can get into it remotely and with CME
    I see in the config entries like this
    access-list 192.168.100.10/32
    I assume this is the section for authorized hosts to access the IDSM
    but I can't figure out how to add an entry?
    any advice would be great

    on the console you can add entries the following way:
    in conf-mode:
    service host
    network-settings
    access-list 10.10.10.0/24 ! or whatever you want to add
    exit
    exit
    answer "yes" to apply changes
    exit
    !(ready)
    Sent from Cisco Technical Support iPad App

  • SSRS report using Access database in SharePoint.

    Dear All,
    I have created SSRS report using Access database. I have successfully deploy SSRS report in SharePoint document library.
    When I am opening the same report I am getting following error.
    Can anyone please help me how to resolve this issue ?
    Error:
    An error has occurred during report processing. (rsProcessingAborted)
    Cannot create a connection to data source 'WOW'. (rsErrorOpeningConnection)
    ERROR
    [IM014] [Microsoft][ODBC Driver Manager] The specified DSN contains an
    architecture mismatch between the Driver and Application
    Thanks,
    Harish P

    This seems odbc driver issue ,Plz check the follwoing links for the solution
    http://social.technet.microsoft.com/Forums/sqlserver/en-US/a4ddb239-64d8-4074-978c-45c30381c107/ssrs-2012-error-im014-microsoftodbc-driver-manager-the-specified-dsn-contains-an-architecture?forum=sqlreportingservices
    http://social.msdn.microsoft.com/Forums/en-US/a4ddb239-64d8-4074-978c-45c30381c107/ssrs-2012-error-im014-microsoftodbc-driver-manager-the-specified-dsn-contains-an-architecture?forum=sqlreportingservices
    Please Mark it as answer if this reply helps you in resolving the issue,It will help other users facing similar problem

  • Reflective access-list in a WS-C3560G-24TS

    I have a reflective access-list in a switch doesn't seem to work. What I want is allow our campus traffic (141.225.0.0/16) to flow freely, and block outside traffic come in except for certain users. Allow inside network (141.225.216.0/24) to go outside without any problems. The problem is inside users cannot go outside except our campus network.

    Hello Guys,
    Never say reboot the router after configuring something in Cisco. This is not a microsoft system or a trial and error system!
    As for the problem, I really didn't get what you want exactly. However, you should apply the inbound access list (Traffic from inside to outside) on the in interface of the VLAN1 because your user's gateway is the VLAN interface and it is prefered to block traffic closest to the souce.
    As for the outside to inside traffic it is has to be applied on the in interface of the outside interface.
    Let me know if this helps and rate please,
    Thanks,

Maybe you are looking for