Static route disappears when the interface down

Can someone please help me on this:

I have the static route on a router to a remote network, remote network interface was in a line down to the low State and static entry has disappeared from the routing table, I could see the entrance to the road, static in the config but it possible? It's a router 3745 with a Diginet 128 K link to remote network.

It is perfectly normal behavior. If the static route would remain in the routing table, the router might be transfer traffic to an interface that is not working properly.

An exception is a dialer interface, which connects to the application. The router must be able to transfer the traffic through a dialer, even when there is no call in progress. In this case, the router will be "spoof" the connection as being upward. You can see with ' show the Dialer interface... '

HTH

Tags: Cisco Network

Similar Questions

  • In a text box - Guidance Notes that disappears when the user types on?

    Hello

    I'm looking for a way to add Guidance Notes in a text box - that disappears when the user types on?

    Thank you very much

    GD

    See:

    95078.aspx https://Answers.acrobatusers.com/is-Add-Instructional-Text-Text-Field-disappear-clicked-Q1

  • menu Spry disappears when the window browser pulled/stretched manually

    Hello

    my menu spry seems to disappear when the browser window is pulled/stretched manually expand beyond a certain point. He himself the stack when the window manually reduced to a narrower format. This is regardless of the float property, either to the right or left.

    I'm still at the stage of construction of the building/dev...

    {.menuWrapper}

    float: right;

    width: 60%;

    margin-top:-38px;

    }

    Thank you!

    There are two problems here.

    1. when the browser is an average width, any adjustments in place, no problem

    2. when the browser is reduced in width, there is not good enough real estate menu bar, so the last item of the menu, and then double to the high slot the MenuBar

    3. when the browser is expanded, the bar of menus is able to escape alongside the image of c2c_logo, but because you set a top margin-38px, the menu bar springs out of sight.

    Solution:

    1 give the menu bar more real estate to remove white space next to the actual image, which makes the smaller image or the default method, change the image to a background image. The latter will provide the best way to provide the necessary space for the menu bar.

    2. After doing the above, you will notice that the menu bar disappeared once more, the top margin should therefore be adapted. The top margin will be in the region of 120px

    GRAMPS

  • Background image disappears when the user scroll down

    Hello

    Here is a class that paints a picture as desktop wallpaper. My problem is that if a vertical scrolling is on the screen, when scrolling down the background image does not scroll also. Is it possible to repeat the background so that it is always on the screen when the user scrolls down.

    Thank you.

    SerializableAttribute public class BaseVerticalFieldManager extends VerticalFieldManager {}
        
        
    public BaseVerticalFieldManager (long style) {}
    Super (style);
    }

    Public Sub paintBackground (Graphics graphics)
    {
    graphics.drawBitmap (0, 0, Display.getWidth (), Display.getHeight (), Constants.BACKGROUND_IMAGE, 0, 0);

    }
        
    }

    adrianeireyahoo wrote:

    Public Sub paintBackground (Graphics graphics)
    {
    graphics.drawBitmap (0, 0, Display.getWidth (), Display.getHeight (), Constants.BACKGROUND_IMAGE, 0, 0);

    }

    The values highlighted are wrong - you need to keep track of the Manager scroll position. In addition, using Display.getWidth () and Display.getHeight () isn't exactly smart - use getWidth() / getHeight() Manager itself.

    In short, the correct code would be:

        public void paintBackground( Graphics graphics)
        {
            graphics.drawBitmap(getHorizontalScroll(), getVerticalScroll(), getWidth(), getHeight(), Constants.BACKGROUND_IMAGE, 0, 0);
        }
    
  • wireless system tray icon disappears when the wired connection is present

    When I plug in ethernet, the wireless icon disappears in the system tray.  Sometimes I connect to a Wi - Fi, and at the same time.

    Is there a way to make it stay put?

    Hello

    It is not possible to show the two notification icons when you connect to a Wi - Fi network and at the same time in the system tray.

    When you connect to a wired connection, it will display the wired connection icon and if you connect to the internet wireless, it will display an icon of wireless connection. Both will appear in the same time.

    However if you have connected both cables and wireless Internet, it will show you one of the two icons based on the priority that you have set.

    We can change the priority of the network connections and make them follow an order of desired connection. You can make Windows 8 use wired connection instead of wireless. When you start your laptop, if there is a wireless connection, your Windows laptop will connect to the Wi - Fi connection. Even if you connect to a wired connection, usage will continue to be the Wi - Fi connection. This is because, when more than one network connection is available, Windows uses the one with the lowest metric value.

    To change the priority of network connection, follow the steps.

    a. press the Windows key + C.

    b. Select Search and then type network connections.

    c. now, click the ALT key to open the convening of Menu bar. Click on advanced settings. This will open the properties box.

    d. under the tab cards and links, you will see the list of connection and Windows services related to the order in which they are consulted by network connections and others. The default value is Wi - Fi, Ethernet, and then remote access. The network connections service manages objects in the network and remote access connections folder, in which you can view the local area network and remote connections. Using up and down arrows, you can change their order and set it according to your priorities. When you change the setting as shown above and make Ethernet as first choice, your laptop will use the wired connection first by choice.

    e. click OK and the output.

    Your Windows PC will now follow this order of priority when the detection of the available network connections.

    Hope this information is useful.

  • Fields disappear when the form is saved

    I have a RMA form that was created that we are having problems with. It is set up to serve the 3 potential situations.

    1 back in stock

    2 return to rebuild

    3. other

    The form is set to where the user selects one of the three options in a menu drop-down, and that the selection and then makes visible some relevant areas to this choice. This part of the form works fine. However, when the form is saved, the fields disappear. If you select the appropriate choice in the drop down, fields reappear with height of information yet on the list.

    Is there an option that must be selected which will keep the visible fields after the backup? The current workaround is to print to PDF, but I find many people who do not know how, or are not ready.

    Any ideas?

    I got rid of the action of generator of action that produces more than 50 lines of code. I also wrapped your groups for return and reconstruction in subforms. So now instead of reference each object, simply reference the two subforms.

    http://www.fieldeffecttechnologies.com/AdobeForums/RMA%20FORM.PDF

    Next, you need to add the ability to add rows dynamically!

    Kyle

  • < div > disappears when the window is too small

    Hello

    I have noted on many professional websites that if you change the width of the page (with the right border of your window) it "reduced" or "extends" appropriately.

    If you make the window too narrow, the right border of the window covers just what is beyond some fixed point 'X '.

    I'm working on a page with three < div > s in a larger < div >.

    When I shake the page on the left, with the right edge of the window, all contracts properly.

    except when I get to a certain point, the internal s < div > disappear.

    What is the name of the property professional sites that allows content is just 'hidden '.

    below a certain width X, instead of jumping on a page?

    Thank you!

    We would need to see the page to tell you what is really happening. As I see it, it is possible that the divs are not endangered, they are just the float blows below the visible content. What you get when you scroll down right here? Otherwise, there could be a mobile request on the page that is initially a new stylesheet load to a certain minimum screen width and the DIV in question are hidden by the new CSS rules. Can you show us the page?

  • How to make text disappear when the mouse is over a button?

    Hello, I'm completely new to Flash, and well I need help. I created a page that contains static text in the Center.

    Page has buttons on the side and when I rollover a button text is displayed, but the problem is that when I rollover a button, static text in the Center is here and I want to hide as I can't read anything either because the texts are overlapping.

    How can I make the text in the centre disappear / hide when I rollover a button and how do I make it reappear when the mouse is the off button?

    I hope what I said makes sense.

    You can assign the code onRollOver and onRollOut buttons to the dispappear of text, but you will need make the text a movieclip with instance name that you can use to target to make it invisible.  In the example below, the button has an instance name of "btn" and the movieclip of text has an instance name of "text_mc".

    btn.onRollOver = function() {}

    text_mc._visible = false;

    }

    btn.onRollOut = function() {}

    text_mc._visible = true;

    }

  • my dock disappears when the browser firefox (latest version) is open to all other programs don't do not it. IMac less than an year version 10.8.5

    After recently upgrading to the latest version of firefox my dock disappears when I open the browser. I have to click on the naked office and dock the reappears. It does not occur with any other application. I checked my preferences of dock and nothing made any difference if changed.

    • Is the application in full screen? This causes the dock to disappear.
    • Also, is a shortcut for the application set to COMMAND-OPTION-D? This is the Mac OS shortcut to hide the dock
    • The new Firefox also showed better performance in Mac OS 10.9 Maverciks. Download here {opens the Mavericks OSX in the store of MacApp}
    • Restart your Mac. It's good to restart all the few days or it starts to act up. Try to set a schedule so that it restarts say, every Sunday night at 23:00.
    • Finally, send a screenshot! It is really useful! Press COMMAND + SHIFT + 4 to change the pointer to a cross, and then drag a corner. The screenshot appears on the desktop.

    Thank you! I hope I can solve your problem!

  • "Reload" disappeared from the drop-down 'View' - ask again

    Cannot find my question already asked, posted on the forum so I ask again: "Reload" option has disappeared from the menu 'view' drop-down in the navigation bar. I tried all of the following characteristics, as was suggested by a contributor:

    Reboot with disabled modules
    Reboot with option "Reset".
    Disabling hardware acceleration
    Completing all the troubleshooting modules & extensions Protocol

    Nothing has restored the option "Reload". The Add-ons Manager tells me there is no extensions installed, so there is nothing that I can follow to troubleshoot it.

    What can I do else? If nothing, I switch to Safari to the default browser. Won't I like Firefox, but I use "Reload" a LOT and this situation is not sustainable for me.

    Really stuck and really

    If you talk to recharge button which refreshes the page of your suite, you can do one of the two options
    Reload the page using the shortcut:

         Mac: Command+R
         Windows: CTRL+R Or F5
          Liunx: CTRL+R
    

    By pressing the button reload

    On the default Firefox layout (without custom toolbars, buttons, ECT, installed)
    You can do this by pressing this button here (see picture):

  • Router disappeared from the menu at the top of the right page, cant connect...

    On my PPC G5 my router suddenly disappeared from the menu at the top right.
    I made the mistake of accidentally click on BTWIFI-with-FON (which also appears in the list) and since then all except BTWIFI-with-FON has disappeared from the list.

    I tried unpugging my router for 2 minutes and restart my Mac, but nothing helped.

    My laptop is however always recognizing the router and able to connect to the internet.

    PPC G5 dual 2.3

    10.4.11

    Laptop:

    10.9.5

    Solved by rebooting router Mac was on.

  • Hibernation-disappeared from the Shut Down menu

    After disk cleanup, the word 'Hibernate' disappeared in the menu stop. However, he still goes to hybernation when you press the "sleep" button on the keyboard. (It was previously configured this way).
    Ran: powercfg-h on of the prompt, nothing happens.

    Thank you

    After disk cleanup, the word 'Hibernate' disappeared in the menu stop. However, he still goes to hybernation when you press the "sleep" button on the keyboard. (It was previously configured this way).
    Ran: powercfg-h on of the prompt, nothing happens.

    Thank you

    Your cmd is ' high '? The tutorial invites you to "open a command prompt . Was he doing?

    t-4-2

  • How to avoid the minimizin of the screen when the user down ups slide

    How to avoid the minimizin of the screen when the user ups the down slide.

    Hello

    I guess that not possible because this is a feature of the system. Be able to substitute the blow to the gesture of bottom up would mean for combat when a user can switch to another application. It is not something that an application must be able to do it at all.

  • BlackBerry smartphones disappear when the icons/folders/data of low power - how to recover?

    I bought a "BOLD" 6 days - my first smartphone - there to replace a 4 year old Nokia.

    The installer went well and I associated with several e-mail accounts in the phone.  All the seemend very well until this afternoon when the battery power has fallen sharply, low power icon came and then the screen went white and locked upward.  The phone was on but just sitting on my desk, when he does this.  The phone wouldn't stop or anything once the screen went white.  I plugged in the charger and it is now loaded.

    However, many of the icons on the home page and expanded home page disappeared - messages, all messaging files, browser, call log, etc.  I can't find them anywhere.  In addition, all the e-mail settings for the 4 accounts that have been implemented have disappeared as are all of the messages that had been saved.

    Backups of the messages so I am not concerned to retrieve their content in the phone itself.  However, how can I get the icons back so that I can access the features of the phone?  This is a common occurrence when the battery is low?  Everything seems to happen 40% white screen in 3 hours during which the phone was not on active service in terms of excessive electricity consumption.

    I can't find anything to help in the guide of the user or the site.  Thanks for your comments.

    Hello and welcome on the Blackberry Forums

    Please reset the unit, remove the battery for 30 seconds and install again.

    To optimize the memory and battery read this link

    http://www.BlackBerry.com/BTSC/search.do?cmd=displayKC&docType=kc&externalId=KB14320

  • Mulitcam: Waveforms disappear when the audio "Fill left" applied

    I often waveforms disappear when you are working on Multicam sequences. Often frustrated and unwilling to understand, I'll just copy and paste the audio right in the sequence of work. Often this myself when I need to just adjust the audio set.

    I just reduced the issue of the audio application "Fill Left with Right". I'm not sure of the correct terminology here so bear with me.

    When I first create the Multicam sequence and place it in the timeline, the waveforms are projection. However the audio is displayed is not the audio OK (neck tie). In the stratified sequence where I can adjust each file in the multicam sequence, I muted the incorrect audio layers leaving the direct reverse and use the proper effect of "Fill Left with Right" or "fill the right with the left."

    Switch back over the sequence mulicam and waveforms are gone. 'Cancel' and they are back!

    It is true that I could make this change on the Multicam sequence but I learned that it is not best practice.

    Advice or wisdom?

    I'm blocking projects often and this problem does not occur every time. I tried to restart first with no luck. I use the latest version.

    Do you really need to see the waveform in the nested sequence multicam?

    If so, made Audio.

Maybe you are looking for