Use BFD on a Virtual-Template InterfaceCisco: Using carrier-delay with BFD on the same interfaceWhat is the difference between UDLD and BFD?BFD on BGP at ASR 1kBFD Echo packetcapturing specific BFD packets using tcpdumpHow to define a static route from LAN device through IPSec endpoint to PeerNAT on outside interface alternativesConfiguring BFD for OSPFv3 between IOS-XE and JunOS

Did Joe Biden "stop a prosecution" into his son in Ukraine? And did he brag about stopping the prosecution?

Why is the time of useful consciousness only seconds at high altitudes?

Bothered by watching coworkers slacking off

How to prove (A v B), (A → C), (B → D) therefore (C v D)

C - Learning Linked Lists, Pointer Manipulation - Store some ints, print and free memory

Driving test in New Zealand?

Can a Catholic hold the position that some sodomite priests should be punished by the death penalty?

What are some ways to season that don't rely on garlic and onions?

How does case-insensitive collation work?

Search for something difficult to count/estimate

Is "weekend warrior" derogatory?

Quote to show students don't have to fear making mistakes

Is "Ram married his daughter" ambiguous?

Can I return my ability to cast Wish by using Glyph of warding?

As a girl, how can I voice male characters effectively?

Redirect output on-the-fly - looks not possible in Linux, why?

Determine the Winner of a Game of Australian Football

Lighthouse Alternatives

How fast are we moving relative to the CMB?

Colleague's grant application resembles my PhD thesis

Is right click on tables bad UX

Would houseruling two or more instances of resistance to the same element as immunity be overly unbalanced?

Does the US Armed Forces refuse to recruit anyone with an IQ less than 83?

How to catch creatures that can predict the next few minutes?



Use BFD on a Virtual-Template Interface


Cisco: Using carrier-delay with BFD on the same interfaceWhat is the difference between UDLD and BFD?BFD on BGP at ASR 1kBFD Echo packetcapturing specific BFD packets using tcpdumpHow to define a static route from LAN device through IPSec endpoint to PeerNAT on outside interface alternativesConfiguring BFD for OSPFv3 between IOS-XE and JunOS






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









3















I would like to know how I can configure Bidirectional Forward Detection on a Virtual-Template interface. Tested on IOSv and IOS-XE (ISR-4451):



router#configure terminal 
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#interface Virtual-Template99 type tunnel
router(config-if)#bfd ?
% Unrecognized command
router(config-if)#exit
router(config)#interface tunnel 99
router(config-if)#bfd ?
echo Use echo adjunct as bfd detection mechanism
interval Transmit interval between BFD packets
template BFD template
router(config-if)#


This is a FlexVPN environment where we want to use BFD.










share|improve this question
































    3















    I would like to know how I can configure Bidirectional Forward Detection on a Virtual-Template interface. Tested on IOSv and IOS-XE (ISR-4451):



    router#configure terminal 
    Enter configuration commands, one per line. End with CNTL/Z.
    router(config)#interface Virtual-Template99 type tunnel
    router(config-if)#bfd ?
    % Unrecognized command
    router(config-if)#exit
    router(config)#interface tunnel 99
    router(config-if)#bfd ?
    echo Use echo adjunct as bfd detection mechanism
    interval Transmit interval between BFD packets
    template BFD template
    router(config-if)#


    This is a FlexVPN environment where we want to use BFD.










    share|improve this question




























      3












      3








      3








      I would like to know how I can configure Bidirectional Forward Detection on a Virtual-Template interface. Tested on IOSv and IOS-XE (ISR-4451):



      router#configure terminal 
      Enter configuration commands, one per line. End with CNTL/Z.
      router(config)#interface Virtual-Template99 type tunnel
      router(config-if)#bfd ?
      % Unrecognized command
      router(config-if)#exit
      router(config)#interface tunnel 99
      router(config-if)#bfd ?
      echo Use echo adjunct as bfd detection mechanism
      interval Transmit interval between BFD packets
      template BFD template
      router(config-if)#


      This is a FlexVPN environment where we want to use BFD.










      share|improve this question
















      I would like to know how I can configure Bidirectional Forward Detection on a Virtual-Template interface. Tested on IOSv and IOS-XE (ISR-4451):



      router#configure terminal 
      Enter configuration commands, one per line. End with CNTL/Z.
      router(config)#interface Virtual-Template99 type tunnel
      router(config-if)#bfd ?
      % Unrecognized command
      router(config-if)#exit
      router(config)#interface tunnel 99
      router(config-if)#bfd ?
      echo Use echo adjunct as bfd detection mechanism
      interval Transmit interval between BFD packets
      template BFD template
      router(config-if)#


      This is a FlexVPN environment where we want to use BFD.







      cisco cisco-ios-15 ios-xe bfd






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 16 at 14:21









      jonathanjo

      13.8k1 gold badge12 silver badges43 bronze badges




      13.8k1 gold badge12 silver badges43 bronze badges










      asked Apr 16 at 14:00









      Mario JostMario Jost

      34810 bronze badges




      34810 bronze badges























          1 Answer
          1






          active

          oldest

          votes


















          5
















          Bidirectional Forward Detection (BFD) has been deactivated on virtual and dialer interfaces on newer IOS and IOS-XE versions.




          On earlier releases like IOS-XE 3S, the Cisco IOS software incorrectly
          allowed configuration of BFD on virtual-template and dialer
          interfaces; however, BFD functionality on virtual-template and dialer
          interfaces is not supported. Avoid configuring BFD on
          virtual-template and dialer interfaces.




          That is what the Cisco configuration guide says for BFD on IOS XE:



          https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_bfd/configuration/xe-3s/irb-xe-3s-book/irb-bi-fwd-det.html






          share|improve this answer



























          • Thank you for the explanation. So is there another alternative on how to use BFD in a FlexVPN environment? I found a cisco FlexVPN configuration example with BFD, but they use manually created tunnel interfaces on the hubs, i mean what the heck? cisco.com/c/en/us/support/docs/security/flexvpn/…

            – Mario Jost
            Apr 16 at 15:35






          • 1





            @MarioJost I'm really sorry sir, i do not know of any alternatives.

            – user56700
            Apr 16 at 16:36












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "496"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );














          draft saved

          draft discarded
















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fnetworkengineering.stackexchange.com%2fquestions%2f58517%2fuse-bfd-on-a-virtual-template-interface%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          5
















          Bidirectional Forward Detection (BFD) has been deactivated on virtual and dialer interfaces on newer IOS and IOS-XE versions.




          On earlier releases like IOS-XE 3S, the Cisco IOS software incorrectly
          allowed configuration of BFD on virtual-template and dialer
          interfaces; however, BFD functionality on virtual-template and dialer
          interfaces is not supported. Avoid configuring BFD on
          virtual-template and dialer interfaces.




          That is what the Cisco configuration guide says for BFD on IOS XE:



          https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_bfd/configuration/xe-3s/irb-xe-3s-book/irb-bi-fwd-det.html






          share|improve this answer



























          • Thank you for the explanation. So is there another alternative on how to use BFD in a FlexVPN environment? I found a cisco FlexVPN configuration example with BFD, but they use manually created tunnel interfaces on the hubs, i mean what the heck? cisco.com/c/en/us/support/docs/security/flexvpn/…

            – Mario Jost
            Apr 16 at 15:35






          • 1





            @MarioJost I'm really sorry sir, i do not know of any alternatives.

            – user56700
            Apr 16 at 16:36















          5
















          Bidirectional Forward Detection (BFD) has been deactivated on virtual and dialer interfaces on newer IOS and IOS-XE versions.




          On earlier releases like IOS-XE 3S, the Cisco IOS software incorrectly
          allowed configuration of BFD on virtual-template and dialer
          interfaces; however, BFD functionality on virtual-template and dialer
          interfaces is not supported. Avoid configuring BFD on
          virtual-template and dialer interfaces.




          That is what the Cisco configuration guide says for BFD on IOS XE:



          https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_bfd/configuration/xe-3s/irb-xe-3s-book/irb-bi-fwd-det.html






          share|improve this answer



























          • Thank you for the explanation. So is there another alternative on how to use BFD in a FlexVPN environment? I found a cisco FlexVPN configuration example with BFD, but they use manually created tunnel interfaces on the hubs, i mean what the heck? cisco.com/c/en/us/support/docs/security/flexvpn/…

            – Mario Jost
            Apr 16 at 15:35






          • 1





            @MarioJost I'm really sorry sir, i do not know of any alternatives.

            – user56700
            Apr 16 at 16:36













          5














          5










          5









          Bidirectional Forward Detection (BFD) has been deactivated on virtual and dialer interfaces on newer IOS and IOS-XE versions.




          On earlier releases like IOS-XE 3S, the Cisco IOS software incorrectly
          allowed configuration of BFD on virtual-template and dialer
          interfaces; however, BFD functionality on virtual-template and dialer
          interfaces is not supported. Avoid configuring BFD on
          virtual-template and dialer interfaces.




          That is what the Cisco configuration guide says for BFD on IOS XE:



          https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_bfd/configuration/xe-3s/irb-xe-3s-book/irb-bi-fwd-det.html






          share|improve this answer















          Bidirectional Forward Detection (BFD) has been deactivated on virtual and dialer interfaces on newer IOS and IOS-XE versions.




          On earlier releases like IOS-XE 3S, the Cisco IOS software incorrectly
          allowed configuration of BFD on virtual-template and dialer
          interfaces; however, BFD functionality on virtual-template and dialer
          interfaces is not supported. Avoid configuring BFD on
          virtual-template and dialer interfaces.




          That is what the Cisco configuration guide says for BFD on IOS XE:



          https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_bfd/configuration/xe-3s/irb-xe-3s-book/irb-bi-fwd-det.html







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Apr 16 at 14:41

























          answered Apr 16 at 14:32









          user56700user56700

          1,5511 gold badge3 silver badges12 bronze badges




          1,5511 gold badge3 silver badges12 bronze badges















          • Thank you for the explanation. So is there another alternative on how to use BFD in a FlexVPN environment? I found a cisco FlexVPN configuration example with BFD, but they use manually created tunnel interfaces on the hubs, i mean what the heck? cisco.com/c/en/us/support/docs/security/flexvpn/…

            – Mario Jost
            Apr 16 at 15:35






          • 1





            @MarioJost I'm really sorry sir, i do not know of any alternatives.

            – user56700
            Apr 16 at 16:36

















          • Thank you for the explanation. So is there another alternative on how to use BFD in a FlexVPN environment? I found a cisco FlexVPN configuration example with BFD, but they use manually created tunnel interfaces on the hubs, i mean what the heck? cisco.com/c/en/us/support/docs/security/flexvpn/…

            – Mario Jost
            Apr 16 at 15:35






          • 1





            @MarioJost I'm really sorry sir, i do not know of any alternatives.

            – user56700
            Apr 16 at 16:36
















          Thank you for the explanation. So is there another alternative on how to use BFD in a FlexVPN environment? I found a cisco FlexVPN configuration example with BFD, but they use manually created tunnel interfaces on the hubs, i mean what the heck? cisco.com/c/en/us/support/docs/security/flexvpn/…

          – Mario Jost
          Apr 16 at 15:35





          Thank you for the explanation. So is there another alternative on how to use BFD in a FlexVPN environment? I found a cisco FlexVPN configuration example with BFD, but they use manually created tunnel interfaces on the hubs, i mean what the heck? cisco.com/c/en/us/support/docs/security/flexvpn/…

          – Mario Jost
          Apr 16 at 15:35




          1




          1





          @MarioJost I'm really sorry sir, i do not know of any alternatives.

          – user56700
          Apr 16 at 16:36





          @MarioJost I'm really sorry sir, i do not know of any alternatives.

          – user56700
          Apr 16 at 16:36


















          draft saved

          draft discarded















































          Thanks for contributing an answer to Network Engineering Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fnetworkengineering.stackexchange.com%2fquestions%2f58517%2fuse-bfd-on-a-virtual-template-interface%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Tamil (spriik) Luke uk diar | Nawigatjuun

          Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

          Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?