cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2174
Views
0
Helpful
15
Replies

Policy routing not working

Randy Ethridge
Level 1
Level 1

Hello, I have a problem with policy routing not working in a 6513 with a Sup720 running 12.2(18)SXD7. I have 3 other 6513's with the exact same hardware and IOS running the same policy configuration without issues. When looking at the acl's and route-map it shows hits but the next hop address is ignored.

route-map

impulse permit 10
match ip address intranet
!
route-map impulse permit 20
match ip address impulse_block
set ip next-hop 139.67.61.228

intranet acl

Extended IP access list intranet
    10 permit ip any host 139.67.60.245 (302 matches)
    20 permit ip any host 139.67.61.245 (401 matches)
    30 permit ip any host 139.67.14.190 (283 matches)
    40 permit ip any host 139.67.14.191 (332 matches)
    50 permit ip any host 139.67.14.192 (3929 matches)
    60 permit ip any host 139.67.14.193 (325 matches)
    70 permit ip any host 139.67.9.250
    80 permit ip any host 139.67.8.39
    90 permit ip any host 139.67.9.96
    100 permit ip any 69.25.20.0 0.0.0.255
    110 permit ip any 74.201.74.0 0.0.0.255
    120 permit ip any 64.94.18.0 0.0.0.255 (71 matches)
    130 permit ip any host 139.67.14.32
    140 permit ip any host 139.67.208.206
    150 permit ip any host 139.67.208.207
    160 permit ip any host 139.67.208.208
    170 permit ip any host 10.201.90.1 (12467 matches)

impulse_block acl

Extended IP access list impulse_block
    10 deny udp any any eq domain (9 matches)
    20 deny udp any any eq bootpc
    30 permit ip any host 198.31.193.211 (56 matches)
    40 permit ip host 1.1.1.1 any
    50 permit ip host 139.67.95.53 any (108 matches)
    60 permit ip host 139.67.83.206 any
    70 permit ip host 139.67.95.73 any (146 matches)

Vlan interface applied to

interface Vlan92
description STP Primary Root Switch and HSRP Primary for VLAN LUMP_WLHS_092 in Lumpkin Distribution
ip address x.x.x.x x.x.x.x

ip helper-address x.x.x.x
ip helper-address x.x.x.x
ip route-cache flow
ip policy route-map impulse
standby 1 ip x.x.x.x
standby 1 priority 105
standby 1 preempt delay minimum 180
standby 1 track TenGigabitEthernet9/1 10
standby 1 track TenGigabitEthernet9/2 10
standby 1 track TenGigabitEthernet9/3 10

15 Replies 15

Yes, arp table is correct.