Configures summary prefixes to aggregate IPv6 Intermediate System-to-Intermediate System (IS-IS) route information.
Disabled.
IS-IS address-family IPv6 unicast configuration mode
IS-IS is supported only on devices based on the DNX chipset family. For a list of such devices, see "Supported Hardware".
Route Summarization using this command is applicable only for redistributed routes.
The no form of the command disables route summarization.
The following example configures a summary prefix of 2001:db8::/32 to be advertised to Level 1 redistributed routes only.
device# configure terminal device(config)# router isis device(config-isis-router)# address-family ipv4 unicast device(config-router-isis-ipv4u)# summary-prefix 2001:db8::/32 level-1
The following example configures a summary prefix of 2001:db8::/32 to be advertised to Level 2 redistributed routes only.
device# configure terminal device(config)# router isis device(config-isis-router)# address-family ipv4 unicast device(config-router-isis-ipv4u)# summary-prefix 2001:db8::/32 level-2