hello padding

Re-enables the padding of Intermediate System-to-Intermediate System (IS-IS) hello Protocol Data Units (PDUs) globally.

Syntax

hello padding [ disable ] [ point-to-point ]
no hello padding [ disable ] [ point-to-point ]

Command Default

Enabled.

Parameters

disable
Disables the padding of IS-IS hello PDUs.
point-to-point
Specifies point-to-point interfaces.

Modes

IS-IS router configuration mode

Usage Guidelines

IS-IS is supported only on devices based on the DNX chipset family. For a list of such devices, see "Supported Hardware".

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.

Examples

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