Hi all,
No answer to my question. Sniff. It is very simple to reproduce the issue.
Code:
10.0.0.0/10
R1 ---------------------- R2
F0/0 F0/0
.1 .2
Here is the configuration of R1, and R2 has a similar configuration:
R1(config)# interface FastEthernet 0/0
R1(config-if)# ip address 10.0.0.1 255.255.255.0
R1(config-if)# no shutdown
R1(config-if)# exit
R1(config)# router ospf 1
R1(config-router)# network 10.0.0.0 0.0.0.255 area 0
R1(config-router)# end
R1#show ip ospf interface FastEthernet 0/0
FastEthernet0/0 is up, line protocol is up
Internet Address 10.0.0.1/24, Area 0
Process ID 1, Router ID 10.0.0.1, Network Type BROADCAST, Cost:
10As you can see, the last line says that the cost is 10. It should be 1.
Any idea????
David.