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 pim legacy-register-checksum [group-list <acl>]

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

set protocols pim legacy-register-checksum [ group-list acl ]
delete protocols pim legacy-register-checksum [ group-list ]
show protocols pim legacy-register-checksum [ group-list ]

The Register checksum is calculated over only the packet header.

acl
An access list number that specifies the multicast groups on which to calculate the Register checksum over the whole packet. The number ranges as follows:

1 to 99: IP access list number.

1300 to 1999: IP access list number in the expanded range.

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 {
    pim {
        legacy-register-checksum {
            group-list acl
        }
    }
}

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 legacy register checksum configuration.