From: Ahmed Mustafa (ahmed.mustafa@sbcglobal.net)
Date: Sun May 30 2004 - 22:44:05 GMT-3
If I want to announce a summary route of my internal network towards the
Backbone router, and not allowed to use the route-summary in BGP.
Will the following solution work:
ip prefix-list TOBB permit 156.1.0.0/16 -------------------> Assuming my
internal network is comprise of 156.1.0.0/16 network, and scattered throughout
the netowork with /24 bit mask.
router bgp 100
neighbor 1.1.1.1 remote-as 230
neighbor 1.1.1.1 prefix-list TOBB out
I didn't use the command aggregate-address. I am assuming by saying not use
route-summary means I can't use aggregation.
The implicit deny at the end should block all the longer routes.
Please advise
This archive was generated by hypermail 2.1.4 : Wed Jun 02 2004 - 11:12:19 GMT-3