<?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 No username in request for TACACS+ authentication in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/no-username-in-request-for-tacacs-authentication/m-p/283348#M434970</link>
    <description>&lt;P&gt;I have a 3640 with an NM-16AM (analog modem module).  I'm trying to get the dial-in users to authenticate with the Windows Domain Controller via a TACACS+ server (SecureACS 3.2).  When the user tries to connect, they get "Error 734: The PPP link control protocol was terminated."  The router debug shows "No username in request".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script and debug follow.  This is in a lab, so I can experiment.  I'm new to both AAA and SecureACS, so even simple suggestions are appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;version 12.2&lt;/P&gt;&lt;P&gt;service timestamps debug datetime&lt;/P&gt;&lt;P&gt;service timestamps log datetime&lt;/P&gt;&lt;P&gt;service password-encryption&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname ACS3640&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;boot system flash&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+&lt;/P&gt;&lt;P&gt;aaa authentication login no_tacacs enable&lt;/P&gt;&lt;P&gt;aaa authentication login TELVTY enable&lt;/P&gt;&lt;P&gt;aaa authentication ppp default if-needed group tacacs+&lt;/P&gt;&lt;P&gt;aaa authorization exec default none&lt;/P&gt;&lt;P&gt;aaa authorization network default group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting network default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;enable secret 5 xxxxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;username xxx password 7 xxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt;ip subnet-zero&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip audit notify log&lt;/P&gt;&lt;P&gt;ip audit po max-events 100&lt;/P&gt;&lt;P&gt;ip address-pool local&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;call rsvp-sync&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet2/0&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; half-duplex&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet2/1&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; half-duplex&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet2/2&lt;/P&gt;&lt;P&gt; ip address 192.168.3.124 255.255.255.0&lt;/P&gt;&lt;P&gt; half-duplex&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet2/3&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; half-duplex&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Group-Async2&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; encapsulation ppp&lt;/P&gt;&lt;P&gt; async mode interactive&lt;/P&gt;&lt;P&gt; group-range 33 48&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip local pool pool1 192.168.12.1 192.168.12.16&lt;/P&gt;&lt;P&gt;ip classless&lt;/P&gt;&lt;P&gt;ip http server&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;tacacs-server host 192.168.3.70 single-connection key xxxxxxxx&lt;/P&gt;&lt;P&gt;tacacs-server directed-request&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;dial-peer cor custom&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt; login authentication no_tacacs&lt;/P&gt;&lt;P&gt;line 33 48&lt;/P&gt;&lt;P&gt; flush-at-activation&lt;/P&gt;&lt;P&gt; modem Dialin&lt;/P&gt;&lt;P&gt; modem autoconfigure discovery&lt;/P&gt;&lt;P&gt; autoselect during-login&lt;/P&gt;&lt;P&gt; autoselect ppp&lt;/P&gt;&lt;P&gt; flowcontrol hardware&lt;/P&gt;&lt;P&gt;line aux 0&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt; password 7 xxxxxxxx&lt;/P&gt;&lt;P&gt; login authentication TELVTY&lt;/P&gt;&lt;P&gt; transport input telnet&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:02: Call Handle failed for Modem 1/11&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:02: AAA: parse name=tty44 idb type=10 tty=44&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:02: AAA: name=tty44 flags=0x11 type=4 shelf=0 slot=0 adapter=0 por&lt;/P&gt;&lt;P&gt;t=44 channel=0&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:02: AAA/MEMORY: create_user (0x625601C4) user='NULL' ruser='NULL'&lt;/P&gt;&lt;P&gt;ds0=-1 port='tty44' rem_addr='async' authen_type=ASCII service=LOGIN priv=1 init&lt;/P&gt;&lt;P&gt;ial_task_id='0'&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:02: AAA/AUTHEN/START (1507728324): port='tty44' list='' action=LOG&lt;/P&gt;&lt;P&gt;IN service=LOGIN&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:02: AAA/AUTHEN/START (1507728324): using "default" list&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:02: AAA/AUTHEN/START (1507728324): Method=tacacs+ (tacacs+)&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:02: TAC+: send AUTHEN/START packet ver=192 id=1507728324&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:02: TAC+: ver=192 id=1507728324 received AUTHEN status = GETUSER&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:02: AAA/AUTHEN (1507728324): status = GETUSER&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:04: AAA/AUTHEN/ABORT: (1507728324) because Autoselected.&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:04: TAC+: send abort reason=Autoselected&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:04: AAA/AUTHEN/ABORT: (1507728324) because Autoselected.&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:04: TAC+: send abort reason=Autoselected&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:04: AAA/MEMORY: free_user_quiet (0x625601C4) user='NULL' ruser='NU&lt;/P&gt;&lt;P&gt;LL' port='tty44' rem_addr='async' authen_type=1 service=1 priv=1&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: %LINK-3-UPDOWN: Interface Async44, changed state to up&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: As44 PPP: Using modem call direction&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: As44 PPP: Treating connection as a callin&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: As44 AAA/AUTHOR/FSM: (0): LCP succeeds trivially&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: AAA: parse name=Async44 idb type=10 tty=44&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: AAA: name=Async44 flags=0x11 type=4 shelf=0 slot=0 adapter=0 p&lt;/P&gt;&lt;P&gt;ort=44 channel=0&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: AAA/MEMORY: create_user (0x62544678) user='NULL' ruser='NULL'&lt;/P&gt;&lt;P&gt;ds0=-1 port='Async44' rem_addr='async' authen_type=NONE service=PPP priv=1 initi&lt;/P&gt;&lt;P&gt;al_task_id='0'&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: As44 AAA/AUTHOR/LCP: Authorize LCP&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: As44 AAA/AUTHOR/LCP (1575802302): Port='Async44' list='' servi&lt;/P&gt;&lt;P&gt;ce=NET&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: AAA/AUTHOR/LCP: As44 (1575802302) user=''&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: As44 AAA/AUTHOR/LCP (1575802302): send AV service=ppp&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: As44 AAA/AUTHOR/LCP (1575802302): send AV protocol=lcp&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: As44 AAA/AUTHOR/LCP (1575802302): found list "default"&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: As44 AAA/AUTHOR/LCP (1575802302): Method=tacacs+ (tacacs+)&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: %AAA/AUTHOR/TAC+: (1575802302): no username in request&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: AAA/AUTHOR/TAC+: (1575802302): send AV service=ppp&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: AAA/AUTHOR/TAC+: (1575802302): send AV protocol=lcp&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:08: TAC+: (1575802302): received author response status = FAIL&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:08: As44 AAA/AUTHOR (1575802302): Post authorization status = FAIL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:08: As44 AAA/AUTHOR/LCP: Denied&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:08: As44 AUTH: Started process 0 pid 96&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:11: %LINK-5-CHANGED: Interface Async44, changed state to reset&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:11: AAA/MEMORY: free_user (0x62544678) user='NULL' ruser='NULL' po&lt;/P&gt;&lt;P&gt;rt='Async44' rem_addr='async' authen_type=NONE service=PPP priv=1&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:16: %LINK-3-UPDOWN: Interface Async44, changed state to down&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 14:37:51 GMT</pubDate>
    <dc:creator>r.yard</dc:creator>
    <dc:date>2019-03-10T14:37:51Z</dc:date>
    <item>
      <title>No username in request for TACACS+ authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/no-username-in-request-for-tacacs-authentication/m-p/283348#M434970</link>
      <description>&lt;P&gt;I have a 3640 with an NM-16AM (analog modem module).  I'm trying to get the dial-in users to authenticate with the Windows Domain Controller via a TACACS+ server (SecureACS 3.2).  When the user tries to connect, they get "Error 734: The PPP link control protocol was terminated."  The router debug shows "No username in request".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script and debug follow.  This is in a lab, so I can experiment.  I'm new to both AAA and SecureACS, so even simple suggestions are appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;version 12.2&lt;/P&gt;&lt;P&gt;service timestamps debug datetime&lt;/P&gt;&lt;P&gt;service timestamps log datetime&lt;/P&gt;&lt;P&gt;service password-encryption&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname ACS3640&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;boot system flash&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+&lt;/P&gt;&lt;P&gt;aaa authentication login no_tacacs enable&lt;/P&gt;&lt;P&gt;aaa authentication login TELVTY enable&lt;/P&gt;&lt;P&gt;aaa authentication ppp default if-needed group tacacs+&lt;/P&gt;&lt;P&gt;aaa authorization exec default none&lt;/P&gt;&lt;P&gt;aaa authorization network default group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting network default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;enable secret 5 xxxxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;username xxx password 7 xxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt;ip subnet-zero&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip audit notify log&lt;/P&gt;&lt;P&gt;ip audit po max-events 100&lt;/P&gt;&lt;P&gt;ip address-pool local&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;call rsvp-sync&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet2/0&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; half-duplex&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet2/1&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; half-duplex&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet2/2&lt;/P&gt;&lt;P&gt; ip address 192.168.3.124 255.255.255.0&lt;/P&gt;&lt;P&gt; half-duplex&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet2/3&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; half-duplex&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Group-Async2&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; encapsulation ppp&lt;/P&gt;&lt;P&gt; async mode interactive&lt;/P&gt;&lt;P&gt; group-range 33 48&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip local pool pool1 192.168.12.1 192.168.12.16&lt;/P&gt;&lt;P&gt;ip classless&lt;/P&gt;&lt;P&gt;ip http server&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;tacacs-server host 192.168.3.70 single-connection key xxxxxxxx&lt;/P&gt;&lt;P&gt;tacacs-server directed-request&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;dial-peer cor custom&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt; login authentication no_tacacs&lt;/P&gt;&lt;P&gt;line 33 48&lt;/P&gt;&lt;P&gt; flush-at-activation&lt;/P&gt;&lt;P&gt; modem Dialin&lt;/P&gt;&lt;P&gt; modem autoconfigure discovery&lt;/P&gt;&lt;P&gt; autoselect during-login&lt;/P&gt;&lt;P&gt; autoselect ppp&lt;/P&gt;&lt;P&gt; flowcontrol hardware&lt;/P&gt;&lt;P&gt;line aux 0&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt; password 7 xxxxxxxx&lt;/P&gt;&lt;P&gt; login authentication TELVTY&lt;/P&gt;&lt;P&gt; transport input telnet&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:02: Call Handle failed for Modem 1/11&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:02: AAA: parse name=tty44 idb type=10 tty=44&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:02: AAA: name=tty44 flags=0x11 type=4 shelf=0 slot=0 adapter=0 por&lt;/P&gt;&lt;P&gt;t=44 channel=0&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:02: AAA/MEMORY: create_user (0x625601C4) user='NULL' ruser='NULL'&lt;/P&gt;&lt;P&gt;ds0=-1 port='tty44' rem_addr='async' authen_type=ASCII service=LOGIN priv=1 init&lt;/P&gt;&lt;P&gt;ial_task_id='0'&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:02: AAA/AUTHEN/START (1507728324): port='tty44' list='' action=LOG&lt;/P&gt;&lt;P&gt;IN service=LOGIN&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:02: AAA/AUTHEN/START (1507728324): using "default" list&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:02: AAA/AUTHEN/START (1507728324): Method=tacacs+ (tacacs+)&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:02: TAC+: send AUTHEN/START packet ver=192 id=1507728324&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:02: TAC+: ver=192 id=1507728324 received AUTHEN status = GETUSER&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:02: AAA/AUTHEN (1507728324): status = GETUSER&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:04: AAA/AUTHEN/ABORT: (1507728324) because Autoselected.&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:04: TAC+: send abort reason=Autoselected&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:04: AAA/AUTHEN/ABORT: (1507728324) because Autoselected.&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:04: TAC+: send abort reason=Autoselected&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:04: AAA/MEMORY: free_user_quiet (0x625601C4) user='NULL' ruser='NU&lt;/P&gt;&lt;P&gt;LL' port='tty44' rem_addr='async' authen_type=1 service=1 priv=1&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: %LINK-3-UPDOWN: Interface Async44, changed state to up&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: As44 PPP: Using modem call direction&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: As44 PPP: Treating connection as a callin&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: As44 AAA/AUTHOR/FSM: (0): LCP succeeds trivially&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: AAA: parse name=Async44 idb type=10 tty=44&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: AAA: name=Async44 flags=0x11 type=4 shelf=0 slot=0 adapter=0 p&lt;/P&gt;&lt;P&gt;ort=44 channel=0&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: AAA/MEMORY: create_user (0x62544678) user='NULL' ruser='NULL'&lt;/P&gt;&lt;P&gt;ds0=-1 port='Async44' rem_addr='async' authen_type=NONE service=PPP priv=1 initi&lt;/P&gt;&lt;P&gt;al_task_id='0'&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: As44 AAA/AUTHOR/LCP: Authorize LCP&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: As44 AAA/AUTHOR/LCP (1575802302): Port='Async44' list='' servi&lt;/P&gt;&lt;P&gt;ce=NET&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: AAA/AUTHOR/LCP: As44 (1575802302) user=''&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: As44 AAA/AUTHOR/LCP (1575802302): send AV service=ppp&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: As44 AAA/AUTHOR/LCP (1575802302): send AV protocol=lcp&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: As44 AAA/AUTHOR/LCP (1575802302): found list "default"&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: As44 AAA/AUTHOR/LCP (1575802302): Method=tacacs+ (tacacs+)&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: %AAA/AUTHOR/TAC+: (1575802302): no username in request&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: AAA/AUTHOR/TAC+: (1575802302): send AV service=ppp&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:07: AAA/AUTHOR/TAC+: (1575802302): send AV protocol=lcp&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:08: TAC+: (1575802302): received author response status = FAIL&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:08: As44 AAA/AUTHOR (1575802302): Post authorization status = FAIL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:08: As44 AAA/AUTHOR/LCP: Denied&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:08: As44 AUTH: Started process 0 pid 96&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:11: %LINK-5-CHANGED: Interface Async44, changed state to reset&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:11: AAA/MEMORY: free_user (0x62544678) user='NULL' ruser='NULL' po&lt;/P&gt;&lt;P&gt;rt='Async44' rem_addr='async' authen_type=NONE service=PPP priv=1&lt;/P&gt;&lt;P&gt;*Mar  1 01:03:16: %LINK-3-UPDOWN: Interface Async44, changed state to down&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 14:37:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/no-username-in-request-for-tacacs-authentication/m-p/283348#M434970</guid>
      <dc:creator>r.yard</dc:creator>
      <dc:date>2019-03-10T14:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: No username in request for TACACS+ authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/no-username-in-request-for-tacacs-authentication/m-p/283349#M434971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any ppp settings defect? check the ppp settings and make sure that under ppp settings negotiate multi-link for single link connections is not checked. Unchecking should resolve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2004 14:22:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/no-username-in-request-for-tacacs-authentication/m-p/283349#M434971</guid>
      <dc:creator>umedryk</dc:creator>
      <dc:date>2004-01-21T14:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: No username in request for TACACS+ authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/no-username-in-request-for-tacacs-authentication/m-p/283350#M434972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which screen is this selection on?  I looked at CiscoSecure ACS --&amp;gt; Interface Configuration --&amp;gt; TACACS+ Services menu and have the following selected for both user and group:  PPP IP, PPP LCP, SLIP.  "PPP Multilink" is not selected.  I also have "Advanced TACACS Features" selected on the menu below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2004 16:23:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/no-username-in-request-for-tacacs-authentication/m-p/283350#M434972</guid>
      <dc:creator>r.yard</dc:creator>
      <dc:date>2004-03-10T16:23:00Z</dc:date>
    </item>
  </channel>
</rss>

