<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic please check the below in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832127#M41018</link>
    <description>&lt;P&gt;please check the below details&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;aaa new-model&lt;BR /&gt;aaa group server tacacs+ TACACS-PLUS&lt;BR /&gt;aaa authentication login default group TACACS-PLUS local&lt;BR /&gt;aaa authentication login ConLine local group radius&lt;BR /&gt;aaa authentication enable default group TACACS-PLUS enable none&lt;BR /&gt;aaa authentication dot1x default group radius&lt;BR /&gt;aaa authorization config-commands&lt;BR /&gt;aaa authorization exec default group TACACS-PLUS none&lt;BR /&gt;aaa authorization exec my-authradius group radius if-authenticated&lt;BR /&gt;aaa accounting exec default start-stop group TACACS-PLUS&lt;BR /&gt;aaa session-id common&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jan 2016 14:43:31 GMT</pubDate>
    <dc:creator>rkandasa1</dc:creator>
    <dc:date>2016-01-14T14:43:31Z</dc:date>
    <item>
      <title>Regarding Radius Device Authentication/Authorization</title>
      <link>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832117#M41008</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;We are using ACS 5.7 in our environment, I need to add a router for authentication and authorization in this ACS.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;when I added the device, its getting authenticated and going to "User Exec" mode. not to "PRIVILIGED" mode. please let me know how can we do that this device needs to authenticated and go to privileged mode.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Rajkumar&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 06:23:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832117#M41008</guid>
      <dc:creator>rkandasa1</dc:creator>
      <dc:date>2019-03-11T06:23:23Z</dc:date>
    </item>
    <item>
      <title>Rajkumar,</title>
      <link>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832118#M41009</link>
      <description>&lt;P&gt;Rajkumar,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;You need to add exec authorization to the roer, something like this:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;aaa authorization exec default group tacacs+ local&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Then configure a shell profile on ACS that will grant privilege level 15, and an authorization policy that will use that shell profile.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Javier Henderson&lt;/P&gt;
&lt;P&gt;Cisco Systems&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 12:40:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832118#M41009</guid>
      <dc:creator>Javier Henderson</dc:creator>
      <dc:date>2016-01-13T12:40:18Z</dc:date>
    </item>
    <item>
      <title>Hi Javier,</title>
      <link>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832119#M41010</link>
      <description>&lt;P&gt;Hi Javier,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The switch doesn't use Tacacs+, it uses radius.......&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;How we can configure ACS for Radius devices&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Rajkumar.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 13:23:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832119#M41010</guid>
      <dc:creator>rkandasa1</dc:creator>
      <dc:date>2016-01-13T13:23:52Z</dc:date>
    </item>
    <item>
      <title>The same principle applies:</title>
      <link>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832120#M41011</link>
      <description>&lt;P&gt;The same principle applies:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;aaa authentication exec default group radius local&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Then on ACS define a network authorization profile to grant privilege level 15, and tie it to an authorization rule for RADIUS.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 13:37:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832120#M41011</guid>
      <dc:creator>Javier Henderson</dc:creator>
      <dc:date>2016-01-13T13:37:18Z</dc:date>
    </item>
    <item>
      <title>Thanks Javier, I looked at</title>
      <link>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832121#M41012</link>
      <description>&lt;P&gt;Thanks Javier, I looked at switch front, everything looks fine only.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I am in ACS..... Network Access -&amp;gt; Authorization Profiles -&amp;gt; Create Profile&lt;/P&gt;
&lt;P&gt;then Should need to add something in radius attributes to get privilege 15.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Basically how can I create profile with Privilege 15......&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Rajkumar&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 13:46:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832121#M41012</guid>
      <dc:creator>rkandasa1</dc:creator>
      <dc:date>2016-01-13T13:46:54Z</dc:date>
    </item>
    <item>
      <title>Hi Raj,</title>
      <link>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832122#M41013</link>
      <description>&lt;P&gt;Hi Raj,&lt;/P&gt;
&lt;P&gt;With Radius we actually push Radius-IETF attribute service-type (6) with a value administrative. Please check the screen shot:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 17:25:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832122#M41013</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2016-01-13T17:25:36Z</dc:date>
    </item>
    <item>
      <title>Thanks Jatin, It works :)</title>
      <link>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832123#M41014</link>
      <description>&lt;P&gt;Thanks Jatin, It works &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I have another query, could you please help to get this sort out.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;How can I apply command sets in radius authorization rule, basically I wanted to have L1, L2, L3 authorization done for radius devices in ACS. for example For L1 I need to have only show command visible and for L3 - All commands.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I know that this can be done through "command sets", but I cant call command sets in network access rules.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;is there a way we can achieve it&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Rajkumar&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 21:45:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832123#M41014</guid>
      <dc:creator>rkandasa1</dc:creator>
      <dc:date>2016-01-13T21:45:10Z</dc:date>
    </item>
    <item>
      <title>Awesome !!</title>
      <link>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832124#M41015</link>
      <description>&lt;P&gt;Awesome !!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Unfortunately, command authorization is not supported with radius. You have to use TACACS protocol and good thing is ACS supports both.&lt;/P&gt;
&lt;P&gt;Take a look here. Perfect example to address your query if you really want to use tacacs:&lt;/P&gt;
&lt;P&gt;http://www.cisco.com/c/en/us/support/docs/security/secure-access-control-system/113590-acs5-tacacs-config.html&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;- Jatin&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 22:46:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832124#M41015</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2016-01-13T22:46:26Z</dc:date>
    </item>
    <item>
      <title>Hi Jatin,</title>
      <link>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832125#M41016</link>
      <description>&lt;P&gt;Hi Jatin,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Could you please help me on the below,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Now I have a device configured for tacacs+ and its getting authenticated. but again its going to "User Exec" mode not to "Pri Exec" mode.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I created&amp;nbsp;a shell profile "PRI 15"&amp;nbsp; as default "15" and Maximum "15" and assigned the shell profile to the authorization rule. but the access is not&amp;nbsp;getting&amp;nbsp;to "Pri Exec" mode.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I can see the hit count on this rule when ever I am accessing the switch. but every time I am accessing the switch it get increased with vaule of 2(2,4,6,8)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I was checking the TACACS authentication logs, it looks like the authentication happened successfully.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Any suggestions?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Rajkumar&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2016 13:04:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832125#M41016</guid>
      <dc:creator>rkandasa1</dc:creator>
      <dc:date>2016-01-14T13:04:04Z</dc:date>
    </item>
    <item>
      <title>Please share:</title>
      <link>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832126#M41017</link>
      <description>&lt;P&gt;Please share:&lt;/P&gt;
&lt;P&gt;1.] &lt;STRONG&gt;Show run | in aaa&lt;/STRONG&gt; from the switch/Router.&lt;/P&gt;
&lt;P&gt;2.] Check ACS logs in Tacacs authorization and see what error are you seeing there.&lt;/P&gt;
&lt;P&gt;3.] &lt;STRONG&gt;Debug aaa tacacs&lt;/STRONG&gt; &amp;amp; &lt;STRONG&gt;debug aaa authorization&lt;/STRONG&gt; from the switch / router&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;- Jatin&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2016 14:37:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832126#M41017</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2016-01-14T14:37:06Z</dc:date>
    </item>
    <item>
      <title>please check the below</title>
      <link>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832127#M41018</link>
      <description>&lt;P&gt;please check the below details&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;aaa new-model&lt;BR /&gt;aaa group server tacacs+ TACACS-PLUS&lt;BR /&gt;aaa authentication login default group TACACS-PLUS local&lt;BR /&gt;aaa authentication login ConLine local group radius&lt;BR /&gt;aaa authentication enable default group TACACS-PLUS enable none&lt;BR /&gt;aaa authentication dot1x default group radius&lt;BR /&gt;aaa authorization config-commands&lt;BR /&gt;aaa authorization exec default group TACACS-PLUS none&lt;BR /&gt;aaa authorization exec my-authradius group radius if-authenticated&lt;BR /&gt;aaa accounting exec default start-stop group TACACS-PLUS&lt;BR /&gt;aaa session-id common&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2016 14:43:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832127#M41018</guid>
      <dc:creator>rkandasa1</dc:creator>
      <dc:date>2016-01-14T14:43:31Z</dc:date>
    </item>
    <item>
      <title>aaa authorization exec</title>
      <link>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832128#M41019</link>
      <description>&lt;P&gt;aaa authorization exec default group TACACS-PLUS none&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The command we need on the switch is there. Lets check the ACS and switch logs.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;- Jatin&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2016 14:55:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832128#M41019</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2016-01-14T14:55:51Z</dc:date>
    </item>
    <item>
      <title>Hi Jatin,</title>
      <link>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832129#M41020</link>
      <description>&lt;P&gt;Hi Jatin,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I cant see anything in TACACS Authorization report. it looks like the authorization is not getting applied when the request comes&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Any ide, How this can be fixed&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Rajkumar&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 17:54:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832129#M41020</guid>
      <dc:creator>rkandasa1</dc:creator>
      <dc:date>2016-01-18T17:54:00Z</dc:date>
    </item>
    <item>
      <title>Pls share Debug aaa tacacs &amp;</title>
      <link>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832130#M41021</link>
      <description>&lt;P&gt;Pls share &lt;STRONG&gt;Debug tacacs&lt;/STRONG&gt; &amp;amp; &lt;STRONG&gt;debug aaa authorization&lt;/STRONG&gt; from the switch / router.&lt;/P&gt;
&lt;P&gt;- Jatin&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 18:21:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832130#M41021</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2016-01-18T18:21:05Z</dc:date>
    </item>
    <item>
      <title>Log Buffer (4096 bytes):8:34</title>
      <link>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832131#M41022</link>
      <description>&lt;P&gt;Log Buffer (4096 bytes):&lt;BR /&gt;8:34.026 GMT: TPLUS: processing authentication start request id 1037&lt;BR /&gt;Jan 18 18:28:34.026 GMT: TPLUS: Authentication start packet created for 1037(admin-rkandasa)&lt;BR /&gt;Jan 18 18:28:34.026 GMT: TPLUS: Using server 10.242.14.24&lt;BR /&gt;Jan 18 18:28:34.026 GMT: TPLUS(0000040D)/0/NB_WAIT/5C74EC8: Started 5 sec timeout&lt;BR /&gt;Jan 18 18:28:34.169 GMT: TPLUS(0000040D)/0/NB_WAIT: socket event 2&lt;BR /&gt;Jan 18 18:28:34.169 GMT: TPLUS(0000040D)/0/NB_WAIT: wrote entire 50 bytes request&lt;BR /&gt;Jan 18 18:28:34.169 GMT: TPLUS(0000040D)/0/READ: socket event 1&lt;BR /&gt;Jan 18 18:28:34.169 GMT: TPLUS(0000040D)/0/READ: Would block while reading&lt;BR /&gt;Jan 18 18:28:34.311 GMT: TPLUS(0000040D)/0/READ: socket event 1&lt;BR /&gt;Jan 18 18:28:34.311 GMT: TPLUS(0000040D)/0/READ: read entire 12 header bytes (expect 16 bytes data)&lt;BR /&gt;Jan 18 18:28:34.311 GMT: TPLUS(0000040D)/0/READ: socket event 1&lt;BR /&gt;Jan 18 18:28:34.311 GMT: TPLUS(0000040D)/0/READ: read entire 28 bytes response&lt;BR /&gt;Jan 18 18:28:34.311 GMT: TPLUS(0000040D)/0/5C74EC8: Processing the reply packet&lt;BR /&gt;Jan 18 18:28:34.311 GMT: TPLUS: Received authen response status GET_PASSWORD (8)&lt;BR /&gt;Jan 18 18:28:38.086 GMT: TPLUS: Queuing AAA Authentication request 1037 for processing&lt;BR /&gt;Jan 18 18:28:38.086 GMT: TPLUS: processing authentication continue request id 1037&lt;BR /&gt;Jan 18 18:28:38.086 GMT: TPLUS: Authentication continue packet generated for 1037&lt;BR /&gt;Jan 18 18:28:38.086 GMT: TPLUS(0000040D)/0/WRITE/5C74EC8: Started 5 sec timeout&lt;BR /&gt;Jan 18 18:28:38.086 GMT: TPLUS(0000040D)/0/WRITE: wrote entire 26 bytes request&lt;BR /&gt;Jan 18 18:28:38.279 GMT: TPLUS(0000040D)/0/READ: socket event 1&lt;BR /&gt;Jan 18 18:28:38.279 GMT: TPLUS(0000040D)/0/READ: read entire 12 header bytes (expect 6 bytes data)&lt;BR /&gt;Jan 18 18:28:38.279 GMT: TPLUS(0000040D)/0/READ: socket event 1&lt;BR /&gt;Jan 18 18:28:38.279 GMT: TPLUS(0000040D)/0/READ: read entire 18 bytes response&lt;BR /&gt;Jan 18 18:28:38.279 GMT: TPLUS(0000040D)/0/5C74EC8: Processing the reply packet&lt;BR /&gt;Jan 18 18:28:38.279 GMT: TPLUS: Received authen response status PASS (2)&lt;BR /&gt;Jan 18 18:28:38.522 GMT: AAA/AUTHOR (0000040D): Method list id=79000002 not configured. Skip author&lt;BR /&gt;Jan 18 18:28:38.522 GMT: TPLUS: Queuing AAA Accounting request 1037 for processing&lt;BR /&gt;Jan 18 18:28:38.522 GMT: TPLUS: processing accounting request id 1037&lt;BR /&gt;Jan 18 18:28:38.522 GMT: TPLUS: Sending AV task_id=1019&lt;BR /&gt;Jan 18 18:28:38.522 GMT: TPLUS: Sending AV timezone=GMT&lt;BR /&gt;Jan 18 18:28:38.522 GMT: TPLUS: Sending AV service=shell&lt;BR /&gt;Jan 18 18:28:38.522 GMT: TPLUS: Sending AV start_time=1453141718&lt;BR /&gt;Jan 18 18:28:38.522 GMT: TPLUS: Accounting request created for 1037(admin-rkandasa)&lt;BR /&gt;Jan 18 18:28:38.522 GMT: TPLUS: Using server 10.242.14.24&lt;BR /&gt;Jan 18 18:28:38.522 GMT: TPLUS(0000040D)/0/NB_WAIT/5C74EC8: Started 5 sec timeout&lt;BR /&gt;Jan 18 18:28:38.665 GMT: TPLUS(0000040D)/0/NB_WAIT: socket event 2&lt;BR /&gt;Jan 18 18:28:38.665 GMT: TPLUS(0000040D)/0/NB_WAIT: wrote entire 113 bytes request&lt;BR /&gt;Jan 18 18:28:38.665 GMT: TPLUS(0000040D)/0/READ: socket event 1&lt;BR /&gt;Jan 18 18:28:38.665 GMT: TPLUS(0000040D)/0/READ: Would block while reading&lt;BR /&gt;Jan 18 18:28:38.808 GMT: TPLUS(0000040D)/0/READ: socket event 1&lt;BR /&gt;Jan 18 18:28:38.808 GMT: TPLUS(0000040D)/0/READ: read entire 12 header bytes (expect 5 bytes data)&lt;BR /&gt;Jan 18 18:28:38.808 GMT: TPLUS(0000040D)/0/READ: socket event 1&lt;BR /&gt;Jan 18 18:28:38.808 GMT: TPLUS(0000040D)/0/READ: read entire 17 bytes response&lt;BR /&gt;Jan 18 18:28:38.808 GMT: TPLUS(0000040D)/0/5C74EC8: Processing the reply packet&lt;BR /&gt;Jan 18 18:28:38.808 GMT: TPLUS: Received accounting response with status PASS&lt;BR /&gt;Jan 18 18:28:40.762 GMT: AAA/AUTHOR: auth_need : user= 'admin-rkandasa' ruser= 'GBMASW15'rem_addr= '10.100.3.133' priv= 0 list= '' AUTHOR-TYPE= 'command'&lt;BR /&gt;Jan 18 18:28:40.762 GMT: AAA: parse name=tty3 idb type=-1 tty=-1&lt;BR /&gt;Jan 18 18:28:40.762 GMT: AAA: name=tty3 flags=0x11 type=5 shelf=0 slot=0 adapter=0 port=3 channel=0&lt;BR /&gt;Jan 18 18:28:40.762 GMT: AAA/MEMORY: create_user (0x5B98918) user='admin-rkandasa' ruser='NULL' ds0=0 port='tty3' rem_addr='10.100.3.133' authen_type=ASCII service=ENABLE priv=15 initial_task_id='0', vrf= (id=0)&lt;BR /&gt;Jan 18 18:28:51.240 GMT: AAA/MEMORY: free_user (0x5B98918) user='NULL' ruser='NULL' port='tty3' rem_addr='10.100.3.133' authen_type=ASCII service=ENABLE priv=15 vrf= (id=0)&lt;BR /&gt;GBMASW15#sh debug&lt;BR /&gt;General OS:&lt;BR /&gt;&amp;nbsp; TACACS access control debugging is on&lt;BR /&gt;&amp;nbsp; AAA Authorization debugging is on&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 18:31:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832131#M41022</guid>
      <dc:creator>rkandasa1</dc:creator>
      <dc:date>2016-01-18T18:31:45Z</dc:date>
    </item>
    <item>
      <title>Hi Jatin,</title>
      <link>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832132#M41023</link>
      <description>&lt;P&gt;Hi Jatin,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Just thought of updating you that this switch vty was configured to radius, due to this authorization was not happening, i have removed it and authorization is working fine.thanks for your help&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Rajkumar&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 07:28:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/regarding-radius-device-authentication-authorization/m-p/2832132#M41023</guid>
      <dc:creator>rkandasa1</dc:creator>
      <dc:date>2016-02-04T07:28:29Z</dc:date>
    </item>
  </channel>
</rss>

