<?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 Same here.  I found that in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/cisco-radius-and-nps-issues/m-p/2713606#M54660</link>
    <description>&lt;P&gt;Same here. &amp;nbsp;I found that removing the "aaa authorization exec" line did fix it, but no problems if I try a Unix-based RADIUS server. &amp;nbsp;So it's something special to NPS.&lt;/P&gt;</description>
    <pubDate>Thu, 01 Jun 2017 23:10:49 GMT</pubDate>
    <dc:creator>johnnylingo</dc:creator>
    <dc:date>2017-06-01T23:10:49Z</dc:date>
    <item>
      <title>Cisco RADIUS and NPS Issues</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-radius-and-nps-issues/m-p/2713605#M54658</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm just having a bit of trouble getting some RADIUS and NPS policies working.&lt;/P&gt;&lt;P&gt;I want to have 3 NPS Policies&lt;/P&gt;&lt;P&gt;1. VPN Access&lt;/P&gt;&lt;P&gt;2. SSH Access Level 1&lt;/P&gt;&lt;P&gt;3. SSH Access Level 15&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The VPN is a Cisco Anyconnect SSL vpn, and the SSH Access is obviously vty access to the router. My NPS server is configured with these three policies in that order. The NPS Policies are secured by three AD Groups (with the same names as the NPS Policies), with the exception of the VPN policy that has an additional condition of 'NAS Port Type = Virtual (VPN)'.&lt;/P&gt;&lt;P&gt;My problem is that when a user in a member of the 'VPN Access' and 'SSH Access Level 1', when they try and log onto the router it brings up an error message &lt;STRONG&gt;'This line may not run PPP'&lt;/STRONG&gt;. If I reorder the NPS policies, so VPN is down the bottom it lets me log in fine.&lt;/P&gt;&lt;P&gt;The second problem is that when a user is a member of ONLY the 'SSH Access Level 15' group, they also get access to the VPN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is an extract of the config. Anyone got some clues as to why it's not working?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;aaa new-model&lt;BR /&gt;!&lt;BR /&gt;aaa authentication login AUTHEN_LOGIN local group radius&lt;BR /&gt;aaa authorization exec AUTHOR_EXEC local group radius if-authenticated&lt;BR /&gt;aaa authorization network AUTHOR_NETWORK local group radius if-authenticated&lt;BR /&gt;!&lt;BR /&gt;aaa session-id common&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt;&amp;nbsp;logging synchronous&lt;BR /&gt;&amp;nbsp;no modem enable&lt;BR /&gt;line aux 0&lt;BR /&gt;line vty 0 4&lt;BR /&gt;&amp;nbsp;session-timeout 60&lt;BR /&gt;&amp;nbsp;access-class SSH in&lt;BR /&gt;&amp;nbsp;authorization exec AUTHOR_EXEC&lt;BR /&gt;&amp;nbsp;logging synchronous&lt;BR /&gt;&amp;nbsp;login authentication AUTHEN_LOGIN&lt;BR /&gt;&amp;nbsp;transport input ssh&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;webvpn gateway HOME&lt;BR /&gt;&amp;nbsp;hostname XXXXXXXXX&lt;BR /&gt;&amp;nbsp;ip address XXXXXXXXX port XXXXX&lt;BR /&gt;&amp;nbsp;http-redirect port XXXX&lt;BR /&gt;&amp;nbsp;ssl trustpoint XXXXXXXXX&lt;BR /&gt;&amp;nbsp;inservice&lt;BR /&gt;&amp;nbsp;!&lt;BR /&gt;webvpn install svc flash:/webvpn/anyconnect-win-3.1.06073-k9.pkg sequence 1&lt;BR /&gt;&amp;nbsp;!&lt;BR /&gt;&amp;nbsp;webvpn import svc profile HOME flash:/webvpn/XXXXXX.xml&lt;BR /&gt;&amp;nbsp;!&lt;BR /&gt;webvpn context CONTEXTPOLICY1&lt;BR /&gt;&amp;nbsp;ssl authenticate verify all&lt;BR /&gt;&amp;nbsp;!&lt;BR /&gt;&amp;nbsp;!&lt;BR /&gt;&amp;nbsp;policy group POLICY_1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; functions svc-enabled&lt;BR /&gt;&amp;nbsp;&amp;nbsp; functions svc-required&lt;BR /&gt;&amp;nbsp;&amp;nbsp; svc address-pool XXXXXXXXXXX&lt;BR /&gt;&amp;nbsp;&amp;nbsp; svc default-domain XXXXXXXXXXXXXX&lt;BR /&gt;&amp;nbsp;&amp;nbsp; svc keep-client-installed&lt;BR /&gt;&amp;nbsp;&amp;nbsp; svc module XXXXXXXXXXXXX&lt;BR /&gt;&amp;nbsp;&amp;nbsp; svc profile XXXXXXXXXXXXX&lt;BR /&gt;&amp;nbsp;&amp;nbsp; svc split dns XXXXXXXXXXX&lt;BR /&gt;&amp;nbsp;&amp;nbsp; svc split include XXXXXXXXXXX&lt;BR /&gt;&amp;nbsp;&amp;nbsp; svc dns-server primary XXXXXXXXXXXXX&lt;BR /&gt;&amp;nbsp;&amp;nbsp; svc dns-server secondary XXXXXXXXXXXXXX&lt;BR /&gt;&amp;nbsp;virtual-template 1&lt;BR /&gt;&amp;nbsp;default-group-policy POLICY_1&lt;BR /&gt;&amp;nbsp;aaa authentication list AUTHEN_LOGIN&lt;BR /&gt;&amp;nbsp;aaa authorization list AUTHOR_NETWORK&lt;BR /&gt;&amp;nbsp;gateway XXXXXXXXX&lt;BR /&gt;&amp;nbsp;max-users 5&lt;BR /&gt;&amp;nbsp;inservice&lt;BR /&gt;!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 05:55:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-radius-and-nps-issues/m-p/2713605#M54658</guid>
      <dc:creator>Peter Sheridan</dc:creator>
      <dc:date>2019-03-11T05:55:56Z</dc:date>
    </item>
    <item>
      <title>Same here.  I found that</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-radius-and-nps-issues/m-p/2713606#M54660</link>
      <description>&lt;P&gt;Same here. &amp;nbsp;I found that removing the "aaa authorization exec" line did fix it, but no problems if I try a Unix-based RADIUS server. &amp;nbsp;So it's something special to NPS.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 23:10:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-radius-and-nps-issues/m-p/2713606#M54660</guid>
      <dc:creator>johnnylingo</dc:creator>
      <dc:date>2017-06-01T23:10:49Z</dc:date>
    </item>
    <item>
      <title>The solution I found was in</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-radius-and-nps-issues/m-p/2713607#M54662</link>
      <description>&lt;P&gt;The solution I found was in the Network Policy, pull up the Settings tab and then change or remove the&amp;nbsp;RADIUS Attributes. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;By default, it uses "Framed-Protocol=PPP" and "Service-Type=Framed". &amp;nbsp;I changed it to SLIP&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://community.cisco.com/legacyfs/online/media/radius_attributes_0.png" class="migrated-markup-image" /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 23:38:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-radius-and-nps-issues/m-p/2713607#M54662</guid>
      <dc:creator>johnnylingo</dc:creator>
      <dc:date>2017-06-01T23:38:37Z</dc:date>
    </item>
  </channel>
</rss>

