<?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: Configuring custom AV Attribute pairs in CSACS in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/configuring-custom-av-attribute-pairs-in-csacs/m-p/208392#M435932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;OK Great, I've gotten the 4 Individual items to appear within CSACS under the group config, yet the possible values I've configured dont seem to show up, just a box with a 0 in it next to each item.  Any ideas.  Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Sep 2003 14:16:48 GMT</pubDate>
    <dc:creator>jasonhumes</dc:creator>
    <dc:date>2003-09-17T14:16:48Z</dc:date>
    <item>
      <title>Configuring custom AV Attribute pairs in CSACS</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-custom-av-attribute-pairs-in-csacs/m-p/208388#M435928</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I'm running CSACS to authenticate users to a Colubris CN3500 Access Controller and Colubris provides a 'custom av pair' to specify traffic quotas for users.  How would I create these pairs within csacs?  Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 14:28:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-custom-av-attribute-pairs-in-csacs/m-p/208388#M435928</guid>
      <dc:creator>jasonhumes</dc:creator>
      <dc:date>2019-03-10T14:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring custom AV Attribute pairs in CSACS</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-custom-av-attribute-pairs-in-csacs/m-p/208389#M435929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Follow the link below and you should be good to go:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/access/acs_soft/csacs4nt/acs31/acsuser/ae.htm#231400" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/access/acs_soft/csacs4nt/acs31/acsuser/ae.htm#231400&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2003 04:22:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-custom-av-attribute-pairs-in-csacs/m-p/208389#M435929</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2003-09-08T04:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring custom AV Attribute pairs in CSACS</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-custom-av-attribute-pairs-in-csacs/m-p/208390#M435930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;First off, thanks for the document, it did help out very much.  I've created my custom avpair.ini file which looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;###################################&lt;/P&gt;&lt;P&gt;[User Defined Vendor]&lt;/P&gt;&lt;P&gt;Name=Colubris&lt;/P&gt;&lt;P&gt;IETF Code=8744&lt;/P&gt;&lt;P&gt;VSA 1=colubris-max-input-packets&lt;/P&gt;&lt;P&gt;VSA 2=colubris-max-output-packets&lt;/P&gt;&lt;P&gt;VSA 3=colubris-max-input-octets&lt;/P&gt;&lt;P&gt;VSA 4=colubris-max-output-octets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[colubris-max-input-packets]&lt;/P&gt;&lt;P&gt;Type=INTEGER&lt;/P&gt;&lt;P&gt;Profile=MULTI IN OUT&lt;/P&gt;&lt;P&gt;Enums=MaxPacket&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[colubris-max-output-packets]&lt;/P&gt;&lt;P&gt;Type=INTEGER&lt;/P&gt;&lt;P&gt;Profile=MULTI IN OUT&lt;/P&gt;&lt;P&gt;Enums=MaxPacket&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[colubris-max-input-octets]&lt;/P&gt;&lt;P&gt;Type=INTEGER&lt;/P&gt;&lt;P&gt;Profile=MULTI IN OUT&lt;/P&gt;&lt;P&gt;Enums=MaxOctet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[colubris-max-output-octets]&lt;/P&gt;&lt;P&gt;Type=INTEGER&lt;/P&gt;&lt;P&gt;Profile=MULTI IN OUT&lt;/P&gt;&lt;P&gt;Enums=MaxOctet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[MaxPacket]&lt;/P&gt;&lt;P&gt;0=10&lt;/P&gt;&lt;P&gt;1=100&lt;/P&gt;&lt;P&gt;2=1000&lt;/P&gt;&lt;P&gt;3=5000&lt;/P&gt;&lt;P&gt;4=10000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[MaxOctet]&lt;/P&gt;&lt;P&gt;0=100000&lt;/P&gt;&lt;P&gt;1=1000000&lt;/P&gt;&lt;P&gt;2=10000000&lt;/P&gt;&lt;P&gt;3=100000000&lt;/P&gt;&lt;P&gt;4=200000000&lt;/P&gt;&lt;P&gt;5=500000000&lt;/P&gt;&lt;P&gt;#####################################&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I've imported it using CSUtil and got no errors.  But I cant seem to get it to show up in the ACS Admin pages....I've looked under user/group, interface and I cant find it anywhere...please help.  Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason Humes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2003 18:52:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-custom-av-attribute-pairs-in-csacs/m-p/208390#M435930</guid>
      <dc:creator>jasonhumes</dc:creator>
      <dc:date>2003-09-09T18:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring custom AV Attribute pairs in CSACS</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-custom-av-attribute-pairs-in-csacs/m-p/208391#M435931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to add a NAS and say that it's a type "Colubris".  Then it'll appear under Interface Config, and you'll be able to enable parameters for the User and/or Group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2003 00:41:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-custom-av-attribute-pairs-in-csacs/m-p/208391#M435931</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2003-09-10T00:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring custom AV Attribute pairs in CSACS</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-custom-av-attribute-pairs-in-csacs/m-p/208392#M435932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;OK Great, I've gotten the 4 Individual items to appear within CSACS under the group config, yet the possible values I've configured dont seem to show up, just a box with a 0 in it next to each item.  Any ideas.  Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2003 14:16:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-custom-av-attribute-pairs-in-csacs/m-p/208392#M435932</guid>
      <dc:creator>jasonhumes</dc:creator>
      <dc:date>2003-09-17T14:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring custom AV Attribute pairs in CSACS</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-custom-av-attribute-pairs-in-csacs/m-p/208393#M435933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is because you have "MULTI" defined in the VSA.  This says that you can send back more than one value for this attribute, so the box in the GUI becomes a box that allows you to add more than one value.  If you remove MULTI and just have it as "IN OUT" then the boxes will be displayed as a drop-down allowing you to select one of the values you specified.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2003 03:39:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-custom-av-attribute-pairs-in-csacs/m-p/208393#M435933</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2003-09-18T03:39:54Z</dc:date>
    </item>
  </channel>
</rss>

