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;
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
add a comment
|
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
add a comment
|
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
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
cisco cisco-ios-15 ios-xe bfd
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
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
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
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
add a comment
|
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
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
add a comment
|
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
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
add a comment
|
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
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
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
add a comment
|
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
add a comment
|
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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