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 <interface> ipv6 pim unicast-bsm

Enables the sending and receiving of unicast Bootstrap Messages (BSM) on an interface.

set interfaces interface ipv6 pim unicast-bsm
delete interfaces interface ipv6 pim unicast-bsm
show interfaces interface ipv6 pim

Unicast bootstrap messaging is disabled on an interface.

interface
The type of interface. For a list of supported interfaces and detailed syntax, see interfaces <interface> ipv6 pim.

Configuration mode


interfaces interface {
    ipv6 {
        pim {
            unicast-bsm
        }
    }
}

Use this command to enable the sending and receiving of unicast BSM on an interface. This command provides support for older versions of the Bootstrap Router (BSR) specification. This specification specifies the use of unicast BSM to refresh the state of new or restarting neighbors.

Use the set form of this command to enable support for unicast BSM on an interface.

Use the delete form of this command to disable support for unicast bootstrap messaging on an interface.

Use the show form of this command to display the configuration of unicast bootstrap messaging.