Aruba & ProVision-based
1753447 Members
4984 Online
108794 Solutions
New Discussion

Aruba 2930f - Policy based routing not working?

 
Emil_G
HPE Pro

Re: Aruba 2930f - Policy based routing not working?

Hello,

You have to first remove the class from the PBR policy context. This doesnt remove it from the global configuration. After that you re-enter the class in the PBR context and re-enter the desired. Here is an example ( not matching your configuration). I have PBR with 2 actions in class hosting which is shown with the command display this in the context of the PBR policy.

Core(policy-pbr)# dis this
policy pbr "hosting"
10 class ipv4 "hosting"
action ip next-hop 172.12.0.1
action ip default-next-hop 172.16.0.1
exit
exit

While I am still in the context of the PBR policy I remove the class and then add it again to the policy which also enters the context of the class. Here you can re-enter the desired action.

Core(policy-pbr)# no class ipv4 hosting
Core(policy-pbr)# class ipv4 hosting
Core(policy-pbr-class)# action ip default-next-hop 172.16.0.1
Core(policy-pbr-class)# exit

WIth display this we can confirm that we have now only 1 action.


Core(policy-pbr)# dis this
policy pbr "hosting"
10 class ipv4 "hosting"
action ip default-next-hop 172.16.0.1
exit
exit
Core(policy-pbr)#

 

I am an HPE employee

Accept or Kudo