cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1798
Views
0
Helpful
4
Replies

route map does not applied on interface vlan

csco11579831
Level 1
Level 1

Hi all,

could you pls tell me why i can't apply a route-map on an interface vlan,

belown my config:

SWBBO(config-if)#ip policy route-map TEST

                           ^

% Invalid input detected at '^' marker.

Cisco IOS Software, C3750E Software (C3750E-UNIVERSALK9-M), Version 15.0(2)SE1, RELEASE SOFTWARE (fc1)

Technical Support: http://www.cisco.com/techsupport

Copyright (c) 1986-2013 by Cisco Systems, Inc.

Compiled Fri 04-Jan-13 01:38 by prod_rel_team

ROM: Bootstrap program is C3750E boot loader

BOOTLDR: C3750E Boot Loader (C3750X-HBOOT-M) Version 12.2(53r)SE2, RELEASE SOFTWARE (fc1)

BBWMASALE01 uptime is 40 weeks, 1 day, 6 minutes

System returned to ROM by power-on

System restarted at 22:12:07 UTC Mon Feb 18 2013

System image file is "flash:/c3750e-universalk9-mz.150-2.SE1.bin"

Best regards,

James

2 Accepted Solutions

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

You need to be -

1) running IP Services

2) you need to be running the routing template so if you aren't -

SWBB0# sh sdm prefer

if you are not running the routing template

SWBB0#sdm prefer routing

then you need to reload the switch for it to take effect.

Jon

View solution in original post

You need both the IP Services image and the routing template configured to run PBR.

Jon

View solution in original post

4 Replies 4

Jon Marshall
Hall of Fame
Hall of Fame

You need to be -

1) running IP Services

2) you need to be running the routing template so if you aren't -

SWBB0# sh sdm prefer

if you are not running the routing template

SWBB0#sdm prefer routing

then you need to reload the switch for it to take effect.

Jon

Hi jon,

belown the result of sh sdm prefer,so need i a licence ip service to apply the route-maap on the interface vlan,or just entrer the config"sdm prefer routing" and reboot the switch?

SWBB0#sh sdm prefer

The current template is "desktop default" template.

The selected template optimizes the resources in

the switch to support this level of features for

8 routed interfaces and 1024 VLANs.

  number of unicast mac addresses:                  6K

  number of IPv4 IGMP groups + multicast routes:    1K

  number of IPv4 unicast routes:                    8K

    number of directly-connected IPv4 hosts:        6K

    number of indirect IPv4 routes:                 2K

  number of IPv6 multicast groups:                  64

  number of directly-connected IPv6 addresses:      74

  number of indirect IPv6 unicast routes:           32

  number of IPv4 policy based routing aces:         0

  number of IPv4/MAC qos aces:                      0.5K

  number of IPv4/MAC security aces:                 0.875k

  number of IPv6 policy based routing aces:         0

  number of IPv6 qos aces:                          0

  number of IPv6 security aces:                     60

You need both the IP Services image and the routing template configured to run PBR.

Jon

ok,Tkank you !!