<?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: Set Static IP to Anyconnect user using ISE in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/set-static-ip-to-anyconnect-user-using-ise/m-p/3358410#M549448</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;A href="https://integratingit.wordpress.com/2017/01/01/cisco-asa-anyconnect-vpn-with-static-client-ip-address/" target="_self"&gt;This&lt;/A&gt; seems to be what you are looking for.&lt;/P&gt;</description>
    <pubDate>Sat, 31 Mar 2018 10:59:18 GMT</pubDate>
    <dc:creator>Rob Ingram</dc:creator>
    <dc:date>2018-03-31T10:59:18Z</dc:date>
    <item>
      <title>Set Static IP to Anyconnect user using ISE</title>
      <link>https://community.cisco.com/t5/network-access-control/set-static-ip-to-anyconnect-user-using-ise/m-p/3358367#M549446</link>
      <description>&lt;P&gt;Hi, in our production environment, RA users connects to network using Anyconnect (Authentication via PKI cert and ISE - AD integrated). Requirement here is for one user, he needs to be assigned the same IP everytime he connects using VPN. We do have a policy in ISE, if the username matches(which is obtained from the certificate), framed-ip-address and framed mask address attributes are set to an IP address (assume: 10.10.10.15) and its equivalent netmask. This also falls within the range that is defined in ASA - dhcp-network-scope. Whenever the user connects, it picks the default policy like any other user but not this. Any suggestions how to troubleshoot. Is there something that I am missing.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 18:52:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/set-static-ip-to-anyconnect-user-using-ise/m-p/3358367#M549446</guid>
      <dc:creator>srijan</dc:creator>
      <dc:date>2020-02-21T18:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Set Static IP to Anyconnect user using ISE</title>
      <link>https://community.cisco.com/t5/network-access-control/set-static-ip-to-anyconnect-user-using-ise/m-p/3358410#M549448</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;A href="https://integratingit.wordpress.com/2017/01/01/cisco-asa-anyconnect-vpn-with-static-client-ip-address/" target="_self"&gt;This&lt;/A&gt; seems to be what you are looking for.&lt;/P&gt;</description>
      <pubDate>Sat, 31 Mar 2018 10:59:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/set-static-ip-to-anyconnect-user-using-ise/m-p/3358410#M549448</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2018-03-31T10:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set Static IP to Anyconnect user using ISE</title>
      <link>https://community.cisco.com/t5/network-access-control/set-static-ip-to-anyconnect-user-using-ise/m-p/3358948#M549450</link>
      <description>&lt;P&gt;Do you have the "&lt;STRONG class="cCN_CmdName"&gt;vpn-addr-assign aaa"&amp;nbsp;&lt;/STRONG&gt;command enabled? This enables a AAA server to assign ip address to a user. I do not think this is enabled by default.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/asa/asa-command-reference/T-Z/cmdref4/v.html#pgfId-1663263" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/asa/asa-command-reference/T-Z/cmdref4/v.html#pgfId-1663263&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2018 12:47:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/set-static-ip-to-anyconnect-user-using-ise/m-p/3358948#M549450</guid>
      <dc:creator>Rahul Govindan</dc:creator>
      <dc:date>2018-04-02T12:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set Static IP to Anyconnect user using ISE</title>
      <link>https://community.cisco.com/t5/network-access-control/set-static-ip-to-anyconnect-user-using-ise/m-p/3358960#M549513</link>
      <description>&lt;P&gt;Thanks RJI and Rahul.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will check this when I get to work today.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi Rahul,&lt;/P&gt;
&lt;P&gt;Assuming I don't have this already set (vpn-addr-assign aaa) and I add it to the config today.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here, I am more concerned about just this one user, say user1, who should get this static IP. The rest of the employees should get IP released from the DHCP, as it is happening currently. Will this change&amp;nbsp;&lt;SPAN&gt;(vpn-addr-assign aaa) &lt;/SPAN&gt;have any impact on the other users.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi RJI,&lt;/P&gt;
&lt;P&gt;this issue started since we changed our certificate vendor is what we assume. Because the user did not report the issue when it actually stopped working, he took months before bringing it to us. It was working fine without the Dial-In settings in AD as suggested in the link provided by you. However, I will take a look at it today and update you folks on the status.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for the inputs.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2018 13:12:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/set-static-ip-to-anyconnect-user-using-ise/m-p/3358960#M549513</guid>
      <dc:creator>srijan</dc:creator>
      <dc:date>2018-04-02T13:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set Static IP to Anyconnect user using ISE</title>
      <link>https://community.cisco.com/t5/network-access-control/set-static-ip-to-anyconnect-user-using-ise/m-p/3359293#M549514</link>
      <description>&lt;P&gt;You can have both enabled. If I recall, aaa should have a higher precedence over dhcp. I would open a Cisco TAC case to confirm this as I could find no external doc on this.&lt;/P&gt;
&lt;P&gt;And although the command reference says that&amp;nbsp; there is no default value for this, another doc says that it is enabled by default. You might want to check "show run all vpn-addr-assign" before making changes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2018 22:18:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/set-static-ip-to-anyconnect-user-using-ise/m-p/3359293#M549514</guid>
      <dc:creator>Rahul Govindan</dc:creator>
      <dc:date>2018-04-02T22:18:45Z</dc:date>
    </item>
  </channel>
</rss>

