07-15-2014 07:16 PM - edited 03-07-2019 08:04 PM
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
07-16-2014 12:21 AM
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
07-16-2014 03:12 AM
Please provide the IOS version
10-08-2015 07:14 AM
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
07-16-2014 03:23 AM
08-07-2014 05:59 AM
I have the same problem. did you have any solution ??????????????????????
07-16-2014 11:45 AM
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.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide