Re: OSPF Distance command - not working!

From: Saul Arjona (saul.arjona.bueno@gmail.com)
Date: Wed Oct 03 2007 - 03:13:23 ART


I think you are referring to task 3.7 from Lab 13 of Internetwork Experts, I
had the exact same issue and came to the same conclusion as Ajay explains,
by doing as Ajay says I was able to change the distance on Vlan 11 that was
being originated on R1 and Vlan 2 that was being originated on R2 but i
still was experiencing issues for the Vlans that were being originated on
Area 0 on another device. Tried a lot of different configurations but never
got it to work.

Since I never got it to work I labbed it up in Dynamips and it run great
with the same configuration you are using (which by the way is the solution
provided in the workbook solutions)

Basically I did the next topology R5-------R1----------R3
                                                  |
|
                                                  |---------R2------------|

And originated all the prefixes on R3.

Rack1R5#show ip route ospf
O IA 204.12.1.0/24 [110/129] via 139.1.15.1, 00:00:04, Serial1/0.501
                   [110/129] via 139.1.25.2, 00:00:04, Serial1/0.502
     139.1.0.0/24 is subnetted, 9 subnets
O IA 139.1.11.0 [109/129] via 139.1.15.1, 00:00:04, Serial1/0.501
O IA 139.1.13.0 [110/128] via 139.1.15.1, 00:00:04, Serial1/0.501
O IA 139.1.2.0 [109/129] via 139.1.15.1, 00:00:04, Serial1/0.501
O IA 139.1.0.0 [109/129] via 139.1.15.1, 00:00:04, Serial1/0.501
O IA 139.1.6.0 [109/129] via 139.1.15.1, 00:00:04, Serial1/0.501
O IA 139.1.7.0 [109/129] via 139.1.15.1, 00:00:04, Serial1/0.501
O IA 139.1.23.0 [110/128] via 139.1.25.2, 00:00:04, Serial1/0.502
     54.0.0.0/24 is subnetted, 1 subnets
O IA 54.1.2.0 [110/129] via 139.1.15.1, 00:00:04, Serial1/0.501
                 [110/129] via 139.1.25.2, 00:00:04, Serial1/0.502
O IA 192.10.1.0/24 [110/129] via 139.1.15.1, 00:00:04, Serial1/0.501
                   [110/129] via 139.1.25.2, 00:00:04, Serial1/0.502
Rack1R5#show run | be router ospf
router ospf 1
 router-id 150.1.5.5
 log-adjacency-changes
 network 139.1.15.5 0.0.0.0 area 1
 network 139.1.25.5 0.0.0.0 area 1
 distance 109 150.1.1.1 0.0.0.0 VIA_R1
!
ip http server
no ip http secure-server
ip classless
!
!
!
ip access-list standard VIA_R1
 permit 139.1.11.0
 permit 139.1.2.0
 permit 139.1.0.0
 permit 139.1.6.0
 permit 139.1.7.0
!
!
So still I am not sure why on the Rack it did not work and on dynamips it
did just fine.

regards
-Saul



This archive was generated by hypermail 2.1.4 : Fri Nov 16 2007 - 13:11:11 ART