|
|
 |
Re: cisco code to delete communities in RtConfig
- Date: Fri, 14 Mar 2003 16:07:57 +1030
At 3:58 PM +1030 14/3/03, Mark Prior wrote:
If you try to clear all BGP communities on export via an action such
as "action community = { };" the cisco code generated has an action
of "set community". While this is valid (at least the cisco accepts
it) it might be better to use "set community none" instead to make
it obvious. Also I can see a cisco DE thinking that the list should
have at least one community listed and breaking it :-)
I should have checked at what the cisco saved before sending the email :-)
When you enter "set community" the cisco silently ignores it so the
route-map will have the match statement but no action statement (if
all you were trying to do is clear the community). This may or may
not be another IOS bug but it certainly isn't what is defined by the
policy fragment.
Mark.
|
|
 |
 |