This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
technical:tacacs [2022/09/26 15:23] – jc | technical:tacacs [2022/10/03 08:43] (current) – jc | ||
---|---|---|---|
Line 3: | Line 3: | ||
## Linux | ## Linux | ||
### Prerequisites | ### Prerequisites | ||
- | Install FreeRADIUS | + | Install |
### Install | ### Install | ||
- | Add TACACS | + | TACACS+ may either be installed using an RPM and a supported |
* [TACACS Source](https:// | * [TACACS Source](https:// | ||
Line 85: | Line 85: | ||
__AAA Profile__ | __AAA Profile__ | ||
``` | ``` | ||
+ | aaa new-model | ||
aaa authentication login default local | aaa authentication login default local | ||
aaa authentication login < | aaa authentication login < | ||
- | aaa authorization exec default | + | aaa authorization exec default |
- | aaa authorization exec < | + | aaa authorization exec < |
+ | aaa authorization network default if-authenticated | ||
aaa authorization commands 15 default local | aaa authorization commands 15 default local | ||
aaa authorization commands 15 < | aaa authorization commands 15 < |