cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1004
Views
0
Helpful
6
Replies

Route_Map doesn't bring out the set clauses

reda-rayan
Level 1
Level 1

i've configured the route-map on a catalyst switch 4503E but when i checked the configuration i can't see the next hop see below the output of show route-map

 

ML-SW-1#show route-map 
route-map test, permit, sequence 10
  Match clauses:
    interface FastEthernet2/1 
  Set clauses:
ML-SW-1#

 

 

ML-SW-1#sh run  | b route-map
route-map test permit 10
 match interface FastEthernet2/1
 set ip next-hop 192.168.3.13

Any suggestions ? thanks in advance

 

 

6 Replies 6

nkarthikeyan
Level 7
Level 7

Hi Rayan,

 

It should be visible in show route-map command. I am not sure if that is a bug or unsupported feature. What is the IOS version you are using in the 4503 device?

 

SW#sh route-map
route-map test, permit, sequence 10
  Match clauses:
    interface FastEthernet0/1
  Set clauses:
    ip next-hop 192.168.3.13
  Policy routing matches: 0 packets, 0 bytes

Regards

Karthik

Please provide the IOS version

Here it is :

Hi Rachid,

As per your request  find below the output of show version

ML-SW-1#sh version
Cisco IOS Software, Catalyst 4500 L3 Switch Software (cat4500-IPBASEK9-M), Version 15.0(2)SG10, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2015 by Cisco Systems, Inc.
Compiled Tue 07-Apr-15 09:19 by prod_rel_team
Image text-base: 0x10000000, data-base: 0x12097724

ROM: 12.2(31r)SGA1
Dagobah Revision 226, Swamp Revision 34

Hi nkarthikeyan,

I'm running the last version "bootflash:cat4500-ipbase-mz.150-2.SG8.bin"

i

I have the same problem. did you have any solution ??????????????????????

Robert Falconer
Level 1
Level 1

Is 192.168.3.13 in the routing table? If it's not present, then maybe it won't show as an active set clause.

Using set ip next-hop will check for the existence of the next hop in the routing table. If it doesn't exist, it will route as normal without using the policy.