home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

interfaces tunnel <tunx> bfd template

Specifies a bidirectional forwarding detection (BFD) template for a specified interface.

set interfaces tunnel tunx bfd template template-name
delete interfaces tunnel tunx bfd template template-name
show interfaces tunnel tunnel tunx bfd template
tunx
The identifier of a tunnel interface. The identifier ranges from tun0 through tunx, where x is a nonnegative integer.
template-name
The name of a BFD template to enable add or delete.

Configuration mode


interfaces {
	tunnel tunx {
	         bfd {
                template my_template
       }
   	}
	}

Use the set form of this command to specify the name of a BFD template.

Use the delete form of this command to delete a specified BFD template.

Use the show form of this command to display the BFD configuration for the tunnel.