5505 - netflow style data??

I need to know if I can pull Netflow style data (Top Talkers, Top Sessions, etc) from ASA 5505s?  We are looking at buying some but I need to be able to export this kind of data to my managment station which is also a collector. I have read on this forum that 8.2 and above should support Netflow but I have read conflicting information. Can anyone verify this for me? Also, if there are other options to get this information, I would like to know as well.
Thank you,

Hi Bro
Yes, Cisco ASA FW running on software image code 8.2 and above support netflow, but version 9 only. Hence, third party tools such as Solarwinds Real-Time Netflow Analyzer cannot be used here, as this tool supports Netflow version 5 only.
Cisco’s NetFlow collector doesn’t support Cisco ASA as stated in this link;
http://www.cisco.com/en/US/prod/collateral/iosswrel/ps6537/ps6555/ps6601/prod_white_paper0900aecd80406232.html
For this reason, you might wanna look into ManageEngine Netflow Analyzer. This product supports Netflow version 9. Hence, you can configure your ASA to export NetFlow version 9 packets to this tool instead.
Cisco ASA configuration via ASDM for NetFlow can be seen from the below link;
http://blogs.manageengine.com/netflowanalyzer/2010/07/22/configuring-cisco-asa-netflow-via-asdm
Cisco ASA configuration via CLI for NetFlow can be seen from the below link;
https://supportforums.cisco.com/docs/DOC-6113
http://www.cisco.com/en/US/docs/security/asa/asa82/netflow/netflow.html
For further details on this subject, you could also refer to https://supportforums.cisco.com/thread/2071273
P/S: If you think this comment is useful, please do rate them nicely :-)

Similar Messages

  • Converting a Java style date into useful format

    If I am calling a web service that returns a Java style date as a numeric value, such as 1177651563767 (milliseconds since 1 Jan 1970), how can I display this as a human readable date (hh:mm:ss dd-mm-yyyy? I have looked at the <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/40/a228173435437394f54c56de571ca4/frameset.htm">SAP help pages on date functions</a> and the
    <a href="https://wiki.sdn.sap.com/wiki/display/VC/DateandTime+Formats">wiki page on date and time formats</a>, but neither seems to help.
    My Java date is a numeric.
    Thanks

    Hi Michael,
    you can call the webservice with another webservice or an RFC and then use Java or ABAP to convert the value into the right format. My opinion is as you mentioned that there is no way with VC. Maybe you can use a time function (DADD as it is described <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/40/a228173435437394f54c56de571ca4/frameset.htm">here</a> and sum up to 01/01/1970 your [value in seconds]/60 this should work, but I never tested it.      
    Maybe this works, but this isn't a good solution anyway.
    Best Regards,
    Marcel

  • How to renormalize number of flows in Netflow Sampled data

    Hi,
    I am working on extrapolation(renormalization) of bytes/packets/flows from randomly sampled (1 out of N packets) collected data. I believe bytes/packets can be renormalized by multiplying bytes/packets value in exported flow record by N.
    Now, I am trying to extrapolate number of flows. So far i have not got any information on it. Do you people have any idea on how flows can be renormalized from sampled data ?
    Well, at the same time i have some doubts regarding this concept altogether -
    1. In packet sampling, we do not know how many flows got dropped. Even router cache will not have entries for dropped flows
    2. In flow sampling, router cache will maintain entries of all the flows and there may be some way by which one can know how many actual flows were there. But again there is no way to know values of individual attributes in missed flows like srcip/dstip/srcport/dstport etc.(though they are there in flow cache)
    3. In case of sampling (1 out of N packets), we anyway multiply #packets and #bytes with N to arrive at estimate for total packets and bytes. When we multiply by N, it means we have taken into account all those packets as well which were NOT sampled. So, it means all the packets which flowed between source and destination have been accounted for. Then there are no missed flows, isn't it ? And if there do exist some missed flows then multiplication by N to extrapolate number of packets/bytes is not correct.
    4. What is the use of count of flows anyways. Number of flows may vary depending upon the configuration such as active timeout etc. So, it does not provide any information about the actual flow between source and destination unlike number of packets and bytes.
    Please share your thoughts.
    Thanks,
    Deepak

    The simplest way is to call GetTableCellRangeValues with VAL_ENTIRE_TABLE as the range, next summing array elements.
    But I don't understand your comment on checksum, so this may not be the more correct method for your actual needs: can you explain what do you mean?
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • European Style Date Converter - mm/dd/yyyy to dd.mm.yy

    Hi, I am trying to write a program that reads a string for a date in the format mm/dd/yyyy and display it in the typical European format of dd.mm.yy
    For example if the input is 03/13/2004 I'd like the output to appear as 13.03.04. Also I'd like it to use the JOptionPane for I/O.
    Thanks very much!

    alex_t88 wrote:
    Hi, I am trying to write a program that reads a string for a date in the format mm/dd/yyyy and display it in the typical European format of dd.mm.yy SimpleDateFormat parse = new SimpleDateFormat("MM/dd/yyyy");
    SimpleDateFormat format = new SimpleDateFormat("dd.MM.yyyy");
    I'll leave the rest for you. Check out parse and format methods, and read the javadocs.

  • Julian Style Date Formatting

    Post Author: Brian Black
    CA Forum: Formula
    Our AS/400 based banking software provides dates in the format yyyyddd (i.e. 2007091 = April 01, 2007).  Has anyone had any experience working with a date of this format in Crystal.  The date comes out of the system as a numeric type.  The year is easy to deal with via cstr() and left(), etc. but I am struggling with how to deal with the yyy portion in a way that deals with leap years, etc.
    Any help with how to convert this to a standard date type would be greatly appreciated!!!
    Thanks,
    Brian Black

    Post Author: Brian Black
    CA Forum: Formula
    Awesome.  That worked great.
    NUMBERVAR X := YYYYddd; //Your date//DATESERIAL(TONUMBER(TOTEXT(X,0,'','')&#91;1 TO 4&#93;),1,TONUMBER(TOTEXT(X,0,'','')&#91;5 TO 7&#93;)); 
    This is a huge time saver for me!
    Thanks!

  • How do i change the email dates to UK style

    I have my emails coming in with American style dates - how can I change to UK style ie change 2/6/08 to 6/2/08

    I think this should help you..
    System Preferences -> International -> Formats
    From the "Region" pop-up menu, you can change your date and time formats to UK style. Hope this helps. Cheers!

  • Cisco ASA 5505 VPN Routing/Networking Question

    I have a very basic question about Cisco ASA 5505 IPsec Site to Site VPNs.  I want to install a Cisco ASA 5505 at a Data Center, in a LAN subnet that utilizes publicly routable IP addresses.  I would like to install a second Cisco ASA 5505 in a remote branch office as its peer. 
    Regardless of whether I use publicly routable IPs at the branch office in the "inside" network or non-routable IPs, how would the devices and servers at the Data Center know to route IP packets destined for the branch office back through the Cisco ASA instead of through the default gateway at the Data Center?  I can see accomplishing this if every single device at the Data Center is configured with routing table entries, but that isn't feasible.  It also isn't feasible to use the Cisco ASA 5505 as the default gateway for all of the devices as the Data Center, allowing it to decide where the traffic should go.
    What am I missing?  Is the solution to try to map branch office IPs to IP addresses within the Data Center's LAN subnet so that all of the traffic is on the same subnet?

    You can do it in several different ways.
    One way is to tell the server that if it has traffic to network x then it needs to go to the ASA all other traffic is to head for the default gateway.
    In windows this is done via the route command
    do not forget to make it "persistent" otherwise the route will disapear when your reboot the server.
    in unix/linux
    It is also the route command
    Or you can tell your "default gateway" to route that network to the ASA
    Good luck
    HTH

  • No English language setting with European date formatting available

    The English language setting in my iPod bought in Finland forces date format to the American MM/DD/YYYY style. There is no English language setting that would result in the European DD.MM.YYYY or DD/MM/YYYY format.
    Either making date formatting separately configurable (as time formatting already is), or adding another English locale with European-style date formatting solves this problem.

    Yes I agree, date format should be language independant. This is very annoying!

  • Date field automatcailly changing when tabbing through other scripted fields

    I have a form with a datetime field. The object is readonly. I format the field with javascript as yyyymmddhhmmss as a tracking number for the form. When tabbing through other fields with javascript the value changes to the current date time, like the code is being executed each time a scripted field is entered.
    Any ideas how to prevent that? I just want the code to execute when the form is opened.
    ----- form1.sbfDirect_Pay.dteCurrentDate::ready:layout - (JavaScript, client) ----------------------
    // Current Date in short-style date format.
    // $.rawValue = num2date(date(), DateFmt(1, "))
    var varCurrentTime = new Date();
    var varYear = varCurrentTime.getFullYear();
    var varMonth = varCurrentTime.getMonth() + 1;
    var varDay = varCurrentTime.getDate();
    var varHour = varCurrentTime.getHours();
    var varMin = varCurrentTime.getMinutes();
    var varSec = varCurrentTime.getSeconds();
    if(varMonth<10) varMonth = "0" + varMonth;
    if(varDay<10) varDay = "0" + varDay;
    if(varHour<10) varHour = "0" + varHour;
    if(varMin<10) varMin = "0" + varMin;
    if(varSec<10) varSec = "0" + varSec;
    // $.rawValue = year + "" + month + "" + day + "" + hour + "" + min + "" + sec;
    dteCurrentDate.rawValue = varYear + "" + varMonth + "" + varDay + "" + varHour + "" + varMin + "" + varSec;

    I think I just answered my own question. The code was in the layout:ready event. This area is executed each time the layout is modified. I moved the code to form:ready event.

  • Automate character styles?

    Tuesday morning, I have to sit down and pop hundred and fifty summer events into a flyer. Choice A is easy - I can print them and type them. In the shower, though, I began thinking about Choice B, and I don't know whether InDesign can do what I want.
    I have control over the database where they're hosted, and it's pretty easy for me to pop them out in the format
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
    Date - Time  [carriage return]
    Event name
    ~~~~~~~~~~~~~
    Date - Time  [carriage return]
    Event name
    ~~~~~~~~~~~~~
    Date - Time  [carriage return]
    Event name
    ~~~~~~~~~~~~~
    which is all the information I need on this document. On the finished product, though, I want Date and Time to have character styles applied (for color and weight). It's not that hard for me to assign hot keys to Character styles and do this by hand - just twenty minutes of tedium.
    But!
    Could I format this as
    (where the symbols are just unique symbols)
    ~~~~~~~~~~~~~
    ªDate - ∞ £ Time ¡ [carriage return]
    Event name
    ~~~~~~~~~~~~~
    and then use a Find/Replace function to tell InDesign
    -  in the case of "  ª . . . ∞  ", apply character style "Date style"
    -  in the case of "  £ . . . ¡ ", apply character style "Time style"
    and then go through and delete all instances of ª, ∞, £ and ¡
    (Extra spaces applied for ease of reading)
    Or, if I'm imagining this wrong, is there another way I can format the original data to automate the application of styles?

    I don't even think you'd need grep for this.
    I'd create two paragraph styles, one for date/time with the next style being event name and event name with the next style being date/time.
    Then create a character style for time and have the base paragraph style for date/time being the formatting you want just for date.
    The date time style would have nested style with none through the hyphen and time through the end of the paragraph.
    Place the text and then select all of it and in the paragraph styles panel right click date/time and from the contextual menu choose apply date/time and next.
    That should fully format all of your text.
    Bob

  • CRMXIF_ORDER_SAVE no data in result XML

    Hi,
    I am trying export order from SAP CRM to another system, I need export XML, not IDoc.
    I have made all customizing in tranzactions SM59, SMOEAC, CRMXIF_C1.
    But after I create Order and press save, I have no order data in XML file,
    I have this file
      <?xml version="1.0" encoding="UTF-8" ?>
    - <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    - <SOAP-ENV:Body>
    - <saprfc:CRMXIF_ORDER_SAVE xmlns:saprfc="urn:sap-com:document:sap:soap:functions:uc-style">
      <DATA />
      </saprfc:CRMXIF_ORDER_SAVE>
      </SOAP-ENV:Body>
      </SOAP-ENV:Envelope>
    <DATA> is empty
    If I do the same steps for Business partner, I have data in XML
    What is the differences for export Order and Business partner through XIF adapter?
    Why I can't export Order's data?
    Best regards,
    Alexander.

    No Idea?

  • Date and Time Error

    Using ColdFusion and SQL 2005 and I'm trying to get a
    Eurpopean style date (UK) stored into the database coming from a CF
    form.
    the code, I'm using is added to this email.
    However, when I try to update the database, I get the
    following error
    Error Executing Database Query.
    [Macromedia][SequeLink JDBC Driver][ODBC
    Socket][Microsoft][SQL Native Client][SQL Server]Conversion failed
    when converting datetime from character string.
    The error occurred in
    C:\Inetpub\wwwroot\rayanne\customerinsertsql.cfm: line 5
    3 :
    4 : INSERT INTO booking (book_made, book_checkin_date,
    book_checkout_date, book_adults, book_children)
    5 :
    VALUES('#FORM.book_made#','#FORM.book_checkin_date#','#FORM.book_checkout_date#','#FORM.b ook_adults#','#FORM.book_children#')
    6 :
    7 : SELECT SCOPE_IDENTITY() AS theNewId;

    Try using <cfqueryparam>
    INSERT INTO booking
    (book_made, book_checkin_date, book_checkout_date,
    book_adults, book_children)
    VALUES
    <cfqueryparam cfsqltype="cf_sql_date"
    value="#FORM.book_made#">,
    <cfqueryparam cfsqltype="cf_sql_date"
    value="#FORM.book_checkin_date#">,
    <cfqueryparam cfsqltype="cf_sql_date"
    value="#FORM.book_checkout_date#">,
    <cfqueryparam cfsqltype="cf_sql_varchar"
    value="#FORM.book_adults#">,
    <cfqueryparam cfsqltype="cf_sql_varchar"
    value="#FORM.book_children#">
    Ken Ford
    Adobe Community Expert
    Fordwebs, LLC
    http://www.fordwebs.com
    "jhutchdublin" <[email protected]> wrote in
    message news:[email protected]...
    > Using ColdFusion and SQL 2005 and I'm trying to get a
    Eurpopean style date (UK)
    > stored into the database coming from a CF form.
    >
    > the code, I'm using is added to this email.
    >
    > However, when I try to update the database, I get the
    following error
    >
    > Error Executing Database Query.
    > [Macromedia][SequeLink JDBC Driver][ODBC
    Socket][Microsoft][SQL Native
    > Client][SQL Server]Conversion failed when converting
    datetime from character
    > string.
    >
    > The error occurred in
    C:\Inetpub\wwwroot\rayanne\customerinsertsql.cfm: line 5
    >
    > 3 :
    > 4 : INSERT INTO booking (book_made, book_checkin_date,
    book_checkout_date,
    > book_adults, book_children)
    > 5 :
    >
    VALUES('#FORM.book_made#','#FORM.book_checkin_date#','#FORM.book_checkout_date#'
    > ,'#FORM.book_adults#','#FORM.book_children#')
    > 6 :
    > 7 : SELECT SCOPE_IDENTITY() AS theNewId;
    >
    >
    >
    >
    > <cfquery name="qcustlastname"
    datasource="rayannesql">
    > SELECT firstname, lastname, address, address2, city,
    "state", country,
    > postalcode, phone, mobile, email, notes
    > FROM dbo.customer
    > ORDER BY lastname ASC
    > </cfquery>
    >
    >
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    > <title>Untitled Document</title>
    >
    > </head>
    >
    > <body>
    > <p>Insert a booking </p>
    > <form action="customerinsertsql.cfm" method="POST"
    name="form1" id="form1">
    > <input type="hidden" name="book_made"
    value="#DateFormat(now(),
    > 'dd/mm/yyyy')#">
    > <input type="hidden" name="book_checkin_date"
    value="#DateFormat(now(),
    > 'dd/mm/yyyy')#">
    > <input type="hidden" name="book_checkout_date"
    value="#DateFormat(now(),
    > 'dd/mm/yyyy')#">
    >
    > <table width="98%" border="0" cellspacing="0"
    cellpadding="3">
    > <tr>
    > <td> </td>
    > <td> </td>
    > </tr>
    > <tr>
    > <td width="17%">First Name </td>
    > <td width="83%"><input name="firstname"
    type="text" id="firstname"
    > /></td>
    > </tr>
    > <tr>
    > <td>Last Name </td>
    > <td><input name="lastname" type="text"
    id="lastname" /></td>
    > </tr>
    > <tr>
    > <td>Address </td>
    > <td><input name="address" type="text"
    id="address" /></td>
    > </tr>
    > <tr>
    > <td>Address 2 </td>
    > <td><input name="address2" type="text"
    id="address2" /></td>
    > </tr>
    > <tr>
    > <td>City </td>
    > <td><input name="city" type="text" id="city"
    /></td>
    > </tr>
    > <tr>
    > <td>State </td>
    > <td><input name="state" type="text" id="state"
    /></td>
    > </tr>
    > <tr>
    > <td>Postal Code </td>
    > <td><input name="postalcode" type="text"
    id="postalcode" /></td>
    > </tr>
    > <tr>
    > <td>Country </td>
    > <td><input name="country" type="text"
    id="country" /></td>
    > </tr>
    > <tr>
    > <td>Phone </td>
    > <td><input name="phone" type="text" id="phone"
    /></td>
    > </tr>
    > <tr>
    > <td>Mobile </td>
    > <td><input name="mobile" type="text"
    id="mobile" /></td>
    > </tr>
    > <tr>
    > <td>Email </td>
    > <td><input name="email" type="text" id="email"
    /></td>
    > </tr>
    > <tr>
    > <td>Notes </td>
    > <td><input name="notes" type="text" id="notes"
    /></td>
    > </tr>
    > <tr>
    > <td>Booking Made On </td>
    > <td><input name="book_made" type="text"
    id="book_made" /></td>
    > </tr>
    > <tr>
    > <td>Arrival Date </td>
    > <td><input name="book_checkin_date" type="text"
    id="book_checkin_date"
    > /></td>
    > </tr>
    > <tr>
    > <td>Departure Date</td>
    > <td><input name="book_checkout_date"
    type="text" id="book_checkout_date"
    > /></td>
    > </tr>
    > <tr>
    > <td>Number of Adults </td>
    > <td><input name="book_adults" type="text"
    id="book_adults" /></td>
    > </tr>
    > <tr>
    > <td>Number of Children</td>
    > <td><input name="book_children" type="text"
    id="book_children" /></td>
    > </tr>
    > <tr>
    > <td><input type="submit" name="Submit"
    value="Insert" /></td>
    > <td> </td>
    > </tr>
    > </table>
    > <p> </p>
    > <p> </p>
    > </form>
    > <p>  </p>
    > </body>
    > </html>
    >

  • Date format in different from System Preferences

    The date display in the top right corner of the menu bar is not according to the custom setting I have defined in System Preferences.
    In Language & Region, I defined the date format to be <day of month number> < name of month> <year>.
    The menu bar however displays the date in American style date format of <name of month> <day of months number>.
    Is there any way to have Numbers pick up the date format from Language & Region as defined in System Preferences?

    The date display in the top right corner of the menu bar is not according to the custom setting I have defined in System Preferences.
    In Language & Region, I defined the date format to be <day of month number> < name of month> <year>.
    The menu bar however displays the date in American style date format of <name of month> <day of months number>.
    Is there any way to have Numbers pick up the date format from Language & Region as defined in System Preferences?

  • SAPUI5 : How to set the date value format for DateTimeInput?

    Hi SAPUI5 experts:
    I'd like ask 2 things regarding the control: sap.m.DateTimeInput
    1: Here is I want to do: show the current date (May 1, 2014) in the control in format as "01-05-2014". But by default the following code shows "May 1 2014". How can I show it as "01-05-2014"?
    var oDateTimeInput = new sap.m.DateTimeInput({});
    oDateTimeInput.setDateValue(new Date());                   //shown as "May 1 2014"
    2. Can someone explain what difference is between the following settings of DateTimeInput?
       ValueFormat
       DisplayFormat
    Please write a short code example.
    Thanks very much in advance!
    Br,
    Dong

    Hi,
    to understand ValueFormat and DisplayFormat, you can refer this example from ui5 testsuite sap.m.DateTimeInput and check the source code.
    in one of the example, this is how valueformat and displayformat is used.
    // free style date value assingment according to valueFormat
                                                    dti3 = new sap.m.DateTimeInput({
                                                                    value : "05-29, 2012",
                                                                    valueFormat : "dd-MM, yyyy",
                                                                    displayFormat : "dd MMMM, yyyy",
                                                                    width : "20%",
                                                                    change : function(e) {
                                                                                    console.log(dti3 + " : " + e.getParameters().newValue + " # " + e.getParameters().newDateValue);
    also in both cases, Default value is taken from locale settings.
    Regards,
    Chandra

  • International - Date

    Date fields in the reports are not displaying as System Date Format.
    Pulled the date fields and set the format as System Default Shrt format. Ran the report and display the date in System Date format BUT TIME is getting displayed. How to suppress the Time portion of the Date?
    If I customize the report, then alway report displays in format which was set in ORDER format in Custom Style->Date tab. How to resolve this issue? Pls help me.
    Basically I want to date fields should display in System Date format with out time irrespective the locale setting without changing the Report.

    Thanks for you response.
    Right now we are using formula to resolve this issue. eg Totext(Date({<<DATE Field>>})). Formula prints the date based on system's locale format (dd/mm/yyyy or mm/dd/yyyy or yyyy/mm/dd etc...)
    Is it possible to fix this issue without formula.. because we are force to write new formula for all date fields?  Will it have any performance issue?

Maybe you are looking for

  • Help me to solve this Query

    Hi All, This is Sindhu.. Here i got an error while excuting the following query related to BLOB data types in Oracle 11g. I have to compare two blobs, because my report needs that. for this..1st i ran the following package.. @ORACLE_HOME/rdbms/admin/

  • Setting up multiple event videos on a single screen

    I love the concept of multiple short video presentations being selected an playing off a single screen, but I've run into a seemingly simple issue that I can't figure out. My procedure has been as follows: create a basic three second slide add multip

  • Custom "serializer" in ReplicatedCache not set on CacheHandler

    I tried to configure custom Serializer on ReplicatedCache service (supposed to be new feature in Coherence 3.4) in tangosol-coherence-override.xml like this: <coherence> <cluster-config> <services> <service id="1"> <service-type>ReplicatedCache</serv

  • ITunes 7 download help

    Hi, I have been trying to download itunes 7 (with quicktime)but I keep getting the same message "The installer has encountered an unexpected error installing this package. This may indicate a problem with this package error code 2738" I then tried un

  • Penalty charge for not meeting the Delivery date by the vendor

    Dear Sapians, My client want to have Liquitidy damage charged to the vendor if he fails to meet the agreed delivery date. For example PO Delivery date is 10-08-2007 and the vendor delivers the material after 10-08-2007 , then the purchase price has t