03-25-2006 03:58 AM - edited 03-03-2019 12:10 PM
hi!Dear all
It is said that "clear ip bgp neighbour-address soft out" will make routing policy take effect WITHOUT reset the bgp session;but when I do a lab to set the origin attribute in bgp route this command doesn't works.I must use "clear ip bgp neighbour-address" to reset bgp session to make it works.Is it?And are there other attritbutes in bgp be modified will take effect only after the bgp session reset?
below is my configration:
...
router bgp 100
no synchronization
bgp log-neighbor-changes
aggregate-address 192.168.192.0 255.255.248.0 attribute-map setorigin suppress-map filter
redistribute eigrp 100
neighbor 192.168.1.253 remote-as 200
neighbor 192.168.1.253 send-community
neighbor 192.168.1.253 route-map COMMUNITY out
no auto-summary
!
access-list 101 permit ip host 192.168.192.0 host 255.255.248.0
!
!
route-map setorigin permit 10
match ip address 101
set origin incomplete
...
In this lab I must reset the bgp session between this router and it's peer to let the route-map "setorigin" take effect.
Thanks a lot for your help!
Solved! Go to Solution.
03-25-2006 06:02 AM
The "clear ip bgp
Hope this helps,
03-25-2006 06:08 AM
BTW: if you want the new policy to take effect in your current configuration without resetting the session, you could just remove and re-apply the aggregate statement. This will do the job too.
Hope this helps
03-25-2006 06:02 AM
The "clear ip bgp
Hope this helps,
03-25-2006 06:08 AM
BTW: if you want the new policy to take effect in your current configuration without resetting the session, you could just remove and re-apply the aggregate statement. This will do the job too.
Hope this helps
03-25-2006 06:33 PM
hi!hritter
Thanks for your help!
03-25-2006 09:01 AM
I could be wrong but something doesn't look right with access-list 101 as it is shown in the configuration...
Please rate all helpful posts.
Regards,
Brad
03-25-2006 03:07 PM
Hi Brad,
When using an extended access-list with BGP, the 'source' portion of it matches the 'prefix' of the route and the 'destination' portion of it matches the mask of the prefix....
So in this case, ACL 101 matches 192.168.192.0/255.255.248.0 only..
Paresh
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