Re-enables the padding of Intermediate System-to-Intermediate System (IS-IS) hello Protocol Data Units (PDUs) globally.
Enabled.
IS-IS router configuration mode
IS-IS is supported on the Extreme 8820, SLX 9740, SLX 9640, and SLX 9540 devices only.
Generally, you do not need to disable padding unless a link is experiencing slow performance. If you enable or disable padding on an interface using the isis hello padding command, the interface setting overrides the global setting.
The no form of the command disables the padding of IS-IS hello PDUs.
The following example globally disables padding of IS-IS hello PDUs.
device# configure terminal device(config)# router isis device(config-isis-router)# hello padding disable
The following example globally disables padding of IS-IS hello PDUs for point-to-point interfaces.
device# configure terminal device(config)# router isis device(config-isis-router)# hello padding disable point-to-point
The following example globally re-enables padding of IS-IS hello PDUs.
device# configure terminal device(config)# router isis device(config-isis-router)# hello padding
The following example globally re-enables padding of IS-IS hello PDUs for Point-to-Point interfaces.
device# configure terminal device(config)# router isis device(config-isis-router)# hello padding point-to-point