Trying to ask a reverse question with regards to this task.
"DO NOT use ip ospf cost, bandwidth, virtual-link, stub or nssa commands"
How do we go about in using 'ip ospf cost' & 'bandwidth & 'virtual-link', 'stub' or 'nssa' commands just to match ONLY VLANs 2,6,7, 11 and 367.
Virtual-link : I tried creating a virtual-link on Area1 from R5 to R1, even with the virtual-link established, R5 is still learning ospf routes from both R1 and R2 "O"? Shouldnt routes learned from R2 considered as "IA" and routes learned from R1 as "O"?
Rack1R5(config-router)#do sh ip route
O 139.1.11.0 [110/65] via 139.1.15.1, 00:02:40, Serial1/0.1
C 139.1.15.0 is directly connected, Serial1/0.1
O 139.1.13.0 [110/128] via 139.1.15.1, 00:02:40, Serial1/0.1
O 139.1.2.0 [110/65] via 139.1.25.2, 00:02:35, Serial1/0.2
O 139.1.0.0 [110/138] via 139.1.25.2, 00:02:40, Serial1/0.2
[110/138] via 139.1.15.1, 00:02:40, Serial1/0.1
O 139.1.6.0 [110/148] via 139.1.25.2, 00:02:40, Serial1/0.2
[110/148] via 139.1.15.1, 00:02:40, Serial1/0.1
O 139.1.7.0 [110/139] via 139.1.25.2, 00:02:40, Serial1/0.2
[110/139] via 139.1.15.1, 00:02:40, Serial1/0.1
'stub' or 'nssa': stub and nssa applies to the area as a whole. How can i further filter it off to match only VLANs 2,6,7, 11 and 367.
By making R1 as stub, R2 as stub no-summary, and R5 as stub, i achieved the following results, preferred paths still go via R1 except it applies to all learned OSPF routes instead of just only VLANs 2,6,7, 11 and 367.
Rack1R5(config-router)#do sh ip route ospf
139.1.0.0/24 is subnetted, 13 subnets
O IA 139.1.11.0 [110/65] via 139.1.15.1, 00:00:01, Serial1/0.1
O IA 139.1.13.0 [110/128] via 139.1.15.1, 00:00:01, Serial1/0.1
O IA 139.1.2.0 [110/193] via 139.1.15.1, 00:00:01, Serial1/0.1
O IA 139.1.0.0 [110/138] via 139.1.15.1, 00:00:01, Serial1/0.1
O IA 139.1.6.0 [110/148] via 139.1.15.1, 00:00:01, Serial1/0.1
O IA 139.1.7.0 [110/139] via 139.1.15.1, 00:00:01, Serial1/0.1
O IA 139.1.23.0 [110/192] via 139.1.15.1, 00:00:01, Serial1/0.1
150.1.0.0/16 is variably subnetted, 7 subnets, 2 masks
O IA 150.1.7.7/32 [110/139] via 139.1.15.1, 00:00:01, Serial1/0.1
O IA 150.1.6.6/32 [110/139] via 139.1.15.1, 00:00:01, Serial1/0.1
O IA 150.1.3.3/32 [110/129] via 139.1.15.1, 00:00:01, Serial1/0.1
O 150.1.2.2/32 [110/65] via 139.1.25.2, 00:00:01, Serial1/0.2
O*IA 0.0.0.0/0 [110/65] via 139.1.25.2, 00:00:01, Serial1/0.2
[110/65] via 139.1.15.1, 00:00:01, Serial1/0.1