What does the output on R6 look like? Most likely they are all eBGP routes with 
an AD of 20, overriding your OSPF AD of 110.

Take off the redistribution to verify, or use BGP backdoor.

If you need further help, provide the following from R6:
sh run | s router
sh route-map
sh ip route


Regards,
Jay McMickle- CCIE #35355 (R&S)
Sent from iJay

On May 29, 2012, at 5:11 AM, khaled al-ajeman <[email protected]> wrote:

> Hi fellas,
> 
> My problem is that, I have my ospf neighbourship is up and running between
> R5, R6 AND R7 but the problem is I can not see my ospf routing table it is
> totally empty, any thoughts?
> below are my configuration:
> 
> 
> ospf neighourship for R5, R6 AND R7
> 
> R5#sh ip os nei
> Neighbor ID     Pri   State           Dead Time   Address         Interface
> 200.0.3.6         0   FULL/DROTHER    00:00:34    150.100.221.6
> FastEthernet0/1
> 200.0.3.7         0   FULL/DROTHER    00:00:32    150.100.221.7
> FastEthernet0/1
> 200.0.3.6         0   FULL/DROTHER    00:00:34    150.100.220.6
> FastEthernet0/0
> 200.0.3.7         0   FULL/DROTHER    00:00:32    150.100.220.7
> FastEthernet0/0
> R5#
> 
> 
> R5
> hostname R5
> router ospf 2
> router-id 5.5.5.5
> log-adjacency-changes
> redistribute bgp 256 subnets route-map bgp2ospf
> passive-interface default
> no passive-interface FastEthernet0/0
> no passive-interface FastEthernet0/1
> network 150.100.220.0 0.0.1.255 area 567
> R5 output
> 
> R5#sir os
> O E1 209.202.63.0/24 [110/11] via 150.100.221.6, 00:10:34, FastEthernet0/1
>                     [110/11] via 150.100.220.6, 00:10:34, FastEthernet0/0
> O E1 192.168.12.0/24 [110/11] via 150.100.221.6, 00:11:06, FastEthernet0/1
>                     [110/11] via 150.100.220.6, 00:11:06, FastEthernet0/0
> O E1 192.168.13.0/24 [110/11] via 150.100.221.6, 00:11:06, FastEthernet0/1
>                     [110/11] via 150.100.220.6, 00:11:06, FastEthernet0/0
> O E1 207.134.253.0/24 [110/11] via 150.100.221.6, 00:10:34, FastEthernet0/1
>                      [110/11] via 150.100.220.6, 00:10:34, FastEthernet0/0
> O E1 192.1.13.0/24 [110/11] via 150.100.221.6, 00:10:34, FastEthernet0/1
>                   [110/11] via 150.100.220.6, 00:10:34, FastEthernet0/0
> O E1 207.102.171.0/24 [110/11] via 150.100.221.6, 00:10:34, FastEthernet0/1
>                      [110/11] via 150.100.220.6, 00:10:34, FastEthernet0/0
>     100.0.0.0/24 is subnetted, 3 subnets
> O E1    100.100.100.0 [110/11] via 150.100.221.6, 00:10:34, FastEthernet0/1
>                      [110/11] via 150.100.220.6, 00:10:36, FastEthernet0/0
> O E1    100.100.200.0 [110/11] via 150.100.221.6, 00:10:36, FastEthernet0/1
>                      [110/11] via 150.100.220.6, 00:10:36, FastEthernet0/0
> O E1    100.100.250.0 [110/11] via 150.100.221.6, 00:11:08, FastEthernet0/1
>                      [110/11] via 150.100.220.6, 00:11:08, FastEthernet0/0
> O E1 192.168.14.0/24 [110/11] via 150.100.221.6, 00:11:08, FastEthernet0/1
> 
> R6
> router ospf 2
> log-adjacency-changes
> redistribute bgp 256 subnets route-map bgp2ospf
> passive-interface default
> no passive-interface FastEthernet0/0
> no passive-interface FastEthernet0/1
> no passive-interface Serial1/0
> network 150.100.220.0 0.0.1.255 area 567
> 
> R6 - output
> 
> R6#sir os
> R6#
> R6#
> R6#
> 
> R7
> 
> router ospf 2
> log-adjacency-changes
> passive-interface default
> no passive-interface FastEthernet0/0
> no passive-interface FastEthernet0/1
> network 150.100.220.0 0.0.1.255 area 567
> permit ospf host 150.100.220.5 any
> 
> R7 ---   output
> 
> R7#sir os
> O E1 209.202.63.0/24 [110/11] via 150.100.221.6, 00:13:00, FastEthernet0/1
>                     [110/11] via 150.100.220.6, 00:13:00, FastEthernet0/0
> O E1 192.168.12.0/24 [110/11] via 150.100.221.6, 00:13:32, FastEthernet0/1
>                     [110/11] via 150.100.220.6, 00:13:32, FastEthernet0/0
> O E1 192.168.13.0/24 [110/11] via 150.100.221.6, 00:13:32, FastEthernet0/1
>                     [110/11] via 150.100.220.6, 00:13:32, FastEthernet0/0
> O E1 207.134.253.0/24 [110/11] via 150.100.221.6, 00:13:00, FastEthernet0/1
>                      [110/11] via 150.100.220.6, 00:13:00, FastEthernet0/0
> O E1 192.1.13.0/24 [110/11] via 150.100.221.6, 00:13:00, FastEthernet0/1
>                   [110/11] via 150.100.220.6, 00:13:00, FastEthernet0/0
> O E1 207.102.171.0/24 [110/11] via 150.100.221.6, 00:13:00, FastEthernet0/1
>                      [110/11] via 150.100.220.6, 00:13:00, FastEthernet0/0
>     100.0.0.0/24 is subnetted, 3 subnets
> thanks,
> 
> khaled
> _______________________________________________
> For more information regarding industry leading CCIE Lab training, please 
> visit www.ipexpert.com
> 
> Are you a CCNP or CCIE and looking for a job? Check out 
> www.PlatinumPlacement.com
> 
> http://onlinestudylist.com/mailman/listinfo/ccie_rs
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

http://onlinestudylist.com/mailman/listinfo/ccie_rs

Reply via email to