Hi Joe.
I have implemented below mentioned solution, But it doesn't help.
!
set routemap bgp-inbound id 1 on
set routemap bgp-inbound id 1 allow
set bgp internal on
set bgp internal protocol all on
set bgp internal interface all on
set bgp internal import-routemap "bgp-inbound" preference 1 on
!
Route learning Firewall to router (able to learn the route from firewall to router)
In firewall have some static routes, I called those static routes in route-map and exported that route map into BGP, those routes i am seeing as "B routes" in next hop router ( there is no issue in advertising LAN subnets into bgp)
Route learn Router to firewall( Not able to learn the routes)
In route i have 1000 B routes, All this routes i need to see in firewall, but In firewall if i run this command
"show bgp route" nothing i am seeing, If run Show route all " i am seeing all 1000 routes as B routes and Hide/inactive"
I cant call all those 1000 route into route-map, Is there any other option to import all 1000 routes into firewall bgp routing table?. If possible please share the commands.
Thanks in advance.