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 exclude-genid

Specifies that the generated ID (GenID) option is to be excluded from PIM Hello packets sent on an interface.

set interfaces interface ipv6 pim exclude-genid
delete interfaces interface ipv6 pim exclude-genid
show interfaces interface ipv6 pim

The GenID option is included in Hello packets.

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 {
            exclude-genid
        }
    }
}

Use this command to exclude the GenID option from PIM Hello packets sent on an interface. This command is used to accommodate operations with older Cisco IOS versions.

Use the set form of this command to exclude the GenID option from Hello packets.

Use the delete form of this command to restore the default behavior for the GenID option in Hello packets.

Use the show form of this command to display the GenID exclusion configuration.