cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
631
Views
0
Helpful
2
Replies

Router And ASA access

mohamed.ali
Level 1
Level 1

Dears,

Plz, I wanna the standard command that allow users to read-only from the ROUTER and ASA. 

For more details,

config)username blabla privilege 10 secret blabla.

so the config must link with the privilege 10 ..

thanks 

2 Replies 2

If u use local authorization both asa and router have different syntax. If
you want unified way if management you need ISE with device mamagement lic
or ACS. You can use 3rd party raduis as well

Ben Walters
Level 3
Level 3

Unfortunately the router and ASA will have different syntax for adding local users for access.

 

The router syntax is

username <name> privilege 10 secret <password>

 

The ASA syntax is

username <name> password <password> privilege 10

 

I guess if you really wanted something to automate adding local users to devices you could have some sort of script which asks if the device is a router or ASA and uses the appropriate command, but I doubt that is what you require.