06-10-2006 11:43 AM - edited 03-03-2019 12:57 PM
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
06-10-2006 12:56 PM
Is it possible to provide platform , ios, and output of
show route-map eboe
vlad
06-10-2006 08:53 PM
HI
How about adding a log statement at the end of access-list.
Thanks
Mahmood
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