07-01-2022 05:14 AM
Hallo,
in order to upgrade from IOS XR 6.6.3(64-bit) to 7.5.2 i have to change
max-metric router-lsa for ospf
RP/0/RSP0/CPU0# configure
RP/0/RSP0/CPU0(config)#router ospf xxxxx
RP/0/RSP0/CPU0(config-ospf)#max-metric router-lsa
RP/0/RSP0/CPU0(config-ospf)#commit
RP/0/RSP0/CPU0(config-ospf)#end
RP/0/RSP0/CPU0#show ospf | in Originating
Originating router-LSAs with maximum metric
RP/0/RSP0/CPU0#configure
RP/0/RSP0/CPU0(config)#router ospfv3 xxxxx
RP/0/RSP0/CPU0(config-ospfv3)#max-metric router-lsa
^
% Invalid input detected at '^' marker.
Question: Howto configure max-metric router-lsa with ospfv3 ?
Greetings and Thanks in advance
Manfred
Solved! Go to Solution.
07-01-2022 06:22 AM
OSPFv3 it is a little different.
ASR9904-(config-ospfv3)#stub-router router-lsa max-metric
The OSPFv3 max-metric router LSA feature enables OSPFv3 to advertise its locally generated router LSAs
with a maximum metric. The feature allows OSPFv3 processes to converge but not attract transit traffic through
the device if there are better alternate paths. After a specified timeout or a notification from Border Gateway
Protocol (BGP), OSPFv3 advertises the LSAs with normal metrics
07-01-2022 05:19 AM
Try below guide :
07-01-2022 05:44 AM
Example from Guide doesnt work
RP/0/RSP0/CPU0w# configure
RP/0/RSP0/CPU0(config)#router ospfv3 xxxxxx
RP/0/RSP0/CPU0(config-ospfv3)#?
RP/0/RSP0/CPU0(config-ospfv3)#address-family ipv6 unicast
RP/0/RSP0/CPU0(config-ospfv3)#max-metric router-lsa
^
% Invalid input detected at '^' marker.
07-01-2022 05:56 AM
07-01-2022 05:27 AM
max-metric router-lsa [external-lsa [max-metric-value]] [include-stub] [inter-area-lsas[max-metric-value]] [on-startup {seconds | wait-for-bgp}] [prefix-lsa] [stub-prefix-lsa[max-metric-value]] [summary-lsa [max-metric-value]]
I think you only need to specify the router type before metric.
07-01-2022 05:45 AM
Can you give me an exact command example
what do you mean by specify the router type before metric ?
07-01-2022 06:22 AM
OSPFv3 it is a little different.
ASR9904-(config-ospfv3)#stub-router router-lsa max-metric
The OSPFv3 max-metric router LSA feature enables OSPFv3 to advertise its locally generated router LSAs
with a maximum metric. The feature allows OSPFv3 processes to converge but not attract transit traffic through
the device if there are better alternate paths. After a specified timeout or a notification from Border Gateway
Protocol (BGP), OSPFv3 advertises the LSAs with normal metrics
07-01-2022 06:49 AM
@tkarnani answer you Q.
see below his comment how can use the command
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide