Time-Range ACL

Hello,
I have setup QoS Policing on some traffic, and have setup schedule as bellow:
time-range Traffic_Scheduled
periodic  Sunday Monday Tuesday Wednesday Thursday Saturday 08:15 to 17:00
the issue is as soon as the schedule time starts (at 8:15am) all traffic is blocked automatically, rather than to POLICE the Traffic.  but as i manually remove the Service-policy from my ASA interface and re-apply it . then it allows the traffic and police them normaly. 
so why this is happening so ?  why it needs me to   remove the service-policy from the int and re-apply it every monring at 8:15am ?

Hi Bro
Perhaps, your software image version has a bug concerning this. Just to confirm, could you paste your show running-config and show version here. Here's a configuration sample from Cisco, just in case you didn't already know
http://www.cisco.com/en/US/tech/tk543/tk759/technologies_tech_note09186a00801aa69d.shtml

Similar Messages

  • Possibility to use both Time Range ACL and PBR.

                       Hello
    I would like to find out the attached requirement.
    If there is any related information we greatly appreciate it.
    Actually I have already configure on Cisco1812J by using the following command.
    however the ACL status still shows "inactive" and the PBR does not function.
    *Configuration on R1
    time-range PBR-TIME
    periodic weekdays 15:40 to 15:41
    ip access-list extended PBR-TIME
    permit ip host 10.0.30.11 host 1.1.1.1 time-range PBR-TIME
    route-map PBR-TIME permit 10
    match ip address PBR-TIME
    set ip next-hop 10.0.20.3
    interface Vlan1
    ip address 10.0.30.1 255.255.255.0
    ip policy route-map PBR-TIME
    *Verification
    R1#sh ip access-lists
    Extended IP access list PBR-TIME
        10 permit ip host 10.0.30.11 host 1.1.1.1 time-range PBR-TIME (inactive)
    R1#sh route-map
    route-map PBR-TIME, permit, sequence 10
      Match clauses:
        ip address (access-lists): PBR-TIME
      Set clauses:
        ip next-hop 10.0.20.3
      Policy routing matches: 0 packets, 0 bytes
    *Traceroute from SW1
    SW1#traceroute 1.1.1.1
    Type escape sequence to abort.
    Tracing the route to 1.1.1.1
    VRF info: (vrf in name/id, vrf out name/id)
      1 10.0.30.1 0 msec 0 msec 9 msec
      2 10.0.10.2 0 msec 0 msec 17 msec
      3 10.0.11.254 0 msec *  0 msec

    Oh that is incredible!!
    It has been functioning correctly like this.
    Thank you for quick and precious advise.
    Regards,
    Masanobu Hiyoshi
    R1#sh ip access-lists
    Extended IP access list PBR-TIME
        10 permit ip host 10.0.30.11 host 1.1.1.1 time-range PBR-TIME (active) (45 matches)
    (omit)
    R1#sh ip access-lists
    Extended IP access list PBR-TIME
        10 permit ip host 10.0.30.11 host 1.1.1.1 time-range PBR-TIME (inactive) (45 matches)
    R1#
    SW1#traceroute 1.1.1.1
    Type escape sequence to abort.
    Tracing the route to 1.1.1.1
    VRF info: (vrf in name/id, vrf out name/id)
      1 10.0.30.1 0 msec 0 msec 0 msec
      2 10.0.20.3 0 msec 0 msec 9 msec
      3 10.0.21.254 0 msec *  0 msec
    SW1#traceroute 1.1.1.1
    Type escape sequence to abort.
    Tracing the route to 1.1.1.1
    VRF info: (vrf in name/id, vrf out name/id)
      1 10.0.30.1 0 msec 9 msec 0 msec
      2 10.0.10.2 0 msec 0 msec 8 msec
      3 10.0.11.254 0 msec *  0 msec

  • Help.....Creating ACL with time-range

    Hello Everybody,
    I have Cisco AP 1200 router....I have to block all wi-fi traffice from 9:00 morning to 3:30 evening so i created an Extended access-list with time-range 09:00 to 15:00 & implemented on dot11radio0 but it did not work........
    I created the access-list as follows.......
    #ip access-list 101 deny tcp any any www established log time range XYZ{name of time range}
    can any one tell me what is the problem here & how to create the accesslist which blocks wi-fi traffic for certain time of period.

    Hi Sudip,
    Access Point ACL Filter Configuration Example
    http://www.cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a008058ed26.shtml
    Hope this helps!
    Rob

  • Printing time range month view

    This is driving me crazy. All I want to do is print the start time and the end time in month view. The problem is that I only get a start time for the event. Or if I try to enter the time in the even manually I get a time and a time range. The only way i found that works is to check the all day box then enter the time range manually in the event (3:00-5:00). When I print it works, but it screws up the snyc to my pda, and the list view. Any ideas?

    I don't know whether this a "solution" or a work-around, but I did find a way to resolve this problem. I recently started using iCal by transferring appointments from a BlackBerry using the BlackBerry PocketMac software. Although all of the appointment times appeared on the monthly calendar, most of the appointment times were replaced by ellipses when the monthly calendar was printed. It turns out that the times would print only after re-entering the appointment manually. This had to be done completely from scratch, i.e., not by editing the original appointment, or by cutting and pasting the appointment back into the calendar. This is a complete pain, but seems to work. I'd love to hear a better solution...

  • Need to determine how to specify a time range in the COUNTIFS criteria

    I'm using the following formula to identify individuals in a list of individuals performing  a task and categorizing the time they complete it in: =COUNTIFS($A:$A,"someperson",$D:$D,G1) , where G1 is <=4:00:00.  What I what do
    do is have G1 define a time range such as: equal to between 4:00:00 and 8:00:00.  I just can't figure out the proper syntax.
    Any help would be appreciated

    =COUNTIFS($A:$A,"someperson",$D:$D,">=4:00",$D:$D,"<=8:00")
    or 
    =COUNTIFS($A:$A,"someperson",$D:$D,">=" & G1,$D:$D,"<=" & G2)
    Where G1 has 4:00 and G2 has 8:00 
    or
    =COUNTIFS($A:$A,"someperson",$D:$D,">=" & G1,$D:$D,"<=" & G1 + 4/24)
    where G1 has 4:00 and you want a 4 hour window.

  • How do i filter the records in analytic view by using variable/parameter for a time range

    i have a analytic view which has a output column as date type. i want the user who use this view have the control to decided the output records based on a time range (from x to y).
    i tried to create 2 variables, 1 for start_time, 1 for end_time. Ideally, i should have a expression for filtering data like this:
    $$start_time <= date_column <= $$end_time
    However, the variable windows doesn't seem to be feasible for the expression as above.
    Does anyone has the same problem and get it solved?
    Thanks!

    just figured out by my own. So the answer is using "variable" with "range" option.
    Making a variable, then set the "selection type" to "range".
    When preview the data, the variable input window pops up with operator on default "equal", use dropdown list to swtich it to "between", then you can enter the start_time and end_time as a range filter.

  • Custom Exit for determining previous-year time range

    Dear all:
    I have a problem about custom exit:
    We have created a new object for combining Fiscal Year/Month and Period. So the format will be shown as " yyyymmp"
    now we have one requirement which is determining the same period but previous year based on user input. For Example, if user input start and end period as
    "2006041" and "2006111". There are should be 2 custom exit which are able to convert the user input to be "2005041" and "2005111". We created 2 custom exit for telling the previous-year period.
    Then based on this converted time range, we should be able to extract applicable data. But after testing, we cant get supposing result. The code is following:
    We will be very grateful for any input. thank you all so much
    Calculate (Start)previous year/month/period by current
    *year/month/period
    *user-entry calendar year/month/period
    WHEN 'ZFACLV19'.
          LOOP AT i_t_var_range INTO loc_var_range
          WHERE vnam = 'ZFACYMP1'.
            CLEAR l_s_range.
            LOC_YEAR = LOC_VAR_RANGE-LOW(4).
            LOC_MONTH = LOC_VAR_RANGE-LOW+4(2).
              LOC_YEAR = LOC_YEAR - 1.
            L_S_RANGE-LOW(4) = LOC_YEAR.
            L_S_RANGE-LOW+4(2) = LOC_MONTH.
            L_S_RANGE-LOW6(1) = LOC_VAR_RANGE-LOW6(1).
            l_s_range-sign = 'I'.
            l_s_range-opt = 'EQ'.
            APPEND l_s_range TO e_t_range.
            EXIT.
          ENDLOOP.
    Calculate (End)previous year/month/period by current
    *year/month/period
    *user-entry calendar year/month/period
    WHEN 'ZFACLV20'.
    break ab_william.
          LOOP AT i_t_var_range INTO loc_var_range
          WHERE vnam = 'ZFACYMP2'.
            CLEAR l_s_range.
            LOC_YEAR = LOC_VAR_RANGE-LOW(4).
            LOC_MONTH = LOC_VAR_RANGE-LOW+4(2).
              LOC_YEAR = LOC_YEAR - 1.
            L_S_RANGE-LOW(4) = LOC_YEAR.
            L_S_RANGE-LOW+4(2) = LOC_MONTH.
            L_S_RANGE-LOW6(1) = LOC_VAR_RANGE-LOW6(1).
            l_s_range-sign = 'I'.
            l_s_range-opt = 'EQ'.
            APPEND l_s_range TO e_t_range.
            EXIT.
          ENDLOOP.
    SzuFen

    Hi,
    Try with following modifications:
    ZYEAR1(4) = LOC_VAR_RANGE-LOW(4).
    ZYEAR1(4) = ZYEAR1(4)- 1.
    ZMONTH1(2) = LOC_VAR_RANGE-LOW+4(2).
    CONCATENATE ZYEAR1(4) ZMONTH1(2) INTO LOC_VAR_RANGE-LOW(6).
    With rgds,
    Anil Kumar Sharma .P

  • History - recent history -time range not showing

    Hi i have a problem with clearing my recent history.
    The problem is my time range to clear is buged and not showing.
    I tried with reinstalling firefox and clearing all settings but it didn't help.
    So i decided to write here for some help.
    Thanks

    I've installed the Bulgarian Firefox version and I see the same small Clear Recent History window.
    The DOM Inspector shows a width of 14em and that is really too small compared to what I get with the en-US version (width: 34em).
    Add code to the userChrome.css file below the default @namespace line to increase the default width.
    *http://kb.mozillazine.org/userChrome.css
    The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.
    *http://kb.mozillazine.org/Editing_configuration
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #SanitizeDialog {width: 34em !important;}</nowiki></pre>
    See:
    *view-source:chrome://browser/locale/sanitize.dtd
    Sounds that something got wrong here and maybe a bug should be filed:
    <pre><nowiki><!-- LOCALIZATION NOTE (dialog.width2): width of the Clear Recent History and
    Clear History on Shutdown dialogs. Should be large enough to contain
    the item* strings above on a single line. The column width should be set
    at half of the dialog width. -->
    <!ENTITY dialog.width2 "14em"> (shouldn't this be at least 28em ?)
    <!ENTITY column.width2 "14em"></nowiki></pre>
    The sanitize.dtd in the en-US locale:
    <pre><nowiki><!-- LOCALIZATION NOTE (dialog.width2): width of the Clear Recent History and
    Clear History on Shutdown dialogs. Should be large enough to contain
    the item* strings above on a single line. The column width should be set
    at half of the dialog width. -->
    <!ENTITY dialog.width2 "34em">
    <!ENTITY column.width2 "17em"></nowiki></pre>

  • Discrete time range over date range  (using CR X1)

    Post Author: sjr
    CA Forum: Formula
    Can anyone show me how to select data over a discrete time range i.e. 6 p.m. till 11 p.m. per day, over a period of a month ?
    Using the data time parameter gives me data from 6p.m. on startdate right through till 11p.m. on endate.

    Here's a more detailed description...
    Create two formula fields to split the date and time from the data records (ds prefixed):
    dsDate
    dsTime
    Create two formula fields to split the date and time from the parameter fields (pm prefixed):
    pmStartDate
    pmStartTime
    pmStartDate
    pmStartTime
    Use your new formula fields in the record selector. Get to this off the Report menu button (in CR 2008):
    Report | Select Expert... | Record.
    You can pick the formula fields in the Forumula Editor to create something like:
    ({@dsDate} > {@pmStartDate} and
    {@dsDate} < {@pmEndDate}) and
    ({@dsTime} > {@pmStartTime} and
    {@dsTime} < {@pmEndTime)
    Tim

  • Agent detail report shows calls outside the time range

    Hi all,
    I have an UCCX 7.0 SR5 call center. My problem is that the agent detail report is showing calls outside the defined time range on the historical reporting client.
    Those calls start slightly after the end time difined in the HR client.
    Is there any explanation for this behaviour?
    Best Regards,

    Hello Hatem,
    I think that might be expected. In the Agent Detail Report the call start time is the time the call rang at the agent's extension and not necessarily the actual time the call started. So the report will show the call was really received within the time range but it rang the agent slightly after that time.
    HTH
    Pablo

  • When setting the split-days to "every 15 minutes," the week and comparison views show incorrect time ranges for the day

    When I change the "split-days" interval time, under Options > Settings, to
    15, or every 15 minutes, the week and comparison views don't show the correct
    time range for the day.
    <P>
    For example, if I click View to display the calendar and then click Week to get
    a weekly view, the time range displayed is from 6:00 a.m.
    to 4:00 p.m. If I click Comparison to get a
    comparison view, the time range displayed is from 12 p.m.
    to 6:45 p.m.
    <P>
    In this example, should both of these views show the same time range, from
    9:00 a.m. to 4:00 p.m.?
    No, the two views will not necessarily show the same time range. The time
    range for the comparison view will start at the beginning prefs time only
    if you have something scheduled (on any day of the week) starting at that
    time. For example, on one of the days during your week of comparison, if you
    create an event that starts at 9:00 a.m. and then open the comparison view, the
    time range displayed will start with 9:00 a.m.
    <P>
    Additionally, view times will expand past the configured settings if events
    span past the time range. That is, if you have an event that spans from
    5:00 p.m. to 8:00 p.m., the event will be reflected in the view, even though
    your time range may be set to go only to 6:00 p.m.

    Umm yes.
    The settings are stored in ''prefs.js'', so you could swap various copies of this file in and out.
    However, the system will load ''prefs.js'', then, if present, ''user.js'' , so you can set up just your changes in ''user.js'' .
    The sort of line you need to look for is like this:
    <code>user_pref("mail.server.server14.check_time", 10);</code>
    You'll need to do some research to identify which of your accounts is which.
    Search for the account's email address:
    <code>user_pref("mail.identity.id10.useremail", "xenos&#64;example.com");</code>
    Use the id number to locate the account number:
    <code>user_pref("mail.account.account29.identities", "id10");</code>
    Use the account number to find the server number:
    <code>user_pref("mail.account.account29.server", "server14");</code>
    Finally, you can then use the server number find the account's time setting:
    <code>user_pref("mail.server.server14.check_time", 10);</code>
    This last entry may not exist, if you have never changed the setting from the default 10 minutes.
    Do be careful with your typing and copy/pasting; if the file fails the syntax parser it will silently fail.
    And make sure Thunderbird is shut down when you do the swap. If it's open, it may overwrite changes, and in any case, it only reads the settings file when it starts up.

  • Policies on specific time range

    Does Ironport has in the plan to set the policies to be applied in a specific time ranges, like apply a specific policy on morning then set another one at night?
    This feature is in the websense & smart filter and should be there in Ironport

    Moutaz,
    The WSA supports time ranges on versions 5.6.0+. This version is currently available to all customers upon request. The unofficial ETA for the 5.6 release to be generally available is within the next month.

  • Can't get printouts with Time Range I select

    I've had this problem since Leopard, and since I'm still having it all these years later in Mountain Lion, I figure I must be doing something wrong, and it can't have been an unfixed bug all this time. I'm trying to print a week view that doesn't begin on Sunday. (E.g., right now I'm trying to print a week that starts today, Friday, and ends next Thursday, which would be Oct. 26-Nov. 1.) I select the Time Range I want in the Print window, but the software always ignores the dates I've entered and prints the week beginning the previous Sunday anyway (Oct. 21-27).
    I've grown tired of crossing out the printouts and hand writing in the correct dates myself, so is there something I'm missing to get the Time Range feature to work? Thank you.

    I've had this problem since Leopard, and since I'm still having it all these years later in Mountain Lion, I figure I must be doing something wrong, and it can't have been an unfixed bug all this time. I'm trying to print a week view that doesn't begin on Sunday. (E.g., right now I'm trying to print a week that starts today, Friday, and ends next Thursday, which would be Oct. 26-Nov. 1.) I select the Time Range I want in the Print window, but the software always ignores the dates I've entered and prints the week beginning the previous Sunday anyway (Oct. 21-27).
    I've grown tired of crossing out the printouts and hand writing in the correct dates myself, so is there something I'm missing to get the Time Range feature to work? Thank you.

  • Time difference by date by time range - a better way?

    Someone suggested this is a better place for my question:
    Hi
    I need to display the difference in time - every day for different time ranges,
    Example 1-2 pm, 4-5 pm, 7-8 pm. And I need the time difference in 2 dates in the past week for each of these ranges everyday.
    example
    Date Diff Range
    01/01/2007 00:01 1-2pm
    01/02/2007 00:03
    01/03/2007 00:10
    01/04/2007 00:05
    01/05/2007 00:23
    01/01/2007 00:10 4-5pm
    01/02/2007 00:13
    01/03/2007 00:11
    01/04/2007 00:15
    01/05/2007 00:23
    01/01/2007 01:10 7-8pm
    01/02/2007 00:13
    01/03/2007 00:10
    01/04/2007 00:11
    01/05/2007 00:21
    One way to achieve this is to have multiple unions for each day and each time range.
    Example:
    select
    from
    where dt_tm between
    to_date(to_char((sysdate-5),'mm/dd/yyyy')||' 13:00','mm/dd/yyyy hh24:mi:ss')and
    to_date(to_char((sysdate-5),'mm/dd/yyyy')||' 14:00','mm/dd/yyyy hh24:mi:ss')
    union
    select
    from
    where dt_tm between
    to_date(to_char((sysdate-5),'mm/dd/yyyy')||' 16:00','mm/dd/yyyy hh24:mi:ss')and
    to_date(to_char((sysdate-5),'mm/dd/yyyy')||' 17:00','mm/dd/yyyy hh24:mi:ss')
    union
    select
    from
    where dt_tm between
    to_date(to_char((sysdate-5),'mm/dd/yyyy')||' 19:00','mm/dd/yyyy hh24:mi:ss')and
    to_date(to_char((sysdate-5),'mm/dd/yyyy')||' 20:00','mm/dd/yyyy hh24:mi:ss')
    This will give me the required information for only one day - and that is for sysdate-5.
    I will have same nyumber of unions for each day.
    Is there a better way to accomplish the same?
    Any help appreciated.
    Thx!

    Hi
    Sorry for the late response but better late than never:::
    I have gotten the answer of getting data for previous 5 days. I have changed the time between statement and is given below(*).
    Here is a reply to all the questions you had asked in response to my questions.
    What data you have? What parameters are you going to input?
    I have already given sample data in my post.
    There are no input parameters.
    You are talking about the difference - between what is this difference?
    Difference is the difference between 2 timestamp datatypes in 2 different tables (as you may see in the query)
    The field diff - is it varchar2 like '1-2 pm' or what?
    I didnt understand your question. What do you get when you subtract two timestamp datatypes - that should be the datatype - if I have understood your question. Not sure if thats what you asked.
    But IMHO it's impossible to get such a result, of course, if dt_tm in the query is the same as Date in the result!
    The time components in the queries are different. If you see:
    1st Query:...
    where dt_tm between
    to_date(to_char((sysdate-5),'mm/dd/yyyy')||' 13:00','mm/dd/yyyy hh24:mi:ss')and
    to_date(to_char((sysdate-5),'mm/dd/yyyy')||' 14:00','mm/dd/yyyy hh24:mi:ss')
    2nd Query:....
    where dt_tm between
    to_date(to_char((sysdate-5),'mm/dd/yyyy')||' 16:00','mm/dd/yyyy hh24:mi:ss')and
    to_date(to_char((sysdate-5),'mm/dd/yyyy')||' 17:00','mm/dd/yyyy hh24:mi:ss')
    3rd Query:
    where dt_tm between
    to_date(to_char((sysdate-5),'mm/dd/yyyy')||' 19:00','mm/dd/yyyy hh24:mi:ss')and
    to_date(to_char((sysdate-5),'mm/dd/yyyy')||' 20:00','mm/dd/yyyy hh24:mi:ss')
    First should be between 1 and 2 pm for sysdate-5.
    I need starting previous 5 days till sysdate.
    Second is between 4 and 5 pm again for sysdate-5.
    I need starting previous 5 days till sysdate.
    Same with 3rd.
    My final query is something like this:
    select t1.dt_tm, count(t1.id), '1 - 3 am' as period
    from table1 t1, table2 t2
    where t1.id = t2.id
    and dt_tm between
    to_date(to_char((sysdate-5),'mm/dd/yyyy')||' 13:00','mm/dd/yyyy hh24:mi:ss')and
    to_date(to_char((sysdate-5),'mm/dd/yyyy')||' 14:00','mm/dd/yyyy hh24:mi:ss')
    group by t1.dt_tm
    union
    select t1.dt_tm, count(t1.id), '4 - 5 pm' as period
    from table1 t1, table2 t2
    where t1.id = t2.id
    and dt_tm between
    to_date(to_char((sysdate-5),'mm/dd/yyyy')||' 16:00','mm/dd/yyyy hh24:mi:ss')and
    to_date(to_char((sysdate-5),'mm/dd/yyyy')||' 17:00','mm/dd/yyyy hh24:mi:ss')
    group by t1.dt_tm
    union
    select t1.dt_tm, count(t1.id), '7 -8 pm' as period
    from table1 t1, table2 t2
    where t1.id = t2.id
    and dt_tm between
    to_date(to_char((sysdate-5),'mm/dd/yyyy')||' 19:00','mm/dd/yyyy hh24:mi:ss')and
    to_date(to_char((sysdate-5),'mm/dd/yyyy')||' 20:00','mm/dd/yyyy hh24:mi:ss')
    group by t1.dt_tm
    I need for the last 5 days and what i can think of is have 5 different queries for past 5 days and 3 queries per day for the 3 different time periods. This would mean 15 queries. Was wondering if there is a better way to achieve the same?
    Any help appreciated.
    Thx!

  • Displaying time ranges as a separate column

    Hi,
    I need to show the time ranges with 30minutes starting from today 12:00 AM till current timestamp showing the time range as
    Time Interval
    0:01 AM - 0:30 AM
    0:31 AM - 1:30 AM
    till current timestamp(4:30 PM-5:00PM)
    as a separate column. Have anyone tried this earlier. Need help!
    Thanks,
    Princy

    Any Ideas !

Maybe you are looking for

  • IPhone 5 not syncing with iTunes 10.0.3

    My iPhone 5 (version iOS 6.1.4) is not syncing with iTunes 10.0.3 ? When I plug my iPhone 5 into my Mac Pro (version OSX Mountain Lion 10.8.3) the iPhone 5 syncs with iPhoto but not iTunes ? The phone 5 is being charged via the USB cable into the Mac

  • How can I publish photos to more than one Facebook account?

    How can I publish photos from iphoto to more than one Facebook account?  Another way to ask is how to add a second Facebook account to the account list in iphoto?

  • Accounting Document not created during settlement

    Dear Experts, We are using New GL.  When we execute settlement of maintenance orders (settle from order to cost center), only CO documents are created.  I use tcode IW33 to view order and can see the CO docs, but no accounting docs are created. I do

  • First PKGBUILD: muttvcardsearch

    Hey, I created a PKGBUILD for a small mutt tool: muttvcardsearch. It enables your mutt to search carddav servers for email addresses. Here is the PKGBUILD, any feedback is welcome. edit: incorporated Scimmia's suggestions. # Maintainer: Benjamin Fran

  • Problem writing to urlconnection

    i want to write to a text file in the server i use printwriter,the code: url=new URL("http://www25.brinkster.com/yohaim/Highscore.txt"); connection=url.openConnection(); connection.setDoOutput(true); in=new BufferedReader(new InputStreamReader(connec