<?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: Prioritizing Local PSN Radius Server in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/prioritizing-local-psn-radius-server/m-p/4078550#M560067</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/66272"&gt;@poongarg&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;I still need to check the aaa and radius configuration on your device.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Here it is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;radius server SRV1&lt;BR /&gt;address ipv4 10.211.xx.xx auth-port 1812 acct-port 1813&lt;BR /&gt;key 7 xxxx&lt;BR /&gt;radius server SRV2&lt;BR /&gt;address ipv4 10.137.xx.xx auth-port 1812 acct-port 1813&lt;BR /&gt;key 7 xxxx&lt;/P&gt;&lt;P&gt;aaa group server radius ISE_radius_servers&lt;BR /&gt;server name SRV1&lt;BR /&gt;server name SRV2&lt;/P&gt;&lt;P&gt;radius-server attribute 6 on-for-login-auth&lt;BR /&gt;radius-server attribute 8 include-in-access-req&lt;BR /&gt;radius-server attribute 25 access-request include&lt;BR /&gt;radius-server dead-criteria time 30 tries 3&lt;BR /&gt;radius-server retry method reorder&lt;BR /&gt;radius-server retransmit 1&lt;BR /&gt;radius-server timeout 3&lt;BR /&gt;radius-server deadtime 15&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;aaa authentication dot1x default group ISE_radius_servers&lt;BR /&gt;aaa authorization network default group ISE_radius_servers&lt;BR /&gt;aaa authorization auth-proxy default group ISE_radius_servers&lt;BR /&gt;aaa accounting dot1x default start-stop group ISE_radius_servers&lt;BR /&gt;aaa accounting system default start-stop group ISE_radius_servers&lt;BR /&gt;aaa server radius dynamic-author&lt;BR /&gt;client 10.211.xx.xx server-key 7 xxxx&lt;BR /&gt;client 10.137.xx.xx server-key 7 xxxx&lt;BR /&gt;ip radius source-interface Vlan69&lt;/P&gt;</description>
    <pubDate>Sun, 03 May 2020 14:20:38 GMT</pubDate>
    <dc:creator>biswajit.pradhan</dc:creator>
    <dc:date>2020-05-03T14:20:38Z</dc:date>
    <item>
      <title>Prioritizing Local PSN Radius Server</title>
      <link>https://community.cisco.com/t5/network-access-control/prioritizing-local-psn-radius-server/m-p/4073346#M559870</link>
      <description>&lt;P class="lia-align-justify"&gt;We have a distributed ISE deployment with one PSN in local office, two in local regional datacenter and two in remote data center. Intention is to make site switches use local PSN always with 1st degree failover to local DC and 2nd degree failover to remote DC. Is there a way achieve this? Will 3 different radius groups solve this?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2020 13:10:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/prioritizing-local-psn-radius-server/m-p/4073346#M559870</guid>
      <dc:creator>biswajit.pradhan</dc:creator>
      <dc:date>2020-04-24T13:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Prioritizing Local PSN Radius Server</title>
      <link>https://community.cisco.com/t5/network-access-control/prioritizing-local-psn-radius-server/m-p/4073365#M559871</link>
      <description>You can accomplish this by using one aaa server group.  You will need to add each radius server one by one with the first (highest) priority server being entered first.  For example:&lt;BR /&gt;radius server SVR1&lt;BR /&gt; address ipv4 x.x.x.x auth-port 1812 acct-port 1813&lt;BR /&gt;...(excluding additional cfg)&lt;BR /&gt;radius server SVR2&lt;BR /&gt; address ipv4 x.x.x.x auth-port 1812 acct-port 1813&lt;BR /&gt;...(excluding additional cfg)&lt;BR /&gt;aaa group server radius TEST_GRP&lt;BR /&gt;server name SVR1 (highest priority)&lt;BR /&gt;server name SVR2 (lowest priority)&lt;BR /&gt;Then in your AAA statements reference TEST_GRP.  Tweak configs in each respective area to meet your needs.  Note that #sh aaa server will return priorities/status from global config.  HTH!</description>
      <pubDate>Fri, 24 Apr 2020 13:29:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/prioritizing-local-psn-radius-server/m-p/4073365#M559871</guid>
      <dc:creator>Mike.Cifelli</dc:creator>
      <dc:date>2020-04-24T13:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Prioritizing Local PSN Radius Server</title>
      <link>https://community.cisco.com/t5/network-access-control/prioritizing-local-psn-radius-server/m-p/4074073#M559885</link>
      <description>&lt;P&gt;Hi Mike,&lt;BR /&gt;&lt;BR /&gt;This is our current configuration, 2 servers in one group. Yes, the priority shows as you have described. However, the switch is sending request to both the servers. 51% of requests sent to priority 1 server while 49% sent to the second one.&lt;BR /&gt;&lt;BR /&gt;Is it possible to make the switch sends any requests to 2nd priority server only when first server is unavailable ?&lt;/P&gt;</description>
      <pubDate>Sat, 25 Apr 2020 19:21:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/prioritizing-local-psn-radius-server/m-p/4074073#M559885</guid>
      <dc:creator>biswajit.pradhan</dc:creator>
      <dc:date>2020-04-25T19:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Prioritizing Local PSN Radius Server</title>
      <link>https://community.cisco.com/t5/network-access-control/prioritizing-local-psn-radius-server/m-p/4074814#M559904</link>
      <description>&lt;P&gt;Hi Biswajit,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At a given time, normally switch send request to one server only. It will use second server in the group only when the first server is marked "DEAD".&lt;/P&gt;
&lt;P&gt;Kindly attach the switch config here to check further along with "show aaa servers" output.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 11:45:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/prioritizing-local-psn-radius-server/m-p/4074814#M559904</guid>
      <dc:creator>poongarg</dc:creator>
      <dc:date>2020-04-27T11:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Prioritizing Local PSN Radius Server</title>
      <link>https://community.cisco.com/t5/network-access-control/prioritizing-local-psn-radius-server/m-p/4074873#M559908</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/66272"&gt;@poongarg&lt;/a&gt;&amp;nbsp;mentioned you could look into tweaking the DEAD timers.&amp;nbsp; The config mentioned earlier will function in a top down approach.&amp;nbsp; Maybe your timers are causing some requests to hit SVR2? If a server in your group is assumed to be alive then this server will be used for AAA requests.&amp;nbsp; The secondary server will become active once the switch determines it is DEAD.&amp;nbsp; This link may be helpful:&amp;nbsp;&lt;A href="https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/sec_usr_rad/configuration/xe-3se/5700/sec-usr-rad-xe-3se-5700-book/sec-rad-aaa-server-groups.html" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/sec_usr_rad/configuration/xe-3se/5700/sec-usr-rad-xe-3se-5700-book/sec-rad-aaa-server-groups.html&lt;/A&gt;&amp;nbsp;.&amp;nbsp; HTH!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 13:26:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/prioritizing-local-psn-radius-server/m-p/4074873#M559908</guid>
      <dc:creator>Mike.Cifelli</dc:creator>
      <dc:date>2020-04-27T13:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Prioritizing Local PSN Radius Server</title>
      <link>https://community.cisco.com/t5/network-access-control/prioritizing-local-psn-radius-server/m-p/4075058#M559911</link>
      <description>&lt;P&gt;The priority looks good. We have a global dead timer of 15 for all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RADIUS: id 1, priority 1, host 10.211.xx.xx, auth-port 1812, acct-port 1813&lt;BR /&gt;State: current UP, duration 4294967s, previous duration 0s&lt;BR /&gt;Dead: total time 0s, count 0&lt;BR /&gt;Platform State from SMD: current UP, duration 950046s, previous duration 900s&lt;BR /&gt;SMD Platform Dead: total time 6300s, count 7&lt;BR /&gt;Platform State from WNCD: current UP, duration 0s, previous duration 0s&lt;BR /&gt;Platform Dead: total time 0s, count 0&lt;BR /&gt;Quarantined: No&lt;BR /&gt;Authen: request 2952101, timeouts 2565, failover 29, retransmission 2508&lt;BR /&gt;Response: accept 189138, reject 634082, challenge 2126316&lt;BR /&gt;Response: unexpected 17, server error 0, incorrect 0, time 64ms&lt;BR /&gt;Transaction: success 2949536, failure 66&lt;BR /&gt;Throttled: transaction 0, timeout 0, failure 0&lt;BR /&gt;Author: request 0, timeouts 0, failover 0, retransmission 0&lt;BR /&gt;Response: accept 0, reject 0, challenge 0&lt;BR /&gt;Response: unexpected 0, server error 0, incorrect 0, time 0ms&lt;BR /&gt;Transaction: success 0, failure 0&lt;BR /&gt;Throttled: transaction 0, timeout 0, failure 0&lt;BR /&gt;Account: request 347975, timeouts 5215, failover 34, retransmission 5119&lt;BR /&gt;Request: start 153811, interim 0, stop 153735&lt;BR /&gt;Response: start 153794, interim 0, stop 153715&lt;BR /&gt;Response: unexpected 4782, server error 0, incorrect 0, time 79ms&lt;BR /&gt;Transaction: success 342760, failure 96&lt;BR /&gt;Throttled: transaction 0, timeout 0, failure 0&lt;BR /&gt;Elapsed time since counters last cleared: 35w5d9h43m&lt;BR /&gt;Estimated Outstanding Access Transactions: 0&lt;BR /&gt;Estimated Outstanding Accounting Transactions: 0&lt;BR /&gt;Estimated Throttled Access Transactions: 0&lt;BR /&gt;Estimated Throttled Accounting Transactions: 0&lt;BR /&gt;Maximum Throttled Transactions: access 0, accounting 0&lt;BR /&gt;Requests per minute past 24 hours:&lt;BR /&gt;high - 19 hours, 41 minutes ago: 840&lt;BR /&gt;low - 9 hours, 17 minutes ago: 0&lt;BR /&gt;average: 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RADIUS: id 2, priority 2, host 10.137.xx.xx, auth-port 1812, acct-port 1813&lt;BR /&gt;State: current UP, duration 4294967s, previous duration 0s&lt;BR /&gt;Dead: total time 0s, count 0&lt;BR /&gt;Platform State from SMD: current UP, duration 947383s, previous duration 900s&lt;BR /&gt;SMD Platform Dead: total time 4500s, count 5&lt;BR /&gt;Platform State from WNCD: current UP, duration 0s, previous duration 0s&lt;BR /&gt;Platform Dead: total time 0s, count 0&lt;BR /&gt;Quarantined: No&lt;BR /&gt;Authen: request 2701417, timeouts 3048, failover 46, retransmission 2998&lt;BR /&gt;Response: accept 189693, reject 504993, challenge 2003683&lt;BR /&gt;Response: unexpected 23, server error 0, incorrect 0, time 197ms&lt;BR /&gt;Transaction: success 2698369, failure 68&lt;BR /&gt;Throttled: transaction 0, timeout 0, failure 0&lt;BR /&gt;Author: request 0, timeouts 0, failover 0, retransmission 0&lt;BR /&gt;Response: accept 0, reject 0, challenge 0&lt;BR /&gt;Response: unexpected 0, server error 0, incorrect 0, time 0ms&lt;BR /&gt;Transaction: success 0, failure 0&lt;BR /&gt;Throttled: transaction 0, timeout 0, failure 0&lt;BR /&gt;Account: request 366580, timeouts 1356, failover 89, retransmission 1318&lt;BR /&gt;Request: start 175469, interim 0, stop 175523&lt;BR /&gt;Response: start 175455, interim 0, stop 175504&lt;BR /&gt;Response: unexpected 1, server error 0, incorrect 0, time 191ms&lt;BR /&gt;Transaction: success 365224, failure 38&lt;BR /&gt;Throttled: transaction 0, timeout 0, failure 0&lt;BR /&gt;Elapsed time since counters last cleared: 35w5d9h43m&lt;BR /&gt;Estimated Outstanding Access Transactions: 0&lt;BR /&gt;Estimated Outstanding Accounting Transactions: 0&lt;BR /&gt;Estimated Throttled Access Transactions: 0&lt;BR /&gt;Estimated Throttled Accounting Transactions: 0&lt;BR /&gt;Maximum Throttled Transactions: access 0, accounting 0&lt;BR /&gt;Requests per minute past 24 hours:&lt;BR /&gt;high - 9 hours, 17 minutes ago: 0&lt;BR /&gt;low - 9 hours, 17 minutes ago: 0&lt;BR /&gt;average: 0&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 17:43:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/prioritizing-local-psn-radius-server/m-p/4075058#M559911</guid>
      <dc:creator>biswajit.pradhan</dc:creator>
      <dc:date>2020-04-27T17:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Prioritizing Local PSN Radius Server</title>
      <link>https://community.cisco.com/t5/network-access-control/prioritizing-local-psn-radius-server/m-p/4075355#M559920</link>
      <description>&lt;P&gt;I still need to check the aaa and radius configuration on your device.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 06:10:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/prioritizing-local-psn-radius-server/m-p/4075355#M559920</guid>
      <dc:creator>poongarg</dc:creator>
      <dc:date>2020-04-28T06:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Prioritizing Local PSN Radius Server</title>
      <link>https://community.cisco.com/t5/network-access-control/prioritizing-local-psn-radius-server/m-p/4078550#M560067</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/66272"&gt;@poongarg&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;I still need to check the aaa and radius configuration on your device.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Here it is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;radius server SRV1&lt;BR /&gt;address ipv4 10.211.xx.xx auth-port 1812 acct-port 1813&lt;BR /&gt;key 7 xxxx&lt;BR /&gt;radius server SRV2&lt;BR /&gt;address ipv4 10.137.xx.xx auth-port 1812 acct-port 1813&lt;BR /&gt;key 7 xxxx&lt;/P&gt;&lt;P&gt;aaa group server radius ISE_radius_servers&lt;BR /&gt;server name SRV1&lt;BR /&gt;server name SRV2&lt;/P&gt;&lt;P&gt;radius-server attribute 6 on-for-login-auth&lt;BR /&gt;radius-server attribute 8 include-in-access-req&lt;BR /&gt;radius-server attribute 25 access-request include&lt;BR /&gt;radius-server dead-criteria time 30 tries 3&lt;BR /&gt;radius-server retry method reorder&lt;BR /&gt;radius-server retransmit 1&lt;BR /&gt;radius-server timeout 3&lt;BR /&gt;radius-server deadtime 15&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;aaa authentication dot1x default group ISE_radius_servers&lt;BR /&gt;aaa authorization network default group ISE_radius_servers&lt;BR /&gt;aaa authorization auth-proxy default group ISE_radius_servers&lt;BR /&gt;aaa accounting dot1x default start-stop group ISE_radius_servers&lt;BR /&gt;aaa accounting system default start-stop group ISE_radius_servers&lt;BR /&gt;aaa server radius dynamic-author&lt;BR /&gt;client 10.211.xx.xx server-key 7 xxxx&lt;BR /&gt;client 10.137.xx.xx server-key 7 xxxx&lt;BR /&gt;ip radius source-interface Vlan69&lt;/P&gt;</description>
      <pubDate>Sun, 03 May 2020 14:20:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/prioritizing-local-psn-radius-server/m-p/4078550#M560067</guid>
      <dc:creator>biswajit.pradhan</dc:creator>
      <dc:date>2020-05-03T14:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Prioritizing Local PSN Radius Server</title>
      <link>https://community.cisco.com/t5/network-access-control/prioritizing-local-psn-radius-server/m-p/4078773#M560072</link>
      <description>&lt;P&gt;Biswajit,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding your query:&lt;/P&gt;
&lt;P&gt;This is our current configuration, 2 servers in one group. Yes, the priority shows as you have described. However, the switch is sending request to both the servers. 51% of requests sent to priority 1 server while 49% sent to the second one.&lt;/P&gt;
&lt;P&gt;Is it possible to make the switch sends any requests to 2nd priority server only when first server is unavailable ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is exactly how the switch behaves. At a time it can send request to only one server which is having higher priority. Not sure what you meant by 51% request sent to priority 1 server and 49% sent to second one, probably due to request and response count on both the servers in the group.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have configured the command:&lt;STRONG&gt; radius server retry method reorder&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Without this command in place, switch will always send the request to first server, if the first server will be marked as DEAD, then it will send the request to second server and once the first server will be back online, switch will again start sending request to first server in the list.&lt;/P&gt;
&lt;P&gt;With this command in place, as soon as first server is DEAD, it will send start sending request to second server but when the first server will be back online, switch will keep on using second server in the list until it will be marked as DEAD.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want that RADIUS request should always be served by first server in the group, remove this command to have first server respond always if it's status is UP.&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 07:31:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/prioritizing-local-psn-radius-server/m-p/4078773#M560072</guid>
      <dc:creator>poongarg</dc:creator>
      <dc:date>2020-05-04T07:31:59Z</dc:date>
    </item>
  </channel>
</rss>

