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.

protocols pim6 legacy-register-checksum [group-list <acl6>]

Specifies that the Register checksum should be calculated over the whole packet.

set protocols pim6 legacy-register-checksum [ group-list acl6 ]
delete protocols pim6 legacy-register-checksum [ group-list ]
show protocols pim6 legacy-register-checksum [ group-list ]

The Register checksum is calculated over only the packet header.

acl6
An IPv6 access list name. An access control list is a type of routing policy; see Ciena Vyatta Network OS Routing Policies Configuration Guide for information on creating them.

Configuration mode


protocols {
    pim6 {
        legacy-register-checksum {
            group-list acl6
        }
    }
}

Use this command to specify that the Register checksum should be calculated over the whole packet rather than only over the packet header. This command is used to accommodate operations with older Cisco IOS versions.

Use the set form of this command to specify that the Register checksum should be calculated over the whole packet rather than only over the packet header.

Use the delete form of this command to restore the default operation.

Use the show form of this command to display the configuration of legacy register checksums.