WAN Routing
1752749 Members
4772 Online
108789 Solutions
New Discussion

Policy Based Routing on 5400R zl2 (J9851A) switch

 
michelle79
Advisor

Policy Based Routing on 5400R zl2 (J9851A) switch

Can someone please explain the output from the show statistics command to me in more detail than the HP guides provide?

5400# show statistics policy Test vlan 20 in

Hit Counts for Policy Test

Total

10 class ipv4 Test action ignore
( 59 ) 10 match icmp 10.10.0.95 0.0.0.0 0.0.0.0 255.255.255.255

I have researched and tried to figure it out myself but I'm stuck and unsure why my PBR is ignoring...

The PBR in my config:

5400# show class config

class ipv4 "Test"
10 match icmp 10.10.0.95 0.0.0.0 0.0.0.0 255.255.255.255
exit

5400# show policy config

policy pbr "Test"
10 class ipv4 "Test"
action ip next-hop 192.168.2.1
exit

My workstation is 10.10.0.95 and the show statistics command is recording the ping and traceroute packets coming from my IP but unsure why it says action ignore... please help.