Configuration Guide Vol. 3


27.2.4 Configuring advertisement of routes outside AS

Points to note
  • The redistribute command can be used to specify what information (such as the metric, tags, and metric type) the protocol adds to redistributed routes. If you omit the metric in the redistribute command, the value specified by the default-metric command applies.

  • You cannot control redistribution in the same domain for routes learned by OSPFv3.

Command examples

  1. (config)# ipv6 router ospf 1

    (config-rtr)# default-metric 10

    Sets 10 as the default metric.

  2. (config-rtr)# redistribute static

    Advertises static routes using the default metric mentioned above.