By default, a device adds extra data to the end of a hello packet to make the packet the same size as the maximum length of PDU the device supports. The following task disables hello padding globally.
device# configure terminal
device(config)# router isis
device(config-isis-router)# hello padding disable
The following example disables hello padding globally.
device# configure terminal device(config)# router isis device(config-isis-router)# hello padding disable