07-10-2009 05:58 PM - edited 03-06-2019 06:42 AM
router BGP 65000
network 1.1.1.0 mask 255.255.255.0
ip route 1.1.1.0 255.255.255.0 null0 254
I need the static route and it has to be an exact match because the network command is utilizing the 'mask' keyword. Thats not my question.
What if I wanted to advertise an aggregate address, do I still need the static route?
router BGP 65000
network 1.1.1.0 mask 255.255.255.0
aggregate-address 1.1.1.0 255.255.255.0 as-set summary-only
Solved! Go to Solution.
07-10-2009 06:07 PM
Yes, you still need the static route because the route needs to be brought into BGP so it can be aggregated and in order to bring the route into BGP, it must exist in the RIB.
__
Edison.
07-10-2009 06:07 PM
Yes, you still need the static route because the route needs to be brought into BGP so it can be aggregated and in order to bring the route into BGP, it must exist in the RIB.
__
Edison.
07-10-2009 07:05 PM
Thanks, Edison...Thats what I figured, just wanted to make sure.
Hope all is well with you...
Victor
07-10-2009 07:15 PM
Hope all is well with you and thanks for the rating.
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