07-07-2015 06:13 AM - edited 03-08-2019 12:51 AM
Hello,
Kindly, Any one can help me in this command and what is mean
route-map Test permit 10
match ip address prefix-list Testt
set community XXX : YYY
Kind Regards,
Tariq.E
Solved! Go to Solution.
07-07-2015 01:11 PM
Tariq
In the route map this command sets a community value which will be advertised to some neighbor. Some of the BGP community values are established and well known, such as no-export. But most community values are negotiated between BGP peers.
I doubt that the original command really had XXX,YYY and so if you substituted XXX,YYY for what was there then you are the best one to know what they were. What they mean is probably something that was negotiated between your company and the BGP neighbor.
HTH
Rick
07-07-2015 06:26 AM
Tariq
A route map can be used for multiple purposes and in this case the route map appears to be used to manipulate advertisements in BGP. The first line of the route map identifies the route map by name and establishes the first instance of the route map (and appears that it may be the only instance in this route map). The second line of the route map identifies a prefix list which will be used to examine prefixes to be advertised. The third line of the route map will set the community value of the prefix being advertised.
HTH
Rick
07-07-2015 06:32 AM
Thanks, But what mean here by
set community XXX : YYY
Also what mean by XXX , YYY
Thanks
07-07-2015 01:11 PM
Tariq
In the route map this command sets a community value which will be advertised to some neighbor. Some of the BGP community values are established and well known, such as no-export. But most community values are negotiated between BGP peers.
I doubt that the original command really had XXX,YYY and so if you substituted XXX,YYY for what was there then you are the best one to know what they were. What they mean is probably something that was negotiated between your company and the BGP neighbor.
HTH
Rick
07-07-2015 02:36 PM
Many Thanks
Kind Regards,
Tariq.E
07-07-2015 07:09 PM
Tariq
I am glad that my explanation was helpful. Thank you for using the rating system to mark this question as answered.
HTH
Rick
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