cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
518
Views
0
Helpful
2
Replies

Starter question about BGP and OSPF, redistribution.

Hello all

I am a learner. I have combined two standard Cisco PT exercises that i have completed and I have tried something extra. 

cisco.jpg

I have linked R3 and ACME1.  ACME 1 is using running BGP/OSFP and R3 OSPF. 

The running configurations are below. I can't get to ping between PC1 and R1 or Area 1 routers, or R1 and Laptop 1. 

Any ideas on how I can do this? 

R3 running conf. 

//----------------

version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R3
!
!
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
!
license udi pid CISCO2911/K9 sn FTX1524W65P-
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface GigabitEthernet0/0
ip address 192.168.2.1 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/2
ip address 192.168.20.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
clock rate 2000000
shutdown
!
interface Serial0/0/1
ip address 192.168.10.6 255.255.255.252
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
router-id 3.3.3.3
log-adjacency-changes
network 192.168.2.0 0.0.0.255 area 2
network 192.168.1.0 0.0.0.255 area 2
network 192.168.20.0 0.0.0.255 area 2
network 192.168.10.4 0.0.0.3 area 0
!
ip classless
!
ip flow-export version 9
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end

//----------------

ACME 1 running conf.

//------------------

version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname ACME1
!
!
!
!
ip dhcp excluded-address 192.168.0.1
!
ip dhcp pool ACME
network 192.168.0.0 255.255.255.0
default-router 192.168.0.1
!
!
!
no ip cef
no ipv6 cef
!
!
!
!
license udi pid CISCO2901/K9 sn FTX1524ZJ77-
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface GigabitEthernet0/0
ip address 192.168.0.1 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 192.168.20.2 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0/0
ip address 1.1.1.2 255.255.255.252
!
interface Serial0/0/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
router-id 10.10.10.10
log-adjacency-changes
redistribute bgp 65001 subnets
redistribute static
redistribute connected subnets
network 192.168.20.0 0.0.0.255 area 2
!
router bgp 65001
bgp log-neighbor-changes
no synchronization
neighbor 1.1.1.1 remote-as 65003
network 192.168.0.0
redistribute ospf 1
!
ip classless
!
ip flow-export version 9
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end

//-------------------

 

 

As i said any help greatly appreciated. 

2 Replies 2

Hello,

post your zipped Packet Tracer project (.pkt) file...

redistribute ospf 1 match internal external <<- use this keyword and check again