All are from Cisco official documents:
- How to Assign Privilege Levels with TACACS+ and RADIUS
- Migration Guide for the Cisco Secure Access Control System 5.3
- The security model of Lantech switches is rather simple. Each user falls into either one of the following of permissions.
- read-only: allow to view current settings but changing settings is disallowed.
- read-write: both viewing/changing settings are allowed.
- How permission mapped into TACACS+ privilege level?
- privilege level 1~8 --> read-only permission
- privilege level 9~15 --> read-write permission
- Image we're going split users into two groups with different permissions like the following table
group name | permission | privelege level | members |
---|---|---|---|
admin-group | read-write | 15 | alex, amy |
user-group | read-only | 1 | ufo, upup |
Create groups: admin-group and user-group
