<?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 ACS - adding access restrictions using RDBMS in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/acs-adding-access-restrictions-using-rdbms/m-p/600823#M427489</link>
    <description>&lt;P&gt;I'm trying to setup IP-based network restrictions for users on my ACS server.  This is easy enough to do manually but i want to add these via RDBMS and the accountactions.csv file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my problem is the documentation suggests the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"V1 should contain a single (AAA client name, AAA client port, remote address, CLID) tuple; for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAS01,tty0,0898-69696969"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now how exactly do you place a value with commas in it into a comma-seperated file?  If I try it the ACS server (understandably) throws up a parse error.&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 21:31:32 GMT</pubDate>
    <dc:creator>liamkennedy</dc:creator>
    <dc:date>2019-03-10T21:31:32Z</dc:date>
    <item>
      <title>ACS - adding access restrictions using RDBMS</title>
      <link>https://community.cisco.com/t5/network-access-control/acs-adding-access-restrictions-using-rdbms/m-p/600823#M427489</link>
      <description>&lt;P&gt;I'm trying to setup IP-based network restrictions for users on my ACS server.  This is easy enough to do manually but i want to add these via RDBMS and the accountactions.csv file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my problem is the documentation suggests the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"V1 should contain a single (AAA client name, AAA client port, remote address, CLID) tuple; for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAS01,tty0,0898-69696969"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now how exactly do you place a value with commas in it into a comma-seperated file?  If I try it the ACS server (understandably) throws up a parse error.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 21:31:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs-adding-access-restrictions-using-rdbms/m-p/600823#M427489</guid>
      <dc:creator>liamkennedy</dc:creator>
      <dc:date>2019-03-10T21:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: ACS - adding access restrictions using RDBMS</title>
      <link>https://community.cisco.com/t5/network-access-control/acs-adding-access-restrictions-using-rdbms/m-p/600824#M427498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can enclose the field in quotes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value1, value2, "value3a,value3b",value4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should then work fine. Depending on locale you may need to use single quote.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2006 12:17:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs-adding-access-restrictions-using-rdbms/m-p/600824#M427498</guid>
      <dc:creator>darpotter</dc:creator>
      <dc:date>2006-03-31T12:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: ACS - adding access restrictions using RDBMS</title>
      <link>https://community.cisco.com/t5/network-access-control/acs-adding-access-restrictions-using-rdbms/m-p/600825#M427509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;30,0,username,,122,,"nasname,*,*",,,,,0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this gives a parse error:&lt;/P&gt;&lt;P&gt;Error: ACS 'server' Action failed [SI=30 A=122 UN="username" GN="" AI="" VN="" V1="nasname	*	*" V2="" V3=""] Reason: - The named user variable cannot be found&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;30,0,username,,122,,'nasname,*,*',,,,,0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is just ignored and no action is processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;30,0,username,,122,,`nasname,*,*`,,,,,0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which gives:&lt;/P&gt;&lt;P&gt;Parse Error: Reason - Value has incorrect format [SI=30 A=122 UN="username" GN="" AI="" VN="" V1="`nasname" V2="*" V3="*`"]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2006 13:53:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs-adding-access-restrictions-using-rdbms/m-p/600825#M427509</guid>
      <dc:creator>liamkennedy</dc:creator>
      <dc:date>2006-03-31T13:53:12Z</dc:date>
    </item>
  </channel>
</rss>

