09-02-2016 10:03 AM - edited 03-05-2019 04:37 AM
Dear All Hope you are well. I am facing a problem in e-BGP, I tried to configure Policy Base Routing for upload. Please check the bellow diagram. I am using 2 IP blocks 192.168.3.0/24 & 192.168.4.0/24. I want configure upload throw R3 (AS-300) for this "192.168.3.0/24" Block. Another Block "192.168.4.0/24" want upload throw R4 (AS-400). Please give me a solution, how to configure PBR.
Note: I want only Policy base routing.
.
09-13-2016 10:38 AM
Hello mithu_n123,
Here a template for Policy Based Routing.
!
ip access-list extended NET-1
permit ip 192.168.3.0 0.0.0.255
!
ip access-list extended NET-2
permit ip 192.168.4.0 0.0.0.255
!
route-map PBR permit 10
match ip address NET-1
set ip next-hop x.x.x.x
!
route-map PBR permit 20
match ip address NET-2
set ip next-hop y.y.y.y
!
route-map PBR permit 100
!
interface FastEthernet3/0
ip policy route-map PBR
!
end
I hope this helps.
Regards.
09-18-2016 10:11 AM
Thank a lot
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide