HSRP- How to monitoring Interfaces

Hi,
I still learning and I have a few questions,
I'm trying to prepare the infrastructure:
2x Router – 2911
2x Switch – 2960G
I configured HSRP, router R1 is active and R2 is the standby.
Everything works and and when I do shoutdown interface Gi0 / 1 on router R1 HSRP runs and switches route on router R2.
The problem is when I simulate a crash on the side of the ISP and I will shutdown the interface Gi0 / 0 on Router R1
Then HSRP does not work. How do I fix this? How to monitoring the status of all Interface? Whether this is IP SLA? but I found examples showing how IP SLA switches routing on a router connected to two ISPs or can I use this with a version of the two routers? how to do it? and maybe use something else ? what I read?
R1
interface GigabitEthernet0/0
 description do ISP_1
 ip address XXX.XXX.XXX.XX 255.255.255.248
 ip nat outside
 ip virtual-reassembly in
 duplex auto
 speed auto
interface GigabitEthernet0/1
 description do CoreSW1
 ip address 192.168.1.101 255.255.255.0
 ip nat inside
 ip virtual-reassembly in
 standby version 2
 standby 1 ip 192.168.1.100
 standby 1 priority 150
 standby 1 preempt
 duplex auto
 speed auto
interface GigabitEthernet0/2
 description do R2
 ip address 10.0.0.1 255.255.255.252
 duplex auto
 speed auto
ip default-gateway XXX.XXX.XXX.XX
ip nat inside source list 1 interface GigabitEthernet0/0 overload
ip route 0.0.0.0 0.0.0.0 XXX.XXX.XXX.XX
ip route 192.168.1.0 255.255.255.0 GigabitEthernet0/1
R2
interface GigabitEthernet0/0
 description do ISP_2
 ip address YY.YY.YYY.YYY 255.255.255.252
 ip nat outside
 ip virtual-reassembly in
 duplex auto
 speed auto
interface GigabitEthernet0/1
 description do CoreSW2
 ip address 192.168.1.102 255.255.255.0
 ip nat inside
 ip virtual-reassembly in
 standby version 2
 standby 1 ip 192.168.1.100
 standby 1 preempt
 duplex auto
 speed auto
interface GigabitEthernet0/2
 description do R1
 ip address 10.0.0.2 255.255.255.252
 duplex auto
 speed auto
ip default-gateway YY.YY.YYY.YYY
ip nat inside source list 1 interface GigabitEthernet0/0 overload
ip route 0.0.0.0 0.0.0.0 YY.YY.YYY.YYY
ip route 192.168.1.0 255.255.255.0 GigabitEthernet0/1
IP SLA example - one router
ip route 0.0.0.0 0.0.0.0 2.2.2.1 2 track 1
ip route 0.0.0.0 0.0.0.0 1.1.1.1 3 track 2
ip route 0.0.0.0 0.0.0.0 2.2.2.1 5
no ip http server
no ip http secure-server
ip sla 11
icmp-echo 2.2.2.10
frequency 10
ip sla schedule 11 life forever start-time now
ip sla 22
icmp-echo 1.1.1.10
frequency 10
ip sla schedule 22 life forever start-time now
regards
weles

Hi,
correct scheme:
failure of a router or connected R1 - SW1 - HSRP works,
no internet (connection - ISP_1 - R1) - HSRP did not work
regards
weles

Similar Messages

  • Monitoring Interfaces /Integration Scenario's

    Hi,
    I got a task of Monitoring integration scenario's.
    What are the other option available except: Data at Receiving application, RWB, Integration Engine and J2EE logs
      to monitor interfaces.
    How to do Error Handling in the case of file2file scenario?.

    Hi,
    There are some good documents available in SDN for XI monitoring, check the following links:
    http://help.sap.com/saphelp_nw70/helpdata/EN/06/5d1741b393f26fe10000000a1550b0/frameset.htm
    https://www.sdn.sap.com/irj/scn/advancedsearch?query=ximonitoirngguide
    /people/michal.krawczyk2/blog/2005/09/07/xi-why-dont-start-searching-for-all-errors-from-one-place
    For J2EE monitoring :
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e63ad672-0801-0010-c5b2-ea75cfffb423
    http://help.sap.com/saphelp_nw04/helpdata/en/39/83682615cd4f8197d0612529f2165f/content.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/fc03a2a2-0a01-0010-b497-87518550e132
    http://help.sap.com/saphelp_nw04/helpdata/en/c3/6fff40e39ba854e10000000a1550b0/frameset.htm
    For file 2 file error handlimg, as mentioned above, you can set up CCMS Alerts:
    /people/sap.user72/blog/2005/11/24/xi-configuring-ccms-monitoring-for-xi-part-i
    /people/sap.user72/blog/2005/12/05/xi-grmg-customizing-for-xi-ccms-heartbeat-monitoring-part-ii 
    Also, a good blog talking about the main XI Production error:
    /people/prashanth.azharuddin/blog/2006/11/24/some-errors-in-an-xi-production-environment
    Rgds,
    Puneet
    Edited by: Puneet Singhal on Aug 19, 2009 8:25 AM

  • How can we interface external usb camera or usb device(storage, card reader) to Ipad 2.What all things are need(any development Kit apart from IOS sdk)

    Hi,
    Before going any further in my research, I want to know the views and opinions about the intent of my work I am about to start.
    AIM : I am trying to interface an external uvc camera with the ipad 2 and iphone .Just like in android there is a node(in unix and linux everythign is a file)which gets created in the /dev/ directory which can be accesses by the application using the native interfaces (JNI) and finally via the android code.I am trying to develop the similair application for the ipad 2 and iphone.
    Can some one plz point out :
    (1) How I can interface external hardware like ( external uvc camera) or any other USB device(a card reader, a storage device, a barometer etc)
    (2) I have googled about Apple's Authentication chip which can be used to interface the external h/w.Can some one point out how useful it is.Is this related to that somehow.
    (3)What are the things similair to JNI, node, /dev/ in the IOS for Ipad 2 and Iphone.
    I will be highly obliged ,if some one could provide me the top pointers on it.
    Thanks and Rgds,
    MangoApple

    1.) See
    External Accessory Programming Topics
    Connecting to an Accessory
    Monitoring Accessory-Related Events
    2.) See the MFi Program

  • How to monitor a specific transaction in Solution Manager ?

    Hi all,
    I have configured the Service Level Reporting and it works correctly.
    But i don't know how to monitor a specific transaction like SM21, DB02, FB01N etc... ?
    In the SL Reports configuration steps, we can configure this option : Select Business Processes For SL Report. I did a lot of tests but it does not work.
    Have i to configure the Business Process Monitoring ?
    Thanks.

    Hello,
    it depends a little on what you want to do. If you use the pure CCMS monitoring with the table ALTRAMONI you get average response time per instance and you only get new measurements once the status changes from green to yellow or red.
    In order to get continuous measurements you should look into Business Process Monitoring and the different documentations under https://service.sap.com/bpm --> Media Libary --> Technical Information. E.g. the PDF Setup Guide for Application Monitoring describes this "newer" dialog performance monitor. Probably you have to click on the calendar sheet in the Media Libary to also see older documents as well. As the Business Process Monitoring integrates with BW (there is also a BI Setup Guide in the Media LIbrary) you can get trendlines there. This BW integration also integrates back with SL Reporting.
    Some guidance for SL Reporting is probably given under https://service.sap.com/rkt-solman but I am not 100% sure.
    Best Regards
    Volker

  • How to monitor an application using JMX

    Hi,
    How can I monitor the portal application running on  portal server by using MBeans (JMX)? For this I need to make a connection between my portal application and  MBean class, How to monitor operations? How can I do that? If anybody has come across the same requirement pls explain me with the implementation details.

    Hello,
    I have done that in a project (not Portal, but pure Java Application, should be no difference), working fine.
    The steps are as follows:
    - create MBean Server (e.g. MBeanServerFactory.createMBeanServer("test");)
    - create your MBeans
    - make them accessible to clients (register the MBeans in the server)
    - query them from clients
    see http://java.sun.com/developer/technicalArticles/J2SE/jmx.html
    for very good explanation including sample source code.
    CSY

  • Need help for learning how to develop interfaces for Oracle R12 EBS

    Hi all,
    I need to learn how to create interfaces in PL/SQL for Oracle R12 EBS Financials. I cannot find a good starting point for the documentation and examples to help me get started in this area. Would appreciate tips
    for this area.

    Hi,
    What kind of interfaces you are planning to develop?
    Oracle already provides list of APIs that can be used (in R12, it is responsibility).
    Oracle Integration Repository Documentation Resources Release 12 [ID 396116.1]
    Oracle Integration Repository
    http://irep.oracle.com/index.html
    If those APIs do not satisfy your requirements, you can refer to "Oracle Applications Developer" guide as well as SQL-PL/SQL guides.
    Applications Releases 11i and 12
    http://www.oracle.com/technetwork/documentation/applications-167706.html
    Database Documentation -- SQL-PL/SQL
    http://www.oracle.com/technetwork/database/enterprise-edition/documentation/index.html
    Thanks,
    Hussein

  • How to monitor OSD TS failure and get alert or report?

    How to monitor OSD TS failure and get some alert or generate an report?
    We have SCCM 2012 R2 CU1 with MDT 2013.
    I have checked the OSD reports in SCCM and everyone is emty, where do SCCM get data to the what to activate?
    (I thinking of "Task Sequence - Deployment Status" reports)
    I am not sure people read report manually or lock at the MDT monitor view. So best I think that generate an email or incident in Service Manager when an TS fails.
    We do have SCOM, SCSM, SCO.
    Is there anyone that can point what way or what option I have?
    /SaiTech

    Specifically you could use this Status Message Query syntax to monitor your Task Sequences for errors:
    select stat.*, ins.*, att1.*, att1.AttributeTime from SMS_StatusMessage as stat left join SMS_StatMsgInsStrings as ins on stat.RecordID = ins.RecordID left join SMS_StatMsgAttributes as att1 on stat.RecordID = att1.RecordID inner join SMS_StatMsgAttributes
    as att2 on stat.RecordID = att2.RecordID where att2.AttributeID = 401 and att2.AttributeValue = "DOJ200A1" and stat.SiteCode = "DOJ" and att2.AttributeTime >= ##PRM:SMS_StatMsgAttributes.AttributeTime## order by att1.AttributeTime desc
    Just replace DOJ200A1 with the Deployment ID of your Task Sequence and DOJ with your SiteCode.
    If you want to generate an alert if the TS fails then you could run a script that calls a utility (or similar) which sends a pre-configured email to a specified address (as an alternative to Torten's response). This could be placed in the built in error
    logging section of the SCCM integrated MDT Task Sequence when it fails which I assume you are using (right at the bottom, called Gather Logs and StateStore on failure).
    There are heaps of ways of generating an email from a TS and controlling error logging just do a search - as you have Service Manager you could even use your instance of Orchestrator and call a run book in your TS which does the email?
    Cheers
    Damon

  • How to do Interface

    Hi All,
    How to do Interface.
    How to do Interface with SQL Server and SAP Server.

    HI CHECK THE FOLLOWING
    SQ02 SAP Query
    Re: retrieve data into ABAP program from external Oracle database
    YOu can send the data from SAP R/3 using RFC to SAP XI and then use JDBC adapter to put data in the SQL server:
    More abour RFC adapter:
    http://help.sap.com/saphelp_nw04/helpdata/en/33/c6e63b60c25767e10000000a11402f/content.htm
    JDBC adapter:
    http://help.sap.com/saphelp_nw04/helpdata/en/64/ce4e886334ec4ea7c2712e11cc567c/content.htm
    REGARDS
    NAVJOT
    REWARD IF HELPFULL
    Message was edited by:
            navjot sharma

  • How to monitor disk space in BW

    can some body help me out on the following issues.
    1)How to monitor disk space in BW?
    2)How can I delete Application logs in BW?

    When I research with DB02 transaction code in BW, I encountered following tables having lot of log , please some body can help me, how to delete the following log data?
    ARFCSDATA     ARFC Call Data (Callers)          
    BALDAT          Application Log: Log data     
    BSRWBSTORE     Storage for binary large objects (Excel)

  • How many monitors can you use on a new imac with GEForce 780m?

    My husband bought a new 27" iMac with the optional GEForce 780m with 4 gig of video ram. He wants to know how many monitors he can run simultaneously, and at what resolutions. He would obviously be using the Thunderbolt ports to do this. I thought this information should be easily found in the technical specs for either the iMac or the video card itself on the NVidia site, but it is not.

    Catherine Gramze wrote:
    Ok, rkaufman. Can he use two 4k monitors in addition to his iMac display? He wants to know what his options are in terms of number of monitors and the resolution. Yes, I know which monitor you buy will be the limiting factor for the actual display, but he has not yet purchased these additional monitors. If thunderbolt allows him to run 3840x2160, how many of them can he run at once at 32 bpp? How many if he chooses 2560x1600 instead?
    To be honest I don't know how many Thunderbolt displays he can run, I would STRONGLY recommend contacting Apple to ask. You can ask the online store (phone number is in upper right of it's home page) or if you have an Apple Store in your area, making an appointment with a business specialist and asking that question.

  • How to monitor all SAP Server through solution Manager?

    Dear Friends,
    How to monitor all SAP Server through solution Manager?
    Is it possible if yes then how? Please forward configuration and transaction also.
    Please help me as early as possible..
    Thanks,
    Regards,
    Sachin

    Hi sachin,
    You can monitor your sattilite systems through solution manager.
    If you want to monitor systems in solution manager means you need to configure those systems in solution manager.
    Before including the systems in solution manager we need to create a solution using tcode <b>DSWP</b>.
    After that you can include the systems using tcode <b>SMSY</b>.
    For configuring the systems we have lot of phases its very difficult to explain here.
    Try to login to<b> service.sap.com</b> and <b>help.sap.com</b> find the helpfull guides.
    i hope it will help you.
    any issues post it.
    kiran kumar.v

  • How to monitor oracle 11g database sessions on Windows 2008 server?

    Hi Experts
    How to monitor the Oracle 11g database sessions on Windows 2008 server (other than SQL Developer tool), which procedure or query is taking more time with Java application.

    Recently i found this tool- myorasql on the net to monitor the performence of database, easy to setup and check the performence.  i never tested it but seems impresive.  It is free and i think it would be use ful to you.
    http://myorasql.com/
    You can also use Quest - Toad or sqlplus if you are very good at sql commands and all dictionary tables or OEM/EM grid if it is configured .

  • How to Network Interface for Remote Debugging in Adobe Flash Professional CS6?

    How to Network Interface for Remote Debugging in Adobe Flash Professional CS6?

    Check out : http://helpx.adobe.com/flash/using/whats-new-cs6.html
    In that click on "Choose network interface for remote debugging for AIR" section.
    Hope it helps.

  • How to monitor partial payment

    Dear All:
    In my case, I always pay more money for original AR because I forgot partial payment had been done before. How I monitor AR overpayment when past partial payment exist?
    Thanks for the help suggestion first. Sorry for error description above.
    1.first for specific overdue analysis policy of company, we use partial payment.
    2.And then the question comes. According to contract item, we send invoice to customer only once and receive payment in several step. Each time income received, we use partial payment to clear the AR (to relate payment with original AR). But one customer may have some contracts with us, it always pay for all contract in certain amount at one time. We shall manually divide amount for each contract. If user forgot one contract was paid partially before, he may clear the AR totally at sencond time and then the first payment will still outstanding in open item. Finally we can find many partial payments received but can't refered to any invoice.
    So we are finding a way to control AR clearing to check whether partial payment exist and if the total amount is over original invoice it couldn't be cleared.
    Thanks to give me some suggestion.
    Message was edited by:
            Tommy shi
    Message was edited by:
            Tommy shi
    Message was edited by:
            Tommy shi

    Hi...
    You always have the otion of displaying vendor/customer balances(FK10N/FD10N) to find out the balances and the vendor/customer line items(FBL1n/FBL5N)
    When you pay your vendors select residual payment so that the system will select the residual item remaining to be paid to avoid any confusion.
    Its a good business procedure that you should not be paying your vendors more unnecessarily.
    Regards
    Aravind
    Assign points if useful

  • How to monitor MySQL Server installed in Windows Server using Nagios

    You can do this via NSClient as Gary posted. The NSClient is a communications system that allows nagios to send commands to a target system over the nsclient protocol and they are executed on the remote system. You will still have to build some kind of vbscript or plugin to run on the target system to do the actual query to check on mysql.There are other options to. If you enable snmp on your target computer you can use a few nagios plugins to query the snmp agent on the target computer to see if a service is running. To do this via snmp you will need this plugin "check_snmp_process.pl" fromthis site.Your check command will look something like this:check_win_process:= check_snmp_process.pl -H $HOSTADDRESS$ -C "$USER6$" -n "$ARG1$" -w $ARG2$ -c $ARG3$The service definition will be like this:check_win_process!sqlservr!0!0This will check...

    I installed Nagios Core in my Ubuntu workstation 10.04 for me to learn something new in my craft. I use this now to monitor our Windows Server 2008 with MySQL server installed as well as our Datalink Switch (DGS-1210-24). I searched on google on how to monitor a MYSQL server installed in Windows server using Nagios Core but i could not seem to find any. Could anybody who's expert in Nagios give me steps on how to do so. Thanks. All i found in google were steps in monitoring mysql installed in linux and nothing in windows server.
    This topic first appeared in the Spiceworks Community

Maybe you are looking for

  • Problem with CR exporting and Excel formatting/merging

    I'm currently running Visual Studio 2008 (Version 10 of CR).  We have a Winforms application that runs various crystal reports  I can't say there's anything particularly sophisticated about it.  Just slap the report in a viewer, pass in the parameter

  • Contact's Custom Phone Labels Won't Sync

    If I add a custom label for a phone number in either the iPhone contact list or the Address Book on my Mac, it wont sync to the other.

  • Why can't i open my Panasonic Lumix FZ45 RAW files in CS3?

    why can't i open my RAW files? I have photoshop CS3 with camera raw plug-in 4.6.0.30 on MacBook Pro OS X Lion 10.7.5 (11G63) and a Panasonic Lumix FZ45 I have checked the list of supported cameras and mine appears to be there. I have no available upd

  • Troubles with the hold button...

    Simply put, my hold button no longer reliably works. If I turn it on, perhaps one out of four times does it actually put the iPod into "hold" mode and prevent the buttons from changing settings. Has anyone had the same problems and are there any simp

  • AI CS2 Korean input in Windows 7 (English) broken?

    I have AI CS2 (US version), and Korean input worked ok in Windows Vista Home Premium (English).  I upgraded to Windows 7 Pro (again, English version) and Korean input does not work anymore.  The 'jamo' are separated when they should be together.  Any