mpls bfd

Use this command to set up a BFD session for an MPLS LSP.

Use the no form of the command to remove the BFD session from the MPLS LSP.

Command Syntax

Copy
mpls bfd ((ldp A.B.C.D/M)|(rsvp tunnel-name NAME)|(static A.B.C.D/M))
mpls bfd static all
no mpls bfd ((ldp A.B.C.D/M)|(rsvp tunnel-name NAME)|(static A.B.C.D/M))
no mpls bfd static all

Parameters

ldp

Configures a BFD session for an LDP-signaled MPLS LSP.

ldp A.B.C.D/M

Specifies the LDP FEC (prefix) for the BFD session.

rsvp

Configures a BFD session for an RSVP-signaled MPLS LSP.

rsvp tunnel-name NAME

Specifies the RSVP tunnel name for the BFD session.

static A.B.C.D/M

Configures a BFD session for a specific static MPLS LSP.

static all

Configures BFD sessions for all static MPLS LSPs.

Command Mode

Configure mode

Applicability

Introduced before OcNOS version 5.0. Removed the command mpls bfd (ldp|rsvp) all in OcNOS version 6.6.1.

Example

Copy
#configure terminal
(config)#mpls bfd rsvp tunnel-name t1
(config-mpls-bfd)#exit

(config)#mpls bfd ldp 1.1.1.1/32
(config-mpls-bfd)#exit