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 on the Extreme 8820, SLX 9740, SLX 9640, and SLX 9540 devices only.
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