cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1234
Views
0
Helpful
3
Replies

Embedded Menu Manager with external authentication server

Cory Anderson
Level 1
Level 1

Has anyone had any luck using the Embedded Menu Manager and authenticating with RADIUS?  I'm having no luck.

1 Accepted Solution

Accepted Solutions

Joe Clarke
Cisco Employee
Cisco Employee

This won't work as EMM is based on tclsh, and tclsh doesn't play well with AAA.  EMM as a feature is deprecated as well.  I agree it was quite nice in terms of what it can do, but you can do quite a bit of that using EEM (with some extra code work), and those scripts will play nicely with AAA.

View solution in original post

3 Replies 3

Joe Clarke
Cisco Employee
Cisco Employee

This won't work as EMM is based on tclsh, and tclsh doesn't play well with AAA.  EMM as a feature is deprecated as well.  I agree it was quite nice in terms of what it can do, but you can do quite a bit of that using EEM (with some extra code work), and those scripts will play nicely with AAA.

Thanks Joe,

What they're trying to do is give certain groups of users a menu when they log into a device.  Other users will get the cli.  I'm not sure where to start on this with eem.

Sounds like you need TACACS+ for this and push down an autocommand to run for those users.  Something like https://blog.initialdraft.com/archives/57/ .  The command pushed could be "autocommand event manager run POLICY_NAME" where POLICY_NAME creates your menu.  Yes, you can do this with EMM as well, but then you'll run into issues with command execution if you're using AAA command authz.