Bfd support for vrrp interface tracking query !

Hi All
I have a requirement in my typical LAN scenario whereby my LAN server connects in a dual homed fashion to two different LAN switches from a third party vendor. We are using vrrp for the server LAN. The two 3rd party vendor switches are uplinked via L3 links to two c6500. We are tracking the uplink interfaces under vrrp such that no traffic blackholing occurs if the uplink connectivity from master is broken. Now customer has asked to use bfd support in the vrrp uplink interface tracking which is supported by the vendor switches. This topic is confusing to me as what configuration would be required on c6500 to achieve this as the requirement is not to configure bfd for routing protocol but for vrrp interface tracking. As per my understanding BFD works only in integration with routing protocols and there would be no session formed by just enabling BFD under Interface Config. If anyone has any prior experience with implementing such setup please guide me on what needs to be done from c6500 side to achieve this. We are using static routes on c6500 for server LAN reachability and default route on vendor switches towards junos but no bfd for static routing.
Regards Varma

Hi Varma,
your understanding is correct, initially we were supporting BFD in conjunction with BGP/IGPs. Nowadays there's BFD support for VRRP in IOS XR and BFD support for HSRP in IOS. Since you're in multivendor environment, I don't think these options are feasible. You may instead apply subsecond hello timers in VRRP, provided you don't have lots of instances, you should not face a performance burden.
HTH,
Ivan.

Similar Messages

  • Unicode support for QT text tracks?

    Does Quicktime NOT support unicode text? Is it not possible to create a text track with Chinese, Korean or other subtitles? I have a unicode file, but the text gets garbled when I try to open it in QT Pro. I have tried the language descriptor {language:23}, but no luck, and putting {textencoding:256} does not help either. That is for UTF-16, but it does not display correctly. There does not seem to be a descriptor for UTF-8. I tried {textencoding:64} but no luck either.

    hi,
    Use atinav.com driver. I hope it will solve ur problem......
    regards,
    Shaan

  • Feature Request: support for Word's Track Changes feature

    I love the iPad and Pages lets my wife and I use it to some extent for our jobs. However, the most useful feature for me in a document reader/creator would be the ability to track changes and have it be compatible with Word. I am a college professor, and I use this feature almost daily when grading student papers. If this were available on the iPad version of Pages, I could truly leave the laptop at home.

    Why would it need to be compatible with Word? Why not use Pages' Track Changes feature and print the final version, with the comments and markup visible, to PDF? This is what I do. And it works just fine. I get a student once in a while who doesn't have Adobe Reader installed, but I have a FAQ item for that in the online course shell.

  • Is there any interface support for Microsoft MSMQ from Oracle AQ?

    Hi frns,
    Like Oracle's Native AQ Interface for Java , Is there any support for microsft?.
    Is there any way of posting msgs from AQ to MSMQ?
    Regards
    Sunil

    Take a look at DUMP_CSV function by Tom Kyte.

  • User Tracking supported for Nexus 5K in Prime Infrastructure 1.3

    Hi,
    Is User Tracking supported for Nexus 5K in Prime Infrastructure 1.3?
    Regards
    Francois Bouchard

    Hi Andy,
    Check the below link , as per this Doc .. User tracking is supported in 2.0:
    http://www.cisco.com/en/US/prod/collateral/netmgtsw/ps6504/ps6528/ps12239/guide_c07-729089.html
    Thanks-
    Afroz
    [Do rate the usefu post]

  • To Bentley Wolfe, Adobe, re: Locked [ADOBE FYI] : Getting Support for Flash Player 10 and Issue Tracking post

    Hi Bentley,
    I wanted to tell you that an important link you posted does
    not work and says "Sorry, this page is not available".
    It is in your post entitled "Locked [ADOBE FYI] : Getting
    Support for Flash Player 10 and Issue Tracking post", and is at
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfmforumid=44&catid=184&threadid= 1400586&enterthread=y.
    The link that is non-functional is "If you have issues
    installing Flash Player 10, first troubleshoot your issues using
    http://www.adobe.com/support/flashplayer.
    Read the technotes, do some testing.".
    I just wanted you to know, since you have gone to all of the
    effort of posting it. I apologize for having to start a new thread,
    but I was unable to post to your thread, since it is locked and
    read-only.
    This is the issue I am dealing with myself, and desperately
    need help with. :)
    Thank you so very much,
    Karen

    Hi Bentley,
    I just noticed something. The link that I pasted, to your
    post, does not work either. I noticed why, however, and it seems to
    be why the link in your original page does not work, and why the
    link in my post that goes to your post does not work.
    It seems to be that if a link has a period after it (i.e., if
    it is at the end of a sentence), the period is incorrectly included
    in the "real" link. Somehow, whatever mechanism that processes the
    post has a mini bug in it.
    If you go to the link that is results in "Sorry, this page is
    not available", and look up into the browser address bar, you will
    see the period there each time.
    I just thought that I would point this out, too, so that the
    web techs in charge of the workings of the forums could look into
    it.
    Here is the original link, without a period after it, to your
    original page.
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=44&catid=184&threadid =1400586&enterthread=y
    Thank you again,
    Karen

  • How do i query the module object for the interface of the module-specific interface I require

    Hi there.
    Currently using LabVIEW 2012/TestStand 2012.
    I am attempting to edit the LabVIEW Text Sequence Translator, and in the CreateStep.vi I am trying to create a step that is of type WIS_Sequence_Call (a custom version of NI_Types.ini-->SequenceCall).
    I need to set the file pathname, sequence name and parameter values in the step.  I believe I need to get access to the SequenceCallModule class to do this.
    This help file SequenceCallModule states in the description: "To access the properties and methods of a specific module class, query the Module object for the interface of the module-specific interface you want to acquire.".
    What exactly is meant by "query" here?  It looks like "Specify" might be what I am after, but I want this done programmatically, ie no dialog boxes.
    See my snippet below.
    Thanks.

    Thanks for the reply Charles.
    I have been using the 2012 version of the poster.
    I can get access to the Module class from the Step Class as shown in the snippet above, but I can't see how to get to SequenceCallModule? The "To more specific class" VI doesn't seem to work for TS refs. Is there no way to derive the SequenceCallModule from this?
    Also I can use the TSAdp.SequenceCallModule reference, but I need to link this to the relevant step that I've just created.  Can NI please provide me with a link to any examples on this?
    Thanks

  • How do i query the module object for the interface of the module-spe​cific interface I require

    Hi there.
    Currently using LabVIEW 2012/TestStand 2012.
    I am attempting to edit the LabVIEW Text Sequence Translator, and in the CreateStep.vi I am trying to create a step that is of type WIS_Sequence_Call (a custom version of NI_Types.ini-->SequenceCall).
    I need to set the file pathname, sequence name and parameter values in the step.  I believe I need to get access to the SequenceCallModule class to do this.
    This help file SequenceCallModule states in the description: "To access the properties and methods of a specific module class, query the Module object for the interface of the module-specific interface you want to acquire.".
    What exactly is meant by "query" here?  It looks like "Specify" might be what I am after, but I want this done programmatically, ie no dialog boxes.
    See my snippet below.
    Thanks.
    Christopher Farmer
    Certified LabVIEW Architect
    Certified TestStand Developer
    http://wiredinsoftware.com.au
    Solved!
    Go to Solution.

    Thanks for the reply Charles.
    I have been using the 2012 version of the poster.
    I can get access to the Module class from the Step Class as shown in the snippet above, but I can't see how to get to SequenceCallModule? The "To more specific class" VI doesn't seem to work for TS refs. Is there no way to derive the SequenceCallModule from this?
    Also I can use the TSAdp.SequenceCallModule reference, but I need to link this to the relevant step that I've just created.  Can NI please provide me with a link to any examples on this?
    Thanks
    Christopher Farmer
    Certified LabVIEW Architect
    Certified TestStand Developer
    http://wiredinsoftware.com.au

  • Audio interface for recording 2 tracks at once

    What are my Audio Interface options for recording two tracks at once on my Macbook? What have you had success with?
    Thanks

    I'm sure you will get numerous recommendations - what you want really is an Apogee Duet... it's the best thing you'll find for the price and it sounds great...
    I use an Edirol FA-66 with a MacBook with no problems at all, except it sounds a bit "thin"...
    Over to the rest of you...

  • Is there support for ejb local interface?

    Hi,
    Is there support for ejb local intefaces in JDev? By default it creates remote interfaces
    & I have to manually edit the interfaces as well as the ejb-jar.xml files.
    I am using JDev 9.0.2.
    Thanks in advance...
    Regards..
    Dipankar

    Right. The aforementioned -migrate flag on the jdev or jdevw command line will migrate the IDE settings from your previous build.
    Other upgrade issues are handled automatically the first time you open a project and save it with the new version.

  • Query Problem - Exclude operation is not supported for this characteristic

    Hello all
    I have a little issue with a report problem i have been given and wondered if anyone had any knowledge of this.
    We have a report witn two heriarchy variables for profit centre. One is a authorisation variable and the other a custmer exit.
    When we are in the report and try and drag out some profit centres or exclude some)  it will not allow it and we get the following message: -
    'Exclude operation is not supported for this characteristic'
    Does anyone know why this is happening. I
    Any ideas?

    Hi Andrew,
    if you have a chance confirm this with SAP Support, but I think excluding hierarchy nodes is not supported. The reason for this is the fact that it is not quite clear what should happen to the hierarchy structure when nodes are excluded. For example, what should happen to the value of the parent? Should it still contain the value of the excluded node under it?! or not?! One might want it one way, others might find the other more convenient.
    Hope this helps.
    Regards,
    Maxim

  • Does the iphone 3GS support arabic language for user interface?

    hello everybody
    i am looking for an answer to the following question:
    does the iphone 3gs include arabic language setting for user interface?
    thanks

    The 3GS can be updated to iOS 6.1.2 and that iOS has Arabic as one of the keyboard languages but I do not see Arabic as one of the languages for userinterface but there are some I cant read so I cant be sure.  You could check by going to settings/general/international then languages

  • Does any one know of a property rental software to track rents and expenses for multiple properties that works on the IMAC?  Quicken Rental Property is only supported for Windows.  Any suggestions appreciated.

    Has any one found a comparable software for IMAC that could replace the Quicken for Rental Properties that is only supported for windows?

    And Google found
    http://property-management-software.findthebest.com/d/a/Mac-OS-X

  • Support for Bourgogne Transaction Interface

    Does the Weblogic Server support the transaction extension of EJB Transactions?
    Since Bourgogne introduce new transactional primitives allowing to establish flow control dependencies between transactions, to delegate bean objects from a ransaction to another transaction, and to give permissions to access bean objects locked by a transaction.

    No, there is no support for this transaction model in WebLogic.

  • Support for DbXml specific functionality in XQuery vs. Shell or API

    Is / will there be any support for doing common commands in pure XQuery rather than just programmatically or through the shell? For example, in the shell I can create / list / delete indexes on a container, output query plans, etc. Are the same functions that are called through the shell available as XQuery functions? possibly in a dbxml function namespace?
    In a related question, but possibly deserving of a new thread if it doesn't already have one - I know XQuilla has the ability to call registered external functions from parsed XQuery, is there a way to tell DbXml to register a function with XQuilla's static context before using it? that would make it possible for me to add the functionality described above myself without disturbing your distributed code.

    Not so handy with C++ (my everday languages are PHP and Java), but if you say it can be done then I'll take a hack at it. If you happen to have examples of how other people have done it and you could point me at them it would be marvelous.
    To answer your second question: "bingo." It mostly means less interface work and brings it closer to what SQL can do in relational databases.
    The project allows the end user to define their own document structures (schema definitions more or less) and then create instances of these documents in a XML editing interface. For each document type, the end user is also able to define a set of named queries (abstracted function declarations) which lets us captures business rules without customizing our PHP code. Because the structure and queries that will be used against the documents are user defined its fairly impossible for me to automatically setup adequate indexes for the container of each set of documents. So I need an interface to allow the user to create / review / delete the indexes themselves.
    We've already created an interface that allows the user to execute arbitrary queries against a selected document. In the future we'd also like this same interface to do result set based content updates (through the XmlModify class) and whole document addition / replacement. So inclusion of index control makes sense as well. We can find ways to use the APIs, it just seems like this could benefit more than just our project.
    Placing the functionality from the shell into xquery extension functions seems analogous to having the UPDATE, DELETE and CREATE syntaxes of SQL.

Maybe you are looking for