{"id":47,"date":"2009-07-03T15:09:30","date_gmt":"2009-07-03T14:09:30","guid":{"rendered":"http:\/\/mccltd.net\/blog\/?p=47"},"modified":"2009-07-04T10:28:20","modified_gmt":"2009-07-04T09:28:20","slug":"configure-tacacs-for-admin-logins","status":"publish","type":"post","link":"http:\/\/darenmatthews.com\/blog\/?p=47","title":{"rendered":"Configure TACACS+ for Admin Logins"},"content":{"rendered":"<p>How to configure IOS device for authentication to TACACS server for administrative logins:<!--more--><\/p>\n<pre>! Create a local user and password\r\n<strong>username<\/strong> admin <strong>secret<\/strong> password\r\n!\r\n! Must enable AAA to configure TACACS+\r\n<strong>aaa new-model<\/strong>\r\n!\r\n! Define the TACACS server IP address\r\n<strong>tacacs-server host<\/strong> x.x.x.x <strong>key<\/strong> abcdefghijk\r\n!\r\n! Use default for any service that uses authentication\r\n! and use local database if tacacs server is not available\r\n<strong>aaa authentication login default group tacacs+ local\r\n<\/strong>!\r\n! Get user privileges from TACACS server and grant all\r\n! privileges if TACACS is not available\r\n<strong>aaa authorization exec default group tacacs+ none\r\n<\/strong>!\r\n! Log to TACACS logging<strong>\r\naaa accounting exec default start-stop group tacacs+\r\n<\/strong><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>How to configure IOS device for authentication to TACACS server for administrative logins:<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[83,13],"tags":[3],"_links":{"self":[{"href":"http:\/\/darenmatthews.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/47"}],"collection":[{"href":"http:\/\/darenmatthews.com\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/darenmatthews.com\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/darenmatthews.com\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/darenmatthews.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=47"}],"version-history":[{"count":4,"href":"http:\/\/darenmatthews.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/47\/revisions"}],"predecessor-version":[{"id":76,"href":"http:\/\/darenmatthews.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/47\/revisions\/76"}],"wp:attachment":[{"href":"http:\/\/darenmatthews.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=47"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/darenmatthews.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=47"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/darenmatthews.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=47"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}