cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1015
Views
5
Helpful
7
Replies

max-metric router-lsa ospf & ospfv3

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

1 Accepted Solution

Accepted Solutions

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

 

https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_ospf/configuration/15-mt/iro-15-mt-book/ospfv3_max-metric_router_lsa.pdf

 

 

View solution in original post

7 Replies 7

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.

 

 

the command mentioned is not available under IOS Xr 6.6.3(64-bit)
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.


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.

Can you give me an exact command example

 

what do you mean by specify the router type before metric ?

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

 

https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_ospf/configuration/15-mt/iro-15-mt-book/ospfv3_max-metric_router_lsa.pdf

 

 

@tkarnani  answer you Q.

see below his comment how can use the command