The Fe0/0 on 2801 show some "change state to up"

hi
i have an Issue with my cisco 2801.
in the logs shown me the interface FE0/0 cames up some times but never show the down state, I receive my internet service on this interface but never lost the conection, just this logs information
Oct 7 18:39:32.412: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
Oct 7 18:39:41.448: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
Oct 7 21:57:20.775: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
Oct 8 02:29:31.350: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
Oct 8 02:55:12.362: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
Oct 8 13:02:21.824: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
Oct 8 13:05:30.076: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
Oct 9 01:49:25.864: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
Oct 9 01:49:58.616: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
Oct 9 01:54:11.708: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
Oct 9 03:26:23.080: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
Oct 9 05:59:39.519: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
Oct 9 11:27:14.246: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
Oct 9 14:59:02.057: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
the IOS Version that is running is
flash:c2801-adventerprisek9-mz.124-24.T1.bin
what could be the problem?
thank you
Roland

Hello,
Any idea how to troubleshoot/resolve this issue? We have a old 2801 which started displaying the same problem and i see both FE0/0, FE0/1 link messages.
Oct 29 01:28:57.091 PST: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up
.Oct 29 01:29:03.839 PST: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up
.Oct 29 01:29:29.747 PST: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
.Oct 29 01:29:42.283 PST: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
.Oct 29 01:29:48.923 PST: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up
.Oct 29 01:30:01.343 PST: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up

Similar Messages

  • How can i stop or cancel the developer enroll process to make some changes ?

    I come to this point of the enrolll process where you have to choose your payment.
    But how can i go back to make some changes in the adress or phone site.

    The developer account address comes from the Apple ID used to sign up.
    You can change your Apple ID information at any time.
    You can't change the Apple ID you use to register.

  • When I use "tabs from other computers," some of the tabs from the other computer show (7/11) and others don't, and going the other way, it keeps showing some tabs that have been closed.

    Desktop is running Windows XP and laptop is using Windows 7. Both have the latest version of Firefox.
    I press the Synch buttom before I press the "show tabs" button.

    I think I may have solved the problem. I cleared the cache, and then the old tabs no longer appeared. I think the ones that weren't showing were tabs that were already on the other computer.
    Haven't yet checked thoroughly.
    I can't upgrade easily because I have HughesNet, which limits downloads. Last time I downloaded Windows upgrade to my laptop, I went over the limit and got slowed down to slower than dial-up. And as mentioned in question, I *did* press Synch Now before asking for tabs.
    Also, if I did all the upgrades that various pieces of software want me to do, I'd have no time to get any work done.
    But thanks for the ideas.

  • Restoring the database backup daily after performing some changes on d'base

    Hi all,
    Im a JUNIOR DBA... please help me..
    I have an Oracle 10g database and i have taken a cold backup for the same.(Say i have 10 users)
    MONDAY - Now, suppose out of the existing 10 users, i updated 6 tables in each user, so the total updated tables are 60 tables, these tables are only for TESTING purpose.
    TUESDAY - Now, suppose out of the existing 10 users, i updated 4 tables in each user, so the total updated tables are 40 tables, these tables are only for TESTING purpose.
    Now the question is -
    Daily i need to restore the original database backup atleast once, where in i dont want the updated tables of say MONDAY..
    Please, let me know how to proceed
    Regards,
    - Sri

    Start with the backup and recovery guide. It will tell you how to work this scenario. Basically, you will restore Sunday backup and apply archived redo logs until you reach the point in time immediately before the changes you do not want.

  • During the material creation ,it is showing some error(bdc program)

    hi expects,
         during execution the program ,the material is created.but i am getting a message that field rmmg1-mbrsh(industrial sector) that "input value is longer than screen field.please help me solving this problem.

    REPORT  ZMM_RDD0009_MATERIAL_CREATION           .
    structure declaration.
    types : begin of ty_upload,
            MAKTX TYPE MAKTX,   "Material Description
            WERKS TYPE WERKS,   "PLANT
            MTART TYPE MTART,   "Material Type
            MATKL TYPE MATKL,   "Material Group
            MEINS TYPE MEINS,   "Base Unit of Measure
            MFRPN TYPE MFRPN,   "Manufacturing part number
            SALK3 TYPE SALK3,   "net amounting
            PEINH TYPE PEINH,   "price unit
            VPRSV TYPE VPRSV,   "price control indicator
            BKLAS TYPE BKLAS,   "valuattion class
            end of ty_upload.
    INTERNAL TABLE DECLARATION.
    internal table for upload the data.
    data:t_upload type standard table of ty_upload initial size 0,
    *internal table for bdcdata.
         t_bdcdata type standard table of bdcdata initial size 0 ,
    *internal table for bdcmsgcoll.
         t_bdcmsgcoll type standard table of bdcmsgcoll initial size 0,
         t_error type standard table of ty_upload initial size 0,
    WORK-AREA DECLARATION.
    work-area for upload the data.
         w_upload type ty_upload,
         bdcdata type bdcdata,
    work-area for bdcmsgcoll.
         w_bdcmsg type bdcmsgcoll,
    *global variable declaration.
         g_message(70) type c.
    *include bdcrecx1.
    *start-of-selection.
    start-of-selection.
    call function 'GUI_UPLOAD'
      exporting
        filename                      = 'D:/MATERIAL.txt'
       filetype                      = 'ASC'
       has_field_separator           = 'X'
      HEADER_LENGTH                 = 0
      READ_BY_LINE                  = 'X'
      DAT_MODE                      = ' '
    IMPORTING
      FILELENGTH                    =
      HEADER                        =
      tables
        data_tab                      = t_upload.
    EXCEPTIONS
    call function 'BDC_OPEN_GROUP'
    exporting
       client                    = sy-mandt
      DEST                      = FILLER8
       group                     = 'ERROR_MAT'
      HOLDDATE                  = ''
      KEEP                      = 'X'
       user                      = sy-uname
      RECORD                    = FILLER1
       prog                      = sy-cprog.
    loop at t_upload into w_upload.
    refresh t_bdcdata.
    *perform open_group.
    perform bdc_dynpro      using 'SAPLMGMM' '0060'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RMMG1-MATNR'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_field       using 'RMMG1-MBRSH'
                                  'W_UPLOAD-MBRSH'.
    perform bdc_field       using 'RMMG1-MTART'
                                  'W_UPLOAD-MTART'.
    perform bdc_dynpro      using 'SAPLMGMM' '0070'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'MSICHTAUSW-DYTXT(17)'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=ENTR'.
    perform bdc_field       using 'MSICHTAUSW-KZSEL(01)'
                                  'X'.
    perform bdc_field       using 'MSICHTAUSW-KZSEL(04)'
                                  'X'.
    perform bdc_field       using 'MSICHTAUSW-KZSEL(17)'
                                  'X'.
    perform bdc_dynpro      using 'SAPLMGMM' '0080'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RMMG1-WERKS'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=ENTR'.
    perform bdc_field       using 'RMMG1-WERKS'
                                  'W_UPLOAD-WERKS'.
    perform bdc_dynpro      using 'SAPLMGMM' '4004'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_field       using 'MAKT-MAKTX'
                                  'W_UPLOAD-MAKTX'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'MARA-MATKL'.
    perform bdc_field       using 'MARA-MEINS'
                                  'W_UPLOAD-MEINS'.
    perform bdc_field       using 'MARA-MATKL'
                                  'W_UPLOAD-MATKL'.
    perform bdc_dynpro      using 'SAPLMGMM' '4000'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_field       using 'MAKT-MAKTX'
                                  'W_UPLOAD-MAKTX'.
    perform bdc_field       using 'MARA-MEINS'
                                  'W_UPLOAD-MEINS'.
    perform bdc_field       using 'MARA-MATKL'
                                  'W_UPLOAD-MATKL'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'MARA-MFRPN'.
    perform bdc_field       using 'MARA-MFRPN'
                                  'W_UPLOAD-MFRPN'.
    perform bdc_dynpro      using 'SAPLMGMM' '4000'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_field       using 'MAKT-MAKTX'
                                  'W_UPLOAD-MAKTX'.
    perform bdc_field       using 'MARA-MEINS'
                                  'W_UPLOAD-MEINS'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'MBEW-VERPR'.
    perform bdc_field       using 'MBEW-BKLAS'
                                  'W_UPLOAD-BKLAS'.
    perform bdc_field       using 'MBEW-VPRSV'
                                  'W_UPLOAD-VPRSV'.
    perform bdc_field       using 'MBEW-PEINH'
                                  '1'.
    perform bdc_field       using 'MBEW-VERPR'
                                  'W_UPLOAD-VERPR'.
    perform bdc_dynpro      using 'SAPLSPO1' '0300'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=YES'.
    *perform bdc_transaction using 'MM01'.
    *perform close_group.
    call transaction 'MM01' using t_bdcdata mode 'N' update 'S'
                       messages into t_bdcmsgcoll.
    if sy-subrc <> 0.
    *append w_upload to t_error.
    call function 'BDC_INSERT'
    exporting
       tcode                  = 'MM01'
      tables
        dynprotab              = t_bdcdata.
    endif.
    clear w_bdcmsg.
    read table t_bdcmsgcoll into w_bdcmsg index 1.
    call function 'FORMAT_MESSAGE'
    exporting
       id              = w_bdcmsg-msgid
       lang            = sy-langu
       no              = w_bdcmsg-msgnr
       v1              = w_bdcmsg-msgv1
       v2              = w_bdcmsg-msgv2
       v3              = w_bdcmsg-msgv3
       v4              = w_bdcmsg-msgv4
    importing
       msg             = g_message
    exceptions
       not_found       = 1
       others          = 2.
    if sy-subrc = 0.
    write:/ w_upload-maktx,'----', g_message.
    refresh t_bdcmsgcoll.
    endif.
    endloop.
    call function 'BDC_CLOSE_GROUP'.
    EXCEPTIONS
      NOT_OPEN          = 1
      QUEUE_ERROR       = 2
      OTHERS            = 3
    if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
           Start new screen                                              *
    form bdc_dynpro using program dynpro.
      clear bdcdata.
      bdcdata-program  = program.
      bdcdata-dynpro   = dynpro.
      bdcdata-dynbegin = 'X'.
      append bdcdata to t_bdcdata.
      clear bdcdata.
    endform.
           Insert field                                                  *
    form bdc_field using fnam fval.
    IF FVAL <> NODATA.
        clear bdcdata.
        bdcdata-fnam = fnam.
        bdcdata-fval = fval.
        append bdcdata to t_bdcdata.
        clear bdcdata.
    ENDIF.
    endform.
    FLAT FILE
    MAT.DESCRIPTION          PLANT     MAT.TYPE     MAT.GROUP                UNIT
            M                    1000          ROH               001          KG
    MANU.PART              NET               PRICE          PRICE          VALUATION     
    NUMBER                   AMOUNTING            UNIT              CONTROL        CLASS     
        1                  25                   1              V              3000

  • Can you put multiple links over the same button and have it still change states?

    I have a photoshop button that changes from an active state ('TRAVEL' in a box) to a rollover state ('JAPAN, PHILIPINNES, KOREA, INDIA' in a gridded box). The 4 location names should be linked to seperate galleries. I want to find a way to do that. I tried placing clear rectangles over the areas, and then linking the rectangles, but it prevents the rollover state from being activated. Is there a way to do this?

    You should be able to do what you want with the Tooltip Composition Widget.

  • Calendar apps:  1. That my wife and I can share.  2. That shows some of the text in the full month view.  3.  That can have "public" events and "private" events.

    Hello All,
    I am looking for a calendar app that my wife and I can share on both of our iphones.  I am new to this and haven't found an app that will do what I want.
    1. I want the full month view to show some of the text of each event:  Like Pocket Informant and Monthly Calendar Mocha do (not just a dot).
    2. That both of us can post and see each other's events.
    3. That each of us can post "private" events that the other person won't see on their phone.  Things like, "Wife's surprise party."
    4. That sync's both calendars automatically.
    I know a lot of people use Fantastical, but I don't think that would give me the text in the full month view.
    Is there an app that can do all of the above?
    Thanks in advance.
    Rick

    Sharing and syncing is a feature of the calendar database; you can have multiple calendars, and each can be private, shared with specific other iCloud users, or public. If you have a Mac you can set that up in the Calendar app; for either Mac or Windows you can set it up by logging in to iCloud.com using your Apple ID.
    The other calendar apps all use the Apple calendar database; they just have different ways of presenting the content, and can also take advantage of "hidden" features of the Apple calendar database (such as adding icons to entries).

  • Im having trouble making some changes to our webite. Im using DW CC 2014, 8.1 , HP Pavillion pc. Id be happy to pay someone to help.

    im trying to make some changes on our website (oilfiltercrushers.com). Im using DW CC 2014, 8.8, HP Pavion pc. The problems include:trying to move an image farther to the left & also to remove too much vertical  space, trying to remove "AAAs tht show up on a webpage table even they don't show on the local file that was put, a webpage that I cant see on the website even though it was put & appears in the remote files folder. Id be happy to pay someone to help me fix these problems. Thanx, Paul ([email protected], 4146514636)

    Hi Nancy
    Thanx for your response and commenting on our homepage. I wasn't aware of the problems you mentioned. However it has ranked on the first page of Google, etc for 20 years, so that's not my concern at this point.
    The 2 most immediate things are getting rid of the  A"s showing up on the table on oilfiltercrushers/truck_ofc.aspx and on /defaultnew.aspx , (the intended home page when I get it fixed,) I get a server error highlighting line 293 
    &nsp;
    . Im not sure what to do about that...
    I hope you can help me with this. If its more convenient, you can call me at 414-651-4636. I'll pay you for your input.
    Paul
    I look forward to hearing from you.
    Paul
    "Nancy O." <[email protected]> wrote:
    Nancy O.  created the discussion
    "Im having trouble making some changes to our webite. Im using DW CC 2014, 8.1 , HP Pavillion pc. Id be happy to pay someone to help."
    To view the discussion, visit: https://forums.adobe.com/message/7034503#7034503
    >

  • Difference between At new and on change statement?

    What is the difference between at new and on change statement? Please explain with an example.

    hi
    on change of differs from at new in the following respects:
    It can be used in any loop construct, not just loop at. For example, it can be used within select and endselect, do and enddo, or while and endwhile, as well as inside get events.
    A single on change of can be triggered by a change within one or more fields named after of and separated by or. These fields can be elementary fields or field strings. If you are within a loop, these fields do not have to belong to the loop.
    When used within a loop, a change in a field to the left of the control level does not trigger a control break.
    When used within a loop, fields to the right still contain their original values; they are not changed to contain zeros or asterisks.
    You can use else between on change of and endon.
    You can use it with loop at it where . . ..
    You can use sum with on change of. It sums all numeric fields except the one(s) named after of.
    Any values changed within on change of remain changed after endon. The contents of the header line are not restored as they are for at and endat.
    REGARDS
    PRASANTH

  • I'm editing a lot of wedding photos.  For some reason, I have to double click on some of the photos to actually see my changes.  It is not the case for all the photos in the folder.... only some of them.  How can I make all the edited versions show?

    I am editing a bunch of wedding photos.  Everything has been fine until today..... I opened up the folder, and for some of the edited photos, I have to double click in order to see the edited version.  So, when I look at all the photos in the browser, some of then show my changes..... others don't.  I'm worried, because I will have to post them for the bride, and I am concerned about why this is happening.  I still have the images on the memory card and also have a duplicate of all the photos in iphoto..... but I've spent hours editing these photos...... and I really don't want to start all over again.

    I am editing a bunch of wedding photos.  Everything has been fine until today..... I opened up the folder, and for some of the edited photos, I have to double click in order to see the edited version.  So, when I look at all the photos in the browser, some of then show my changes..... others don't.  I'm worried, because I will have to post them for the bride, and I am concerned about why this is happening.  I still have the images on the memory card and also have a duplicate of all the photos in iphoto..... but I've spent hours editing these photos...... and I really don't want to start all over again.

  • TS3408 I have created a web site using iWeb. It has been running fine. I have made some changes to the site and it won't show the updates in Safari, but does show the changes in Firefox

    I have created a website using iWeb. It has been running fine, with no problems at all.
    I have recently made some changes and the updates don't show in Safari, but when I open Firefox, the changes are there. It doesn't show the updates in Chrome on my iphone either? Any suggestions?

    You can also reload web page(s) and bypass the cache.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Cmd + Shift + R" (MAC)

  • For some reason the function keys on my mac book changed, I restored them and now the shift keys have the function of showing the desktop and all windows.  I there a way I can restore the original function?

    For some reason the function keys on my mac book changed, I restored them and now the shift keys have the function of showing the desktop and all windows.
    I there a way I can restore the original function?

    You do not tell us what OS version you have. In OS 10.8.2, do this:
    Apple Menu / System Preferences / Language and Text / Input Sources.
    Select the language you want. Mine is set to Canadian English.

  • So I've changed my hard drive for an ssd and now I've been told to enable trim now I've got the apple cover will they show me how to enable it with out some program of the internet ?

    so I've changed my hard drive for an ssd and now I've been told to enable trim  ?  now I've got the apple cover will they show me how to enable it with out some program of the internet ?

    Use an app called chameleon ssd optimizer.
    I enabled trim with it after almost a year of having installed a Samsung 840 pro SSD and my read/write speeds almost quadrupled.
    I would definite;y advise using it even though Samsung SSD's come with there own garbage disposal.
    Hope that helps.

  • In menu list, anyone of the menu list name is showing blank after make some changes

    Hi all,
    I have seen this issue a lot of time.
    device 8820,OS v4.2.1.x
    In my application's popup menu list, anyone of the menu item from the menu list name is showing blank after make some changes.When I select blank field  that functinality is working.
    Can anybody tell the reason of this issue?
    Regards,
    Ashutosh

    Have a reset to your device by pulling the battery out for 30sec.
    tanzim                                                                                  
    If your query is resolved then please click on “Accept as Solution”
    Click on the LIKE on the bottom right if the post deserves credit

  • I want to play video on my computer to make some analysis to frames,the problem that I face ,I can't change video frame rate using labview,but I can change frame rate to the video out of labview using some program

    HI All
    I want to play video on my computer to make some analysis to it's frames,the problem that I face ,I can't change video frame rate using labview,but I can change frame rate to the video out of labview using some program .
    I used IMAQ AVI Read Frame VI
    for example I have avi video It's frame rate is 25 fbs ,my image processing code is very fast that can process more 25 fbs,so I want to accelerate video acquisition

    Hi abdelhady,
    I looked into this further, and reading an AVI file into LabVIEW faster than its frames per second won't be possible. LabVIEW could read in frames faster than 25fps, but because it will be pulling the available frame at that point in time this would just give you duplicate frames. If you want to be able to read in frames at faster than 25fps, you would need to speed up your AVI file before reading into LabVIEW.
    There's a good shipping example to show how to read in from an AVI file, "Read AVI File.vi". You'll notice that they add timing to make sure that the while loop runs at the right speed to match up with the frames per second of the file being read. This is to make sure you're not reading duplicate frames.
    Thank you,
    Emily C
    Applications Engineer
    National Instruments

Maybe you are looking for

  • HP Officejet 4630 e-All-in-One Printer Black Ink not Working

    My HP Officejet 4630 e-All-in-One does not print black ink but the color ink is working perfectly fine even though the ink status shows that there is black ink left. After I've changed a new black ink cartridge, it will start to work again but after

  • How to use the SQL 'union' in Business Objects???

    Post Author: tatun CA Forum: Data Integration Hi eveyone. I have to write the following SQL code in Business Objects.The code has some 'union' inside the same query. I have tried to make some unions in the Data Provider, but I can just do 8 unions, a

  • Searching ifs via portal thru use of URL ?

    I was recently told by my customer that someone from Oracle told him you could create some sort of a URL inside portal to ifs that would allow you to search ifs via portal. I am not aware of anything like this. Can anyone out there shed some light on

  • Cascading LOV in BEx Query OLAP Universe + BEx variable

    Hi gurus, we have an universe where a Cascading LOV has been defined based on a BO Hierarchy ( based on a BW hierarchy), the OLAP universe is based on a BEx query. Now, when the users create a WebI report selecting a value from the value list, the Ca

  • Dunning Key - Customer / Vendor Analysis - SAP Library

    To add a comment, please log in or register on the top of this page and choose Reply. Please write your comment in English. You can also go back to the SAP help page.