<?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: Configuration-Change Logging in HPE Aruba Networking &amp; ProVision-based</title>
    <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/configuration-change-logging/m-p/6842619#M9652</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have done some more investigation and I can only run the following command syslog is not supported on my 2910al:&lt;/P&gt;&lt;P&gt;aaa accounting commands stop-only radius&lt;/P&gt;&lt;P&gt;The switch send the accounting to the microsoft NPS server and In the logfile I see this:&lt;/P&gt;&lt;P&gt;&amp;lt;Vendor-Specific data_type="2"&amp;gt;0000000B020C73686F7720766C616E73&amp;lt;/Vendor-Specific&amp;gt;&lt;/P&gt;&lt;P&gt;The above when translated from hexadecimal to "Show vlans" which was the command I issued. How do I get the NPS to convert this from Hexadecimal to string?&lt;/P&gt;</description>
    <pubDate>Thu, 17 Mar 2016 14:22:06 GMT</pubDate>
    <dc:creator>Fleischen</dc:creator>
    <dc:date>2016-03-17T14:22:06Z</dc:date>
    <item>
      <title>Configuration-Change Logging</title>
      <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/configuration-change-logging/m-p/6842244#M9639</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;How do I comply with PCI DSS requirement 10.2.2 when using a Procurve switch?&lt;BR /&gt;(&lt;A href="https://www.pcisecuritystandards.org/documents/PCI_DSS_v3.pdf)" target="_blank"&gt;https://www.pcisecuritystandards.org/documents/PCI_DSS_v3.pdf)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The core of this requirment is that all changes done on the switch must be logged. Using "logging notify running-config-change" only notifies that a change has been made not what was changed. And also send it to a syslog server.&lt;/P&gt;&lt;P&gt;On a cisco switch it is quite easy:&lt;/P&gt;&lt;P&gt;(&lt;A href="http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2960/software/release/12-2_55_se/configuration/guide/scg_2960/swlog.html)" target="_blank"&gt;http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2960/software/release/12-2_55_se/configuration/guide/scg_2960/swlog.html)&lt;/A&gt; Chapter "Enabling the Configuration-Change Logger"&lt;/P&gt;&lt;P&gt;How do I do it on a procurve switch?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 19:19:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-aruba-networking-provision/configuration-change-logging/m-p/6842244#M9639</guid>
      <dc:creator>Fleischen</dc:creator>
      <dc:date>2016-03-16T19:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration-Change Logging</title>
      <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/configuration-change-logging/m-p/6842245#M9640</link>
      <description>&lt;P&gt;This is what I did to meet that requirement for a customer. &amp;nbsp;They are using IMC for management, so that is the IP address used.&lt;/P&gt;&lt;P&gt;config t&lt;BR /&gt;logging &lt;EM&gt;&amp;lt;log-host-ip&amp;gt;&lt;/EM&gt;&lt;BR /&gt;logging facility syslog&lt;BR /&gt;logging notify running-config-change transmission-interval 10&lt;BR /&gt;aaa accounting exec start-stop syslog&lt;BR /&gt;aaa accounting commands stop-only syslog&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 19:22:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-aruba-networking-provision/configuration-change-logging/m-p/6842245#M9640</guid>
      <dc:creator>Dave Harrold</dc:creator>
      <dc:date>2016-03-16T19:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration-Change Logging</title>
      <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/configuration-change-logging/m-p/6842619#M9652</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have done some more investigation and I can only run the following command syslog is not supported on my 2910al:&lt;/P&gt;&lt;P&gt;aaa accounting commands stop-only radius&lt;/P&gt;&lt;P&gt;The switch send the accounting to the microsoft NPS server and In the logfile I see this:&lt;/P&gt;&lt;P&gt;&amp;lt;Vendor-Specific data_type="2"&amp;gt;0000000B020C73686F7720766C616E73&amp;lt;/Vendor-Specific&amp;gt;&lt;/P&gt;&lt;P&gt;The above when translated from hexadecimal to "Show vlans" which was the command I issued. How do I get the NPS to convert this from Hexadecimal to string?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 14:22:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-aruba-networking-provision/configuration-change-logging/m-p/6842619#M9652</guid>
      <dc:creator>Fleischen</dc:creator>
      <dc:date>2016-03-17T14:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration-Change Logging</title>
      <link>https://community.hpe.com/t5/hpe-aruba-networking-provision/configuration-change-logging/m-p/6845778#M9712</link>
      <description>&lt;P&gt;2910al does support "logging notify running...", you may need to upgrade firmware to the latest available (I'm using W.15.14.0011).&lt;/P&gt;&lt;P&gt;Regarding NPS and hex to string, you'd probably need to use a platform that supports the vendor specific attribute described. I'd assume that would be a HPE product, like IMC. Unfortunely I don't use that, so I can't check...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 03:26:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-aruba-networking-provision/configuration-change-logging/m-p/6845778#M9712</guid>
      <dc:creator>Stephen A Swain</dc:creator>
      <dc:date>2016-03-29T03:26:04Z</dc:date>
    </item>
  </channel>
</rss>

