Isolating OSPF and ISIS traffic in Cisco IOS-XR routers

This can be done by increasing metric
@OSPF

Set the max-metric in OSPF and OSPFv3 in IOS-XR devices:

RP/0/RSP0/CPU0:IOS-XR(config)#

router ospf 65555
 max-metric router-lsa external-lsa
 
router ospfv3 65555
 stub-router router-lsa v6-bit
  always

Save the changes:

commit

RP/0/RSP0/CPU0:IOS-XR(config)#commit

 
Verify:
show ospf database
@ISIS
Increase ISIS metric
router isis XXXX
 set-overload-bit
 
Save the changes:
commit
RP/0/RSP0/CPU0:IOS-XR(config)#commit
 
Verify:
show isis database

Be First to Comment

Leave a Reply

Your email address will not be published. Required fields are marked *