From: Muhammad Saleem (msaleems@gmail.com)
Date: Sun Jan 06 2008 - 17:52:41 ARST
Hi Experts,
I am trying to use PBR on CAT3750 with c3750-advipservicesk9-mz.122-40.SE
image, I want to implement PBR on one of the VLANs, config is as following
sdm prefer routing
reload
route-map INTERNET_TRAFFIC permit 5
set ip default next-hop 192.168.43.22
interface Vlan102
ip address 192.168.32.1 255.255.255.0
ip policy route-map INTERNET_TRAFFIC
Immediately after writing "ip policy route-map INTERNET_TRAFFIC" command
getting following error
00:11:02: %PLATFORM_PBR-3-UNSUPPORTED_RMAP: Route-map INTERNET_TRAFFIC not
supported for Policy-Based Routing
According to the following link
http://www.cisco.com/en/US/docs/switches/lan/catalyst3750/software/release/1
2.1_14_ea1/system/message/msg_desc.html
----------------------------------------------------------------------------
----------------------------
Error Message PLATFORM_PBR-3-UNSUPPORTED_RMAP: Route-map [chars] not
supported for
Policy-Based Routing
Explanation This message means that the route-map attached to an
interface for policy routing contains an action that is not supported on
this platform. This is a hardware limitation. [chars] is the route-map.
Recommended Action Reconfigure the route-map to use permit entries and
set ip next-hop actions only.
----------------------------------------------------------------------------
--------------------------------
In my Cat3750 switch I have some static routes which I want from switch to
check before forwarding traffic to 192.168.43.22, that's why I want to use
set ip default next-hop command instead of set ip next-hop command.
I will appreciate all responses
This archive was generated by hypermail 2.1.4 : Fri Feb 01 2008 - 10:37:58 ARST