Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

node-detection (EVPN-VXLAN)

date_range 14-Dec-23

Syntax

content_copy zoom_out_map
node-detection {
  action (laser-off | trigger-node-isolation);
  bfd-liveness-detection {
   no-adaptation;
   detection-time {
    threshold milliseconds;
   }
   inline-disable;
   minimum-interval milliseconds;
   minimum-receive-interval milliseconds;
   multiplier multiplier;
   neighbor neighbor;
   pdu-size pdu-size;
   transmit-interval {
    minimum-interval milliseconds;
    threshold milliseconds;
   }
   version(0 | 1 | automatic);
  }
  next-hop next-hop interface;
 }

Hierarchy Level

content_copy zoom_out_map
[edit logical-systems name protocols evpn],
[edit protocols evpn]

Description

Configure node detection to enable bfd-liveness-detection in a multihomed environment. Node detection monitors the liveness of EVPN BGP peers using Bidirectional Forwarding Detection (BFD) protocol. Configure one of the peers to take action to forward traffic through the network based on the status of the BGP and BFD sessions. The two options for the action configuration are turning the interface lasers off and triggering node isolation. When the action is turning the lasers off, the lasers are off for the ESI LAG interfaces during core isolation. The trigger node isolation action puts the ESI LAG interfaces in a link-down state.

Each option for the action configuration also requires additional configuration.

The BFD session can run over standard interfaces or over the management interfaces between the EVPN BGP peers.

Note:

Junos OS Evolved platforms do not support BFD over management ports.

Options

action

Configure the isolation action only on one device and not both. The isolation action determines how to implement the core isolation.

  • laser-off—Will trigger laser-off on core-isolation

  • trigger-node-isolation—Will trigger link-down on core-isolation

next-hop

Next-hop interface connected to the node detection peer

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

routing—To view this statement in the configuration.

routing-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 23.3R1 and Junos OS Evolved Release 23.3R1.

footer-navigation