<?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: ISE, Remote Access VPN ASA and static IPv6 address assignment via AD attributes in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ise-remote-access-vpn-asa-and-static-ipv6-address-assignment-via/m-p/3891871#M471396</link>
    <description>&lt;P&gt;Framed-IPv6-Address would work but not Framed-IPv6-Prefix with a string type in RHS. I've filed&amp;nbsp;CSCvq56196 for this.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jul 2019 12:47:15 GMT</pubDate>
    <dc:creator>Surendra</dc:creator>
    <dc:date>2019-07-17T12:47:15Z</dc:date>
    <item>
      <title>ISE, Remote Access VPN ASA and static IPv6 address assignment via AD attributes</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-remote-access-vpn-asa-and-static-ipv6-address-assignment-via/m-p/3891796#M471395</link>
      <description>&lt;P&gt;Hi board,&lt;/P&gt;&lt;P&gt;I want to build an AnyConnect SSL based VPN solution for clients.&lt;/P&gt;&lt;P&gt;It should be possible to assign static IPv4 and IPv6 addresses for the clients.&lt;/P&gt;&lt;P&gt;I'm using ISE 2.4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For IPv4 this is not a problem:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1.) ISE: Add AD attribute "msRADIUSFramedIPAddress" and set the &lt;STRONG&gt;type to IP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2.) ISE: Create an authorization profile with the following advanced attributes and use it in an authorization rule&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Radius:Framed-IP-Address = AD:msRADIUSFramedIPAddress&lt;/PRE&gt;&lt;P&gt;3.) In the AD, add the desired static IPv4 address to the user object (AD users and groups snap-in &amp;gt; User object &amp;gt; Dial-In &amp;gt; Assign static IP addresses &amp;gt; Assign a static IPv4 address)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;==&amp;gt; Done: AnyConnect client is assigned the desired static IPv4&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For IPv6 this is a problem:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;It's not documented anywhere, but the ASA supports the RADIUS attribute Framed-IPv6-Prefix (97). This was tested by creating an authorization profile with the following advanced attributes and use it in an authorization rule:&lt;/P&gt;&lt;PRE&gt;Radius:Framed-IPv6-Prefix = 2001:db8:eff::1/128&lt;/PRE&gt;&lt;P&gt;==&amp;gt; No problem on ASA side&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want to achive, that the static IPv6 address may be maintained in the AD as well. There is even an AD attribute for that:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;msRADIUS-FramedIpv6Prefix&lt;/STRONG&gt; (String)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, same approach as for IPv4 here:&lt;/P&gt;&lt;P&gt;1.) ISE: Add AD attribute "msRADIUS-FramedIpv6Prefix" and set the &lt;STRONG&gt;type to &lt;FONT color="#FF0000"&gt;????&lt;BR /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#FF0000"&gt;==&amp;gt; There is no IPv6 data type (only INT, STRING, IP, OCTET_STRING, BOOLEAN)&lt;/FONT&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;==&amp;gt; Let's try "String", because the value is a string in the AD &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2.) ISE: Create an authorization profile with the following advanced attributes and use it in an authorization rule&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Framed-IPv6-Prefix = AD:msRADIUS-FramedIpv6Prefix&lt;/PRE&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;When I want to save the authorization profile, an error pops up:&lt;/FONT&gt;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;EM&gt;Unable to edit Authorization Profile (TEST) : Datatypes are mismatching for Radius:Framed-IPv6-Prefix(IPV6PREFIX) and AD:msRADIUS-FramedIpv6Prefix(&lt;/EM&gt;&lt;EM&gt;STRING)&lt;/EM&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;In ISE 2.4 I cannot change the type in the attribute to IPV6PREFIX. As I already mentioned above only INT, STRING, IP, OCTET_STRING and BOOLEAN are possible.&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Question 1: Does someone know if this should work (is it supported) or if I'm doing something wrong here?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Question 2: If this is not supported (or a bug), does someone know if this behavior changes in ISE 2.6? A lot of IPv6 specific features were added to 2.6, but I couldn't find anything in the release notes.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Any other ideas?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 10:45:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-remote-access-vpn-asa-and-static-ipv6-address-assignment-via/m-p/3891796#M471395</guid>
      <dc:creator>Johannes Luther</dc:creator>
      <dc:date>2019-07-17T10:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: ISE, Remote Access VPN ASA and static IPv6 address assignment via AD attributes</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-remote-access-vpn-asa-and-static-ipv6-address-assignment-via/m-p/3891871#M471396</link>
      <description>&lt;P&gt;Framed-IPv6-Address would work but not Framed-IPv6-Prefix with a string type in RHS. I've filed&amp;nbsp;CSCvq56196 for this.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 12:47:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-remote-access-vpn-asa-and-static-ipv6-address-assignment-via/m-p/3891871#M471396</guid>
      <dc:creator>Surendra</dc:creator>
      <dc:date>2019-07-17T12:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: ISE, Remote Access VPN ASA and static IPv6 address assignment via AD attributes</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-remote-access-vpn-asa-and-static-ipv6-address-assignment-via/m-p/3891915#M471397</link>
      <description>&lt;P&gt;Hey Surendra,&lt;/P&gt;&lt;P&gt;thanks for the feedback. The bug is not viewable yet, but I had a TAC case regarding the ASA side and the ASA does only support Framed-IPv6-Prefix&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 13:32:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-remote-access-vpn-asa-and-static-ipv6-address-assignment-via/m-p/3891915#M471397</guid>
      <dc:creator>Johannes Luther</dc:creator>
      <dc:date>2019-07-17T13:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: ISE, Remote Access VPN ASA and static IPv6 address assignment via AD attributes</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-remote-access-vpn-asa-and-static-ipv6-address-assignment-via/m-p/3892683#M471398</link>
      <description>&lt;P&gt;Hi Surendra,&lt;/P&gt;&lt;P&gt;thank you for filing this bug. It's viewable now and exactely highlights the problem.&lt;/P&gt;&lt;P&gt;Funny fact is, that the ASA documentation beginning with 9.12 is fixed as well, because previously the IPv6 static address "problem" was not covered there.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/asa/asa912/configuration/general/asa-912-general-config/aaa-radius.html#ID-2113-0000003a" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/asa/asa912/configuration/general/asa-912-general-config/aaa-radius.html#ID-2113-0000003a&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Although the documentation has still a tiny bug (Attribute 97 is Framed-IPv6-Prefix and not Framed-IPv6-Address), the ASA documentation also states, that the attribute should be represented as a string.&lt;/P&gt;&lt;P&gt;Again: Thank you for this!!!!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 11:18:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-remote-access-vpn-asa-and-static-ipv6-address-assignment-via/m-p/3892683#M471398</guid>
      <dc:creator>Johannes Luther</dc:creator>
      <dc:date>2019-07-18T11:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: ISE, Remote Access VPN ASA and static IPv6 address assignment via AD attributes</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-remote-access-vpn-asa-and-static-ipv6-address-assignment-via/m-p/3892749#M471399</link>
      <description>&lt;P&gt;Just a side node (that it's documented somewhere and perhaps it helps)&lt;/P&gt;&lt;P&gt;In Active Directory (2016 standard schema) the attribute msRADIUS-FramedIpv6Prefix is limited to 16 characters&lt;/P&gt;&lt;P&gt;The attribute msRADIUS-FramedInterfaceId is limited to 8 characters&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;==&amp;gt; 16 + 8 is not a full IPv6 address ...&lt;/P&gt;&lt;P&gt;ARGH!!!!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 13:03:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-remote-access-vpn-asa-and-static-ipv6-address-assignment-via/m-p/3892749#M471399</guid>
      <dc:creator>Johannes Luther</dc:creator>
      <dc:date>2019-07-18T13:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: ISE, Remote Access VPN ASA and static IPv6 address assignment via AD attributes</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-remote-access-vpn-asa-and-static-ipv6-address-assignment-via/m-p/3893145#M471400</link>
      <description>&lt;P&gt;Well done for persevering on your IPv6 journey. Maybe this thing will get off the ground in the next 15 years &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 22:21:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-remote-access-vpn-asa-and-static-ipv6-address-assignment-via/m-p/3893145#M471400</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2019-07-18T22:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: ISE, Remote Access VPN ASA and static IPv6 address assignment via AD attributes</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-remote-access-vpn-asa-and-static-ipv6-address-assignment-via/m-p/4118896#M561707</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Status update: &lt;/STRONG&gt;Problem solved with ISE 2.4 Patch 11 and with the help by Microsoft&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Quick howto:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1. Add the AD attribute msRADIUS-FramedIpv6Prefix an an external identity store attribute (Datatype IP)&lt;/P&gt;&lt;P&gt;2. Use the following authorization action&lt;/P&gt;&lt;PRE&gt;Framed-IPv6-Prefix = AD:msRADIUS-FramedIpv6Prefix&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. In the current Windows server versions, the schema needs to be extended, because the &lt;FONT face="courier new,courier"&gt;msRADIUS-FramedIpv6Prefix&lt;/FONT&gt; is not long enough. Here's a PowerShell snippet do do that&lt;/P&gt;&lt;PRE&gt;# msRADIUS-FramedIpv6Prefix rangeupper = 43
## Check current settings
Get-ADObject -filter * -SearchBase (Get-ADRootDSE).schemaNamingContext -Properties * | where Name -like "ms-RADIUS-FramedIpv6Prefix"
## Set new rangeupper
Set-ADObject -Identity 'CN=ms-RADIUS-FramedIpv6Prefix,CN=Schema,CN=Configuration,DC=&amp;lt;PATH&amp;gt;[,DC=&amp;lt;PATH&amp;gt;, ...]' -Replace @{rangeUpper=43} -Server &amp;lt;SCHEMA-ROOT-DC&amp;gt;
## Verify
Get-ADObject -filter * -SearchBase (Get-ADRootDSE).schemaNamingContext -Properties * | where Name -like "ms-RADIUS-FramedIpv6Prefix"&lt;/PRE&gt;&lt;P&gt;4. The AD user attribute &lt;FONT face="courier new,courier"&gt;msRADIUS-FramedIpv6Prefix &lt;/FONT&gt;can now be populated with the desired IPv6 address (as a string with the prefix length /128). Example:&lt;/P&gt;&lt;PRE&gt;2001:db8:eff::1/128&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 04:55:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-remote-access-vpn-asa-and-static-ipv6-address-assignment-via/m-p/4118896#M561707</guid>
      <dc:creator>Johannes Luther</dc:creator>
      <dc:date>2020-07-15T04:55:44Z</dc:date>
    </item>
  </channel>
</rss>

