The ServerIron platform is generally very sensitive to the order of things.  I've had this exact same problem before -- and banged my head against the wall.<div><br></div><div>However, you are missing one important thing on your config:  ip policy frag-match-source.  This will insure that all packets are treated.<br>
<div><br></div><div>I'd start over, removing all the relevant PBR lines.  Enter in the ACL first, exit, write mem.  Enter in the route-map, exit, write mem.  Finally, add in the ip policy statements.</div><div><br></div>
<div>Scott<br><br><div class="gmail_quote">On Wed, May 26, 2010 at 12:51 PM, Lazuardi Nasution <span dir="ltr"><<a href="mailto:mrxlazuardin@gmail.com">mrxlazuardin@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Dear you,<br>
<br>
I get some problem to do some demo of ServerIron with PBR (route-map)<br>
feature. It seem that route-map command give no effect so the link<br>
become fail over, not active-active. My goal is each port can have its<br>
own next hop, disregard the routing table or default routes. Any<br>
suggestion ?<br>
<br>
Best regards,<br>
<br>
<br>
Following is the script of my configuration.<br>
<br>
<br>
vlan 2 by port<br>
untagged ethe 1<br>
router-interface ve 2<br>
<br>
vlan 3 by port<br>
untagged ethe 2<br>
router-interface ve 3<br>
<br>
ip route 0.0.0.0 0.0.0.0 192.168.0.254 distance 10<br>
ip route 0.0.0.0 0.0.0.0 192.168.255.254<br>
<br>
interface ve 2<br>
ip address 192.168.0.1 255.255.255.0<br>
ip policy route-map PBR<br>
<br>
interface ve 3<br>
ip address 192.168.255.1 255.255.255.0<br>
<br>
access-list 2 permit 192.168.0.0 0.0.0.255<br>
access-list 2 deny any<br>
<br>
route-map PBR permit 10<br>
match ip address 2<br>
set ip next-hop 192.168.0.254<br>
<br>
<br>
Following is the "show version" command.<br>
<br>
<br>
Copyright (c) 1996-2009 Brocade Communications Systems, Inc.<br>
Boot Version 12.1.00T405 Oct 29 2009 10:12:19 PST label: dob12100<br>
Monitor Version 12.1.00T405 Oct 29 2009 10:12:19 PST label: dob12100<br>
System Version 12.1.00T403 Dec 17 2009 10:21:27 PST label: ASR12100<br>
AXP Version: 1.12 Dated: 2009/12/01 10:22:32<br>
PAX Version: 0.0 Dated: 2009/07/28 10:35:11<br>
MBRIDGE Version: 000b, Device ID # bebe<br>
<br>
==========================================================================<br>
Type:  Stackable 16GC<br>
Backplane Serial #:  SA19091395<br>
Chassis Serial #: Not-Present<br>
Part #:  46458-00DB<br>
Version #: 11b626-020202ff-111d8036-00<br>
==========================================================================<br>
Active management module:<br>
1499 MHz Power PC processor (version 00008021/0030) 599 MHz bus<br>
512 KB Boot flash<br>
131072 KB Code flash<br>
2048 MB DRAM<br>
The system uptime is 9 minutes 39 seconds<br>
The system started at 04:21:03, GMT+00, Wed May 26 2010<br>
<br>
The system - boot source: secondary, mode: warm startsoft reset, total<br>
resets:11  soft reset, total resets:11<br>
<br>
<br>
Following is the "show flash" command.<br>
<br>
<br>
Active management module:<br>
Compressed Pri Code size = 23321502, Version 12.1.00T401 Dec 17 2009<br>
10:08:10 PST label: ASM12100<br>
Compressed Sec Code size = 24392549, Version 12.1.00T403 Dec 17 2009<br>
10:21:27 PST label: ASR12100<br>
Used Configuration Flash Size=4469, Max Configuration Flash Size=1441790<br>
<br>
Code flash:<br>
Size :  134217728 bytes<br>
Bytes Used :  54544222 bytes<br>
Bytes Free :  76808192 bytes<br>
<br>
USB 0 drive:<br>
Size : 4102352896 bytes<br>
Bytes Used :      4096 bytes<br>
Bytes Free : 4102348800 bytes<br>
<br>
No external USB drive found in system<br>
_______________________________________________<br>
foundry-nsp mailing list<br>
<a href="mailto:foundry-nsp@puck.nether.net">foundry-nsp@puck.nether.net</a><br>
<a href="http://puck.nether.net/mailman/listinfo/foundry-nsp" target="_blank">http://puck.nether.net/mailman/listinfo/foundry-nsp</a><br>
</blockquote></div><br></div></div>