<?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 Re: RADIUS - This line may not run PPP - message in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/radius-this-line-may-not-run-ppp-message/m-p/338093#M433614</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Were you able to telnet to the router before you configured RADIUS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how the router is configured? Could you post the part of the config that defines aaa and the config of the vty lines?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have access to the router via the console port? If so can you alter the configuration to let your session in?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a last resort you might consider rebooting the router (as in password recovery procedure), set the config register to 0x2142, boot the router which will come up with an empty running config. Copy the config from startup-config, remove the RADIUS config, paste the config back into the router. This would get you back into the router.&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>Thu, 09 Sep 2004 18:21:57 GMT</pubDate>
    <dc:creator>Richard Burts</dc:creator>
    <dc:date>2004-09-09T18:21:57Z</dc:date>
    <item>
      <title>RADIUS - This line may not run PPP - message</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-this-line-may-not-run-ppp-message/m-p/338092#M433612</link>
      <description>&lt;P&gt;I've configured one of my routers for RADIUS. The RADIUS server is a MS IAS server. When I try to authenticate the IAS server logs tell me I've authenticated successfully but the telnet session will not let me in. I enter my username and then password and the router comes back and says "This line may not run PPP" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone know what's going on? I'm under the impression the VTY ports need a transport input command of some type. I'm kind of screwed at this point because I locked myself out of the router. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jeff &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 20:47:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-this-line-may-not-run-ppp-message/m-p/338092#M433612</guid>
      <dc:creator>jeff.vargas</dc:creator>
      <dc:date>2019-03-10T20:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: RADIUS - This line may not run PPP - message</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-this-line-may-not-run-ppp-message/m-p/338093#M433614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Were you able to telnet to the router before you configured RADIUS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how the router is configured? Could you post the part of the config that defines aaa and the config of the vty lines?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have access to the router via the console port? If so can you alter the configuration to let your session in?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a last resort you might consider rebooting the router (as in password recovery procedure), set the config register to 0x2142, boot the router which will come up with an empty running config. Copy the config from startup-config, remove the RADIUS config, paste the config back into the router. This would get you back into the router.&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>Thu, 09 Sep 2004 18:21:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-this-line-may-not-run-ppp-message/m-p/338093#M433614</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2004-09-09T18:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: RADIUS - This line may not run PPP - message</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-this-line-may-not-run-ppp-message/m-p/338094#M433615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I was able to telnet prior to configuring RADIUS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AAA config =&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication login default group radius&lt;/P&gt;&lt;P&gt;aaa authorization exec default group radius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;radius-server host 10.1.1.1&lt;/P&gt;&lt;P&gt;radius-server key XXXX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm locked out of the console because I forgot to add the enable key word at the end of the AAA authentication line. That's what I get for cutting and pasting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm afraid I may need to re-boot. Luckily I did not write the config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was just wondering if there is anything I can do from the RADIUS server end to allow me access. judging from the logs on the RADIUS server it appears I'm authenticating. Any ideas on the message I get when I telnet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2004 18:31:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-this-line-may-not-run-ppp-message/m-p/338094#M433615</guid>
      <dc:creator>jeff.vargas</dc:creator>
      <dc:date>2004-09-09T18:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: RADIUS - This line may not run PPP - message</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-this-line-may-not-run-ppp-message/m-p/338095#M433616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is good that a simple reload/reboot will get you back to a working config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure about the error message. I wonder if something in the RADIUS response is telling the router that this user should be on a ppp connection. Can you provide details of the RADIUS parameters for this user ID?&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>Fri, 10 Sep 2004 12:42:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-this-line-may-not-run-ppp-message/m-p/338095#M433616</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2004-09-10T12:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: RADIUS - This line may not run PPP - message</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-this-line-may-not-run-ppp-message/m-p/338096#M433617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. I figured it out and got it working. The RADIUS attributes were incorrectly set. My biggest problem is that someone else is responsible for the RADIUS server. Once they let me have access to the server I was able to play around with the properties for the NAS and I just had to set the attributes correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Sep 2004 13:55:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-this-line-may-not-run-ppp-message/m-p/338096#M433617</guid>
      <dc:creator>jeff.vargas</dc:creator>
      <dc:date>2004-09-10T13:55:44Z</dc:date>
    </item>
    <item>
      <title>hello have the same issue but</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-this-line-may-not-run-ppp-message/m-p/338097#M433618</link>
      <description>&lt;P&gt;hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;have the same issue but was&amp;nbsp;able to solve and might a help to someone.&lt;/P&gt;&lt;P&gt;all you have to do is remove the aaa authorisation from the vty line, but before you do that use the test aaa command to make sure it works first.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Sat, 14 Mar 2015 17:43:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-this-line-may-not-run-ppp-message/m-p/338097#M433618</guid>
      <dc:creator>maninthemirrow</dc:creator>
      <dc:date>2015-03-14T17:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: hello have the same issue but</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-this-line-may-not-run-ppp-message/m-p/4444232#M568849</link>
      <description>&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;This problem is in the configuration of the Police of the on Windows server. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;remove the PPP and leave as the image &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Radius.jpg" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/127048iF8D88146C5841743/image-size/large?v=v2&amp;amp;px=999" role="button" title="Radius.jpg" alt="Radius.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;Brasil 2021&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 14:38:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-this-line-may-not-run-ppp-message/m-p/4444232#M568849</guid>
      <dc:creator>Clovis Madri</dc:creator>
      <dc:date>2021-08-04T14:38:34Z</dc:date>
    </item>
  </channel>
</rss>

