What is OSPF role is required on an Ethernet interface for OSPF to work by default? It has to do with the network type and the type of LSA generated.
You have an interface setting that is preventing this from working. It's apparent from the output if you understand what the protocol needs to work. There is one "proper" fix and at least one or two workarounds I can think of. You've been asking questions like this for months. You say you know your config is right, but it doesn't work and ask someone else to tell you why with no indicator of what you've done to try and solve your problem. You know you don't have access to the OSL during the lab exam, right? Bob -- Sent from my iPhone, please excuse any typos. On May 31, 2012, at 4:04 AM, khaled al-ajeman <[email protected]> wrote: > Hi fellas, > > Can anyone please tell me, why can't see the ospf routes in my ospf rouitng > table? any thoughts, please > > > R5 > > router ospf 2 > router-id 5.5.5.5 > log-adjacency-changes > redistribute connected subnets route-map ospf-connected > 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(config)#do sh route-map ospf-connected > route-map ospf-connected, permit, sequence 10 > Match clauses: > interface Loopback0 Loopback1 Loopback2 Loopback3 > > R5(config)#do sh ip os nei > Neighbor ID Pri State Dead Time Address Interface > 200.0.3.6 0 2WAY/DROTHER 00:00:32 150.100.221.6 > FastEthernet0/1 > 200.0.3.7 0 2WAY/DROTHER 00:00:37 150.100.221.7 > FastEthernet0/1 > 200.0.3.6 0 2WAY/DROTHER 00:00:32 150.100.220.6 > FastEthernet0/0 > 200.0.3.7 0 2WAY/DROTHER 00:00:37 150.100.220.7 > FastEthernet0/0 > R5(config)# > > output: > R5(config)#do sir os > ------------------------------------------------------------------------------ > routing table empty, why ? > > > > 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(config-router)#do sh route-map ospf-connected > route-map ospf-connected, permit, sequence 10 > Match clauses: > interface Loopback0 Loopback1 Loopback2 Loopback3 > > > Neighbor ID Pri State Dead Time Address Interface > 5.5.5.5 0 2WAY/DROTHER 00:00:33 150.100.221.5 > FastEthernet0/1 > 200.0.3.7 0 2WAY/DROTHER 00:00:38 150.100.221.7 > FastEthernet0/1 > 5.5.5.5 0 2WAY/DROTHER 00:00:33 150.100.220.5 > FastEthernet0/0 > 200.0.3.7 0 2WAY/DROTHER 00:00:38 150.100.220.7 > FastEthernet0/0 > R6(config-router)# > > R6(config-router)#do sir os > ---------------------------------------------------------------------> > routing table is empty, why ? > > R7 > router ospf 2 > log-adjacency-changes > redistribute connected subnets route-map ospf-connected > passive-interface default > no passive-interface FastEthernet0/0 > no passive-interface FastEthernet0/1 > network 150.100.220.0 0.0.1.255 area 567 > > R7(config-router)#do sh route-map ospf-connected > route-map ospf-connected, permit, sequence 10 > Match clauses: > interface Loopback0 Loopback1 Loopback2 Loopback3 > > R7(config-router)#do sh ip os nei > Neighbor ID Pri State Dead Time Address > 5.5.5.5 0 2WAY/DROTHER 00:00:31 150.100.2 > 200.0.3.6 0 2WAY/DROTHER 00:00:32 150.100.2 > 5.5.5.5 0 2WAY/DROTHER 00:00:31 150.100.2 > 200.0.3.6 0 2WAY/DROTHER 00:00:32 150.100.2 > %OSPF: Router process 1 is not running, please configure a > > R7(config-router)#do sir os > -------------------------------------------------------------------> > routing table is empty, why ? > > 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
