<?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 how to set two radius servers one is window NPS another is cisco radius server in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/how-to-set-two-radius-servers-one-is-window-nps-another-is-cisco/m-p/2614263#M73951</link>
    <description>&lt;P&gt;how to set two radius servers one is window NPS another is cisco radius server&lt;/P&gt;&lt;P&gt;when i try the following command, once window priority is first , i type cisco radius user name, it authenticated fail&lt;/P&gt;&lt;P&gt;i can not use both at the same time&lt;/P&gt;&lt;P&gt;radius-server host 192.168.1.3 &amp;nbsp;is window NPS&lt;/P&gt;&lt;P&gt;radius-server host 192.168.1.1 is cisco radius&lt;/P&gt;&lt;P&gt;&lt;A href="http://blog.skufel.net/2012/06/how-to-integrating-cisco-devices-access-with-microsoft-npsradius/" style="color: rgb(0, 0, 139); cursor: pointer; font-family: monospace; font-size: medium; line-height: normal;" target="_blank"&gt;http://blog.skufel.net/2012/06/how-to-integrating-cisco-devices-access-with-microsoft-npsradius/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;conf t&lt;BR /&gt;no aaa authentication login default line&lt;BR /&gt;no aaa authentication login local group radius&lt;BR /&gt;no aaa authorization exec default group radius if-authenticated&lt;BR /&gt;no aaa authorization network default group radius&lt;BR /&gt;no aaa accounting connection default start-stop group radius&lt;/P&gt;&lt;P&gt;aaa new-model&lt;BR /&gt;!&lt;BR /&gt;aaa group server radius IAS&lt;BR /&gt;&amp;nbsp;server 192.168.1.1 auth-port 1812 acct-port 1813&lt;BR /&gt;&amp;nbsp;server 192.168.1.3 auth-port 1812 acct-port 1813&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;aaa authentication login userAuthentication local group IAS&lt;BR /&gt;aaa authorization exec userAuthorization local group IAS if-authenticated&lt;BR /&gt;aaa authorization network userAuthorization local group IAS&lt;BR /&gt;aaa accounting exec default start-stop group IAS&lt;BR /&gt;aaa accounting system default start-stop group IAS&lt;BR /&gt;!&lt;BR /&gt;aaa session-id common&lt;BR /&gt;radius-server host 192.168.1.1 auth-port 1812 acct-port 1813&lt;BR /&gt;radius-server host 192.168.1.2 auth-port 1812 acct-port 1813&lt;BR /&gt;radius-server host 192.168.1.3 auth-port 1645 acct-port 1646&lt;BR /&gt;radius-server host 192.168.1.3 auth-port 1812 acct-port 1813&lt;BR /&gt;!&lt;BR /&gt;privilege exec level 1 show config&lt;BR /&gt;!&lt;BR /&gt;ip radius source-interface Gi0/1&lt;BR /&gt;!&lt;BR /&gt;line vty 0 4&lt;BR /&gt;&amp;nbsp;authorization exec userAuthorization&lt;BR /&gt;&amp;nbsp;login authentication userAuthentication&lt;BR /&gt;&amp;nbsp;transport input telnet&lt;BR /&gt;!&lt;BR /&gt;line vty 5 15&lt;BR /&gt;&amp;nbsp;authorization exec userAuthorization&lt;BR /&gt;&amp;nbsp;login authentication userAuthentication&lt;BR /&gt;&amp;nbsp;transport input telnet&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;conf t&lt;BR /&gt;aaa group server radius IAS&lt;BR /&gt;&amp;nbsp;server 192.168.1.3 auth-port 1812 acct-port 1813&lt;BR /&gt;&amp;nbsp;server 192.168.1.1 auth-port 1812 acct-port 1813&lt;BR /&gt;end&lt;/P&gt;</description>
    <pubDate>Tue, 26 Mar 2019 00:32:54 GMT</pubDate>
    <dc:creator>martlee2</dc:creator>
    <dc:date>2019-03-26T00:32:54Z</dc:date>
    <item>
      <title>how to set two radius servers one is window NPS another is cisco radius server</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-set-two-radius-servers-one-is-window-nps-another-is-cisco/m-p/2614263#M73951</link>
      <description>&lt;P&gt;how to set two radius servers one is window NPS another is cisco radius server&lt;/P&gt;&lt;P&gt;when i try the following command, once window priority is first , i type cisco radius user name, it authenticated fail&lt;/P&gt;&lt;P&gt;i can not use both at the same time&lt;/P&gt;&lt;P&gt;radius-server host 192.168.1.3 &amp;nbsp;is window NPS&lt;/P&gt;&lt;P&gt;radius-server host 192.168.1.1 is cisco radius&lt;/P&gt;&lt;P&gt;&lt;A href="http://blog.skufel.net/2012/06/how-to-integrating-cisco-devices-access-with-microsoft-npsradius/" style="color: rgb(0, 0, 139); cursor: pointer; font-family: monospace; font-size: medium; line-height: normal;" target="_blank"&gt;http://blog.skufel.net/2012/06/how-to-integrating-cisco-devices-access-with-microsoft-npsradius/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;conf t&lt;BR /&gt;no aaa authentication login default line&lt;BR /&gt;no aaa authentication login local group radius&lt;BR /&gt;no aaa authorization exec default group radius if-authenticated&lt;BR /&gt;no aaa authorization network default group radius&lt;BR /&gt;no aaa accounting connection default start-stop group radius&lt;/P&gt;&lt;P&gt;aaa new-model&lt;BR /&gt;!&lt;BR /&gt;aaa group server radius IAS&lt;BR /&gt;&amp;nbsp;server 192.168.1.1 auth-port 1812 acct-port 1813&lt;BR /&gt;&amp;nbsp;server 192.168.1.3 auth-port 1812 acct-port 1813&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;aaa authentication login userAuthentication local group IAS&lt;BR /&gt;aaa authorization exec userAuthorization local group IAS if-authenticated&lt;BR /&gt;aaa authorization network userAuthorization local group IAS&lt;BR /&gt;aaa accounting exec default start-stop group IAS&lt;BR /&gt;aaa accounting system default start-stop group IAS&lt;BR /&gt;!&lt;BR /&gt;aaa session-id common&lt;BR /&gt;radius-server host 192.168.1.1 auth-port 1812 acct-port 1813&lt;BR /&gt;radius-server host 192.168.1.2 auth-port 1812 acct-port 1813&lt;BR /&gt;radius-server host 192.168.1.3 auth-port 1645 acct-port 1646&lt;BR /&gt;radius-server host 192.168.1.3 auth-port 1812 acct-port 1813&lt;BR /&gt;!&lt;BR /&gt;privilege exec level 1 show config&lt;BR /&gt;!&lt;BR /&gt;ip radius source-interface Gi0/1&lt;BR /&gt;!&lt;BR /&gt;line vty 0 4&lt;BR /&gt;&amp;nbsp;authorization exec userAuthorization&lt;BR /&gt;&amp;nbsp;login authentication userAuthentication&lt;BR /&gt;&amp;nbsp;transport input telnet&lt;BR /&gt;!&lt;BR /&gt;line vty 5 15&lt;BR /&gt;&amp;nbsp;authorization exec userAuthorization&lt;BR /&gt;&amp;nbsp;login authentication userAuthentication&lt;BR /&gt;&amp;nbsp;transport input telnet&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;conf t&lt;BR /&gt;aaa group server radius IAS&lt;BR /&gt;&amp;nbsp;server 192.168.1.3 auth-port 1812 acct-port 1813&lt;BR /&gt;&amp;nbsp;server 192.168.1.1 auth-port 1812 acct-port 1813&lt;BR /&gt;end&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 00:32:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-set-two-radius-servers-one-is-window-nps-another-is-cisco/m-p/2614263#M73951</guid>
      <dc:creator>martlee2</dc:creator>
      <dc:date>2019-03-26T00:32:54Z</dc:date>
    </item>
    <item>
      <title>The first AAA server listed</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-set-two-radius-servers-one-is-window-nps-another-is-cisco/m-p/2614264#M73952</link>
      <description>&lt;P&gt;The first AAA server listed in your config will always be used unless/until it becomes unavailable. At that point the NAD would move down to the next AAA server defined on the list and use that one until it becomes unavailable and then move to third one, and so on.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to use two AAA servers at the same time then you will need to put a load balancer in front of them. Then the virtual IP (vip) will be listed in the NADs vs the individual AAA servers' IPs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thank you for rating helpful posts!&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Mar 2015 01:52:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-set-two-radius-servers-one-is-window-nps-another-is-cisco/m-p/2614264#M73952</guid>
      <dc:creator>nspasov</dc:creator>
      <dc:date>2015-03-21T01:52:51Z</dc:date>
    </item>
  </channel>
</rss>

