<?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: ASAv Can authentication with more Radius server ? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566136#M1088021</link>
    <description>&lt;P&gt;I think it is possible :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.petenetlive.com/KB/Article/0001474" target="_blank"&gt;https://www.petenetlive.com/KB/Article/0001474&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Mar 2022 10:06:53 GMT</pubDate>
    <dc:creator>balaji.bandi</dc:creator>
    <dc:date>2022-03-08T10:06:53Z</dc:date>
    <item>
      <title>ASAv Can authentication with more Radius server ?</title>
      <link>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566126#M1088018</link>
      <description>&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to know ASAv can authentication with more Radius server in VPN Tunnel ?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In configuration below. If I have 2 radius group on ASAv and 2 tunnel / group-policy . can i separate&amp;nbsp;&lt;/P&gt;&lt;P&gt;radius group depend on tunnel-group or not ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example Configuration.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Configuration on&amp;nbsp; &lt;/STRONG&gt;&lt;STRONG&gt;ASAv&lt;/STRONG&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;aaa-server ISE protocol radius&lt;/P&gt;&lt;P&gt;aaa-server ISE&amp;nbsp; (INTERNAL) host 1.1.1.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;key *****&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;aaa-server ISE-2 protocol radius&lt;/P&gt;&lt;P&gt;aaa-server ISE-2&amp;nbsp; (INTERNAL) host 2.2.2.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;key *****&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;group-policy TEST attributes&lt;/P&gt;&lt;P&gt;&amp;nbsp;group-lock value TEST&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tunnel-group TEST type remote-access&lt;/P&gt;&lt;P&gt;tunnel-group TEST general-attributes&lt;/P&gt;&lt;P&gt;&amp;nbsp;authentication-server-group ISE&lt;/P&gt;&lt;P&gt;&amp;nbsp;accounting-server-group ISE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;group-policy TEST-2 attributes&lt;/P&gt;&lt;P&gt;&amp;nbsp;group-lock value TEST-2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tunnel-group TEST-2 type remote-access&lt;/P&gt;&lt;P&gt;tunnel-group TEST-2 general-attributes&lt;/P&gt;&lt;P&gt;&amp;nbsp;authentication-server-group ISE-2&lt;/P&gt;&lt;P&gt;&amp;nbsp;accounting-server-group ISE-2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 09:57:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566126#M1088018</guid>
      <dc:creator>jewfcb001</dc:creator>
      <dc:date>2022-03-08T09:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: ASAv Can authentication with more Radius server ?</title>
      <link>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566132#M1088019</link>
      <description>&lt;P&gt;I am not really sure what you want to achieve. I assume you want to use redundant RADIUS-servers in your VPN-Config? That is possible:&lt;/P&gt;
&lt;PRE&gt;aaa-server NPS-DE protocol radius
aaa-server NPS-DE (inside) host 10.10.10.1
 key *****
 authentication-port 1812
 accounting-port 1813
aaa-server NPS-DE (inside) host 10.10.10.2
 key *****
 authentication-port 1812
 accounting-port 1813&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 Mar 2022 10:04:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566132#M1088019</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2022-03-08T10:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: ASAv Can authentication with more Radius server ?</title>
      <link>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566134#M1088020</link>
      <description>&lt;P&gt;yes you can do that. you can also use the command on cli&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;test aaa-server authentication ISE1 host x.x.x.x.x username teste password Password123&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;test aaa-server authentication ISE2&amp;nbsp; host x.x.x.x.x username teste password Password123&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is your ISE is in personas mode? if that is the case than if the Admin prim fail the Admin secondary will become active itself you do not have to worry about from the ASA point of view.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 10:05:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566134#M1088020</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2022-03-08T10:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: ASAv Can authentication with more Radius server ?</title>
      <link>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566136#M1088021</link>
      <description>&lt;P&gt;I think it is possible :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.petenetlive.com/KB/Article/0001474" target="_blank"&gt;https://www.petenetlive.com/KB/Article/0001474&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 10:06:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566136#M1088021</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2022-03-08T10:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: ASAv Can authentication with more Radius server ?</title>
      <link>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566138#M1088022</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/325766"&gt;@Karsten Iwen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for information . but I want to separate radius group on tunnel-group vpn . I'm not sure ASAv can do with my requirement.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 10:08:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566138#M1088022</guid>
      <dc:creator>jewfcb001</dc:creator>
      <dc:date>2022-03-08T10:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: ASAv Can authentication with more Radius server ?</title>
      <link>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566145#M1088023</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/287680"&gt;@Sheraz.Salim&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to separate radius group with tunnel-group vpn . It's not case admin ise fail .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 10:23:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566145#M1088023</guid>
      <dc:creator>jewfcb001</dc:creator>
      <dc:date>2022-03-08T10:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: ASAv Can authentication with more Radius server ?</title>
      <link>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566152#M1088025</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/207331"&gt;@jewfcb001&lt;/a&gt; if these Radius server are on different subnet as you showing in your configuration and they are not part of ISE personas. in that case you can separate the authentication for each individual tunnel. this will work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The reason it will work is as tunnel will have configuration of each different radius server and point it to authentication to ISE1 and ISE2 when ever a tunnel1 traffic come and it will move the packet (authentication) to ISE1 and tunnel2 will move the traffic to ISE2.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now if you want to configure the fallback method you can also do that ini tunnel1 setting to put the secondary authentication server ip address.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 10:35:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566152#M1088025</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2022-03-08T10:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: ASAv Can authentication with more Radius server ?</title>
      <link>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566153#M1088026</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/286878"&gt;@balaji.bandi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for information . From your URL i think&amp;nbsp; he use 1 radius group with more group-policy . From my scenario I use 1 radius group and separate group-policy with radius attribute class 25 but i would like to more radius-group with more group-policy.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure .I explain you to understand or not ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 10:33:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566153#M1088026</guid>
      <dc:creator>jewfcb001</dc:creator>
      <dc:date>2022-03-08T10:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: ASAv Can authentication with more Radius server ?</title>
      <link>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566162#M1088027</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/287680"&gt;@Sheraz.Salim&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for answer . i have a small question about authentication&amp;nbsp;&lt;SPAN&gt;for each individual tunnel. Now in my scenario i have radius attribute class 25 for separate group-policy but If i have 2 radius group how asav separate tunnel with radius group. ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The reason it will work is as tunnel will have configuration of each different radius server and point it to authentication to ISE1 and ISE2 when ever a tunnel1 traffic come and it will move the packet (authentication) to ISE1 and tunnel2 will move the traffic to ISE2.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ans : how to separate can you explain more the detail ?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now if you want to configure the fallback method you can also do that ini tunnel1 setting to put the secondary authentication server ip address.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ans : No&amp;nbsp; I don't have to fallback method .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 10:47:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566162#M1088027</guid>
      <dc:creator>jewfcb001</dc:creator>
      <dc:date>2022-03-08T10:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: ASAv Can authentication with more Radius server ?</title>
      <link>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566171#M1088029</link>
      <description>&lt;P&gt;you have already showing us your configuration in your first post right.&lt;/P&gt;
&lt;P&gt;now for you to map them with radius attribute 25 you need to make change on the ISE1 and ISE2 applinacnes. &lt;A href="https://www.cisco.com/c/en/us/support/docs/security/anyconnect-secure-mobility-client/215432-configure-ssl-anyconnect-with-ise-authen.html" target="_self"&gt;ISE attribute config with VPN tunnel&lt;/A&gt; check this link out will put you in the right direction.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in order to separate the tunnel authentication you have two ISE server with different ip address so when the traffic will land on the right tunnel group is will force/push it to get authenticate. which is configured in your tunnel setup i.e ISE1 for tunnel1 and so on. however in order to get this work you also need to do configuration on ISE appliacnes I have pasted the link up and have look at it and make changes accordingly. Have you configured the ISE1 and ISE2 yet?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 10:57:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566171#M1088029</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2022-03-08T10:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: ASAv Can authentication with more Radius server ?</title>
      <link>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566177#M1088030</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/287680"&gt;@Sheraz.Salim&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Have you configured the ISE1 and ISE2 yet?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Yes . I have 2 ISE&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From your link i think similar with my scenario but my scenario i want to more tunnel-group / aaa group&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 11:22:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566177#M1088030</guid>
      <dc:creator>jewfcb001</dc:creator>
      <dc:date>2022-03-08T11:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: ASAv Can authentication with more Radius server ?</title>
      <link>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566206#M1088034</link>
      <description>&lt;P&gt;You can have many groups of RADIUS servers, each with multiple members.&lt;/P&gt;
&lt;P&gt;A given tunnel-group (also known as connection profile) points to a given RADIUS server group. It will try the first server in the group and, as long as it responds, keep using it. If it fails for any reason, the ASA will try to authenticate against the second one (or other subsequent server(s)).&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 12:25:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566206#M1088034</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2022-03-08T12:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: ASAv Can authentication with more Radius server ?</title>
      <link>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566212#M1088036</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/326046"&gt;@Marvin Rhoads&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I have more tunnel-group . Can i configure radius server per tunnel-group ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;example&amp;nbsp;&lt;/P&gt;&lt;P&gt;Radius server Group 1 --- &amp;gt; MAP Tunnel-group 1&lt;/P&gt;&lt;P&gt;Radius server Group 2 --- &amp;gt; MAP Tunnel-group 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My goal not relate radius group redundant .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 12:37:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566212#M1088036</guid>
      <dc:creator>jewfcb001</dc:creator>
      <dc:date>2022-03-08T12:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: ASAv Can authentication with more Radius server ?</title>
      <link>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566218#M1088037</link>
      <description>&lt;P&gt;Yes. In that case you can go ahead and configured the configuration. you can do multiple tunnel authentication setup. for example for Tunnel1 for ISE1 and for Tunnel2 for ISE2 etc.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 12:45:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566218#M1088037</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2022-03-08T12:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: ASAv Can authentication with more Radius server ?</title>
      <link>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566226#M1088038</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/287680"&gt;@Sheraz.Salim&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for information . I will try it .&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 13:09:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566226#M1088038</guid>
      <dc:creator>jewfcb001</dc:creator>
      <dc:date>2022-03-08T13:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: ASAv Can authentication with more Radius server ?</title>
      <link>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566231#M1088039</link>
      <description>&lt;P&gt;yes. correct you can do that.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 13:12:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566231#M1088039</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2022-03-08T13:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: ASAv Can authentication with more Radius server ?</title>
      <link>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566232#M1088040</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/207331"&gt;@jewfcb001&lt;/a&gt; yes, you can have many tunnel-groups that use many RADIUS server groups. &lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 13:12:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asav-can-authentication-with-more-radius-server/m-p/4566232#M1088040</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2022-03-08T13:12:18Z</dc:date>
    </item>
  </channel>
</rss>

