<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Import Vendor Specific Attributes into Cisco Secure ACS SE Applience</title>
	<atom:link href="http://www.linickx.com/317/how-to-import-vendor-specific-attributes-into-cisco-secure-acs-se-applience/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linickx.com/317/how-to-import-vendor-specific-attributes-into-cisco-secure-acs-se-applience</link>
	<description>Moments of Genius followed by Trash.</description>
	<lastBuildDate>Mon, 09 Apr 2012 16:18:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Nick</title>
		<link>http://www.linickx.com/317/how-to-import-vendor-specific-attributes-into-cisco-secure-acs-se-applience/comment-page-1#comment-15100</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 03 Mar 2011 11:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/archives/317/how-to-import-vendor-specific-attributes-into-cisco-secure-acs-se-applience#comment-15100</guid>
		<description>This is quite a challenge to get your head round, but I would recommend you read mine and James examples a few times... I found importing the CSV texts into excel to help visualise it makes it clearer ... at a &lt;b&gt;guess&lt;/b&gt; you need something like...

 Create motorola with a 350 command...
&lt;code&gt;
SequenceId,Priority,UserName,GroupName,Action,ValueName,Value1,Value2,Value3,DateTime,MessageNo,ComputerNames,AppId,Status
1,0,,,350, Motorola,AUTO_ASSIGN_SLOT,161,,,,,,0
2,0,,,355,,,,,,,,,0
&lt;/code&gt;

Note action 355, saves it to the DB....Then another to add the attributes...

&lt;code&gt;
SequenceId,Priority,UserName,GroupName,Action,ValueName,Value1,Value2,Value3,DateTime,MessageNo,ComputerNames,AppId,Status
1,0,,,352,Motorola-DVS-User-Access-Level,161,105,integer,,,,,0
2,0,,,352,Motorola-APEX1000-User-Access-Level,161,107, integer,,,,,0
3,0,,,355,,,,,,,,,0
&lt;/code&gt;

You probably need some &lt;i&gt;354&lt;/i&gt; actions to associate the integer value 15 with Motorola-Administrator etc.
HTH,
Nick</description>
		<content:encoded><![CDATA[<p>This is quite a challenge to get your head round, but I would recommend you read mine and James examples a few times&#8230; I found importing the CSV texts into excel to help visualise it makes it clearer &#8230; at a <b>guess</b> you need something like&#8230;</p>
<p> Create motorola with a 350 command&#8230;<br />
<code><br />
SequenceId,Priority,UserName,GroupName,Action,ValueName,Value1,Value2,Value3,DateTime,MessageNo,ComputerNames,AppId,Status<br />
1,0,,,350, Motorola,AUTO_ASSIGN_SLOT,161,,,,,,0<br />
2,0,,,355,,,,,,,,,0<br />
</code></p>
<p>Note action 355, saves it to the DB&#8230;.Then another to add the attributes&#8230;</p>
<p><code><br />
SequenceId,Priority,UserName,GroupName,Action,ValueName,Value1,Value2,Value3,DateTime,MessageNo,ComputerNames,AppId,Status<br />
1,0,,,352,Motorola-DVS-User-Access-Level,161,105,integer,,,,,0<br />
2,0,,,352,Motorola-APEX1000-User-Access-Level,161,107, integer,,,,,0<br />
3,0,,,355,,,,,,,,,0<br />
</code></p>
<p>You probably need some <i>354</i> actions to associate the integer value 15 with Motorola-Administrator etc.<br />
HTH,<br />
Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anterov</title>
		<link>http://www.linickx.com/317/how-to-import-vendor-specific-attributes-into-cisco-secure-acs-se-applience/comment-page-1#comment-15098</link>
		<dc:creator>anterov</dc:creator>
		<pubDate>Thu, 03 Mar 2011 10:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/archives/317/how-to-import-vendor-specific-attributes-into-cisco-secure-acs-se-applience#comment-15098</guid>
		<description>hi.
i have the same problem as you jeremy

do you have knews on How to convert it to ACS?

thanks</description>
		<content:encoded><![CDATA[<p>hi.<br />
i have the same problem as you jeremy</p>
<p>do you have knews on How to convert it to ACS?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Skarphol</title>
		<link>http://www.linickx.com/317/how-to-import-vendor-specific-attributes-into-cisco-secure-acs-se-applience/comment-page-1#comment-11139</link>
		<dc:creator>Jeremy Skarphol</dc:creator>
		<pubDate>Thu, 08 Apr 2010 01:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/archives/317/how-to-import-vendor-specific-attributes-into-cisco-secure-acs-se-applience#comment-11139</guid>
		<description>Below is a dictinary file from a Motorola APEX 1000 headend device. I&#039;m new to ACS and wondering how I can format the CSV for ACS. Thanks for any help.

&lt;code&gt;
##############################################################################						
#						
#	Motorola DVS attributes.					
#						
#	&quot;$Id: dictionary.motorola,v 1.0.0.1 2009/09/03 12:15:00 sbattle Exp $&quot;					
#						
##############################################################################						
						
VENDOR		Motorola				161
						
BEGIN-VENDOR	Motorola					
						
ATTRIBUTE	Motorola-DVS-User-Access-Level	105	integer			
VALUE		Motorola-DVS-User-Access-Level	Motorola-Administrator	15		
VALUE		Motorola-DVS-User-Access-Level	Motorola-Operator	7		
VALUE		Motorola-DVS-User-Access-Level	Motorola-Monitor	0		
						
ATTRIBUTE	Motorola-APEX1000-User-Access-Level	107	integer			
VALUE		Motorola-APEX1000-User-Access-Level	Motorola-Administrator	15		
VALUE		Motorola-APEX1000-User-Access-Level	Motorola-Operator	7		
VALUE		Motorola-APEX1000-User-Access-Level	Motorola-Monitor	0		
						
END-VENDOR	Motorola
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Below is a dictinary file from a Motorola APEX 1000 headend device. I&#8217;m new to ACS and wondering how I can format the CSV for ACS. Thanks for any help.</p>
<p><code><br />
##############################################################################<br />
#<br />
#	Motorola DVS attributes.<br />
#<br />
#	"$Id: dictionary.motorola,v 1.0.0.1 2009/09/03 12:15:00 sbattle Exp $"<br />
#<br />
##############################################################################						</p>
<p>VENDOR		Motorola				161</p>
<p>BEGIN-VENDOR	Motorola					</p>
<p>ATTRIBUTE	Motorola-DVS-User-Access-Level	105	integer<br />
VALUE		Motorola-DVS-User-Access-Level	Motorola-Administrator	15<br />
VALUE		Motorola-DVS-User-Access-Level	Motorola-Operator	7<br />
VALUE		Motorola-DVS-User-Access-Level	Motorola-Monitor	0		</p>
<p>ATTRIBUTE	Motorola-APEX1000-User-Access-Level	107	integer<br />
VALUE		Motorola-APEX1000-User-Access-Level	Motorola-Administrator	15<br />
VALUE		Motorola-APEX1000-User-Access-Level	Motorola-Operator	7<br />
VALUE		Motorola-APEX1000-User-Access-Level	Motorola-Monitor	0		</p>
<p>END-VENDOR	Motorola<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.linickx.com/317/how-to-import-vendor-specific-attributes-into-cisco-secure-acs-se-applience/comment-page-1#comment-10883</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 23 Nov 2009 05:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/archives/317/how-to-import-vendor-specific-attributes-into-cisco-secure-acs-se-applience#comment-10883</guid>
		<description>Cheers Mark - Adding action 356 &amp; 357 also resolved my problem with no need to break the file down or restart the services.</description>
		<content:encoded><![CDATA[<p>Cheers Mark &#8211; Adding action 356 &amp; 357 also resolved my problem with no need to break the file down or restart the services.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Oldham</title>
		<link>http://www.linickx.com/317/how-to-import-vendor-specific-attributes-into-cisco-secure-acs-se-applience/comment-page-1#comment-10843</link>
		<dc:creator>Mark Oldham</dc:creator>
		<pubDate>Tue, 27 Oct 2009 13:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/archives/317/how-to-import-vendor-specific-attributes-into-cisco-secure-acs-se-applience#comment-10843</guid>
		<description>you need to add actions 356 and 357 before action 355 in your accountactions.csv file.</description>
		<content:encoded><![CDATA[<p>you need to add actions 356 and 357 before action 355 in your accountactions.csv file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.linickx.com/317/how-to-import-vendor-specific-attributes-into-cisco-secure-acs-se-applience/comment-page-1#comment-10785</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 05 Aug 2009 07:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/archives/317/how-to-import-vendor-specific-attributes-into-cisco-secure-acs-se-applience#comment-10785</guid>
		<description>Hi Nick,

thanks for your perfekt guide. It works for me very well with ACS SE 4.2 and here are two more hints.

You have to create the vendor id first as you recommended and then restart the service. After that wait for about 2 minutes after the services restarted - else the next import failed in my enviroment.
Then import the new vendor attributes. You should see two info messages in the RDBMS log that the imports were successfull. After that a restart service only wouldn&#039;t help. I didn&#039;t see the new radius vendor when i tried to add a new AAA client. But after i restart the whole appliance the new vendor ist there and i can set the attributes without any problem.

Best regards
Steve</description>
		<content:encoded><![CDATA[<p>Hi Nick,</p>
<p>thanks for your perfekt guide. It works for me very well with ACS SE 4.2 and here are two more hints.</p>
<p>You have to create the vendor id first as you recommended and then restart the service. After that wait for about 2 minutes after the services restarted &#8211; else the next import failed in my enviroment.<br />
Then import the new vendor attributes. You should see two info messages in the RDBMS log that the imports were successfull. After that a restart service only wouldn&#8217;t help. I didn&#8217;t see the new radius vendor when i tried to add a new AAA client. But after i restart the whole appliance the new vendor ist there and i can set the attributes without any problem.</p>
<p>Best regards<br />
Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: don</title>
		<link>http://www.linickx.com/317/how-to-import-vendor-specific-attributes-into-cisco-secure-acs-se-applience/comment-page-1#comment-10679</link>
		<dc:creator>don</dc:creator>
		<pubDate>Fri, 13 Mar 2009 14:59:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/archives/317/how-to-import-vendor-specific-attributes-into-cisco-secure-acs-se-applience#comment-10679</guid>
		<description>I am having the exact same problem (even to trying to use a Netscreen appliance)  I do not see the NS-Admin-Priv attribute returned. . . have you made any progress?</description>
		<content:encoded><![CDATA[<p>I am having the exact same problem (even to trying to use a Netscreen appliance)  I do not see the NS-Admin-Priv attribute returned. . . have you made any progress?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.linickx.com/317/how-to-import-vendor-specific-attributes-into-cisco-secure-acs-se-applience/comment-page-1#comment-10659</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Fri, 20 Feb 2009 11:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/archives/317/how-to-import-vendor-specific-attributes-into-cisco-secure-acs-se-applience#comment-10659</guid>
		<description>&lt;p&gt;Hi James,
The only suggestion I have is to try breaking your .csv&#039;s into two files.&lt;/p&gt;

&lt;p&gt;Create the Vendor ID , then import the attributes... in your example, have one file to &quot;create Vendor 3224, NetScreen&quot; then import the NetScreen attributes.....&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;File1.csv&lt;/strong&gt;
&lt;code&gt;
SequenceId,Priority,UserName,GroupName,Action,ValueName,Value1,Value2,Value3,DateTime,MessageNo,ComputerNames,AppId,Status
1,0,,,350,Netscreen,AUTO_ASSIGN_SLOT,3224,,,,,,0
2,0,,,355,,,,,,,,,0
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;File2.csv&lt;/strong&gt;
&lt;code&gt;
SequenceId,Priority,UserName,GroupName,Action,ValueName,Value1,Value2,Value3,DateTime,MessageNo,ComputerNames,AppId,Status
1,0,,,352,NS-Admin-Privilege,3224,1,integer,,,,,0
2,0,,,352,NS-Admin-Vsys-Name,3224,2,string,,,,,0
3,0,,,352,NS-User-Group,3224,3,string,,,,,0
4,0,,,352,NS-Primary-DNS-Server,3224,4,ipaddr,,,,,0
5,0,,,352,NS-Secondary-DNS-Server,3224,5,ipaddr,,,,,0
6,0,,,352,NS-Primary-WINS-Server,3224,6,ipaddr,,,,,0
7,0,,,352,NS-Secondary-WINS-Server,3224,7,ipaddr,,,,,0
8,0,,,352,NS-Version,3224,8,string,,,,,0
9,0,,,354,READ_WRITE,3224,1,2,,,,,0
10,0,,,354,VSYS_ADMIN,3224,1,3,,,,,0
11,0,,,354,READ_ONLY,3224,1,4,,,,,0
12,0,,,354,VSYS_READ_ONLY,3224,1,5,,,,,0
13,0,,,355,,,,,,,,,0
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;I hope that helps,
Nick&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi James,<br />
The only suggestion I have is to try breaking your .csv&#8217;s into two files.</p>
<p>Create the Vendor ID , then import the attributes&#8230; in your example, have one file to &#8220;create Vendor 3224, NetScreen&#8221; then import the NetScreen attributes&#8230;..</p>
<p><strong>File1.csv</strong><br />
<code><br />
SequenceId,Priority,UserName,GroupName,Action,ValueName,Value1,Value2,Value3,DateTime,MessageNo,ComputerNames,AppId,Status<br />
1,0,,,350,Netscreen,AUTO_ASSIGN_SLOT,3224,,,,,,0<br />
2,0,,,355,,,,,,,,,0<br />
</code></p>
<p><strong>File2.csv</strong><br />
<code><br />
SequenceId,Priority,UserName,GroupName,Action,ValueName,Value1,Value2,Value3,DateTime,MessageNo,ComputerNames,AppId,Status<br />
1,0,,,352,NS-Admin-Privilege,3224,1,integer,,,,,0<br />
2,0,,,352,NS-Admin-Vsys-Name,3224,2,string,,,,,0<br />
3,0,,,352,NS-User-Group,3224,3,string,,,,,0<br />
4,0,,,352,NS-Primary-DNS-Server,3224,4,ipaddr,,,,,0<br />
5,0,,,352,NS-Secondary-DNS-Server,3224,5,ipaddr,,,,,0<br />
6,0,,,352,NS-Primary-WINS-Server,3224,6,ipaddr,,,,,0<br />
7,0,,,352,NS-Secondary-WINS-Server,3224,7,ipaddr,,,,,0<br />
8,0,,,352,NS-Version,3224,8,string,,,,,0<br />
9,0,,,354,READ_WRITE,3224,1,2,,,,,0<br />
10,0,,,354,VSYS_ADMIN,3224,1,3,,,,,0<br />
11,0,,,354,READ_ONLY,3224,1,4,,,,,0<br />
12,0,,,354,VSYS_READ_ONLY,3224,1,5,,,,,0<br />
13,0,,,355,,,,,,,,,0<br />
</code></p>
<p>I hope that helps,<br />
Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.linickx.com/317/how-to-import-vendor-specific-attributes-into-cisco-secure-acs-se-applience/comment-page-1#comment-10658</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 20 Feb 2009 07:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/archives/317/how-to-import-vendor-specific-attributes-into-cisco-secure-acs-se-applience#comment-10658</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I have been following the info you provided along with the Cisco docs but have not been successful.  The VSA&#039;s import and are configurable, however the RADIUS client either does not receive them, or is refusing them.&lt;/p&gt;

&lt;p&gt;We are using ACS Solution Engine 4.2 and also ACS 4.2 for Windows.  If I import using RDBMS on ACS for Windows the VSA&#039;s also do not work.  If I use Csutil to import they work fine.&lt;/p&gt;

&lt;p&gt;I have included samples of my .csv&#039;s below&lt;/p&gt;

&lt;p&gt;Have you come across anything like this before?&lt;/p&gt;

&lt;p&gt;James&lt;/p&gt;

&lt;code&gt;
SequenceId,Priority,UserName,GroupName,Action,ValueName,Value1,Value2,Value3,DateTime,MessageNo,ComputerNames,AppId,Status
1,0,,,350,APC,AUTO_ASSIGN_SLOT,318,,,,,,0
2,0,,,352,APC-Service-Type,318,1,integer,,,,,0
3,0,,,354,Admin,318,1,1,,,,,0
4,0,,,354,Device,318,1,2,,,,,0
5,0,,,354,Read Only,318,1,3,,,,,0
6,0,,,355,,,,,,,,,0
&lt;/code&gt;

&lt;code&gt;
SequenceId,Priority,UserName,GroupName,Action,ValueName,Value1,Value2,Value3,DateTime,MessageNo,ComputerNames,AppId,Status
1,0,,,350,Netscreen,AUTO_ASSIGN_SLOT,3224,,,,,,0
2,0,,,352,NS-Admin-Privilege,3224,1,integer,,,,,0
3,0,,,352,NS-Admin-Vsys-Name,3224,2,string,,,,,0
4,0,,,352,NS-User-Group,3224,3,string,,,,,0
5,0,,,352,NS-Primary-DNS-Server,3224,4,ipaddr,,,,,0
6,0,,,352,NS-Secondary-DNS-Server,3224,5,ipaddr,,,,,0
7,0,,,352,NS-Primary-WINS-Server,3224,6,ipaddr,,,,,0
8,0,,,352,NS-Secondary-WINS-Server,3224,7,ipaddr,,,,,0
9,0,,,352,NS-Version,3224,8,string,,,,,0
10,0,,,354,READ_WRITE,3224,1,2,,,,,0
11,0,,,354,VSYS_ADMIN,3224,1,3,,,,,0
12,0,,,354,READ_ONLY,3224,1,4,,,,,0
13,0,,,354,VSYS_READ_ONLY,3224,1,5,,,,,0
14,0,,,355,,,,,,,,,0
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have been following the info you provided along with the Cisco docs but have not been successful.  The VSA&#8217;s import and are configurable, however the RADIUS client either does not receive them, or is refusing them.</p>
<p>We are using ACS Solution Engine 4.2 and also ACS 4.2 for Windows.  If I import using RDBMS on ACS for Windows the VSA&#8217;s also do not work.  If I use Csutil to import they work fine.</p>
<p>I have included samples of my .csv&#8217;s below</p>
<p>Have you come across anything like this before?</p>
<p>James</p>
<p><code><br />
SequenceId,Priority,UserName,GroupName,Action,ValueName,Value1,Value2,Value3,DateTime,MessageNo,ComputerNames,AppId,Status<br />
1,0,,,350,APC,AUTO_ASSIGN_SLOT,318,,,,,,0<br />
2,0,,,352,APC-Service-Type,318,1,integer,,,,,0<br />
3,0,,,354,Admin,318,1,1,,,,,0<br />
4,0,,,354,Device,318,1,2,,,,,0<br />
5,0,,,354,Read Only,318,1,3,,,,,0<br />
6,0,,,355,,,,,,,,,0<br />
</code></p>
<p><code><br />
SequenceId,Priority,UserName,GroupName,Action,ValueName,Value1,Value2,Value3,DateTime,MessageNo,ComputerNames,AppId,Status<br />
1,0,,,350,Netscreen,AUTO_ASSIGN_SLOT,3224,,,,,,0<br />
2,0,,,352,NS-Admin-Privilege,3224,1,integer,,,,,0<br />
3,0,,,352,NS-Admin-Vsys-Name,3224,2,string,,,,,0<br />
4,0,,,352,NS-User-Group,3224,3,string,,,,,0<br />
5,0,,,352,NS-Primary-DNS-Server,3224,4,ipaddr,,,,,0<br />
6,0,,,352,NS-Secondary-DNS-Server,3224,5,ipaddr,,,,,0<br />
7,0,,,352,NS-Primary-WINS-Server,3224,6,ipaddr,,,,,0<br />
8,0,,,352,NS-Secondary-WINS-Server,3224,7,ipaddr,,,,,0<br />
9,0,,,352,NS-Version,3224,8,string,,,,,0<br />
10,0,,,354,READ_WRITE,3224,1,2,,,,,0<br />
11,0,,,354,VSYS_ADMIN,3224,1,3,,,,,0<br />
12,0,,,354,READ_ONLY,3224,1,4,,,,,0<br />
13,0,,,354,VSYS_READ_ONLY,3224,1,5,,,,,0<br />
14,0,,,355,,,,,,,,,0<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

