summary-address
Use this command to configure Summary Address to summarize IPv4 reachability information.
Use the no parameter with this command to unconfigure the summary.
Command Syntax
summary-address A.B.C.D/M (level-1 |level-1-2 |level-2) (metric <1-63>|)
no summary-address A.B.C.D/M
Parameters
A.B.C.D/M
Specify the IPv4 prefix to be announced.
level-1
Specify the reachability information only for Level-1.
level-1-2
Specify the reachability information for both Level-1 and Level-2.
level-2
Specify the reachability information only for Level-2.
metric
Specify the metric for the summarized address.
<1-63>
Specify the metric. The default is 0.
Default
By default, ISIS does not configure the summary-address. Level must be configured along with summary-address. Metric is optional.
Command Mode
Router mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#router isis bb
(config-router)#summary-address 10.10.0.0/16 level-1-2 metric 3
(config)#router isis bb
(config-router)#no summary-address 10.10.0.0/16
Last modified date: 08/28/2023