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 for an IS-IS Ethernet interface.
device# configure terminal
device(config)# interface ethernet 1/2
device(conf-if-eth-1/2)# isis hello padding disable
The following example disables hello padding for a specified IS-IS Ethernet interface.
device# configure terminal device(config)# interface ethernet 1/2 device(conf-if-eth-1/2)# isis hello padding disable