<?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 Remote Event via EEM ! in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/remote-event-via-eem/m-p/1399969#M923650</link>
    <description>&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone provide me a simple example of triggering predefined eem applets remotely ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose i have 2 routers, R1 and R2. I made an applet on R2 which will be triggered remotely by R1 when some event on R1 occurs. Can someone provide me a simple example pls ?&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 11:54:47 GMT</pubDate>
    <dc:creator>Jonn cos</dc:creator>
    <dc:date>2020-02-21T11:54:47Z</dc:date>
    <item>
      <title>Remote Event via EEM !</title>
      <link>https://community.cisco.com/t5/network-security/remote-event-via-eem/m-p/1399969#M923650</link>
      <description>&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone provide me a simple example of triggering predefined eem applets remotely ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose i have 2 routers, R1 and R2. I made an applet on R2 which will be triggered remotely by R1 when some event on R1 occurs. Can someone provide me a simple example pls ?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 11:54:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/remote-event-via-eem/m-p/1399969#M923650</guid>
      <dc:creator>Jonn cos</dc:creator>
      <dc:date>2020-02-21T11:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Event via EEM !</title>
      <link>https://community.cisco.com/t5/network-security/remote-event-via-eem/m-p/1399970#M923651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI, in the future, post under Network Infrastructure &amp;gt; Network Management.&amp;nbsp; I read that forum regularly, and I can more quickly respond to EEM questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version of IOS are you using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;&lt;TT&gt;&lt;SPAN style="color: #000000;"&gt;Please support CSC Helps Haiti&lt;/SPAN&gt;&lt;/TT&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;TT&gt;&lt;SPAN style="color: #000000;"&gt;&lt;A href="https://community.cisco.com/docs/DOC-8895"&gt;https://supportforums.cisco.com/docs/DOC-8895&lt;/A&gt;&lt;/SPAN&gt;&lt;/TT&gt;&lt;BR /&gt; &lt;TT&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;/TT&gt;&lt;BR /&gt; &lt;TT&gt;&lt;SPAN style="color: #000000;"&gt;&lt;A href="https://community.cisco.com/"&gt;https://supportforums.cisco.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/TT&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 07:35:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/remote-event-via-eem/m-p/1399970#M923651</guid>
      <dc:creator>Joe Clarke</dc:creator>
      <dc:date>2010-03-26T07:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Event via EEM !</title>
      <link>https://community.cisco.com/t5/network-security/remote-event-via-eem/m-p/1399971#M923652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Joe, surely i will post there from now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using 12.4T(22) advance security.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Mar 2010 11:58:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/remote-event-via-eem/m-p/1399971#M923652</guid>
      <dc:creator>Jonn cos</dc:creator>
      <dc:date>2010-03-27T11:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Event via EEM !</title>
      <link>https://community.cisco.com/t5/network-security/remote-event-via-eem/m-p/1399972#M923653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On router R1, you would have an EEM policy which reacts to whatever event in which you are interested.&amp;nbsp; This policy would then send a trap to router R2.&amp;nbsp; R2 would intercept the trap, and perform the required actions.&amp;nbsp; For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router R1 (10.1.1.1):&lt;/P&gt;&lt;P&gt;--------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;event manager applet watch-syslog&lt;/P&gt;&lt;P&gt; event syslog pattern "OSPF-5-ADJCHG"&lt;/P&gt;&lt;P&gt; action 1.0 snmp-trap intdata1 424242&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;snmp-server enable traps event-manager&lt;/P&gt;&lt;P&gt;snmp-server host 20.1.1.1 traps public event-manager&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router R2 (20.1.1.1):&lt;/P&gt;&lt;P&gt;--------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;event manager applet trap-from-r1&lt;/P&gt;&lt;P&gt; event snmp-notification oid 1.3.6.1.4.1.9.10.91.1.2.3.1.9. oid-val 424242 op eq src-ip-address 10.1.1.1&lt;/P&gt;&lt;P&gt; action 1.0 syslog msg "Received event from R1"&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;snmp-server manager&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;&lt;TT&gt;&lt;SPAN style="color: #000000;"&gt;Please support CSC Helps Haiti&lt;/SPAN&gt;&lt;/TT&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;TT&gt;&lt;SPAN style="color: #000000;"&gt;&lt;A href="https://community.cisco.com/docs/DOC-8895"&gt;https://supportforums.cisco.com/docs/DOC-8895&lt;/A&gt;&lt;/SPAN&gt;&lt;/TT&gt;&lt;BR /&gt; &lt;TT&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;/TT&gt;&lt;BR /&gt; &lt;TT&gt;&lt;SPAN style="color: #000000;"&gt;&lt;A&gt;https://supportforums.cisco.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/TT&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Mar 2010 17:44:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/remote-event-via-eem/m-p/1399972#M923653</guid>
      <dc:creator>Joe Clarke</dc:creator>
      <dc:date>2010-03-27T17:44:50Z</dc:date>
    </item>
  </channel>
</rss>

