
andrea.montefusco at gmail
Nov 4, 2009, 5:23 AM
Post #1 of 1
(65 views)
Permalink
|
|
Cat 3550 policy routing at layer 4
|
|
Does anyone known if the Catalyst 3550 has a some restriction on policy routing ACL at layer 4 ? In my lab the PBR works well if the route map acl is at layer 3 only access-list 200 permit ip <src> <dst> if I use an acl with layer four ACE, like access-list 200 permit tcp <src> <dst> eq 25 it doesn't work anymore. The manual generically states that it is possible select the traffic via layer 4 parameters. IOS 12.2.44 SE6 Thanks in advance *am* ------------------- cut here ---------------- ... interface Vlan20 ip address 192.168.1.1 255.255.255.0 ip route-cache policy ip policy route-map SPECIAL-ROUTES ... access-list 200 permit tcp 192.168.1.0 255.255.255.0 any eq smtp access-list 200 permit tcp 192.168.1.0 255.255.255.0 any eq pop3 ! route-map SPECIAL-ROUTES permit 5 match ip address 200 set ip next-hop 1.1.1.2 ... ------------------- cut here ---------------- --------------------------------------------------------- Andrea Montefusco iw0hdv http://www.montefusco.com --------------------------------------------------------- _______________________________________________ cisco-nsp mailing list cisco-nsp[at]puck.nether.net https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/
|