Msr router configuration for OSPF
ospf 1
import-route static ------------- redistribution of static route to ospf network
area 0.0.0.1 --------------------------------Area 1 configuration
description Ospf area 1 configuration ---------------- description
network 10.161.0.0 0.0.31.255 ----------- published network in ospf
network 172.16.10.192 0.0.0.63
network 172.16.13.172 0.0.0.3
network 172.16.15.172 0.0.0.3
stub -----------------------------------Stub configuration in msr routers
same configuration in Cisco devices
#config t
#router ospf 1
network 10.161.0.0 0.0.31.244 area 1
Network 172.16.10.192 0.0.0.63 area 1
Stub
#
(Note : in MSR AD values are different static route is having default 60 as in cisco it is 1)