RE: PBR on cat 3550

From: Geert Nijs (geert.nijs@simac.be)
Date: Fri Dec 03 2004 - 04:47:05 GMT-3


Check out this TAC note: http://www.ciscotaccc.com/iprout/showcase?case=K11373857
 
PBR on C3550 requires a change of the SDM template.
 

Before you can enable policy routing, you must configure one of these commands in the global configuration mode, and then the configuration must be written and the switch reloaded:

* sdm prefer extended-match

* sdm prefer access extended-match

* sdm prefer routing extended-match

        CAT3550(config)# access-list 10 permit 20.20.20.0 0.0.0.255
        CAT3550(config)# route-map pbr permit 10
        CAT3550(config-route-map)# match ip address 10
        CAT3550(config-route-map)# set ip next-hop 12.12.12.12
        
        CAT3550(config)# int vlan 3
        CAT3550(config-if)# ip policy route-map pbr
        CAT3550(config-if)#
        06:12:31: %L3TCAM-3-SIZE_CONFLICT: PBR requires enabling extended routing
        
        CAT3550# show run int vlan 3
        Building configuration...
        
        Current configuration : 60 bytes
        !
        interface Vlan3
        ip address 55.55.55.1 255.255.255.0
        
        !--- Command not taken - you need to enable SDM.
        
        end
        
        CAT3550# conf t
        Enter configuration commands, one per line. End with CNTL/Z.
        CAT3550(config)# sdm prefer extended-match
        Changes to the running SDM preferences have been stored, but cannot take effect
        until the next reload.
        Use 'show sdm prefer' to see what SDM preference is currently active.
        CAT3550(config)# end
        
        CAT3550# write
        06:14:11: %SYS-5-CONFIG_I: Configured from console by console
        Building configuration...
        [OK]
        
        ltd-1-2# reload
        Proceed with reload? [confirm]

 
 
 
Regards,
 
Geert
#13729

________________________________

From: nobody@groupstudy.com on behalf of Edi Guntoro
Sent: Thu 12/2/2004 5:03
To: ccielab@groupstudy.com
Subject: PBR on cat 3550

Hi all,
Why this message appear when I try to enable PBR on interface vlan, and
the config was not succesfully added.

%L3TCAM-3-SIZE_CONFLICT: PBR requires enabling extended routing

Thanks



This archive was generated by hypermail 2.1.4 : Mon Jan 03 2005 - 10:31:24 GMT-3