Hello,
I'm trying to make an EEM that would count how many macs are under one vlan.
Something like
Event none
Action 001 cli command "show mac address-table vlan XXX | include XXX"
Action 002 regexp (This is unclear to me but it should take only the amount as number and put it into a variable lets say MacCount)
Action 003 if $MacCount ge (Some number) then do things --->
If someone can help me out with this i would really appreciate it. Thanks in advance!