<?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 One-liner for duplex settings summary in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/One-liner-for-duplex-settings-summary/m-p/7175#M337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello CheckMates,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm looking for a One-liner that provides a nice summary about the duplex settings and interface driver (vendor) of every network port in a system. I offer a Thank You badge worth 500 points in rewards.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;cpstat os -f ifconfig &lt;/STRONG&gt;already&lt;STRONG&gt; &lt;/STRONG&gt;provides&lt;STRONG&gt; &lt;/STRONG&gt;a nice summary of interface statistics, though missing duplex settings and interface drivers to identify if it's an Intel or a Broadcom or other interface type.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.checkpoint.com/migrated-users/43803"&gt;Yuri Slobodyanyuk&lt;/A&gt;‌ was creating something that goes into the right direction, but &lt;A href="https://yurisk.info/2012/02/16/check-duplex-and-speed-settings-of-all-interfaces-in-one-go/index.html"&gt;his one-liner&lt;/A&gt; is based on ifconfig, so it doesn't show any disabled interfaces. /etc/sysconfig/hwconf or the &lt;EM&gt;cpstat&lt;/EM&gt; command shown above might be a better start to get all the interfaces within a system.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm looking forward to your entries. The one-liner that provides the best result wins.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Oct 2017 18:07:36 GMT</pubDate>
    <dc:creator>Danny</dc:creator>
    <dc:date>2017-10-05T18:07:36Z</dc:date>
    <item>
      <title>One-liner for duplex settings summary</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/One-liner-for-duplex-settings-summary/m-p/7175#M337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello CheckMates,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm looking for a One-liner that provides a nice summary about the duplex settings and interface driver (vendor) of every network port in a system. I offer a Thank You badge worth 500 points in rewards.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;cpstat os -f ifconfig &lt;/STRONG&gt;already&lt;STRONG&gt; &lt;/STRONG&gt;provides&lt;STRONG&gt; &lt;/STRONG&gt;a nice summary of interface statistics, though missing duplex settings and interface drivers to identify if it's an Intel or a Broadcom or other interface type.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.checkpoint.com/migrated-users/43803"&gt;Yuri Slobodyanyuk&lt;/A&gt;‌ was creating something that goes into the right direction, but &lt;A href="https://yurisk.info/2012/02/16/check-duplex-and-speed-settings-of-all-interfaces-in-one-go/index.html"&gt;his one-liner&lt;/A&gt; is based on ifconfig, so it doesn't show any disabled interfaces. /etc/sysconfig/hwconf or the &lt;EM&gt;cpstat&lt;/EM&gt; command shown above might be a better start to get all the interfaces within a system.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm looking forward to your entries. The one-liner that provides the best result wins.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 18:07:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/One-liner-for-duplex-settings-summary/m-p/7175#M337</guid>
      <dc:creator>Danny</dc:creator>
      <dc:date>2017-10-05T18:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: One-liner for duplex settings summary</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/One-liner-for-duplex-settings-summary/m-p/7176#M338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From expert mode:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dmesg | grep ": eth" | grep -v TSO&lt;/STRONG&gt; &lt;STRONG&gt;| sort | uniq&lt;/STRONG&gt;&lt;BR /&gt;e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection&lt;BR /&gt;e1000: eth0: e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None&lt;BR /&gt;e1000: eth1: e1000_probe: Intel(R) PRO/1000 Network Connection&lt;BR /&gt;e1000: eth1: e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;grep ": eth" /var/log/messages* | grep -v TSO | cut -c66-999 | sort | uniq&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;eth0: e1000_probe: Intel(R) PRO/1000 Network Connection&lt;BR /&gt;&amp;nbsp;eth0: e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None&lt;BR /&gt;&amp;nbsp;eth1: e1000_probe: Intel(R) PRO/1000 Network Connection&lt;BR /&gt;&amp;nbsp;eth1: e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt; My book "Max Power: Check Point Firewall Performance Optimization" &lt;BR /&gt; now available via &lt;A href="http://maxpowerfirewalls.com" target="_blank"&gt;http://maxpowerfirewalls.com&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 21:55:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/One-liner-for-duplex-settings-summary/m-p/7176#M338</guid>
      <dc:creator>Timothy_Hall</dc:creator>
      <dc:date>2017-10-05T21:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: One-liner for duplex settings summary</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/One-liner-for-duplex-settings-summary/m-p/7177#M339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tested both One-liners on various Check Point Appliances and Open Servers without success. They don't reflect interfaces that start with names other than "eth" (&lt;EM&gt;e.g. Mgmt, Sync, Lan1, Lan2, ..&lt;/EM&gt;) that somes Appliances use. But in general they don't work in most cases. Neither does dmesg contain any &lt;EM&gt;": eth&lt;/EM&gt;" entries nor does &lt;EM&gt;/var/log/messages&lt;/EM&gt; always show the interface names before the Duplex setting or simply produces a big information overhead and no formatted summary. I'd still suggest that &lt;SPAN&gt;&lt;EM&gt;/etc/sysconfig/hwconf&lt;/EM&gt; or the &lt;EM&gt;cpstat&lt;/EM&gt; command&lt;/SPAN&gt; are the best options to start from.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 13:15:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/One-liner-for-duplex-settings-summary/m-p/7177#M339</guid>
      <dc:creator>Danny</dc:creator>
      <dc:date>2017-10-10T13:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: One-liner for duplex settings summary</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/One-liner-for-duplex-settings-summary/m-p/7178#M340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;ls -1 /sys/class/net | grep -v ^lo | xargs -I % sh -c 'ethtool %; ethtool -i %' | grep '^driver\|Speed\|Duplex\|Settings' | tr -d "\t"&amp;nbsp; &lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Settings for eth0:&lt;BR /&gt;Speed: 1000Mb/s&lt;BR /&gt;Duplex: Full&lt;BR /&gt;driver: e1000&lt;BR /&gt;Settings for eth1:&lt;BR /&gt;Speed: 1000Mb/s&lt;BR /&gt;Duplex: Full&lt;BR /&gt;driver: e1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt; My book "Max Power: Check Point Firewall Performance Optimization" &lt;BR /&gt; now available via &lt;A class="" href="http://maxpowerfirewalls.com" rel="nofollow"&gt;http://maxpowerfirewalls.com&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 13:54:15 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/One-liner-for-duplex-settings-summary/m-p/7178#M340</guid>
      <dc:creator>Timothy_Hall</dc:creator>
      <dc:date>2017-10-10T13:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: One-liner for duplex settings summary</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/One-liner-for-duplex-settings-summary/m-p/7179#M341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;In the interest of advancing the conversation, I will build on this a little. It's &lt;/SPAN&gt;not perfect, but it gets closer to what i think you want:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="" style="padding-left: 30px;"&gt;&lt;SPAN class="" style="font-family: 'courier new', courier, monospace;"&gt;[Expert@gateway:0]# &lt;STRONG&gt;ls -1 /sys/class/net | grep -v ^lo | xargs -I % sh -c 'ethtool %; ethtool -i %' | grep '^driver\|Speed\|Duplex\|Settings' | sed "s/^/ /g" | tr -d "\t" | tr -d "\n" | sed "s/Settings for/\nSettings for/g" &amp;nbsp; &amp;nbsp;&lt;/STRONG&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="padding-left: 30px;"&gt;&lt;SPAN class="" style="font-family: 'courier new', courier, monospace;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="padding-left: 30px;"&gt;&lt;SPAN class="" style="font-family: 'courier new', courier, monospace;"&gt;Settings for eth0: Speed: 1000Mb/s Duplex: Full driver: e1000 &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="padding-left: 30px;"&gt;&lt;SPAN class="" style="font-family: 'courier new', courier, monospace;"&gt;Settings for eth1: Speed: 1000Mb/s Duplex: Full driver: e1000 &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="padding-left: 30px;"&gt;&lt;SPAN class="" style="font-family: 'courier new', courier, monospace;"&gt;Settings for eth2: Speed: 1000Mb/s Duplex: Full driver: e1000[Expert@gateway:0]# &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="padding-left: 30px;"&gt;&lt;SPAN class="" style="font-family: 'courier new', courier, monospace;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;No badges required for me &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 00:31:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/One-liner-for-duplex-settings-summary/m-p/7179#M341</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2017-10-11T00:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: One-liner for duplex settings summary</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/One-liner-for-duplex-settings-summary/m-p/7180#M342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! This is extactly what I was looking for.&lt;/P&gt;&lt;P&gt;I've added this One-liner to our &lt;A _jive_internal="true" href="https://community.checkpoint.com/docs/DOC-2214"&gt;ccc-script&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 14:41:09 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/One-liner-for-duplex-settings-summary/m-p/7180#M342</guid>
      <dc:creator>Danny</dc:creator>
      <dc:date>2017-10-11T14:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: One-liner for duplex settings summary</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/One-liner-for-duplex-settings-summary/m-p/7181#M343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give the points/badge to Tim, all I did was make the output slightly prettier. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 16:57:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/One-liner-for-duplex-settings-summary/m-p/7181#M343</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2017-10-11T16:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: One-liner for duplex settings summary</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/One-liner-for-duplex-settings-summary/m-p/7182#M344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I gave Tim a badge with 1000 points. &lt;IMG src="https://community.checkpoint.com/legacyfs/online/checkpoint/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 17:17:40 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/One-liner-for-duplex-settings-summary/m-p/7182#M344</guid>
      <dc:creator>Danny</dc:creator>
      <dc:date>2017-10-11T17:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: One-liner for duplex settings summary</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/One-liner-for-duplex-settings-summary/m-p/7183#M345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Indeed old habits die hard - in the Linux world ifconfig is long gone. &lt;BR /&gt;A fix would be (I will update the blog post as well) to replace ifconfig with ip add :&lt;/P&gt;&lt;P&gt;#&amp;nbsp; &lt;STRONG&gt;for ii in $(ip address | awk -F: ' /UP/ {print $2}') ;do ethtool&amp;nbsp; $ii; done | egrep 'Settings|Speed|Duplex'&lt;/STRONG&gt;&lt;BR /&gt;Settings for lo:&lt;BR /&gt;Settings for eth1:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Speed: 1000Mb/s&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Duplex: Full&lt;BR /&gt;Settings for eth5:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Speed: 1000Mb/s&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Duplex: Full&lt;BR /&gt;Settings for eth2:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Speed: 100Mb/s&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Duplex: Full&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW Regarding disabled/downed interfaces - I just couldn't think of possible reason to learn their state...&lt;/P&gt;&lt;P&gt;Thanks @&lt;A href="https://community.checkpoint.com/migrated-users/41735"&gt;https://community.checkpoint.com/people/dantr917b8439-9d5c-34f0-b86a-f0e1b0a14cbd&lt;/A&gt;&amp;nbsp; for reminding me I have it at all &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 12:15:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/One-liner-for-duplex-settings-summary/m-p/7183#M345</guid>
      <dc:creator>Yuri_Slobodyany</dc:creator>
      <dc:date>2017-10-24T12:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: One-liner for duplex settings summary</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/One-liner-for-duplex-settings-summary/m-p/87593#M6762</link>
      <description>&lt;P&gt;Here's a somewhat cleaned-up version, and restricted to real NICs only (skips bonds, VLANs, loopback) :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[Expert@gateway:0]# ls /sys/class/net | xargs -I % sh -c "[ -e /sys/class/net/%/device ] &amp;amp;&amp;amp; (ethtool % | egrep 'Settings|Speed|Duplex' | sed -r 's/\!( \(255\))?//'; echo -e '\t'; ethtool -i % | grep driver) | tr -d '\n' &amp;amp;&amp;amp; echo"
Settings for Mgmt:      Speed: 1000Mb/s Duplex: Full    driver: igb
Settings for eth1:      Speed: 1000Mb/s Duplex: Full    driver: igb
Settings for eth2:      Speed: 1000Mb/s Duplex: Full    driver: igb
Settings for eth3:      Speed: Unknown  Duplex: Unknown driver: igb
Settings for eth4:      Speed: 1000Mb/s Duplex: Full    driver: igb
Settings for eth5:      Speed: 1000Mb/s Duplex: Full    driver: igb&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And here's a more complete version (not sure this still registers as a one-liner though :P) :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[Expert@gateway:0]# (echo Interface Link Speed Duplex Auto-neg Driver; for n in /sys/class/net/*; do [ -e $n/device ] &amp;amp;&amp;amp; (n=${n/*\/}; echo $(echo $n; e=$(ethtool $n); for i in 'Link detected' Speed Duplex 'Auto-negotiation'; do echo "$e" | sed -n "/\t$i: /{s///;s/\!//;s/ (255)//;p}"; done; ethtool -i $n | sed -n '/driver: /s///p')); done) | column -t
Interface  Link  Speed     Duplex   Auto-neg  Driver
Mgmt       yes   1000Mb/s  Full     on        igb
eth1       yes   1000Mb/s  Full     on        igb
eth2       yes   1000Mb/s  Full     on        igb
eth3       no    Unknown   Unknown  on        igb
eth4       yes   1000Mb/s  Full     on        igb
eth5       yes   1000Mb/s  Full     on        igb&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 11:04:44 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/One-liner-for-duplex-settings-summary/m-p/87593#M6762</guid>
      <dc:creator>nmelay</dc:creator>
      <dc:date>2020-06-08T11:04:44Z</dc:date>
    </item>
  </channel>
</rss>

