<?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 xml script that will turn on &amp;quot;Enable p-Class Alert Forwarding&amp;quot; on all ilo's in my enviroment in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/xml-script-that-will-turn-on-quot-enable-p-class-alert/m-p/3595999#M1427</link>
    <description>I am having trouble finding the exact xml code to turn this feature on. &lt;BR /&gt;&lt;BR /&gt;This is what I have so far:&lt;BR /&gt;&lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt;  &lt;LOGIN user_login="adminname" password="password"&gt;&lt;BR /&gt;  &lt;RIB_INFO mode="write"&gt;&lt;BR /&gt;    &lt;MOD_SNMP_IM_SETTINGS&gt;&lt;BR /&gt;      &lt;WEB_AGENT_IP_ADDRESS value="192.168.125.120"&gt;&lt;/WEB_AGENT_IP_ADDRESS&gt;&lt;BR /&gt;      &lt;SNMP_ADDRESS_1 value="192.168.125.121"&gt;&lt;/SNMP_ADDRESS_1&gt;&lt;BR /&gt;      &lt;SNMP_ADDRESS_2 value="192.168.125.122"&gt;&lt;/SNMP_ADDRESS_2&gt;&lt;BR /&gt;      &lt;SNMP_ADDRESS_3 value="192.168.125.123"&gt;&lt;/SNMP_ADDRESS_3&gt;&lt;BR /&gt;      &lt;OS_TRAPS value="Yes"&gt;&lt;/OS_TRAPS&gt;&lt;BR /&gt;      &lt;SNMP_PASSTHROUGH_STATUS value="Yes"&gt;&lt;/SNMP_PASSTHROUGH_STATUS&gt;&lt;BR /&gt;      &lt;RIB_TRAPS value="No"&gt;&lt;/RIB_TRAPS&gt;&lt;BR /&gt;      &lt;CIM_SECURITY_MASK value="3"&gt;&lt;/CIM_SECURITY_MASK&gt;&lt;BR /&gt;    &lt;/MOD_SNMP_IM_SETTINGS&gt;&lt;BR /&gt;  &lt;/RIB_INFO&gt;&lt;BR /&gt;  &lt;/LOGIN&gt;&lt;BR /&gt;&lt;/RIBCL&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I got this from the sample scripts.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Wed, 03 Aug 2005 13:10:19 GMT</pubDate>
    <dc:creator>Rob Kuehfus</dc:creator>
    <dc:date>2005-08-03T13:10:19Z</dc:date>
    <item>
      <title>xml script that will turn on "Enable p-Class Alert Forwarding" on all ilo's in my enviroment</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/xml-script-that-will-turn-on-quot-enable-p-class-alert/m-p/3595999#M1427</link>
      <description>I am having trouble finding the exact xml code to turn this feature on. &lt;BR /&gt;&lt;BR /&gt;This is what I have so far:&lt;BR /&gt;&lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt;  &lt;LOGIN user_login="adminname" password="password"&gt;&lt;BR /&gt;  &lt;RIB_INFO mode="write"&gt;&lt;BR /&gt;    &lt;MOD_SNMP_IM_SETTINGS&gt;&lt;BR /&gt;      &lt;WEB_AGENT_IP_ADDRESS value="192.168.125.120"&gt;&lt;/WEB_AGENT_IP_ADDRESS&gt;&lt;BR /&gt;      &lt;SNMP_ADDRESS_1 value="192.168.125.121"&gt;&lt;/SNMP_ADDRESS_1&gt;&lt;BR /&gt;      &lt;SNMP_ADDRESS_2 value="192.168.125.122"&gt;&lt;/SNMP_ADDRESS_2&gt;&lt;BR /&gt;      &lt;SNMP_ADDRESS_3 value="192.168.125.123"&gt;&lt;/SNMP_ADDRESS_3&gt;&lt;BR /&gt;      &lt;OS_TRAPS value="Yes"&gt;&lt;/OS_TRAPS&gt;&lt;BR /&gt;      &lt;SNMP_PASSTHROUGH_STATUS value="Yes"&gt;&lt;/SNMP_PASSTHROUGH_STATUS&gt;&lt;BR /&gt;      &lt;RIB_TRAPS value="No"&gt;&lt;/RIB_TRAPS&gt;&lt;BR /&gt;      &lt;CIM_SECURITY_MASK value="3"&gt;&lt;/CIM_SECURITY_MASK&gt;&lt;BR /&gt;    &lt;/MOD_SNMP_IM_SETTINGS&gt;&lt;BR /&gt;  &lt;/RIB_INFO&gt;&lt;BR /&gt;  &lt;/LOGIN&gt;&lt;BR /&gt;&lt;/RIBCL&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I got this from the sample scripts.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 03 Aug 2005 13:10:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/xml-script-that-will-turn-on-quot-enable-p-class-alert/m-p/3595999#M1427</guid>
      <dc:creator>Rob Kuehfus</dc:creator>
      <dc:date>2005-08-03T13:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: xml script that will turn on "Enable p-Class Alert Forwarding" on all ilo's in my enviroment</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/xml-script-that-will-turn-on-quot-enable-p-class-alert/m-p/3596000#M1428</link>
      <description>I think one like this *might* do it:&lt;BR /&gt;&lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt; &lt;LOGIN user_login="adminname" password="password"&gt;&lt;BR /&gt;  &lt;RACK_INFO mode="write"&gt;&lt;BR /&gt;   &lt;MOD_BLADE_RACK&gt;&lt;BR /&gt;    &lt;SNMP_RACK_ALERTS value="Yes"&gt;&lt;/SNMP_RACK_ALERTS&gt;&lt;BR /&gt;   &lt;/MOD_BLADE_RACK&gt;&lt;BR /&gt;  &lt;/RACK_INFO&gt;&lt;BR /&gt; &lt;/LOGIN&gt;&lt;BR /&gt;&lt;/RIBCL&gt;</description>
      <pubDate>Wed, 03 Aug 2005 15:33:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/xml-script-that-will-turn-on-quot-enable-p-class-alert/m-p/3596000#M1428</guid>
      <dc:creator>acartes</dc:creator>
      <dc:date>2005-08-03T15:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: xml script that will turn on "Enable p-Class Alert Forwarding" on all ilo's in my enviroment</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/xml-script-that-will-turn-on-quot-enable-p-class-alert/m-p/3596001#M1429</link>
      <description>I am looking for this too. Enable Rack SNMP Alerts is not the same as Enable p class forwarding. Please help.</description>
      <pubDate>Thu, 25 May 2006 13:15:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/xml-script-that-will-turn-on-quot-enable-p-class-alert/m-p/3596001#M1429</guid>
      <dc:creator>MT2006</dc:creator>
      <dc:date>2006-05-25T13:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: xml script that will turn on "Enable p-Class Alert Forwarding" on all ilo's in my enviroment</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/xml-script-that-will-turn-on-quot-enable-p-class-alert/m-p/3596002#M1430</link>
      <description>&lt;BR /&gt;Correction: acartes's suggestion works!&lt;BR /&gt;&lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt;&lt;LOGIN user_login="adminname" password="password"&gt;&lt;BR /&gt;&lt;RACK_INFO mode="write"&gt;&lt;BR /&gt;&lt;MOD_BLADE_RACK&gt;&lt;BR /&gt;&lt;SNMP_RACK_ALERTS value="Yes"&gt;&lt;/SNMP_RACK_ALERTS&gt;&lt;BR /&gt;&lt;/MOD_BLADE_RACK&gt;&lt;BR /&gt;&lt;/RACK_INFO&gt;&lt;BR /&gt;&lt;/LOGIN&gt;&lt;BR /&gt;&lt;/RIBCL&gt; &lt;BR /&gt;&lt;BR /&gt;Thx.&lt;BR /&gt;M</description>
      <pubDate>Tue, 30 May 2006 12:51:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/xml-script-that-will-turn-on-quot-enable-p-class-alert/m-p/3596002#M1430</guid>
      <dc:creator>MT2006</dc:creator>
      <dc:date>2006-05-30T12:51:26Z</dc:date>
    </item>
  </channel>
</rss>

