<?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: EEM Applet in Software-Defined Access (SD-Access)</title>
    <link>https://community.cisco.com/t5/software-defined-access-sd-access/eem-applet/m-p/4633287#M1911</link>
    <description>&lt;P&gt;XXXX_WBU_TestKit#sh cellular 0/2/0 radio&lt;BR /&gt;Radio power mode = Online&lt;BR /&gt;LTE Rx Channel Number(PCC) = 1111&lt;BR /&gt;LTE Tx Channel Number(PCC) = 2555&lt;BR /&gt;LTE Band = X&lt;BR /&gt;LTE Bandwidth = 20 MHz&lt;BR /&gt;Current RSSI = -48 dBm&lt;BR /&gt;Current RSRP = -74 dBm&lt;BR /&gt;Current RSRQ = -8 dB&lt;BR /&gt;Current SNR = 15.4 dB&lt;BR /&gt;Physical Cell Id = XX&lt;BR /&gt;Number of nearby cells = 2&lt;BR /&gt;Idx PCI (Physical Cell Id)&lt;BR /&gt;--------------------------------&lt;BR /&gt;1 XX&lt;BR /&gt;2 XX&lt;BR /&gt;Radio Access Technology(RAT) Preference = AUTO&lt;BR /&gt;Radio Access Technology(RAT) Selected = LTE&lt;BR /&gt;Network Change Event = unknown&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jun 2022 15:44:05 GMT</pubDate>
    <dc:creator>kirandeep.singh</dc:creator>
    <dc:date>2022-06-16T15:44:05Z</dc:date>
    <item>
      <title>EEM Applet</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/eem-applet/m-p/4632669#M1905</link>
      <description>&lt;P&gt;is there any way to call $_cli_result variable in action cli command string?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to run this command&amp;nbsp;&lt;/P&gt;&lt;P&gt;action 3.0 cli command" cellular 0/2/0 lte sms send 1-xxx-xxx-xxxx $_cli_result"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but unable to see the variable value in received text. anything I am missing?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 22:08:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/eem-applet/m-p/4632669#M1905</guid>
      <dc:creator>kirandeep.singh</dc:creator>
      <dc:date>2022-06-15T22:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: EEM Applet</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/eem-applet/m-p/4632910#M1908</link>
      <description>&lt;P&gt;What device is this, and what IOS code running, and post a complete EEM Script to understand the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;$_cli_result&amp;nbsp; &amp;nbsp;(it stored the previous cli command results).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;example :&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;action x.0 cli command "show run&amp;nbsp; | include hostname"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;$_cli_result&amp;nbsp; - will be your hostname.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 07:12:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/eem-applet/m-p/4632910#M1908</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2022-06-16T07:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: EEM Applet</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/eem-applet/m-p/4633236#M1909</link>
      <description>&lt;P&gt;c1100-universalk9.17.06.01a.SPA.bin&lt;/P&gt;&lt;P&gt;ISR 1100 Series C1121-4PLTEP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;conf t&lt;BR /&gt;event manager applet RSSI&lt;BR /&gt;event syslog pattern "SMS sender 1XXX-XXX-XXXX"&lt;BR /&gt;action 1.0 cli command "enable"&lt;BR /&gt;action 1.5 cli command "show cellular 0/2/0 radio"&lt;BR /&gt;action 2.0 cli command "cell 0/2/0 lte sms send 1XXX-XXX-XXXX $_cli_result"&lt;BR /&gt;exit&lt;BR /&gt;end&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 14:49:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/eem-applet/m-p/4633236#M1909</guid>
      <dc:creator>kirandeep.singh</dc:creator>
      <dc:date>2022-06-16T14:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: EEM Applet</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/eem-applet/m-p/4633276#M1910</link>
      <description>&lt;PRE&gt;action 1.5 cli command "show cellular 0/2/0 radio"&lt;/PRE&gt;
&lt;P&gt;if this is large then it wont be holding all the informaiton i guess here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what is the goal here, what SMS you looking to send, can provide the information, so we can asists better.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 15:26:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/eem-applet/m-p/4633276#M1910</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2022-06-16T15:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: EEM Applet</title>
      <link>https://community.cisco.com/t5/software-defined-access-sd-access/eem-applet/m-p/4633287#M1911</link>
      <description>&lt;P&gt;XXXX_WBU_TestKit#sh cellular 0/2/0 radio&lt;BR /&gt;Radio power mode = Online&lt;BR /&gt;LTE Rx Channel Number(PCC) = 1111&lt;BR /&gt;LTE Tx Channel Number(PCC) = 2555&lt;BR /&gt;LTE Band = X&lt;BR /&gt;LTE Bandwidth = 20 MHz&lt;BR /&gt;Current RSSI = -48 dBm&lt;BR /&gt;Current RSRP = -74 dBm&lt;BR /&gt;Current RSRQ = -8 dB&lt;BR /&gt;Current SNR = 15.4 dB&lt;BR /&gt;Physical Cell Id = XX&lt;BR /&gt;Number of nearby cells = 2&lt;BR /&gt;Idx PCI (Physical Cell Id)&lt;BR /&gt;--------------------------------&lt;BR /&gt;1 XX&lt;BR /&gt;2 XX&lt;BR /&gt;Radio Access Technology(RAT) Preference = AUTO&lt;BR /&gt;Radio Access Technology(RAT) Selected = LTE&lt;BR /&gt;Network Change Event = unknown&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 15:44:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/software-defined-access-sd-access/eem-applet/m-p/4633287#M1911</guid>
      <dc:creator>kirandeep.singh</dc:creator>
      <dc:date>2022-06-16T15:44:05Z</dc:date>
    </item>
  </channel>
</rss>

