Brocade Multi-Service IronWare Routing Configuration Guide (Supporting R05.6.00) User Manual

Page 695

Advertising
background image

Multi-Service IronWare Routing Configuration Guide

667

53-1003033-02

Configuring OSPFv3

To modify OSPFv3 to advertise summary type-3 and type-4 LSAs with the cost set to 10000, enter
the following command. Executing this command will not alter the existing include-stub and
external-lsa configuration.

Brocade(config-ospf6-router)# max-metric router-lsa summary-lsa 10000

Although max-metric router LSA configuration is done in an incremental fashion, the show run
command displays the configuration in just one line. For example, after executing the three
configuration commands above, the output of the show run command would be:

Brocade(config-ospf6-router)# max-metric router-lsa include-stub summary-lsa

10000 external-lsa

To remove the include-stub and summary-lsa options from this configuration, enter the following
command.

Brocade(config-ospf6-router)#no max-metric router-lsa include-stub summary-lsa

The output of show run would then be:

Brocade(config-ospf6-router)# max-metric router-lsa external-lsa

By default, when max-metric router LSA is configured, OSPFv3 always advertises the maximum
metric for router LSAs and external LSAs. To modify OSPFv3 to advertise the max-metric for a period
of 60 seconds only on startup, enter the following command.

Brocade(config-ospf6-router)# max-metric router-lsa on-startup 60

The output of show run would then be:

Brocade(config-ospf6-router)# max-metric router-lsa external-lsa on-startup 60

OSPFv3 can also be configured to advertise the max-metric for stub on startup using the following
command:

Brocade(config-ospf6-router-v)# max-metric router-lsa include-stub

OSPFv3 would then be configured to advertise the max-metric for stub, router LSA and summary
LSA on startup and the output of show run would be:

Brocade(config-ospf6-router)# max-metric router-lsa include-stub external-lsa

on-startup 60

To remove the on-startup option alone, so that OSPFv3 will always advertise the max-metric for
router LSA, intra-area-prefix LSA and summary LSA, enter the following command:

Brocade(config-ospf6-router)# no max-metric router-lsa on-startup

The output of show run would then be:

Brocade(config-ospf6-router)# max-metric router-lsa include-stub external-lsa

Syntax: [no] max-metric router-lsa [include-stub] [summary-lsa [max-metric-value]]

[external-lsa [max-metric-value]] [on-startup {seconds | wait-for-bgp}]

The router-lsa parameter configures the device to advertise the maximum metric for point-to-point
and transit links. The maximum metric value is 65535.

The include-stub parameter specifies the advertisement of the maximum metric value (65535) for
point-to-point and broadcast stub links in the intra-area-prefix LSA.

Advertising