ip pim cisco-register-checksum
Use this command to configure the option to calculate the register checksum over the whole packet. This command is used to inter-operate with older Cisco IOS versions.
Use the no option with this command to revert to the default settings.
Command Syntax
ip pim cisco-register-checksum
ip pim cisco-register-checksum group-list WORD
ip pim (vrf NAME|) cisco-register-checksum
ip pim (vrf NAME|) cisco-register-checksum group-list WORD
no ip pim cisco-register-checksum
no ip pim cisco-register-checksum group-list WORD
no ip pim (vrf NAME|) cisco-register-checksum
no ip pim (vrf NAME|) cisco-register-checksum group-list WORD
Parameters
vrf
The VPN routing/forwarding instance.
NAME
Specify the name of the VPN routing/forwarding instance.
group-list
Use this parameter to configure the option to calculate the register checksum over the whole packet on multicast groups specified by the access-list.
WORD
IP named standard access list.
Default
This command is disabled by default. By default, Register Checksum is calculated only over the header.
Command Mode
Configure mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#configure terminal
(config)#ip pim cisco-register-checksum
#configure terminal
(config)#ip pim cisco-register-checksum group-list xyz
(config)#ip access-list 34 permit 224.0.1.3
Last modified date: 07/14/2023