<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
when looking into detailed network info, it shows right communities
here:<br>
<br>
<tt><u>eel.35 # sh bgp routes detail network 31.41.120.0/21</u><br>
<br>
Feasible Routes<br>
---------------<br>
Route: 31.41.120.0/21, Peer 213.133.164.149, BEST, Active<br>
Origin IGP, Next-Hop 213.133.164.149, LPref 95, MED 100<br>
Weight 1,<br>
AS-Path: 13249 9002 8744 48485<br>
<font color="#ff0000">Community: 3254:65535 3254:9100 3524:9111</font><br>
</tt><br>
but when I'm trying to get all routes with selected community, I get
strange results.<br>
<br>
None for 3254:9111 :<br>
<br>
<tt><u>eel.36 # show bgp routes community 3254 : 9111<br>
</u> <br>
Feasible Routes<br>
---------------<br>
Destination Peer Next-Hop LPref Weight MED AS-Path<br>
<br>
<br>
Unfeasible Routes<br>
-----------------<br>
Destination Peer Next-Hop LPref Weight MED AS-Path<br>
</tt><br>
while everything is ok for 3254:9100:<br>
<br>
<tt><u>eel.60 # show bgp routes community 3254 : 9100</u><br>
<br>
Feasible Routes<br>
---------------<br>
Destination Peer Next-Hop LPref
Weight MED AS-Path<br>
*>i 1.0.4.0/22 194.44.35.213 194.44.35.213 90
1 3255 6939 7545 7545 7545 7545 7545 56203<br>
i 1.0.4.0/22 213.133.164.149 213.133.164.149 85
1 100 13249 6939 7545 7545 7545 7545 7545 56203<br>
*>i 1.5.0.0/16 194.44.35.213 194.44.35.213 90
1 3255 6939 4725<br>
i 1.5.0.0/16 213.133.164.149 213.133.164.149 85
1 100 13249 6939 4725<br>
*>i 1.8.1.0/24 194.44.35.213 194.44.35.213 90
1 3255 3549 6453 4641 38345<br>
i 1.8.1.0/24 213.133.164.149 213.133.164.149 85
1 100 13249 6453 4641 38345<br>
*>i 1.8.8.0/24 194.44.35.213 194.44.35.213 90
1 3255 3549 6453 4641 38345<br>
i 1.8.8.0/24 213.133.164.149 213.133.164.149 85
1 100 13249 6453 4641 38345</tt><br>
<br>
Everything rest besides "show" seems to be working.<br>
<br>
Incoming policy map is:<br>
<br>
<tt>entry peer-in-50 {<br>
if match any {<br>
as-path "_NNNNN_" ;<br>
community "XXXX:YYYYY" ;<br>
}<br>
then {<br>
local-preference 95;<br>
community set "3254:65535 3254:9100";<br>
community add "3524:9111";<br>
permit;<br>
}<br>
}<br>
</tt><br>
Is it bug or feature?<br>
<br>
Summit x480<br>
Image : ExtremeXOS version 12.5.1.6 v1251b6 by release-manager<br>
on Tue Nov 23 09:49:14 PST 2010<br>
<br>
Thank you<br>
<br>
<pre class="moz-signature" cols="72">--
/doka
Vision without Execution is Hallucination. -- Thomas Edison.</pre>
</body>
</html>