Monkerz wrote: » You can ping between R1 and R2 because they both have a "connected" route in the routing table to the network they are attached to (Fa0/0 to Fa0/0). From the debuging data, it appears that your routers are attempting to elect themselves as both the DR and BDR. As stated earlier, the routers are not seeing one another so it is probably a fat fingered network statement. (I do this alot, )
hostname R8 ! boot-start-marker boot-end-marker ! ! no aaa new-model ! resource policy ! no network-clock-participate slot 1 no network-clock-participate wic 0 ip cef ! ! ! ! no ip domain lookup ! ! ! username R1 password 0 cisco ! ! ! ! interface Loopback0 ip address 8.8.8.8 255.255.255.255 ! interface FastEthernet0/0 ip address 10.1.2.2 255.255.255.0 speed 10 full-duplex ! interface Serial0/0 no ip address ! interface Serial0/1 description T1 to R1 ip address 20.1.1.1 255.255.255.0 encapsulation ppp fair-queue service-module t1 clock source internal service-module t1 timeslots 1-24 ppp authentication chap ! router ospf 1 log-adjacency-changes network 8.8.8.8 0.0.0.0 area 0 network 10.1.2.0 0.0.0.255 area 0 ! ! no ip http server no ip http secure-server ! ! control-plane ! alias exec b show ip int brief ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 line vty 0 4 exec-timeout 0 0 privilege level 15 logging synchronous login ! ! end R8# hostname R2 ! boot-start-marker boot system flash c1700-adventerprisek9-mz.124-15.T10.bin boot-end-marker ! ! no aaa new-model ip cef ! ! ! ! no ip domain lookup ip multicast-routing ipv6 unicast-routing ! multilink bundle-name authenticated ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! archive log config hidekeys ! ! ! ! ! ! ! ! interface Loopback0 ip address 2.2.2.2 255.255.255.255 ! interface Loopback1 no ip address shutdown ! interface FastEthernet0/0 ip address 192.168.1.2 255.255.255.252 speed auto full-duplex ! interface Serial0/0 no ip address ! interface Ethernet1/0 ip address 10.1.2.1 255.255.255.0 full-duplex ! router ospf 1 log-adjacency-changes network 2.2.2.2 0.0.0.0 area 0 network 10.1.2.0 0.0.0.255 area 0 network 192.168.1.0 0.0.0.3 area 0 ! no ip forward-protocol nd ! ! no ip http server no ip http secure-server ! ! ! ! ! ! control-plane ! ! ! ! ! ! ! ! alias exec b show ip int brief ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 line vty 0 4 exec-timeout 0 0 privilege level 15 password ccie logging synchronous login ! end R2# hostname R1 ! boot-start-marker boot-end-marker ! enable password 7 13061E01080355 ! no aaa new-model voice-card 2 ! ip cef ! ! ! ! no ip domain lookup ip multicast-routing ! multilink bundle-name authenticated ! ! key chain KEYCHAIN1 key 1 key-string 7 1531223F2705 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! username R8 password 7 104D000A0618 archive log config hidekeys ! ! ! ! ! ! ! ! interface Loopback0 ip address 1.1.1.1 255.255.255.255 ! interface Loopback1 no ip address shutdown ! interface Loopback2 no ip address shutdown ! interface Loopback3 no ip address shutdown ! interface Loopback4 no ip address shutdown ! interface Loopback5 no ip address shutdown ! interface Loopback6 no ip address shutdown ! interface Loopback7 no ip address shutdown ! interface Loopback8 no ip address shutdown ! interface FastEthernet0/0 ip address 192.168.1.1 255.255.255.0 speed auto full-duplex ! interface Serial0/0 no ip address encapsulation frame-relay IETF ! interface Serial0/0.1 point-to-point description direction to R3-BB1 bandwidth 1544 ip address 172.16.1.1 255.255.255.252 snmp trap link-status frame-relay interface-dlci 181 ! interface Serial0/0.2 point-to-point description direction to R4-BB2 bandwidth 1000 ip address 172.16.2.1 255.255.255.252 snmp trap link-status frame-relay interface-dlci 182 ! interface Serial1/0 description T1 to R8 no ip address encapsulation ppp shutdown fair-queue service-module t1 clock source internal service-module t1 timeslots 1-24 ppp authentication chap ! router ospf 1 log-adjacency-changes network 1.1.1.1 0.0.0.0 area 0 network 172.16.1.0 0.0.0.255 area 0 network 172.16.2.0 0.0.0.255 area 0 network 192.168.1.0 0.0.0.255 area 0 ! no ip forward-protocol nd ! ! no ip http server no ip http secure-server ! ! ! ! ! ! control-plane ! ! ! voice-port 2/0 ! voice-port 2/1 ! ! ! ! ! ! alias exec b show ip int brief ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 line vty 0 4 exec-timeout 0 0 privilege level 15 password 7 104D0A1000 logging synchronous login ! end R1# hostname R3_BB1 ! boot-start-marker boot system flash c1700-adventerprisek9-mz.124-15.T10.bin boot-end-marker ! ! no aaa new-model ip cef ! ! ! ! no ip domain lookup ip multicast-routing ! multilink bundle-name authenticated ! ! key chain KEYCHAIN1 key 1 key-string CISCO key chain KEYCHAIN2 key 1 key-string CISCO ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! archive log config hidekeys ! ! ! ! ! ! ! ! interface Loopback0 ip address 3.3.3.3 255.255.255.255 ! interface Loopback1 no ip address ! interface FastEthernet0/0 ip address 172.16.3.2 255.255.255.0 shutdown speed auto ! interface Serial0/0 no ip address encapsulation frame-relay IETF ! interface Serial0/0.1 point-to-point description direction to R4-BB2 ip address 10.1.1.1 255.255.255.252 snmp trap link-status frame-relay interface-dlci 881 ! interface Serial0/0.2 point-to-point description direction to R1 ip address 172.16.1.2 255.255.255.252 snmp trap link-status frame-relay interface-dlci 811 ! interface Serial1/0 no ip address ! router ospf 1 log-adjacency-changes network 3.3.3.3 0.0.0.0 area 0 network 10.1.1.0 0.0.0.255 area 0 network 172.16.1.0 0.0.0.255 area 0 ! ip forward-protocol nd ! ! no ip http server no ip http secure-server ! ! ! ! ! ! control-plane ! ! ! ! ! ! ! ! alias exec fr frame-relay map ip 10.2.2.1 203 broadcaste (static mapping) alias exec b sh ip int brief ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 line vty 0 4 exec-timeout 0 0 privilege level 15 password ccie logging synchronous login ! end R3_BB1# hostname R4_BB2 ! boot-start-marker boot system flash boot system flash c1700-adventerprisek9-mz.124-15.T10.bin boot-end-marker ! ! no aaa new-model ip cef ! ! ! ! no ip domain lookup ip multicast-routing ipv6 unicast-routing ! multilink bundle-name authenticated ! ! key chain KEYCHAIN1 key 1 key-string CISCO key chain KEYCHAIN2 key 1 key-string CISCO ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! archive log config hidekeys ! ! ! ! ! ! ! ! interface Loopback0 ip address 4.4.4.4 255.255.255.255 ! interface Loopback1 no ip address ! interface FastEthernet0/0 ip address 172.16.3.3 255.255.255.0 shutdown speed auto ! interface Serial0/0 no ip address encapsulation frame-relay IETF ! interface Serial0/0.1 point-to-point description direction to R3-BB1 ip address 10.1.1.2 255.255.255.252 ip pim sparse-dense-mode snmp trap link-status frame-relay interface-dlci 882 ! interface Serial0/0.2 point-to-point description direction to R1 ip address 172.16.2.2 255.255.255.252 snmp trap link-status frame-relay interface-dlci 821 ! interface Serial1/0 no ip address shutdown ! router ospf 1 log-adjacency-changes network 4.4.4.4 0.0.0.0 area 0 network 10.1.1.0 0.0.0.255 area 0 network 172.16.2.0 0.0.0.255 area 0 ! ip default-gateway 192.168.15.1 ip forward-protocol nd ! ! no ip http server no ip http secure-server ! ! ! ! ! ! control-plane ! ! ! ! ! ! ! ! alias exec b sh ip int brief ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 line vty 0 4 exec-timeout 0 0 privilege level 15 password ccie logging synchronous login ! end R4_BB2# __________________itdaddyCCNA, A+, MCPBS in Computer Science(WIP:CCNP, CCSP, CCVP) itdaddyView Public ProfileSend a private message to itdaddyFind More Posts by itdaddyAdd itdaddy to Your Contacts Quick Reply Message: hostname R8 ! boot-start-marker boot-end-marker ! ! no aaa new-model ! resource policy ! no network-clock-participate slot 1 no network-clock-participate wic 0 ip cef ! ! ! ! no ip domain lookup ! ! ! username R1 password 0 cisco ! ! ! ! interface Loopback0 ip address 8.8.8.8 255.255.255.255 ! interface FastEthernet0/0 ip address 10.1.2.2 255.255.255.0 speed 10 full-duplex ! interface Serial0/0 no ip address ! interface Serial0/1 description T1 to R1 ip address 20.1.1.1 255.255.255.0 encapsulation ppp fair-queue service-module t1 clock source internal service-module t1 timeslots 1-24 ppp authentication chap ! router ospf 1 log-adjacency-changes network 8.8.8.8 0.0.0.0 area 0 network 10.1.2.0 0.0.0.255 area 0 ! ! no ip http server no ip http secure-server ! ! control-plane ! alias exec b show ip int brief ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 line vty 0 4 exec-timeout 0 0 privilege level 15 logging synchronous login ! ! end R8# hostname R2 ! boot-start-marker boot system flash c1700-adventerprisek9-mz.124-15.T10.bin boot-end-marker ! ! no aaa new-model ip cef ! ! ! ! no ip domain lookup ip multicast-routing ipv6 unicast-routing ! multilink bundle-name authenticated ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! archive log config hidekeys ! ! ! ! ! ! ! ! interface Loopback0 ip address 2.2.2.2 255.255.255.255 ! interface Loopback1 no ip address shutdown ! interface FastEthernet0/0 ip address 192.168.1.2 255.255.255.252 speed auto full-duplex ! interface Serial0/0 no ip address ! interface Ethernet1/0 ip address 10.1.2.1 255.255.255.0 full-duplex ! router ospf 1 log-adjacency-changes network 2.2.2.2 0.0.0.0 area 0 network 10.1.2.0 0.0.0.255 area 0 network 192.168.1.0 0.0.0.3 area 0 ! no ip forward-protocol nd ! ! no ip http server no ip http secure-server ! ! ! ! ! ! control-plane ! ! ! ! ! ! ! ! alias exec b show ip int brief ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 line vty 0 4 exec-timeout 0 0 privilege level 15 password ccie logging synchronous login ! end R2# hostname R1 ! boot-start-marker boot-end-marker ! enable password 7 13061E01080355 ! no aaa new-model voice-card 2 ! ip cef ! ! ! ! no ip domain lookup ip multicast-routing ! multilink bundle-name authenticated ! ! key chain KEYCHAIN1 key 1 key-string 7 1531223F2705 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! username R8 password 7 104D000A0618 archive log config hidekeys ! ! ! ! ! ! ! ! interface Loopback0 ip address 1.1.1.1 255.255.255.255 ! interface Loopback1 no ip address shutdown ! interface Loopback2 no ip address shutdown ! interface Loopback3 no ip address shutdown ! interface Loopback4 no ip address shutdown ! interface Loopback5 no ip address shutdown ! interface Loopback6 no ip address shutdown ! interface Loopback7 no ip address shutdown ! interface Loopback8 no ip address shutdown ! interface FastEthernet0/0 ip address 192.168.1.1 255.255.255.0 speed auto full-duplex ! interface Serial0/0 no ip address encapsulation frame-relay IETF ! interface Serial0/0.1 point-to-point description direction to R3-BB1 bandwidth 1544 ip address 172.16.1.1 255.255.255.252 snmp trap link-status frame-relay interface-dlci 181 ! interface Serial0/0.2 point-to-point description direction to R4-BB2 bandwidth 1000 ip address 172.16.2.1 255.255.255.252 snmp trap link-status frame-relay interface-dlci 182 ! interface Serial1/0 description T1 to R8 no ip address encapsulation ppp shutdown fair-queue service-module t1 clock source internal service-module t1 timeslots 1-24 ppp authentication chap ! router ospf 1 log-adjacency-changes network 1.1.1.1 0.0.0.0 area 0 network 172.16.1.0 0.0.0.255 area 0 network 172.16.2.0 0.0.0.255 area 0 network 192.168.1.0 0.0.0.255 area 0 ! no ip forward-protocol nd ! ! no ip http server no ip http secure-server ! ! ! ! ! ! control-plane ! ! ! voice-port 2/0 ! voice-port 2/1 ! ! ! ! ! ! alias exec b show ip int brief ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 line vty 0 4 exec-timeout 0 0 privilege level 15 password 7 104D0A1000 logging synchronous login ! end R1# hostname R3_BB1 ! boot-start-marker boot system flash c1700-adventerprisek9-mz.124-15.T10.bin boot-end-marker ! ! no aaa new-model ip cef ! ! ! ! no ip domain lookup ip multicast-routing ! multilink bundle-name authenticated ! ! key chain KEYCHAIN1 key 1 key-string CISCO key chain KEYCHAIN2 key 1 key-string CISCO ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! archive log config hidekeys ! ! ! ! ! ! ! ! interface Loopback0 ip address 3.3.3.3 255.255.255.255 ! interface Loopback1 no ip address ! interface FastEthernet0/0 ip address 172.16.3.2 255.255.255.0 shutdown speed auto ! interface Serial0/0 no ip address encapsulation frame-relay IETF ! interface Serial0/0.1 point-to-point description direction to R4-BB2 ip address 10.1.1.1 255.255.255.252 snmp trap link-status frame-relay interface-dlci 881 ! interface Serial0/0.2 point-to-point description direction to R1 ip address 172.16.1.2 255.255.255.252 snmp trap link-status frame-relay interface-dlci 811 ! interface Serial1/0 no ip address ! router ospf 1 log-adjacency-changes network 3.3.3.3 0.0.0.0 area 0 network 10.1.1.0 0.0.0.255 area 0 network 172.16.1.0 0.0.0.255 area 0 ! ip forward-protocol nd ! ! no ip http server no ip http secure-server ! ! ! ! ! ! control-plane ! ! ! ! ! ! ! ! alias exec fr frame-relay map ip 10.2.2.1 203 broadcaste (static mapping) alias exec b sh ip int brief ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 line vty 0 4 exec-timeout 0 0 privilege level 15 password ccie logging synchronous login ! end R3_BB1# hostname R4_BB2 ! boot-start-marker boot system flash boot system flash c1700-adventerprisek9-mz.124-15.T10.bin boot-end-marker ! ! no aaa new-model ip cef ! ! ! ! no ip domain lookup ip multicast-routing ipv6 unicast-routing ! multilink bundle-name authenticated ! ! key chain KEYCHAIN1 key 1 key-string CISCO key chain KEYCHAIN2 key 1 key-string CISCO ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! archive log config hidekeys ! ! ! ! ! ! ! ! interface Loopback0 ip address 4.4.4.4 255.255.255.255 ! interface Loopback1 no ip address ! interface FastEthernet0/0 ip address 172.16.3.3 255.255.255.0 shutdown speed auto ! interface Serial0/0 no ip address encapsulation frame-relay IETF ! interface Serial0/0.1 point-to-point description direction to R3-BB1 ip address 10.1.1.2 255.255.255.252 ip pim sparse-dense-mode snmp trap link-status frame-relay interface-dlci 882 ! interface Serial0/0.2 point-to-point description direction to R1 ip address 172.16.2.2 255.255.255.252 snmp trap link-status frame-relay interface-dlci 821 ! interface Serial1/0 no ip address shutdown ! router ospf 1 log-adjacency-changes network 4.4.4.4 0.0.0.0 area 0 network 10.1.1.0 0.0.0.255 area 0 network 172.16.2.0 0.0.0.255 area 0 ! ip default-gateway 192.168.15.1 ip forward-protocol nd ! ! no ip http server no ip http secure-server ! ! ! ! ! ! control-plane ! ! ! ! ! ! ! ! alias exec b sh ip int brief ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 line vty 0 4 exec-timeout 0 0 privilege level 15 password ccie logging synchronous login ! end R4_BB2# __________________itdaddyCCNA, A+, MCPBS in Computer Science(WIP:CCNP, CCSP, CCVP)
R2 --- interface FastEthernet0/0 ip address 192.168.1.2 255.255.255.252 speed auto full-duplex
interface FastEthernet0/0 ip address 192.168.1.1 255.255.255.0 speed auto full-duplex
[B]R1[/B] interface FastEthernet0/0 ip address 192.168.1.1 255.255.255.[B]0[/B] network 192.168.1.0 0.0.0.[B]255[/B] area 0 [B]R2[/B] interface FastEthernet0/0 ip address 192.168.1.2 255.255.255.[B]252[/B] network 192.168.1.0 0.0.0.[B]3[/B] area 0
itdaddy wrote: » OMG..you are right I just didnt see that aahahha wow I should have gone thru the basics step by step I just kep relying on the ping since it did work but I completely see what you see fixing this tomorrow will let you know. I was look at timers and they looked good and I was like what the heck is it hahah thanks guys I willl look and fix it tomorrow morning and report back my success. thanks so much for your keen site. yeah I can sleep now. what a cool exercise in troubleshooting wow! I should have looked at each factor. great exercise....see you tomorrow...
R1#sh ip ospf neigh Neighbor ID Pri State Dead Time Address Interface 2.2.2.2 1 FULL/DR 00:00:38 192.168.1.2 FastEthernet0/0 4.4.4.4 0 FULL/ - 00:00:36 172.16.2.2 Serial0/0.2 3.3.3.3 0 FULL/ - 00:00:35 172.16.1.2 Serial0/0.1 R1#