<?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: UPM Sample Config in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/upm-sample-config/m-p/72792#M19004</link>
    <description>Hello Stephen,&lt;BR /&gt;
&lt;BR /&gt;
I wrote below config. Can you check it please?&lt;BR /&gt;
&lt;BR /&gt;
* X440G2-12p-10G4.55 # sh configuration upm&lt;BR /&gt;
#&lt;BR /&gt;
# Module upm configuration.&lt;BR /&gt;
#&lt;BR /&gt;
create upm profile macMove&lt;BR /&gt;
enable cli scripting&lt;BR /&gt;
IF (!$MATCH($EVENT.LOG_COMPONENT_SUBCOMPONENT,FDB) &amp;amp;&amp;amp; !$MATCH($EVENT.LOG_EVENT,MACAdd)) THEN&lt;BR /&gt;
   IF (!$MATCH($EVENT.LOG_PARAM_2,12)) THEN&lt;BR /&gt;
       disable port 11&lt;BR /&gt;
   ENDIF&lt;BR /&gt;
ELSE&lt;BR /&gt;
   IF (!$MATCH($EVENT.LOG_COMPONENT_SUBCOMPONENT,FDB) &amp;amp;&amp;amp; !$MATCH($EVENT.LOG_EVENT,MACDel)) THEN&lt;BR /&gt;
       IF (!$MATCH($EVENT.LOG_PARAM_2,12)) THEN&lt;BR /&gt;
           enable port 11&lt;BR /&gt;
       ENDIF&lt;BR /&gt;
   ENDIF&lt;BR /&gt;
ENDIF&lt;BR /&gt;
&lt;BR /&gt;
.&lt;BR /&gt;
* X440G2-12p-10G4.56 #&lt;BR /&gt;
&lt;BR /&gt;
* X440G2-12p-10G4.56 # show configuration ems&lt;BR /&gt;
#&lt;BR /&gt;
# Module ems configuration.&lt;BR /&gt;
#&lt;BR /&gt;
enable log debug-mode&lt;BR /&gt;
create log filter macMoveFilter&lt;BR /&gt;
configure log filter macMoveFilter add events FDB.MACAdd match mac-address "00:04:96:A1:45:53"&lt;BR /&gt;
configure log filter macMoveFilter add events FDB.MACAdd match port "12"&lt;BR /&gt;
configure log filter macMoveFilter add events FDB.MACDel match mac-address "00:04:96:A1:45:53"&lt;BR /&gt;
create log target upm macMove&lt;BR /&gt;
enable log target upm macMove&lt;BR /&gt;
configure log target upm macMove filter macMoveFilter severity Debug-Summary&lt;BR /&gt;
* X440G2-12p-10G4.57 #&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Best Regards,</description>
    <pubDate>Tue, 22 Jan 2019 20:19:21 GMT</pubDate>
    <dc:creator>Faz_1l_Kartal</dc:creator>
    <dc:date>2019-01-22T20:19:21Z</dc:date>
    <item>
      <title>UPM Sample Config</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/upm-sample-config/m-p/72789#M19001</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
I will configure to UPM profile. for example, When the switch received the mac address 00??cc:11:22:33  from the port 12 , and then the UPM profile run "disable port 11" command. When the switch loss the mac address from the port 12, and then the UPM profile run "enable port 11" command.&lt;BR /&gt;
&lt;BR /&gt;
Best Regards,</description>
      <pubDate>Fri, 18 Jan 2019 21:25:56 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/upm-sample-config/m-p/72789#M19001</guid>
      <dc:creator>Faz_1l_Kartal</dc:creator>
      <dc:date>2019-01-18T21:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: UPM Sample Config</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/upm-sample-config/m-p/72790#M19002</link>
      <description>You can trigger UPM scripts to run based on log messages. The below script might help. &lt;BR /&gt;
&lt;BR /&gt;
https://github.com/extremenetworks/ExtremeScripting/blob/master/EXOS/CLI_Scripting/poeupmdisable/poe_upm.xsf&lt;BR /&gt;
&lt;BR /&gt;
You can add FDB add and Del messages to the log with the below commands.&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;configure log filter  add events FDB.MACAdd match mac-address "00:04:96:42:21:A6"&lt;BR /&gt;configure log filter  add events FDB.MACDel match mac-address "00:04:96:42:21:A6"&lt;BR /&gt;enable log debug-mode&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 18 Jan 2019 21:46:50 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/upm-sample-config/m-p/72790#M19002</guid>
      <dc:creator>StephenW</dc:creator>
      <dc:date>2019-01-18T21:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: UPM Sample Config</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/upm-sample-config/m-p/72791#M19003</link>
      <description>Hello Stephen,&lt;BR /&gt;
&lt;BR /&gt;
I did not write dynamic UPM profile before.I will trigger UPM, when  the mac address from only 12 port to FDB.&lt;BR /&gt;
Can you send me full config for this issue please?&lt;BR /&gt;
&lt;BR /&gt;
Best regards,&lt;BR /&gt;
&lt;BR /&gt;
Fazil</description>
      <pubDate>Mon, 21 Jan 2019 15:42:42 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/upm-sample-config/m-p/72791#M19003</guid>
      <dc:creator>Faz_1l_Kartal</dc:creator>
      <dc:date>2019-01-21T15:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: UPM Sample Config</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/upm-sample-config/m-p/72792#M19004</link>
      <description>Hello Stephen,&lt;BR /&gt;
&lt;BR /&gt;
I wrote below config. Can you check it please?&lt;BR /&gt;
&lt;BR /&gt;
* X440G2-12p-10G4.55 # sh configuration upm&lt;BR /&gt;
#&lt;BR /&gt;
# Module upm configuration.&lt;BR /&gt;
#&lt;BR /&gt;
create upm profile macMove&lt;BR /&gt;
enable cli scripting&lt;BR /&gt;
IF (!$MATCH($EVENT.LOG_COMPONENT_SUBCOMPONENT,FDB) &amp;amp;&amp;amp; !$MATCH($EVENT.LOG_EVENT,MACAdd)) THEN&lt;BR /&gt;
   IF (!$MATCH($EVENT.LOG_PARAM_2,12)) THEN&lt;BR /&gt;
       disable port 11&lt;BR /&gt;
   ENDIF&lt;BR /&gt;
ELSE&lt;BR /&gt;
   IF (!$MATCH($EVENT.LOG_COMPONENT_SUBCOMPONENT,FDB) &amp;amp;&amp;amp; !$MATCH($EVENT.LOG_EVENT,MACDel)) THEN&lt;BR /&gt;
       IF (!$MATCH($EVENT.LOG_PARAM_2,12)) THEN&lt;BR /&gt;
           enable port 11&lt;BR /&gt;
       ENDIF&lt;BR /&gt;
   ENDIF&lt;BR /&gt;
ENDIF&lt;BR /&gt;
&lt;BR /&gt;
.&lt;BR /&gt;
* X440G2-12p-10G4.56 #&lt;BR /&gt;
&lt;BR /&gt;
* X440G2-12p-10G4.56 # show configuration ems&lt;BR /&gt;
#&lt;BR /&gt;
# Module ems configuration.&lt;BR /&gt;
#&lt;BR /&gt;
enable log debug-mode&lt;BR /&gt;
create log filter macMoveFilter&lt;BR /&gt;
configure log filter macMoveFilter add events FDB.MACAdd match mac-address "00:04:96:A1:45:53"&lt;BR /&gt;
configure log filter macMoveFilter add events FDB.MACAdd match port "12"&lt;BR /&gt;
configure log filter macMoveFilter add events FDB.MACDel match mac-address "00:04:96:A1:45:53"&lt;BR /&gt;
create log target upm macMove&lt;BR /&gt;
enable log target upm macMove&lt;BR /&gt;
configure log target upm macMove filter macMoveFilter severity Debug-Summary&lt;BR /&gt;
* X440G2-12p-10G4.57 #&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Best Regards,</description>
      <pubDate>Tue, 22 Jan 2019 20:19:21 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/upm-sample-config/m-p/72792#M19004</guid>
      <dc:creator>Faz_1l_Kartal</dc:creator>
      <dc:date>2019-01-22T20:19:21Z</dc:date>
    </item>
  </channel>
</rss>

