I am trying to create an event trigger that will fire any time a user logs in to the switch. The problem I am running into is that I am trying to make a generic script that will set this up on several switch stacks on my network. Is there any generic keyword that will allow me to assign the upm event to all ports in a stack?
This is the command I'm using:
configure upm event user-authenticate profile "backup-config" ports
Based on the Concepts Guide, I feel like this is the right command. Any help would be appreciated.