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

High CPU on 3750 with PBR

nkillgore
Level 1
Level 1

relevant config (i think)

interface Vlan2

description User Subnet

ip address 10.3.3.253 255.255.254.0

ip helper-address 192.168.42.12

no ip redirects

no ip proxy-arp

ip route-cache policy

no ip mroute-cache

ip policy route-map Hosted_Security

route-map Hosted_Security permit 10

match ip address Hosted_Security

set ip next-hop 192.168.42.10

ip access-list extended Hosted_Security

deny   ip host 10.3.2.85 192.168.42.0 0.0.1.255

deny   ip host 10.3.2.85 172.16.0.0 0.0.1.255

deny   ip host 10.3.2.85 10.0.0.0 0.255.255.255

permit ip host 10.3.2.85 any

If there is something else needed, please let me know. I am trying to send all non-internal traffice from this host to 192.168.42.10. As far as I can tell, this works fine; however, the CPU goes up to about 50% when I start sending traffic to a host in the 192.168.42.0 network.

1 Accepted Solution

Accepted Solutions
3 Replies 3

manish arora
Level 6
Level 6

Any ideas for how to accomplish what I am trying to do if I can't use deny statements in the ACL?

Not sure but you can always try ( Please use Mock test envoirment for this ) :

Make 2 different access list

ip access-list extended Hosted_Security_1

permit  ip host 10.3.2.85 192.168.42.0 0.0.1.255

permit ip host 10.3.2.85 172.16.0.0 0.0.1.255

permit  ip host 10.3.2.85 10.0.0.0 0.255.255.255

ip access-list extended Hosted_Security_2

permit  ip host 10.3.2.85 any

route-map Hosted_Security permit 10

match ip address Hosted_Security_1

set ip next-hop YOUR_Default_Gateway

route-map Hosted_Security permit 20

match ip address Hosted_Security_2

set ip next-hop 192.168.42.10

Test it out.

Manish

Review Cisco Networking products for a $25 gift card