cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1125
Views
0
Helpful
2
Replies

ACL hit count with a Route-Map

griffijo
Level 1
Level 1

I have a simple route-map that I am using to set the default next-hop ip address, this is used to send different groups of users out through two different interfaces on our PIX. Everything is working fine but I don't see the hit counts incrementing when I do a "show access-list" on the ACLs, and yet I am positive it's working.

access-list 110 permit ip 10.0.0.0 0.255.255.255 any

access-list 120 permit ip 192.168.0.0 0.0.255.255 any

!

route-map eboe permit 10

match ip address 110

set ip default next-hop 10.194.1.22

!

route-map eboe permit 20

match ip address 120

set ip default next-hop 192.168.201.22

2 Replies 2

vladrac-ccna
Level 5
Level 5

Is it possible to provide platform , ios, and output of

show route-map eboe

vlad

mahmoodmkl
Level 7
Level 7

HI

How about adding a log statement at the end of access-list.

Thanks

Mahmood