cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Event Detector Identity, does it actually work?

derek-shnosh
Level 1
Level 1

My goal is to build out an applet to assign a dynamic description to any interface with an authenticated host, whether it be dot1x or MAB. I think this sounds like a great use case for event identity interface regexp Ethernet.*, but I can't even get a syslog msg or puts to display a message.

Here is what I've tried...

event manager applet int_desc
 event identity interface regexp Ethernet.*
 action 00.00 syslog msg "  ## Auth event on: $_identity_interface
 action 00.01 cli command "enable"
 action 00.02 cli command "conf t"
 action 00.03 cli command "int $_identity_interface"
 action 00.03 cli command "desc AUTH"
 action 00.04 exit

I have tried this on a C3850-12X48U-S and a C3650-48FQM-S, both running IOS-XE 16.3.6, here is the output from show event man version (same from both switches).

#show eve man ver
Embedded Event Manager Version 4.00
Component Versions:
eem: (dev10)1.1.5
eem-gold: (rel1)1.0.2
eem-call-home: (rel2)1.0.5
Event Detectors:
Name                Version   Node        Type    
application         01.00     node0/0     RP      
rf                  01.00     node0/0     RP      
identity            01.00     node0/0     RP      
mat                 01.00     node0/0     RP      
neighbor-discovery  01.00     node0/0     RP      
generic-xed         01.00     node0/0     RP      
syslog              01.00     node0/0     RP      
generic             01.00     node0/0     RP      
routing             03.00     node0/0     RP      
rpc                 01.00     node0/0     RP      
cli                 01.00     node0/0     RP      
counter             01.00     node0/0     RP      
interface           01.00     node0/0     RP      
ioswdsysmon         01.00     node0/0     RP      
none                01.00     node0/0     RP      
oir                 01.00     node0/0     RP      
snmp                01.00     node0/0     RP      
snmp-object         01.00     node0/0     RP      
snmp-notification   01.00     node0/0     RP      
timer               01.00     node0/0     RP      
test                01.00     node0/0     RP      
config              01.00     node0/0     RP      
env                 01.00     node0/0     RP      
ds                  01.00     node0/0     RP      
crash               01.00     node0/0     RP      
gold                01.00     node0/0     RP      

 

Who Me Too'd this topic