Hi,
Can anyone let me know which IOS version has EEM 3.1 version available.
i need to run applet on 6500/3560/3750/2360/N7K
Please let me know the what can be done to get my below mentioned applet get work.
event manager applet Add-vlan
event cli pattern "switchport trunk allowed vlan\s+[0-9]" sync yes
action 1.0 puts "You are going to overwrite current allowed list (switchport trunk allowed vlan X) "
action 1.1 puts "Are you sure [Y/N]:"
action 2.0 gets response
action 3.0 if $response eq y goto 5.0
action 4.0 puts "Verify allowed vlan on trunk port"
action 4.1 exit 0
action 5.0 puts "OK Vlan Added on Trunk port"
action 5.1 exit 1
!