<?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 TACACS+ &amp; ISDN authentication probs in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/tacacs-isdn-authentication-probs/m-p/486640#M428365</link>
    <description>&lt;P&gt;R5 dials R2.&lt;/P&gt;&lt;P&gt;R2 is supposed to authenticate R5 and then callback to R5.&lt;/P&gt;&lt;P&gt;So far I see that the problem is the ACS tacacs+ server. Authentication failed...&lt;/P&gt;&lt;P&gt;03:52:55: TPLUS: Using server 10.1.1.100&lt;/P&gt;&lt;P&gt;03:52:55: TPLUS(00000070)/0/NB_WAIT/65435178: Started 20 sec timeout&lt;/P&gt;&lt;P&gt;03:52:55: TPLUS(00000070)/0/NB_WAIT: socket event 2&lt;/P&gt;&lt;P&gt;03:52:55: TPLUS(00000070)/0/NB_WAIT: wrote entire 85 bytes request&lt;/P&gt;&lt;P&gt;03:52:55: TPLUS(00000070)/0/READ: socket event 1&lt;/P&gt;&lt;P&gt;03:52:55: TPLUS(00000070)/0/READ: Would block while reading&lt;/P&gt;&lt;P&gt;03:52:55: TPLUS(00000070)/0/READ: socket event 1&lt;/P&gt;&lt;P&gt;03:52:55: TPLUS(00000070)/0/READ: read 0 bytes&lt;/P&gt;&lt;P&gt;R2#&lt;/P&gt;&lt;P&gt;R2#&lt;/P&gt;&lt;P&gt;*Oct  8 21:54:35.543: %ISDN-6-CONNECT: Interface BRI0/0/0:1 is now connected to 8358664 unknown&lt;/P&gt;&lt;P&gt;R2#&lt;/P&gt;&lt;P&gt;03:53:04: BR0/0/0:1 AUTH: Timeout 1&lt;/P&gt;&lt;P&gt;03:53:04: BR0/0/0:1 CHAP: I RESPONSE id 97 len 28 from "Router5"&lt;/P&gt;&lt;P&gt;03:53:04: BR0/0/0:1 CHAP: Ignoring Additional Response&lt;/P&gt;&lt;P&gt;R2#&lt;/P&gt;&lt;P&gt;03:53:15: TPLUS(00000070)/0/READ/65435178: timed out&lt;/P&gt;&lt;P&gt;03:53:15: TPLUS: Authentication start packet created for 112(Router5)&lt;/P&gt;&lt;P&gt;03:53:15: TPLUS(00000070)/0/READ/65435178: timed out, clean up&lt;/P&gt;&lt;P&gt;03:53:15: TPLUS(00000070)/0/65435178: Processing the reply packet&lt;/P&gt;&lt;P&gt;03:53:15: BR0/0/0:1 PPP: Received LOGIN Response FAIL&lt;/P&gt;&lt;P&gt;03:53:15: BR0/0/0:1 CHAP: O FAILURE id 97 len 25 msg is "Authentication failed"&lt;/P&gt;&lt;P&gt;03:53:15: BR0/0/0:1 PPP: Sending Acct Event[Down] id[70]&lt;/P&gt;&lt;P&gt;03:53:15: BR0/0/0:1 PPP: Phase is TERMINATING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My ACS server seems to be configured properly. And of course the passwords match. But I still can't get this thing working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The configs are a bit sloppy because I'm tryig to troubleshoot this one authentication issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the configs:&lt;/P&gt;&lt;P&gt;hostname R2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa authentication ppp ISDN group tacacs+&lt;/P&gt;&lt;P&gt;aaa authorization network ISDN group tacacs+ &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;isdn switch-type basic-ni&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface BRI0/0/0&lt;/P&gt;&lt;P&gt; ip address 150.50.25.2 255.255.255.0&lt;/P&gt;&lt;P&gt; encapsulation ppp&lt;/P&gt;&lt;P&gt; ip ospf demand-circuit&lt;/P&gt;&lt;P&gt; dialer map ip 150.50.25.5 name Router5 broadcast 8358662&lt;/P&gt;&lt;P&gt; dialer-group 1&lt;/P&gt;&lt;P&gt; isdn switch-type basic-ni&lt;/P&gt;&lt;P&gt; isdn spid1 0835866101&lt;/P&gt;&lt;P&gt; isdn spid2 0835866301&lt;/P&gt;&lt;P&gt; ppp authentication chap ISDN&lt;/P&gt;&lt;P&gt; ppp chap hostname R2&lt;/P&gt;&lt;P&gt; ppp chap password 0 ccie&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;tacacs-server host 10.1.1.100&lt;/P&gt;&lt;P&gt;tacacs-server timeout 20&lt;/P&gt;&lt;P&gt;tacacs-server directed-request&lt;/P&gt;&lt;P&gt;tacacs-server key ccie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname R5&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;isdn switch-type basic-ni&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface BRI0/0/0&lt;/P&gt;&lt;P&gt; ip address 150.50.25.5 255.255.255.0&lt;/P&gt;&lt;P&gt; encapsulation ppp&lt;/P&gt;&lt;P&gt; ip ospf demand-circuit&lt;/P&gt;&lt;P&gt; dialer map ip 150.50.25.2 name R2 broadcast 8358661&lt;/P&gt;&lt;P&gt; dialer-group 1&lt;/P&gt;&lt;P&gt; isdn switch-type basic-ni&lt;/P&gt;&lt;P&gt; isdn spid1 0835866201&lt;/P&gt;&lt;P&gt; isdn spid2 0835866401&lt;/P&gt;&lt;P&gt; ppp callback request&lt;/P&gt;&lt;P&gt; ppp authentication chap callin&lt;/P&gt;&lt;P&gt; ppp chap hostname Router5&lt;/P&gt;&lt;P&gt; ppp chap password 0 ccie&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;dialer-list 1 protocol ip permit&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 21:20:17 GMT</pubDate>
    <dc:creator>brymiller</dc:creator>
    <dc:date>2019-03-10T21:20:17Z</dc:date>
    <item>
      <title>TACACS+ &amp; ISDN authentication probs</title>
      <link>https://community.cisco.com/t5/network-access-control/tacacs-isdn-authentication-probs/m-p/486640#M428365</link>
      <description>&lt;P&gt;R5 dials R2.&lt;/P&gt;&lt;P&gt;R2 is supposed to authenticate R5 and then callback to R5.&lt;/P&gt;&lt;P&gt;So far I see that the problem is the ACS tacacs+ server. Authentication failed...&lt;/P&gt;&lt;P&gt;03:52:55: TPLUS: Using server 10.1.1.100&lt;/P&gt;&lt;P&gt;03:52:55: TPLUS(00000070)/0/NB_WAIT/65435178: Started 20 sec timeout&lt;/P&gt;&lt;P&gt;03:52:55: TPLUS(00000070)/0/NB_WAIT: socket event 2&lt;/P&gt;&lt;P&gt;03:52:55: TPLUS(00000070)/0/NB_WAIT: wrote entire 85 bytes request&lt;/P&gt;&lt;P&gt;03:52:55: TPLUS(00000070)/0/READ: socket event 1&lt;/P&gt;&lt;P&gt;03:52:55: TPLUS(00000070)/0/READ: Would block while reading&lt;/P&gt;&lt;P&gt;03:52:55: TPLUS(00000070)/0/READ: socket event 1&lt;/P&gt;&lt;P&gt;03:52:55: TPLUS(00000070)/0/READ: read 0 bytes&lt;/P&gt;&lt;P&gt;R2#&lt;/P&gt;&lt;P&gt;R2#&lt;/P&gt;&lt;P&gt;*Oct  8 21:54:35.543: %ISDN-6-CONNECT: Interface BRI0/0/0:1 is now connected to 8358664 unknown&lt;/P&gt;&lt;P&gt;R2#&lt;/P&gt;&lt;P&gt;03:53:04: BR0/0/0:1 AUTH: Timeout 1&lt;/P&gt;&lt;P&gt;03:53:04: BR0/0/0:1 CHAP: I RESPONSE id 97 len 28 from "Router5"&lt;/P&gt;&lt;P&gt;03:53:04: BR0/0/0:1 CHAP: Ignoring Additional Response&lt;/P&gt;&lt;P&gt;R2#&lt;/P&gt;&lt;P&gt;03:53:15: TPLUS(00000070)/0/READ/65435178: timed out&lt;/P&gt;&lt;P&gt;03:53:15: TPLUS: Authentication start packet created for 112(Router5)&lt;/P&gt;&lt;P&gt;03:53:15: TPLUS(00000070)/0/READ/65435178: timed out, clean up&lt;/P&gt;&lt;P&gt;03:53:15: TPLUS(00000070)/0/65435178: Processing the reply packet&lt;/P&gt;&lt;P&gt;03:53:15: BR0/0/0:1 PPP: Received LOGIN Response FAIL&lt;/P&gt;&lt;P&gt;03:53:15: BR0/0/0:1 CHAP: O FAILURE id 97 len 25 msg is "Authentication failed"&lt;/P&gt;&lt;P&gt;03:53:15: BR0/0/0:1 PPP: Sending Acct Event[Down] id[70]&lt;/P&gt;&lt;P&gt;03:53:15: BR0/0/0:1 PPP: Phase is TERMINATING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My ACS server seems to be configured properly. And of course the passwords match. But I still can't get this thing working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The configs are a bit sloppy because I'm tryig to troubleshoot this one authentication issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the configs:&lt;/P&gt;&lt;P&gt;hostname R2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa authentication ppp ISDN group tacacs+&lt;/P&gt;&lt;P&gt;aaa authorization network ISDN group tacacs+ &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;isdn switch-type basic-ni&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface BRI0/0/0&lt;/P&gt;&lt;P&gt; ip address 150.50.25.2 255.255.255.0&lt;/P&gt;&lt;P&gt; encapsulation ppp&lt;/P&gt;&lt;P&gt; ip ospf demand-circuit&lt;/P&gt;&lt;P&gt; dialer map ip 150.50.25.5 name Router5 broadcast 8358662&lt;/P&gt;&lt;P&gt; dialer-group 1&lt;/P&gt;&lt;P&gt; isdn switch-type basic-ni&lt;/P&gt;&lt;P&gt; isdn spid1 0835866101&lt;/P&gt;&lt;P&gt; isdn spid2 0835866301&lt;/P&gt;&lt;P&gt; ppp authentication chap ISDN&lt;/P&gt;&lt;P&gt; ppp chap hostname R2&lt;/P&gt;&lt;P&gt; ppp chap password 0 ccie&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;tacacs-server host 10.1.1.100&lt;/P&gt;&lt;P&gt;tacacs-server timeout 20&lt;/P&gt;&lt;P&gt;tacacs-server directed-request&lt;/P&gt;&lt;P&gt;tacacs-server key ccie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname R5&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;isdn switch-type basic-ni&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface BRI0/0/0&lt;/P&gt;&lt;P&gt; ip address 150.50.25.5 255.255.255.0&lt;/P&gt;&lt;P&gt; encapsulation ppp&lt;/P&gt;&lt;P&gt; ip ospf demand-circuit&lt;/P&gt;&lt;P&gt; dialer map ip 150.50.25.2 name R2 broadcast 8358661&lt;/P&gt;&lt;P&gt; dialer-group 1&lt;/P&gt;&lt;P&gt; isdn switch-type basic-ni&lt;/P&gt;&lt;P&gt; isdn spid1 0835866201&lt;/P&gt;&lt;P&gt; isdn spid2 0835866401&lt;/P&gt;&lt;P&gt; ppp callback request&lt;/P&gt;&lt;P&gt; ppp authentication chap callin&lt;/P&gt;&lt;P&gt; ppp chap hostname Router5&lt;/P&gt;&lt;P&gt; ppp chap password 0 ccie&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;dialer-list 1 protocol ip permit&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 21:20:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/tacacs-isdn-authentication-probs/m-p/486640#M428365</guid>
      <dc:creator>brymiller</dc:creator>
      <dc:date>2019-03-10T21:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: TACACS+ &amp; ISDN authentication probs</title>
      <link>https://community.cisco.com/t5/network-access-control/tacacs-isdn-authentication-probs/m-p/486641#M428366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bryan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see that you have configured R2 for CHAP authentication for PPP. In my experience using CHAP when going to TACACS is problematic while PAP works well. Since TACACS will encrypt the password being sent to the authentication server you have adequate protection with PAP and do not need the complexity of CHAP. Specifying CHAP which will also encrypt the password is overkill and CHAP wanting to do the challenge/challenge response processing does not work with TACACS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest that you change the authentication from CHAP to PAP and see if it does not work better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other solution that I can think of would be to change the configuration of R2 so that it does not do TACACS for PPP and does local authentication instead. I would do this if there is a particular reason why you want CHAP instead of PAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know how you work this out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Oct 2005 10:13:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/tacacs-isdn-authentication-probs/m-p/486641#M428366</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2005-10-09T10:13:50Z</dc:date>
    </item>
  </channel>
</rss>

