configure isis area add domain-summary
ExtremeWare Software 7.3.0 Command Reference Guide 1263
configure isis area add domain-summary
configure isis area <isis area identifier> add domain-summary
<ip address> /<netmask> [advertise {cost <cost(0-4261412864)>} | noadvert]
Description
Adds a summary address to be applied on the IP reachability information from this level 1 area, which
will be included in the level 2 LSP.
Syntax Description
Default
N/A.
Usage Guidelines
When the
advertise
option is configured, the summarized IP reachability information should be
included in the level 2 LSP. The
noadvert
option filters out the summary.
Example
The following command adds the domain summary address 10.0.0.0/8 to the level 1 area a1, advertises
the address and sets the cost to 15:
configure isis area a1 add domain-summary 10.0.0.0/8 advertise cost 15
History
This command was first available in ExtremeWare v6.1.8 IS-IS tech release and subsequently
incorporated into ExtremeWare 7.0.0.
Platform Availability
This command is available on all platforms.
isis area identifier Specifies an area identifier.
cost Specifies the cost for the route (0-4,261,412,864).
advertise Specifies that the summarized IP reachability information may be included in
the level 2 LSP.
noadvert Specifies that the summary IP reachability information must not be included in
the level 2.