Categories
tags
ADSL ADSL2+ ATM BGP CentOS Cisco EtherChannel Ethernet Trunk Firewall Foundry freeradius Hyper-V iBGP IOS IPv6 iSCSI JUNOS Lighttp Linux Load Balancer m0n0wall Metro Ring Microsoft MRP NTP OSPF pfSense pound RE-Filter SDSL Server Core sflow SHDSL SNMP TACACS TMG ucarp unattended VM VOIP Windows 2008 R2 XEN XenServer Xen Server yumContact
Tag Archives: TACACS
FOUNDRY – Authentication using TACACS+
Foundry FastIron FLS-624 & FLS648 ! aaa authentication enable default local tacacs+ aaa authentication login default local tacacs+ aaa authorization exec default tacacs+ aaa accounting commands 0 default start-stop tacacs+ aaa accounting exec default start-stop tacacs+ ! tacacs-server host 192.168.33.44 … Continue reading
JUNOS – Authentication using TACACS+
Juniper M7i – JUNOS 9.3R2.8 The username must be set to “remote”. #edit system set login user remote class super-user set login user remote full-name “TACACS+ remote User” set login user remote uid 3333 set accounting events [ login interactive-commands … Continue reading
IOS – Authentication using TACACS+
For a simple TACACS+ daemon config –> simple TACACS+ config ! aaa new-model ! ! aaa authentication fail-message ^C –> local authentication failed ! <– ^C ! ! Set the prompt that will show up if the TACACS+ service is … Continue reading
A simple TACACS+ config
tacacs.conf : #default authentication = file /etc/passwd #default authorization = permit accounting file = /var/log/tac-plus/account key = secretkey user = DEFAULT { default service = deny } user = username1 { login = des shc36DGgs73ab name = “Full Name” service … Continue reading