Is there any way to prevent using EEM a command from taking place using N9k, let say that I want to prevent changes on the interface Eth1/1, something like this should work:
event manager applet test
description "do not modify Eth1/1"
event cli match "interface Eth1/1"
Is there anything else I have to add. There was a skip in IOS but I dont find that option in NXOS.
Thanks.