Hello,
I am having issues passing routes through OSPF to BGP
We have a BGP Router and Distrubution router but cant ping from our distrubution router to the BGP one
3750-8 ( BGP Router )
3750-12 ( Distrubution Router )
This is our ospf configs
3750-8
ipv6 router ospf 2000
router-id 2.2.2.2
log-adjacency-changes
area 0 range 2003:4::/124
area 0 range **HIDDEN**
default-information originate metric-type 1
default-metric 25
redistribute static metric 10 route-map connected-redist
3750-12
ipv6 router ospf 2000
router-id 4.4.4.4
log-adjacency-changes
area 0 range 2003:4::/124
area 0 range **HIDDEN**
default-metric 25
redistribute connected metric 10 route-map connected-redist
redistribute bgp 100
2003:4::/124 - is the physical link connection between the two routers.
when i trace route from 3750-12 it doesnt go any further and doesnt go to the next router 3750-8
Am i missing something, does the ospfv3 require RIP?
any help would be welcome.