When the arp cache will get flushed?

I am using cent os 6.4 machine.. I want to when the arp table will get flushed. Is there anyway to check the flushing mechanism. Kindly let me know.

The default arp-timeout for Cisco is 4 hours

Similar Messages

  • HT201270 helo, my iiphone is unlock and i upgrade to 5.1 version when the upgrade finish i get this question-An update to the carrier settings for your iPhone is available. Would you like to download it now? is there a resone not to upgrade, will he becom

    helo, my iiphone is unlock and i upgrade to 5.1 version when the upgrade finish i get this question-An update to the carrier settings for your iPhone is available. Would you like to download it now? is there a resone not to upgrade, will he become lock?

    If your phone is factory unlocked, or officially unlocked by your carrier, updating will NOT re-lock the phone.  If it was unlocke by unauthorized methods, any update or restore will re-lock it.

  • When the User Exit USEREXIT_PRICING_PREPARE_TKOMK  gets triggered?

    Hi All,
    Could you please let me know when the following user exit gets triggered?
    USEREXIT_PRICING_PREPARE_TKOMK
    Is it before the Pricing?
    or
    After the pricing?
    Is it like Pricing uses TKOMK structure for calculating the Pricing?? Please help me....
    Thanks,
    Babu Kilari

    Thanks for the replies..
    I would like to know when this gets triggered, because in the structure TKOMK, i tried to change the value of KALSM(Pricing procedure) and clicked on carry out new pricing.
    But, the new pricing is not updated with the updated pricing procedure.
    Please let me know if I am going wrong.
    Your inputs will be appreciated on this.
    Thanks,
    Babu Kilari

  • Whether the table 'B' will get update

    Hi Guys,
    In forms 6i , i have code like, when hitting the save button, on-insert trigger in block 'A' should insert data into table 'A' and the same time on-insert trigger in block 'B' should update data in table 'B' . The question is whether the table 'B' will get update, if any exception occured in table 'A' through any database trigger on table 'A'. there is no rollback on block 'B' , but exception is handling in blcok 'A'.
    please help me.
    thanks
    Seban

    You Need to define seperate session by using autonomous transactions,it allows you to leave the context of the calling transaction, perform an independant transaction, and return to the calling transaction without affecting it's state.
    SQL> CREATE TABLE a (id   NUMBER(2))
      2  /
    Table created.
    SQL> CREATE TABLE b (id   NUMBER(6))
      2  /
    Table created.
    --Table a column id has 2 digit constraint
    SQL>
    SQL> CREATE OR REPLACE PROCEDURE test (p_a NUMBER)  AS
      2    PRAGMA AUTONOMOUS_TRANSACTION;
      3  BEGIN
      4    INSERT INTO b (id)  VALUES (p_a);
      5    COMMIT;
      6  END;
      7  /
    Procedure created.
    SQL> SELECT * FROM a
      2  /
    no rows selected
    SQL> SELECT * FROM b
      2  /
    no rows selected
    Here i am forcly inserting 3 digit number into table a column ,which will raise exception and the same will allow in table b which has 6 digit number.
    SQL> BEGIN
      2    INSERT INTO a VALUES (100);
      3  EXCEPTION WHEN OTHERS THEN
      4    test(100);
      5  END;
      6  .
    SQL> /
    PL/SQL procedure successfully completed.
    SQL> SELECT * FROM a
      2  /
    no rows selected
    SQL> SELECT * FROM b
      2  /
           ID
          100
    SQL>
    -------------------------One more example---------------
    SQL> DELETE b
      2  /
    4 rows deleted.
    SQL> COMMIT;
    Commit complete.
    SQL> CREATE OR REPLACE PROCEDURE test (p_a NUMBER)  AS
      2    PRAGMA AUTONOMOUS_TRANSACTION;
      3  BEGIN
      4    INSERT INTO b (id)  VALUES (p_a);
      5    COMMIT;
      6  END;
      7  /
    Procedure created.
    SQL> BEGIN
      2    INSERT INTO a VALUES (10);
      3    INSERT INTO a VALUES (100);
      4  EXCEPTION WHEN OTHERS THEN
      5    test (100);
      6    ROLLBACK;
      7  END;
      8  .
    SQL> /
    PL/SQL procedure successfully completed.
    SQL> SELECT * FROM a
      2  /
    no rows selected
    SQL> SELECT * FROM b
      2  /
           ID
          100
    SQL> BEGIN
      2    INSERT INTO a VALUES (10);
      3    INSERT INTO a VALUES (100);
      4  EXCEPTION WHEN OTHERS THEN
      5    test (100);
      6  END;
      7  .
    SQL> /
    PL/SQL procedure successfully completed.
    SQL> SELECT * FROM a
      2  /
           ID
           10
    SQL> SELECT * FROM b
      2  /
           ID
          100
          100
    SQL> Khurram

  • Anybody knows that when the iphone 4s will be in stock in US

    Actually my friend is there in us and he is coming to india on 30th of this month...... i told him to bring factory unlocked iphone 4s from there but due to shortage of stock iphone 4s is not available....can anybody tell me that when is the next shipment is coming ?

    I think you can only get an unlocked 4S by ordering online from Apple.
    In any case, no one here will know when any Apple store will get more 4S's.

  • When the iphone 5 will be unlock??

    When the iPhone 5 will be unlock?

    wooooooowwwwww thanksssssssssssss, here in Argentina is too dificult to get one because some goverment laws..... that do not permit to enter merchandising from outside, just accept samsung, because they manufacture here, and i dont like it, so im going to do it.
    Thanks again!!!!!!!!

  • I recently just bought a iphone 4 im happy with the product and it didnt cost an arm and a leg but i was wondering when the iphone 4 will become obsolete as in not receaving updates anymore etc

    I recently just bought a iphone 4 im happy with the product and it didnt cost an arm and a leg but i was wondering when the iphone 4 will become obsolete as in not receaving updates anymore etc

    Keep in mind that just because a device may not be upgradeable to the latest iOS release does not mean it cannot continue to work just fine on the last update it did get.  There will be many devices that were incompatible with iOS 7 that will continuing to work just fine on iOS 6 for a long time yet.  There are many people still using their iPad 1 despite the fact it stopped getting iOS updates after iOS 5.1.1.
    One way to safeguard your apps against future incompatible versions is to keep a backup of all your apps in iTunes on your computer.  That way, if an update to the app comes out that is not backwards compatible with your iOS, you still have a copy of the last version of the app that was compatible with your device and your iOS release.

  • When the Dreamweaver 9 will be released?

    When the Dreamweaver 9 will be released?

    I'll give you the .Net functionality. Its PHP support is much
    poorer,
    though. 8)
    And what editing capability exactly are you thinking of when
    you say this?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "xtra" <[email protected]> wrote in message
    news:ekms2n$sfc$[email protected]..
    > Yes, Microsoft Web Expressions will definately be at the
    top of my "to
    > get" list. The .NET functionality and it's editing
    capabilities are much
    > better.
    >
    >
    >
    >
    > "DaViD.R" <[email protected]> wrote in
    message
    > news:ekmd9u$boq$[email protected]..
    >> it does not matter when they goanna release it as
    log it will kick the
    >> new
    >> microsoft developer tool called Microsoft Expression
    - and frankly this
    >> tool
    >> has everything that .net developer can dream about
    about it .
    >> waht do you think guys ..?
    >>
    >
    >

  • My client current process shift amount is prorating.   Now my client requirement  employee change shift (SE20321D)   to normal (NSO70012) in the mid of the month employee will get shift  full amount,

    Hi Experts,
    Please help me to solve this two issues
    I will give you clearly about my client requirement
    in the current system (existing)  already configured  for shift allowance.
    shift allowance for executive
    Shift Allowance Rates
    2 shift
    3 shift
    RM  240
    RM 330
    shift allowance for non executive
    Shift Allowance Rates
    Category 1
    Category 2
    2 shift
    3 shift
    2 shift
    3 shift
    RM  180
    RM 280
    RM 95
    RM 130
    they are not maintained (there is no any key)   in info type 0014 or info type 0015  they earliest hr consultant  copied to  the Shift Allowance wage types :- 5533, 5534,5535,5536,5537,5538and 5559
    Note : 5533 & 5536 are for Payment.
    Other wage types are for calculation purposes only.
    And they modified (standard LAP9)  YAP9 (copied)  schema written pcr  for shift allowance
    The pcrs are YSH1,YSH2,YSH3,YSH4,YSH5,YSH6,YSH7,YSH8,AND YSHF
    1) So my actual my client requirement (Issue 1)
        In my client current process shift amount is prorating.   Now my client requirement  employee change shift (SE20321D)   to normal (NSO70012) in the mid of the month
    employee will get shift  full amount
    2) client requirement (Issue 2)     Shift Allowance become prorate if the Action (Info type 0000)  in the same month have changes. (Depand the action type)
    Actions are
    WA,WB,WC,WD,WE,WF,WG,WH,WI,WJ,WK,WL,WM,WN,WO,WP
    XO,X1,X2,X3,X4,X5,X6,X7,X8,X9.
    XA,XB,XC,XD,XE,XF,XG,XH,XI,XJ,XK,XL,XM,XN,XP,XQ,XR,XS,XT,XW,XX,XY,XZ.
    Y0,Y1,Y2,Y3,Y4,Y5,Y6,Y7
    YA,YB,YC,YD,YE,YF,YG,YH,YI,YJ,YK,YL,YM,YN,YP,YQ,YU,YV,YW,YX,YY,YZ
    Z9,ZY
    Example
    in same month employee changed action on 20.07.2014
    Kindly help me to solve this issues  feel very happy for your help.and if you need any information about issue please let me know i will share to you.
    Thank you
    Raamarao

    Try this, it works very well for me.
    import XMonad.Hooks.ManageHelpers (composeOne, isFullscreen, isDialog, doFullFloat, doCenterFloat)
    myManageHook = composeAll. concat $
    [ [ className =? c --> doCenterFloat| c <- floats]
    , [ resource =? r --> doIgnore | r <- ignore]
    , [ resource =? "gecko" --> doF (W.shift "net") ]
    , [ isFullscreen --> doFullFloat]
    , [ isDialog --> doCenterFloat]]
    where floats = ["sdlpal", "MPlayer", "Gimp", "qemu-system-x86_64", "Gnome-typing-monitor", "Vlc", "Dia", "DDMS", "Audacious", "Wine"]
    ignore = []
    myLayout = tall ||| Mirror tall||| Full ||| tab ||| float
    where
    tall = named "Tall" $ limitWindows 4 $ minimize $ Tall 1 (3/100) (1/2)
    tab = named "Tab" simpleTabbedBottom
    float = named "Float" simpleFloat
    main = do
    myStatusBarPipe <- spawnPipe myBar
    conkyBarProc <- spawnPipe conkyBar
    trayproc <- spawnPipe myTrayer
    xmonad $ ewmh $ withUrgencyHook NoUrgencyHook $ defaultConfig {
    terminal = "urxvt"
    , manageHook = manageDocks <+> myManageHook <+> manageHook defaultConfig
    Last edited by helloworld1 (2012-08-14 05:20:56)

  • Does anyone know when the next upadate will be?

    does anyone know when the next upadate will be?

    No. Only Apple knows that. We are just users like you.

  • Does anyone know when the iphone 5 will be out?

    does anyone know when the iphone 5 will be out?

    Sorry for the practical joke, but really, there are dozens if not hundreds of threads asking this question and the answer is always the same: No one knows exactly, and that's the way Apple wants it. Apple hasn't even announced that there is going to be an iPhone 5; it's all speculation and rumor for now.
    My best guess is that you'll see a new iPhone at the same time iOS 5 is released, which should be late September or early October. (Or not... Apple will only say, "Fall 2011 – nothing more specific.) But it might not be an iPhone 5; it could be a slightly modified iPhone 4, or nothing at all.

  • Any idea as to when the Apple Store will start selling refurbished iPad 4?

    Any idea as to when the Apple Store will start selling refurbished iPad 4?

    As of now, they have some:
    http://store.apple.com/us/browse/home/specialdeals/ipad/ipad4gen

  • Any ideas for when the ipod touch will come out? Thanks!:)

    Any ideas for when the ipod touch will come out? Thanks!:)

    From the terms of use of this forum:
    do not add Submissions about nontechnical topics, including:
    Speculations or rumors about unannounced products."

  • Has anyone got any idea as to when the iPhone 4S will come to India?

    Has anyone got any idea as to when the iPhone 4S will come to India?

    Anyone here knows as much as you do and has access to the same info as you. Check Apple's India website for announcements. 

  • When the new version will correct the error 10.0.0? program constantly hangs. will not start!

    when the new version will correct the error 10.0.0? program constantly hangs. will not start!

    Are you using any VST plug-ins or audio units? Then check, if they are still compatible. You may need to uninstall them.
    See this support document: 
    Unexpected behavior with Audio Unit plug-ins http://support.apple.com/kb/TS5249

Maybe you are looking for

  • IOS 8 upgrade gone wrong - how do I get my data back?

    I was upgrading my iPhone 5S to iOS 8 today using iTunes. Halfway through iTunes through an "unknown" error and recovered my phone back to the factory settings. I don't have any backups on either iTunes or iCloud (don't ask why). I did a search for d

  • N8 Belle Nokia Gig Finder Broken?

    Upon first install it will work once or twice. Then it refuses to load. If I reinstall it, it will do the same. Work for while then later refuse to open again or allow the widget to be functional. :/ White 808 Pureview NAM Black N8 NAM Silver N95-3 N

  • Place the links(Pictures and Excel table) to Indesign

    Dear All, We need place some Microsoft Word files into Indesign. and in the word files, contain some link for pictures, Microsoft excel tables. and we need use the C++ to build a InDesign add-in to do the following things( Indesign CS5, Windows 7, VS

  • Menu bar with file, edit and view are still there not the new drop down new file bar

    downloaded the new version of firefox and the new drop down menu bar that has file,edit,view and history, stuff like that is still there. i have what looks like a broken photo or missing picture square

  • Is SQLPlus supported by oracle cloud?

    Hi, I'm creating a database system using SQLPlus which will be stored/connected to the cloud. I've been made aware that SQLPlus is not supported by Oracle Cloud and that I should use SQL Developer, is this true or will SQLPlus be supported by Oracle