cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
750
Views
0
Helpful
3
Replies

Route-map on 3560X 12.2(55)SE8 - not able to see route-map even after applying on the interface

Hi their,

greetings..

 

I have created a route-map and when i applied on the interface it accepted the command. but when i did show run interface i am not able to see the route-map command on the interface. 

I have Universal K9 license *    WS-C3560X-24       12.2(55)SE8           C3560E-UNIVERSALK9-M

 

C3560X(config)#route-map sat-office permit 10

C3560X(config-route-map)# match ip address SAT-ACC-JGC-GS-SK-DAT-VOI

C3560X(config-route-map)# set ip next-hop 172.19.207.225

C3560X(config-route-map)#!

C3560X(config-route-map)#route-map sat-office permit 20

C3560X(config-route-map)# match ip address SAT-ACC-KNPC-DAT

C3560X(config-route-map)# set ip next-hop 172.19.207.254

C3560X-(config-route-map)#!

C3560X(config-route-map)#route-map sat-office permit 30

C3560X(config-route-map)# match ip address SAT-ACC-PMC-DAT

C3560X(config-route-map)# set ip next-hop 172.19.207.250

C3560X(config-route-map)#

C3560X(config-route-map)#

C3560X(config-route-map)#exit

 

APPLIED on the Interface

 

C3560X(config)#int gi0/13

C3560X(config-if)#ip policy route-map sat-office

 

When I do show interface details I cannot see it

 

C3560X(config-if)#

C3560X(config-if)#do sh run int gi0/13

Building configuration...

 

Current configuration : 163 bytes

!

interface GigabitEthernet0/13

no switchport

ip address 192.168.250.10 255.255.255.252

end

 

 

3 Replies 3

Peter Paluch
Cisco Employee
Cisco Employee

Prashanth,

This could be a bug - definitely, the behavior is way too strange.

Two questions:

  1. Irrespective of the route-map not being visible in show running-config, are your packets being policy routed when they enter this port? Just for the sake of certainty, try reapplyig the route-map to Gi0/13.
  2. If you created a separate VLAN just for this one single port, made the port an access port in that VLAN, then created a SVI for that VLAN and moved the IP address 192.168.250.10/30 to that SVI, would the configured ip policy route-map command be visible on the SVI?

Best regards,
Peter

I got the answer for it.

When i did show sdm prefer, i found that current template had 

  number of IPv4 policy based routing aces:         0          

so i issued a command in golbal configuration mode

sdm pefer routing

this command would required reload. once i reloaded i could see the policy command under gi0/13.

Hey I am having same issue with C3850 in my switch "show sdm prefer" not shoing anything like "IPv4 policy base routing aces:" this is what i am seeing.

I am running Ipservice license. 

#show sdm prefer
Showing SDM Template Info

This is the Advanced (high scale) template.
Number of VLANs: 4094
Unicast MAC addresses: 32768
Overflow Unicast MAC addresses: 512
IGMP and Multicast groups: 8192
Overflow IGMP and Multicast groups: 512
Directly connected routes: 16384
Indirect routes: 7168
Security Access Control Entries: 3072
QoS Access Control Entries: 3072
Policy Based Routing ACEs: 1024
Netflow ACEs: 768
Wireless Input Microflow policer ACEs: 256
Wireless Output Microflow policer ACEs: 256
Flow SPAN ACEs: 512
Tunnels: 256
Control Plane Entries: 512
Input Netflow flows: 8192
Output Netflow flows: 16384
SGT/DGT entries: 4096
SGT/DGT Overflow entries: 512
These numbers are typical for L2 and IPv4 features.
Some features such as IPv6, use up double the entry size;
so only half as many entries can be created.

Review Cisco Networking for a $25 gift card