02-26-2015 07:43 AM - edited 03-01-2019 12:02 PM
Hi everybody:
I'm trying to know how you can configure a VACL with multiples actions in a nexus 5x00.
It's perfectly possible in Catalyst something like this:
ip access-list GLBP-IP
10 permit udp any 224.0.0.102/32 eq 3222
!
ip access-list ALL-IPs
10 permit ip any any
!
vlan access-map FHRP-FILTER 40
match ip address GLBP-IP
action drop
vlan access-map FHRP-FILTER 50
match ip address ALL-IPs
action forward
!
vlan filter FHRP-FILTER vlan-list 10-15
But I can't find how to do it in Nexus 5x000
Any help would be appreciated.
Thank you in advance
Al
02-26-2015 07:58 AM
02-28-2015 02:55 AM
Hi Manuel:
I did it, but in the example there are not any examples with multiples actions.
It is clear how to configure VACL with simple action, but not with mutiple as in Catalyst.
Thank you for your replay
Regards
03-02-2015 04:10 PM
We tried configuring multiple action in our lab and it looks like it is not supported on the N5K. We get the error below.
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